aboutsummaryrefslogtreecommitdiff
path: root/include/hw
AgeCommit message (Expand)AuthorFilesLines
2019-07-02xics/spapr: Drop unused function declarationGreg Kurz1-1/+0
2019-07-02xics/spapr: Detect old KVM XICS on POWER9 hostsGreg Kurz1-0/+1
2019-07-02xics/spapr: Register RTAS/hypercalls once at machine initGreg Kurz3-5/+1
2019-07-02ppc/pnv: remove xscom_base field from PnvChipCédric Le Goater1-4/+1
2019-07-02ppc/pnv: fix XSCOM MMIO base address for P9 machines with multiple chipsCédric Le Goater2-1/+4
2019-06-24xen: Import other xen/io/*.hAnthony PERARD11-1/+2893
2019-06-24Revert xen/io/ring.h of "Clean up a few header guard symbols"Anthony PERARD1-3/+3
2019-06-24xen-bus / xen-block: add support for event channel pollingPaul Durrant1-1/+1
2019-06-24xen-bus: allow AioContext to be specified for each event channelPaul Durrant1-0/+1
2019-06-24xen-bus: use a separate fd for each event channelPaul Durrant1-4/+2
2019-06-21hw: Nuke hw_compat_4_0_1 and pc_compat_4_0_1Greg Kurz2-6/+0
2019-06-17hw/arm: Correctly disable FPU/DSP for some ARMSSE-based boardsPeter Maydell1-0/+7
2019-06-17hw/arm/armv7m: Forward "vfp" and "dsp" properties to CPUPeter Maydell1-0/+4
2019-06-16hw/acpi: extract acpi_add_rom_blob()Wei Yang1-0/+9
2019-06-13vfio/common: Introduce vfio_set_irq_signaling helperEric Auger1-0/+2
2019-06-13Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190613-pull-request' ...Peter Maydell2-2/+4
2019-06-13edid: flip the default to enabledGerd Hoffmann1-1/+1
2019-06-13edid: add xmax + ymax propertiesGerd Hoffmann1-1/+3
2019-06-12semihosting: split console_out into string and char versionsAlex Bennée1-6/+19
2019-06-12Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190612' into...Peter Maydell3-5/+5
2019-06-12Supply missing header guardsMarkus Armbruster9-1/+45
2019-06-12Clean up a few header guard symbolsMarkus Armbruster2-6/+6
2019-06-12Normalize position of header guardMarkus Armbruster7-14/+15
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster35-35/+0
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster3-2/+2
2019-06-12ppc/xive: Make XIVE generate the proper interrupt typesBenjamin Herrenschmidt1-1/+2
2019-06-12spapr: Clean up spapr_drc_populate_dt()David Gibson1-2/+1
2019-06-12spapr: Clean up dt creation for PCI busesDavid Gibson1-2/+2
2019-06-06Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell5-21/+10
2019-06-04scsi-disk: Use qdev_prop_drive_iothreadKevin Wolf1-0/+1
2019-06-04block: Add qdev_prop_drive_iothread property typeKevin Wolf2-2/+8
2019-06-03q35: Revert to kernel irqchipAlex Williamson2-0/+6
2019-06-02vhost-scsi: Allow user to enable migrationLiran Alon1-0/+1
2019-05-30Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190529' into...Peter Maydell8-0/+66
2019-05-30Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190529-pull-request' ...Peter Maydell5-23/+217
2019-05-29pci: Make is_bridge a boolDavid Gibson1-1/+1
2019-05-29pcie: Simplify pci_adjust_config_limit()David Gibson2-2/+7
2019-05-29acpi: pci: use build_append_foo() API to construct MCFGWei Yang1-18/+0
2019-05-29hw/acpi: Consolidate build_mcfg to pci.cWei Yang1-0/+1
2019-05-29hw/display: add vhost-user-vga & gpu-pciMarc-André Lureau2-6/+53
2019-05-29virtio-gpu: split virtio-gpu, introduce virtio-gpu-baseMarc-André Lureau1-17/+56
2019-05-29virtio-gpu: add a pixman helper headerMarc-André Lureau1-0/+45
2019-05-29virtio-gpu: add bswap helpers headerMarc-André Lureau1-0/+61
2019-05-29vhost-user: add vhost_user_gpu_set_socket()Marc-André Lureau1-0/+2
2019-05-29spapr: Don't migrate the hpt_maxpagesize cap to older machine typesGreg Kurz1-0/+1
2019-05-29spapr/irq: add KVM support to the 'dual' machineCédric Le Goater1-1/+0
2019-05-29spapr/irq: initialize the IRQ device only onceCédric Le Goater1-0/+1
2019-05-29spapr/irq: introduce a spapr_irq_init_device() helperCédric Le Goater2-0/+3
2019-05-29spapr: introduce routines to delete the KVM IRQ deviceCédric Le Goater2-0/+2
2019-05-29sysbus: add a sysbus_mmio_unmap() helperCédric Le Goater1-0/+1