aboutsummaryrefslogtreecommitdiff
path: root/include/hw
AgeCommit message (Expand)AuthorFilesLines
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
2019-05-29spapr/xive: add migration support for KVMCédric Le Goater2-0/+4
2019-05-29spapr/xive: introduce a VM state change handlerCédric Le Goater1-0/+1
2019-05-29spapr/xive: add state synchronization with KVMCédric Le Goater2-0/+9
2019-05-29spapr/xive: add hcall support when under KVMCédric Le Goater1-0/+15
2019-05-29spapr/xive: add KVM supportCédric Le Goater2-0/+23
2019-05-29spapr: Add forgotten capability to migration streamDavid Gibson1-0/+1
2019-05-29spapr/xive: fix EQ page addresses above 64GBCédric Le Goater1-0/+6
2019-05-28Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-next-280519-2...Peter Maydell2-0/+111
2019-05-28Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-4.1-sf0' i...Peter Maydell3-4/+80
2019-05-28semihosting: enable chardev backed output for consoleAlex Bennée1-0/+7
2019-05-28semihosting: implement a semihosting consoleAlex Bennée1-0/+38
2019-05-28semihosting: move semihosting configuration into its own directoryAlex Bennée1-0/+66
2019-05-24target/riscv: Add a base 32 and 64 bit CPUAlistair Francis1-2/+2
2019-05-24SiFive RISC-V GPIO DeviceFabien Chouteau2-2/+78
2019-05-24hw/arm/bcm2835: Use object_initialize() on PL011StatePhilippe Mathieu-Daudé1-1/+1
2019-05-24hw/arm/bcm2835: Use TYPE_PL011 instead of hardcoded stringPhilippe Mathieu-Daudé1-0/+1
2019-05-24Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190524-pull-request' ...Peter Maydell1-1/+1
2019-05-24Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190523'...Peter Maydell14-21/+42
2019-05-24hw/display/ramfb: initialize fw-config space with xres/ yresHou Qiming1-1/+1
2019-05-23hw/arm/exynos4210: QOM'ify the Exynos4210 SoCPhilippe Mathieu-Daudé1-2/+7
2019-05-23arm: Rename hw/arm/arm.h to hw/arm/boot.hPeter Maydell12-15/+13
2019-05-23arm: Move system_clock_scale to armv7m_systick.hPeter Maydell2-4/+22
2019-05-23hw/nvram/fw_cfg: Add fw_cfg_arch_key_name()Philippe Mathieu-Daudé1-0/+14
2019-05-22pci: msix: move 'MSIX_CAP_LENGTH' to header fileLi Qiang1-0/+2
2019-05-21Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190521-3' into stagingPeter Maydell1-0/+1
2019-05-20pci: Simplify pci_bus_is_root()David Gibson2-2/+11
2019-05-20hw/arm/virt-acpi-build: pass AcpiMcfgInfo to build_mcfg()Wei Yang1-0/+33