Show patches with: none      |   74483 patches
« 1 2 ... 159 160 161744 745 »
Patch Series S/W/F Date Submitter Delegate State
hw/moxie/moxiesim.c: Remove unused moxie_intc_create() --- 2014-06-23 Peter Maydell Superseded
hw/net: Added basic IPv6 fragmentation. Fixed IPv6 payload length. Fixed CSO for IPv6. hw/net: Added basic IPv6 fragmentation. Fixed IPv6 payload length. Fixed CSO for IPv6. --- 2020-05-07 Andrew Melnychenko New
hw/net/allwinner-sun8i-emac.c: Fix REG_ADDR_HIGH/LOW reads hw/net/allwinner-sun8i-emac.c: Fix REG_ADDR_HIGH/LOW reads --- 2020-03-24 Peter Maydell Superseded
hw/net/allwinner-sun8i-emac: Use AddressSpace for DMA transfers hw/net/allwinner-sun8i-emac: Use AddressSpace for DMA transfers --- 2020-08-14 Philippe Mathieu-Daudé New
hw/net/dp8393x: Avoid unintentional sign extensions on addresses --- 2017-01-09 Peter Maydell Superseded
hw/net/eepro100: Implement read-only bits in MDI registers --- 2014-06-07 Peter Maydell Superseded
hw/net/i82596.c: Avoid reading off end of buffer in i82596_receive() hw/net/i82596.c: Avoid reading off end of buffer in i82596_receive() --- 2020-03-12 Peter Maydell Superseded
hw/net/imx_fec.c: Convert debug fprintf() to trace event hw/net/imx_fec.c: Convert debug fprintf() to trace event --- 2020-05-29 Jean-Christophe DUBOIS New
hw/net/msf2-emac: Don't modify descriptor in-place in emac_store_desc() hw/net/msf2-emac: Don't modify descriptor in-place in emac_store_desc() --- 2023-04-24 Peter Maydell Superseded
hw/net/ne2000-isa: Register vmstate struct --- 2014-06-07 Peter Maydell Superseded
hw/net/rocker: Avoid undefined shifts with more than 31 ports hw/net/rocker: Avoid undefined shifts with more than 31 ports --- 2022-07-29 Peter Maydell Superseded
hw/net/xgmac: Fix buffer overflow in xgmac_enet_send() hw/net/xgmac: Fix buffer overflow in xgmac_enet_send() --- 2020-07-10 Mauro Matteo Cascella New
hw/nvram/fw_cfg: Assert linked data is not NULL hw/nvram/fw_cfg: Assert linked data is not NULL --- 2020-09-16 Philippe Mathieu-Daudé New
hw/nvram/fw_cfg: fix FWCfgDataGeneratorClass::get_data() consumption hw/nvram/fw_cfg: fix FWCfgDataGeneratorClass::get_data() consumption --- 2020-09-16 Laszlo Ersek New
hw/nvram/mac_nvram: Convert debug printf()s to trace events hw/nvram/mac_nvram: Convert debug printf()s to trace events --- 2020-05-24 Philippe Mathieu-Daudé New
hw/omap1: Wire up GPIO clock --- 2011-09-21 Peter Maydell Accepted
hw/omap2: Wire up the IRQ for the 2430's fifth GPIO module --- 2011-10-18 Peter Maydell Accepted
hw/omap_dss.c: Fix !-vs-~ bug in handling DISPC_CONTROL --- 2011-11-09 Peter Maydell Accepted
hw/omap_gpio: Fix infinite recursion when doing 8/16 bit reads --- 2011-11-07 Peter Maydell Accepted
hw/omap_gpmc.c: Add missing 'break's to fix 8 bit NAND writes --- 2011-11-09 Peter Maydell Accepted
hw/omap_gpmc: Don't try to map CS0 twice on reset --- 2011-09-12 Peter Maydell Rejected
hw/omap_gpmc: Don't try to map CS0 twice on reset --- 2011-08-23 Peter Maydell Accepted
hw/omap_gpmc: Fix region map/unmap when configuring prefetch engine --- 2011-12-20 Peter Maydell Accepted
hw/omap.h: Drop broken MEM_VERBOSE tracing --- 2012-05-15 Peter Maydell Accepted
hw/omap_i2c: Convert to qdev --- 2012-02-26 Peter Maydell Accepted
hw/omap_intc.c: Avoid crash on access to nonexistent banked registers --- 2011-11-09 Peter Maydell Accepted
hw/openrisc/openrisc_sim: Add assertion to silent GCC warning hw/openrisc/openrisc_sim: Add assertion to silent GCC warning --- 2020-06-08 Philippe Mathieu-Daudé New
hw/openrisc/openrisc_sim: Avoid using uninitialised variable 'entry' --- 2013-08-05 Peter Maydell Accepted
hw/pc.c: Fix use-while-uninitialized of fd_type[] --- 2011-11-09 Peter Maydell Accepted
hw/pci-bridge: Report an error when msi init fails --- 2015-05-20 Shannon Zhao New
hw/pci: Display correct size for unmapped BARs in HMP 'info pci' hw/pci: Display correct size for unmapped BARs in HMP 'info pci' --- 2023-01-03 Philippe Mathieu-Daudé New
hw/pci: Fix crash when running QEMU with "-nic model=rocker" hw/pci: Fix crash when running QEMU with "-nic model=rocker" --- 2020-05-27 Thomas Huth New
hw/pci: Fix typo in PCI hot-plug error message hw/pci: Fix typo in PCI hot-plug error message --- 2020-10-06 Julia Suvorova New
hw/pci-host/bonito: Avoid buffer overrun for bad LDMA/COP accesses --- 2015-07-30 Peter Maydell Superseded
hw/pci-host/gpex: Don't fault for unmapped parts of MMIO and PIO windows hw/pci-host/gpex: Don't fault for unmapped parts of MMIO and PIO windows --- 2021-03-22 Peter Maydell Superseded
hw/pci-host/grackle: Verify PIC link is properly set hw/pci-host/grackle: Verify PIC link is properly set --- 2020-10-11 Philippe Mathieu-Daudé New
hw/pci-host/ppce500: Fix typo in vmstate definition --- 2014-05-29 Peter Maydell Accepted
hw/pci-host/raven.c: Mark raven_io_ops as implementing unaligned accesses hw/pci-host/raven.c: Mark raven_io_ops as implementing unaligned accesses --- 2024-01-12 Peter Maydell Superseded
hw/pci-host: save/restore pci host config register hw/pci-host: save/restore pci host config register --- 2020-07-23 Wang King New
hw/pci-host: save/restore pci host config register for old ones hw/pci-host: save/restore pci host config register for old ones --- 2020-08-10 Hogan Wang New
hw/pci-host: Use register definitions from PCI standard hw/pci-host: Use register definitions from PCI standard --- 2023-01-05 Philippe Mathieu-Daudé Superseded
hw/pci-host/xilinx-pcie: don't make "io" region be RAM hw/pci-host/xilinx-pcie: don't make "io" region be RAM --- 2018-06-19 Peter Maydell Accepted
hw/pci/pci.c: Assert that pci_irq_handler() inputs are valid hw/pci/pci.c: Assert that pci_irq_handler() inputs are valid --- 2021-03-23 Peter Maydell Superseded
hw/pci/pci: Fix slot check for plugged devices hw/pci/pci: Fix slot check for plugged devices --- 2020-09-23 Julia Suvorova New
hw/pci/ppc4xx_pci.c: Remove unused pci4xx_cfgaddr_read/write/ops --- 2014-09-14 Peter Maydell Superseded
hw/pflash_cfi0[12]: Use host-utils.h ctz32() --- 2012-09-18 Peter Maydell Accepted
hw/pl011.c: Avoid crash on read when no chr backend present --- 2012-07-09 Peter Maydell Accepted
hw/pl031: Actually raise interrupt on timer expiry --- 2012-02-15 Andreas Färber Rejected
hw/pl031: Actually raise interrupt on timer expiry --- 2012-02-14 Peter Maydell Accepted
hw/pl061: Remove pointless comparison of array to null --- 2011-11-09 Peter Maydell Accepted
hw/pl110.c: Add post-load hook to invalidate display --- 2011-12-19 Peter Maydell Accepted
hw/pl110: Fix spelling of 'palette' --- 2012-08-26 Peter Maydell Superseded
hw/pl181.c: Add save/load support --- 2011-12-19 Peter Maydell Accepted
hw/pl190.c: Fix writing of default vector address --- 2011-01-20 Peter Maydell Accepted
hw/ppc/mac.h: Remove MAX_CPUS macro hw/ppc/mac.h: Remove MAX_CPUS macro --- 2021-11-05 Peter Maydell Accepted
hw/ppc/openpic: Do not open-code ROUND_UP() macro hw/ppc/openpic: Do not open-code ROUND_UP() macro --- 2023-05-23 Philippe Mathieu-Daudé Superseded
hw/ppc/ppc400_bamboo: Set dcr-base correctly when creating UIC hw/ppc/ppc400_bamboo: Set dcr-base correctly when creating UIC --- 2021-01-11 Peter Maydell Superseded
hw/ppc/ppc405_uc.c: Avoid integer overflows --- 2017-02-21 Peter Maydell Superseded
hw/ppc/ppc4xx: Only accept (combination of) pow2 DDR sizes hw/ppc/ppc4xx: Only accept (combination of) pow2 DDR sizes --- 2020-06-29 Philippe Mathieu-Daudé New
hw/ppc/spapr_hcall.c: Fix typo in function names --- 2014-07-08 Peter Maydell Superseded
hw/ppc/spapr: Include missing 'sysemu/tcg.h' header hw/ppc/spapr: Include missing 'sysemu/tcg.h' header --- 2024-03-22 Philippe Mathieu-Daudé Accepted
hw/ppc/spapr_pci.c: Avoid functions not in glib 2.12 (g_hash_table_iter_*) --- 2014-10-22 Peter Maydell Superseded
hw/ppc/spapr_pci.c: Use device_cold_reset() rather than device_legacy_reset() hw/ppc/spapr_pci.c: Use device_cold_reset() rather than device_legacy_reset() --- 2022-10-14 Peter Maydell Superseded
hw/ppc/spapr: Test whether TCG is enabled with tcg_enabled() hw/ppc/spapr: Test whether TCG is enabled with tcg_enabled() --- 2023-06-20 Philippe Mathieu-Daudé Superseded
hw/pxa2xx.c: Fix handling of pxa2xx_i2c variable offset within region --- 2012-03-08 Peter Maydell Accepted
hw/pxa2xx.c: Fix handling of RW bits in PMCR --- 2011-11-13 Peter Maydell Accepted
hw/pxa2xx.c: Fix handling of R/WC bits in PMCR --- 2011-11-09 Peter Maydell Accepted
hw/qdev: Don't crash if qdev_create(NULL, ...) fails --- 2011-08-03 Peter Maydell Accepted
hw/qxl.c: Fix compilation failures on 32 bit hosts --- 2012-03-16 Peter Maydell Accepted
hw/qxl: Fix format string errors --- 2011-09-03 Peter Maydell Accepted
hw/realview.c: Remove duplicate #include line --- 2011-05-19 Peter Maydell Accepted
hw/register: Document register_init_block @memory_size hw/register: Document register_init_block @memory_size --- 2020-07-07 Philippe Mathieu-Daudé New
hw/registerfields: Prefix local variables with underscore in macros hw/registerfields: Prefix local variables with underscore in macros --- 2020-05-10 Philippe Mathieu-Daudé New
hw/remote/proxy: Remove dubious 'event_notifier-posix.c' include hw/remote/proxy: Remove dubious 'event_notifier-posix.c' include --- 2023-06-06 Philippe Mathieu-Daudé Superseded
hw: Remove superfluous breaks hw: Remove superfluous breaks --- 2020-07-13 Yi Wang New
hw/riscv: microchip_pfsoc: IOSCBCTRL memmap entry hw/riscv: microchip_pfsoc: IOSCBCTRL memmap entry --- 2020-10-16 Ivan Griffin Superseded
hw/riscv: sifive_e: Correct debug block size hw/riscv: sifive_e: Correct debug block size --- 2020-07-16 Bin Meng New
hw/riscv/virt.c: Assemble plic_hart_config string with g_strjoinv() hw/riscv/virt.c: Assemble plic_hart_config string with g_strjoinv() --- 2021-08-12 Peter Maydell Accepted
hw/riscv: virt: Sort the SoC memmap table entries hw/riscv: virt: Sort the SoC memmap table entries --- 2020-07-03 Bin Meng New
hw/rtc/ls7a_rtc: Drop unused inline functions hw/rtc/ls7a_rtc: Drop unused inline functions --- 2022-07-05 Richard Henderson Superseded
hw/rtc/m48t59: Simplify m48t59_init() hw/rtc/m48t59: Simplify m48t59_init() --- 2020-09-14 Philippe Mathieu-Daudé New
hw/rtc/sun4v-rtc: Relicense to GPLv2-or-later hw/rtc/sun4v-rtc: Relicense to GPLv2-or-later --- 2024-02-23 Peter Maydell Superseded
hw/rtc/twl92230: Silence warnings about missing fallthrough statements hw/rtc/twl92230: Silence warnings about missing fallthrough statements --- 2020-10-01 Thomas Huth Accepted
hw/s390/ccw.c: Don't take address of packed members hw/s390/ccw.c: Don't take address of packed members --- 2018-12-10 Peter Maydell Superseded
hw/s390x/css: Remove double initialization hw/s390x/css: Remove double initialization --- 2020-09-07 Philippe Mathieu-Daudé New
hw/s390x: Include missing 'cpu.h' header hw/s390x: Include missing 'cpu.h' header --- 2024-03-22 Philippe Mathieu-Daudé New
hw/s390x/s390-pci-inst.c: Use device_cold_reset() to reset PCI devices hw/s390x/s390-pci-inst.c: Use device_cold_reset() to reset PCI devices --- 2022-10-13 Peter Maydell Superseded
hw/s390x/virtio-ccw.c: Don't take address of fields in packed structs hw/s390x/virtio-ccw.c: Don't take address of fields in packed structs --- 2018-12-10 Peter Maydell Superseded
hw/scsi-bus.c: Fix use of uninitialised variable --- 2011-08-12 Peter Maydell Accepted
hw/scsi/lsi53c895a: Sanitize some trace events format hw/scsi/lsi53c895a: Sanitize some trace events format --- 2020-09-15 Philippe Mathieu-Daudé New
hw/scsi/megasas: Remove pointless parenthesis hw/scsi/megasas: Remove pointless parenthesis --- 2020-10-11 Philippe Mathieu-Daudé Accepted
hw/scsi/mptendian: Avoid taking address of fields in packed structs hw/scsi/mptendian: Avoid taking address of fields in packed structs --- 2018-09-27 Peter Maydell Superseded
hw/scsi: remove dead code hw/scsi: remove dead code --- 2020-10-12 Elena Afanasova New
hw/scsi/vmw_pvscsi.c: Fix wrong usage of gboolean types in PVSCSIState hw/scsi/vmw_pvscsi.c: Fix wrong usage of gboolean types in PVSCSIState --- 2020-09-13 Amey Narkhede New
hw/sd/allwinner-sdhost: Use AddressSpace for DMA transfers hw/sd/allwinner-sdhost: Use AddressSpace for DMA transfers --- 2020-08-14 Philippe Mathieu-Daudé New
hw/sd.c: Add missing state change for SD_STATUS, SEND_NUM_WR_BLOCKS --- 2011-02-18 Peter Maydell Accepted
hw/sd.c: Don't complain about SDIO commands CMD52/CMD53 --- 2011-05-20 Peter Maydell Accepted
hw/sd: Don't pass BlockBackend to sd_reset() --- 2015-05-03 Peter Maydell Accepted
hw/sd: Fix 2 GiB card CSD register values hw/sd: Fix 2 GiB card CSD register values --- 2020-10-25 Bin Meng New
hw/sd/omap_mmc: Use device_cold_reset() instead of device_legacy_reset() hw/sd/omap_mmc: Use device_cold_reset() instead of device_legacy_reset() --- 2021-04-30 Peter Maydell Superseded
« 1 2 ... 159 160 161744 745 »