- 981c3dc qdev: Convert to qdev_unrealize() with Coccinelle by Markus Armbruster · 4 years, 10 months ago
- f1483b4 qdev: Convert to qbus_realize(), qbus_unrealize() by Markus Armbruster · 4 years, 10 months ago
- 4e3a677 qdev: Put qdev_new() to use with Coccinelle by Markus Armbruster · 4 years, 10 months ago
- 9940b2c qdev: New qdev_new(), qdev_realize(), etc. by Markus Armbruster · 4 years, 10 months ago
- da9630c5 Revert "hw/versatile: realize the PCI root bus as part of the versatile init" by Markus Armbruster · 4 years, 10 months ago
- 9e1b990 Revert "hw/prep: realize the PCI root bus as part of the prep init" by Markus Armbruster · 4 years, 10 months ago
- 30884d1 qdev: Rename qbus_realize() to qbus_init() by Markus Armbruster · 4 years, 10 months ago
- dfe8c79 qdev: Assert onboard devices all get realized properly by Markus Armbruster · 4 years, 10 months ago
- 007d1db sd: Hide the qdev-but-not-quite thing created by sd_init() by Markus Armbruster · 4 years, 10 months ago
- 81cb057 qdev: Assert devices are plugged into a bus that can take them by Markus Armbruster · 4 years, 10 months ago
- d6b78ac sparc/leon3: Fix to put grlib,* devices on sysbus by Markus Armbruster · 4 years, 10 months ago
- 75a6ed8 riscv: Fix to put "riscv.hart_array" devices on sysbus by Markus Armbruster · 4 years, 10 months ago
- 734a591 display/sm501 display/ati: Fix to realize "i2c-ddc" by Markus Armbruster · 4 years, 10 months ago
- 2f35254 pnv/psi: Correct the pnv-psi* devices not to be sysbus devices by Markus Armbruster · 4 years, 10 months ago
- 9354eaa ppc/pnv: Put "*-pnv-chip" and "pnv-xive" on the main system bus by Markus Armbruster · 4 years, 10 months ago
- 6741a34 macio: Fix macio-bus to be a subtype of System bus by Markus Armbruster · 4 years, 10 months ago
- 514db77 macio: Put "macio-nvram" device on the macio bus by Markus Armbruster · 4 years, 10 months ago
- b15fe4a ppc4xx: Drop redundant device realization by Markus Armbruster · 4 years, 10 months ago
- efa0559 pnv/phb4: Delete unused "pnv-phb4-pec-stack" devices by Markus Armbruster · 4 years, 10 months ago
- 3320843 macio: Delete unused "macio-gpio" devices by Markus Armbruster · 4 years, 10 months ago
- 3d81f59 macio: Fix to realize "mos6522-cuda" and "mos6522-pmu" devices by Markus Armbruster · 4 years, 10 months ago
- 5e769ec mac_via: Fix to realize "mos6522-q800-via*" devices by Markus Armbruster · 4 years, 10 months ago
- 6b888ee auxbus: Fix aux-to-i2c-bridge to be a subtype of aux-slave by Markus Armbruster · 4 years, 10 months ago
- 210d186 armv7m: Delete unused "ARM,bitband-memory" devices by Markus Armbruster · 4 years, 10 months ago
- d3bad7e arm/aspeed: Rework NIC attachment by Cédric Le Goater · 4 years, 10 months ago
- b7f1a0c arm/aspeed: Compute the number of CPUs from the SoC definition by Cédric Le Goater · 4 years, 10 months ago
- 71e5770 sd/pxa2xx_mmci: Fix to realize "pxa2xx-mmci" device by Markus Armbruster · 4 years, 10 months ago
- f6a1f93 display/xlnx_dp: Fix to realize "i2c-ddc" and "aux-to-i2c-bridge" by Markus Armbruster · 4 years, 10 months ago
- 2fb1f7d arm/stm32f405: Fix realization of "stm32f2xx-adc" devices by Markus Armbruster · 4 years, 10 months ago
- 7d3660e Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 4 years, 10 months ago
- efb22b2 exec/cpu-common: Move MUSB specific typedefs to 'hw/usb/hcd-musb.h' by Philippe Mathieu-Daudé · 4 years, 10 months ago
- 2c89d91 hw/usb: Move device-specific declarations to new 'hcd-musb.h' header by Philippe Mathieu-Daudé · 4 years, 10 months ago
- acd0c94 xen: fix build without pci passthrough by Anthony PERARD · 4 years, 10 months ago
- 9e39031 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 4 years, 10 months ago
- 10d35e5 virtio-pci: fix queue_enable write by Jason Wang · 4 years, 10 months ago
- 12fcf49 pci: Display PCI IRQ pin in "info pci" by Peter Xu · 5 years ago
- 62925fd Fix parameter type in vhost migration log path by Raphael Norwitz · 4 years, 11 months ago
- 32905fc acpi: ged: rename event memory region by Gerd Hoffmann · 4 years, 10 months ago
- c8ed8f5 acpi: fadt: add hw-reduced sleep register support by Gerd Hoffmann · 4 years, 10 months ago
- 5794d34 acpi: madt: skip pci override on pci-less systems. by Gerd Hoffmann · 4 years, 10 months ago
- eb66ffa acpi: create acpi-common.c and move madt code by Gerd Hoffmann · 4 years, 10 months ago
- 1dc32f9 acpi: make build_madt() more generic. by Gerd Hoffmann · 4 years, 10 months ago
- 9b83bb2 virtio: add vhost-user-vsock-pci device by Stefano Garzarella · 4 years, 10 months ago
- 5fe97d8 virtio: add vhost-user-vsock base device by Stefano Garzarella · 4 years, 10 months ago
- c6136ec vhost-vsock: add vhost-vsock-common abstraction by Stefano Garzarella · 4 years, 10 months ago
- 0082398 hw/pci: Fix crash when running QEMU with "-nic model=rocker" by Thomas Huth · 4 years, 10 months ago
- 2759839 Lift max memory slots limit imposed by vhost-user by Raphael Norwitz · 4 years, 10 months ago
- f1aeb14 Transmit vhost-user memory regions individually by Raphael Norwitz · 4 years, 10 months ago
- 6b0eff1 Add VHOST_USER_PROTOCOL_F_CONFIGURE_MEM_SLOTS by Raphael Norwitz · 4 years, 10 months ago
- eea8f5d Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20200611.0' into staging by Peter Maydell · 4 years, 10 months ago
- 77c9e07 Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pull-request' into staging by Peter Maydell · 4 years, 10 months ago
- 643a4ea hw/vfio/pci-quirks: Fix broken legacy IGD passthrough by Thomas Huth · 4 years, 10 months ago
- ee7932b hw/vfio: Add VMD Passthrough Quirk by Jon Derrick · 4 years, 10 months ago
- 2356ff8 hw/i386/amd_iommu: Fix the reserved bits definition of IOMMU commands by Wei Huang · 5 years ago
- c82d9d4 KVM: Kick resamplefd for split kernel irqchip by Peter Xu · 5 years ago
- 97a3757 vfio/pci: Use kvm_irqchip_add_irqfd_notifier_gsi() for irqfds by Peter Xu · 5 years ago
- c781a2c hw/i386/vmport: Allow QTest use without crashing by Philippe Mathieu-Daudé · 4 years, 10 months ago
- 2b15129 megasas: use unsigned type for positive numeric fields by Prasad J Pandit · 4 years, 11 months ago
- fd69185 megasas: avoid NULL pointer dereference by Prasad J Pandit · 4 years, 11 months ago
- f50ab86 megasas: use unsigned type for reply_queue_head and check index by Prasad J Pandit · 4 years, 11 months ago
- da278d5 accel: Move Xen accelerator code under accel/xen/ by Philippe Mathieu-Daudé · 4 years, 11 months ago
- 23accdf hw/i386/vmport: Assert vmport initialized before registering commands by Liran Alon · 5 years ago
- d6048bf hw/i386/vmport: Add support for CMD_GETHZ by Liran Alon · 5 years ago
- 7f9114b hw/i386/vmport: Allow x2apic without IR by Liran Alon · 5 years ago
- acacd35 hw/i386/vmport: Add support for CMD_GET_VCPU_INFO by Liran Alon · 5 years ago
- aaacf1c hw/i386/vmport: Add support for CMD_GETBIOSUUID by Liran Alon · 5 years ago
- dcd938f hw/i386/vmport: Define enum for all commands by Liran Alon · 5 years ago
- d8f23d6 hw/i386/vmport: Introduce vmport.h by Liran Alon · 5 years ago
- f8bdc55 hw/i386/vmport: Report vmware-vmx-type in CMD_GETVERSION by Liran Alon · 5 years ago
- 2fd2f79 hw/i386/vmport: Introduce vmware-vmx-version property by Liran Alon · 5 years ago
- 0342ee7 hw/i386/vmport: Set EAX to -1 on failed and unsupported commands by Liran Alon · 5 years ago
- b889212 hw/i386/vmport: Propagate IOPort read to vCPU EAX register by Liran Alon · 5 years ago
- c9ab24c hw/i386/vmport: Add device properties by Liran Alon · 5 years ago
- 2928225 hw/i386/vmport: Add reference to VMware open-vm-tools by Liran Alon · 5 years ago
- 4dd8a70 vmbus: add infrastructure to save/load vmbus requests by Jon Doron · 5 years ago
- 6775d15 i386: Hyper-V VMBus ACPI DSDT entry by Jon Doron · 5 years ago
- cab78e7 i386:pc: whitelist dynamic vmbus-bridge by Jon Doron · 5 years ago
- 0d71f70 vmbus: vmbus implementation by Jon Doron · 5 years ago
- d42cd96 hyperv: expose API to determine if synic is enabled by Jon Doron · 5 years ago
- ca27b5e qom/object: Move Object typedef to 'qemu/typedefs.h' by Philippe Mathieu-Daudé · 5 years ago
- ea81f98 numa: prevent usage of -M memory-backend and -numa memdev at the same time by Igor Mammedov · 4 years, 11 months ago
- fe18e6e semihosting: remove the pthread include which seems unused by KONRAD Frederic · 4 years, 10 months ago
- 1db889c hw/openrisc/openrisc_sim: Add assertion to silence GCC warning by Philippe Mathieu-Daudé · 4 years, 10 months ago
- 9e7f146 Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-misc-080620-1' into staging by Peter Maydell · 4 years, 10 months ago
- 23374a8 Add vhost-user helper to get MemoryRegion data by Raphael Norwitz · 4 years, 10 months ago
- ece9909 Add helper to populate vhost-user message regions by Raphael Norwitz · 4 years, 10 months ago
- 4bcad76 vhost-user-blk: delay vhost_user_blk_disconnect by Dima Stepanov · 4 years, 10 months ago
- 51eae1e hw/pci-host: Use the IEC binary prefix definitions by Philippe Mathieu-Daudé · 4 years, 10 months ago
- 37e7211 hw/pci/pci_bridge: Use the IEC binary prefix definitions by Philippe Mathieu-Daudé · 4 years, 10 months ago
- 2dc48da hw/pci/pci_bridge: Correct pci_bridge_io memory region size by Philippe Mathieu-Daudé · 4 years, 10 months ago
- ea2fe4d hw/pci-host/prep: Correct RAVEN bus bridge memory region size by Philippe Mathieu-Daudé · 4 years, 10 months ago
- f7d6a63 pci: assert configuration access is within bounds by Prasad J Pandit · 4 years, 10 months ago
- 0dabc0f hw/pci/pcie: Move hot plug capability check to pre_plug callback by Julia Suvorova · 4 years, 10 months ago
- 91b8671 virtio-balloon: Provide an interface for free page reporting by Alexander Duyck · 4 years, 10 months ago
- 7483cbb virtio-balloon: Implement support for page poison reporting feature by Alexander Duyck · 4 years, 10 months ago
- 105aef9 virtio-balloon: unref the iothread when unrealizing by David Hildenbrand · 4 years, 10 months ago
- 49b0171 virtio-balloon: fix free page hinting check on unrealize by David Hildenbrand · 4 years, 10 months ago
- 12fc890 virtio-balloon: fix free page hinting without an iothread by David Hildenbrand · 4 years, 10 months ago
- 039a93b hw/i386/xen/xen-hvm: Use the IEC binary prefix definitions by Philippe Mathieu-Daudé · 4 years, 10 months ago
- 94c1253 hw/hppa/dino: Use the IEC binary prefix definitions by Philippe Mathieu-Daudé · 4 years, 10 months ago