aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2019-07-04virtio: Set "start_on_kick" on virtio_set_features()Xie Yongji1-8/+20
2019-07-04virtio: Set "start_on_kick" for legacy devicesXie Yongji1-4/+2
2019-07-04virtio: add "use-started" propertyXie Yongji3-13/+10
2019-07-04virtio-pci: fix missing device propertiesMarc-André Lureau1-14/+14
2019-07-04pc: Support for virtio-pmem-pciDavid Hildenbrand2-1/+72
2019-07-04virtio-pci: Proxy for virtio-pmemPankaj Gupta3-0/+166
2019-07-02virtio-pci: Allow to specify additional interfaces for the base typeDavid Hildenbrand2-0/+2
2019-07-02virtio-pmem: add virtio devicePankaj Gupta3-0/+200
2019-07-01pcie: minor cleanups for slot control/statusMichael S. Tsirkin1-6/+11
2019-07-01pcie: work around for racy guest initMichael S. Tsirkin1-0/+19
2019-07-01pcie: check that slt ctrl changed before deletingMichael S. Tsirkin3-4/+20
2019-07-01pcie: don't skip multi-mask eventsMichael S. Tsirkin1-1/+1
2019-06-24nvme: do not advertise support for unsupported arbitration mechanismKlaus Birkelund Jensen1-1/+0
2019-06-21hw: Nuke hw_compat_4_0_1 and pc_compat_4_0_1Greg Kurz3-11/+9
2019-06-21sd: Fix out-of-bounds assertionsLidong Chen1-2/+2
2019-06-21i386/kvm: convert hyperv enlightenments properties from bools to bitsVitaly Kuznetsov1-1/+2
2019-06-17hw/intc/arm_gicv3: GICD_TYPER.SecurityExtn is RAZ if GICD_CTLR.DS == 1Peter Maydell1-1/+7
2019-06-17hw/intc/arm_gicv3: Fix decoding of ID register rangePeter Maydell2-4/+4
2019-06-17hw/arm: Correctly disable FPU/DSP for some ARMSSE-based boardsPeter Maydell2-12/+54
2019-06-17hw/arm/armv7m: Forward "vfp" and "dsp" properties to CPUPeter Maydell1-0/+18
2019-06-17hw/arm/boot: Honour image size field in AArch64 Image format kernelsPeter Maydell1-2/+15
2019-06-17hw/arm/boot: Avoid placing the initrd on top of the kernelPeter Maydell1-14/+20
2019-06-17hw/arm/boot: Diagnose layouts that put initrd or DTB off the end of RAMPeter Maydell1-0/+23
2019-06-17hw/arm/boot: Don't assume RAM starts at address zeroPeter Maydell1-5/+4
2019-06-16q35: fix mmconfig and PCI0._CRSGerd Hoffmann2-23/+22
2019-06-16hw/acpi: extract acpi_add_rom_blob()Wei Yang4-33/+56
2019-06-16vhost: fix vhost_log size overflow during migrationLi Hangjing1-0/+10
2019-06-14hw/block/fdc: floppy command FIFO memory initializationAndrey Shinkevich1-0/+1
2019-06-13vfio/common: Introduce vfio_set_irq_signaling helperEric Auger3-211/+152
2019-06-13vfio/pci: Allow MSI-X relocation to fixup bogus PBAAlex Williamson1-1/+1
2019-06-13vfio/pci: Hide Resizable BAR capabilityAlex Williamson1-0/+1
2019-06-13hw/core/bus.c: Only the main system bus can have no parentPeter Maydell1-12/+9
2019-06-13hw/arm/smmuv3: Fix decoding of ID register rangePeter Maydell1-1/+1
2019-06-13Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190613-pull-request' ...Peter Maydell3-4/+10
2019-06-13edid: flip the default to enabledGerd Hoffmann3-4/+10
2019-06-12semihosting: split console_out into string and char versionsAlex Bennée1-9/+25
2019-06-12Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190612' into...Peter Maydell5-205/+354
2019-06-12Clean up a header guard symbols (again)Markus Armbruster1-3/+3
2019-06-12Supply missing header guardsMarkus Armbruster8-2/+39
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster129-91/+43
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster564-75/+656
2019-06-12ppc/xive: Make XIVE generate the proper interrupt typesBenjamin Herrenschmidt1-3/+19
2019-06-12ppc/pnv: activate the "dumpdtb" option on the powernv machineCédric Le Goater1-0/+2
2019-06-12spapr: Allow hot plug/unplug of PCI bridges and devices under PCI bridgesDavid Gibson1-13/+102
2019-06-12spapr: Direct all PCI hotplug to host bridge, rather than P2P bridgeDavid Gibson1-0/+11
2019-06-12spapr: Don't use bus number for building DRC idsDavid Gibson1-14/+40
2019-06-12spapr: Clean up DRC index constructionDavid Gibson1-56/+68
2019-06-12spapr: Clean up spapr_drc_populate_dt()David Gibson3-13/+10
2019-06-12spapr: Clean up dt creation for PCI busesDavid Gibson2-70/+77
2019-06-12spapr: Clean up device tree construction for PCI devicesDavid Gibson1-64/+55