aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
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
2019-06-12spapr: Clean up device node name generation for PCI devicesDavid Gibson1-25/+16
2019-06-12spapr_pci: Improve error messageGreg Kurz1-1/+8
2019-06-11qemu-common: Move qemu_isalnum() etc. to qemu/ctype.hMarkus Armbruster4-2/+4
2019-06-11qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster3-0/+4
2019-06-10target/xtensa: Use env_cpu, env_archcpuRichard Henderson1-1/+1
2019-06-10target/unicore32: Use env_cpu, env_archcpuRichard Henderson1-1/+1
2019-06-10target/sparc: Use env_cpu, env_archcpuRichard Henderson3-5/+5
2019-06-10target/ppc: Use env_cpu, env_archcpuRichard Henderson3-12/+12
2019-06-10target/nios2: Use env_cpu, env_archcpuRichard Henderson1-4/+1
2019-06-10target/mips: Use env_cpu, env_archcpuRichard Henderson2-2/+2
2019-06-10target/i386: Use env_cpu, env_archcpuRichard Henderson2-3/+3
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson1-1/+1
2019-06-10Merge remote-tracking branch 'remotes/kraxel/tags/usb-20190607-pull-request' ...Peter Maydell1-27/+30
2019-06-07usb-mtp: refactor the flow of usb_mtp_write_dataBandan Das1-27/+30
2019-06-07Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190607-2' into stagingPeter Maydell1-0/+2
2019-06-07s390x: Bump the "qemu" CPU model up to a stripped-down z13David Hildenbrand1-0/+2
2019-06-07vfio/display: set dmabuf modifier fieldGerd Hoffmann1-0/+1
2019-06-06Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell15-25/+18
2019-06-06Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell20-139/+192
2019-06-06hw/watchdog/wdt_i6300esb: Use DEVICE() macro to access DeviceState.qdevPhilippe Mathieu-Daudé1-1/+1
2019-06-06hw/scsi: Use the QOM BUS() macro to access BusState.qbusPhilippe Mathieu-Daudé3-4/+4
2019-06-06hw/sd: Use the QOM BUS() macro to access BusState.qbusPhilippe Mathieu-Daudé2-2/+2
2019-06-06hw/audio/ac97: Use the QOM DEVICE() macro to access DeviceState.qdevPhilippe Mathieu-Daudé1-1/+1
2019-06-06hw/vfio/pci: Use the QOM DEVICE() macro to access DeviceState.qdevPhilippe Mathieu-Daudé1-2/+2
2019-06-06hw/usb-storage: Use the QOM DEVICE() macro to access DeviceState.qdevPhilippe Mathieu-Daudé1-1/+1
2019-06-06hw/isa: Use the QOM DEVICE() macro to access DeviceState.qdevPhilippe Mathieu-Daudé2-2/+2
2019-06-06hw/s390x/event-facility: Use the QOM BUS() macro to access BusState.qbusPhilippe Mathieu-Daudé1-2/+2
2019-06-06hw/pci-bridge: Use the QOM BUS() macro to access BusState.qbusPhilippe Mathieu-Daudé1-1/+1
2019-06-06hw/scsi/vmw_pvscsi: Use qbus_reset_all() directlyPhilippe Mathieu-Daudé1-2/+2
2019-06-06vhost: fix incorrect print typeJie Wang1-1/+1
2019-06-06hw/rdma: Delete unused headers inclusionYuval Shaia1-7/+0
2019-06-04scsi-disk: Use qdev_prop_drive_iothreadKevin Wolf2-14/+23
2019-06-04block: Add qdev_prop_drive_iothread property typeKevin Wolf1-5/+38
2019-06-04block: Add BlockBackend.ctxKevin Wolf5-5/+7
2019-06-04block: Add Error to blk_set_aio_context()Kevin Wolf3-8/+20
2019-06-04nvme: add Get/Set Feature Timestamp supportKenneth Heitke3-2/+108