summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
...
| * spapr: Allow hot plug/unplug of PCI bridges and devices under PCI bridgesDavid Gibson2019-06-121-13/+102
| * spapr: Direct all PCI hotplug to host bridge, rather than P2P bridgeDavid Gibson2019-06-121-0/+11
| * spapr: Don't use bus number for building DRC idsDavid Gibson2019-06-121-14/+40
| * spapr: Clean up DRC index constructionDavid Gibson2019-06-121-56/+68
| * spapr: Clean up spapr_drc_populate_dt()David Gibson2019-06-123-13/+10Star
| * spapr: Clean up dt creation for PCI busesDavid Gibson2019-06-122-70/+77
| * spapr: Clean up device tree construction for PCI devicesDavid Gibson2019-06-121-64/+55Star
| * spapr: Clean up device node name generation for PCI devicesDavid Gibson2019-06-121-25/+16Star
| * spapr_pci: Improve error messageGreg Kurz2019-06-121-1/+8
* | Clean up a header guard symbols (again)Markus Armbruster2019-06-121-3/+3
* | Supply missing header guardsMarkus Armbruster2019-06-128-2/+39
* | Include qemu-common.h exactly where neededMarkus Armbruster2019-06-12129-91/+43Star
* | Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-12564-75/+656
* | qemu-common: Move qemu_isalnum() etc. to qemu/ctype.hMarkus Armbruster2019-06-114-2/+4
* | qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster2019-06-113-0/+4
|/
* target/xtensa: Use env_cpu, env_archcpuRichard Henderson2019-06-101-1/+1
* target/unicore32: Use env_cpu, env_archcpuRichard Henderson2019-06-101-1/+1
* target/sparc: Use env_cpu, env_archcpuRichard Henderson2019-06-103-5/+5
* target/ppc: Use env_cpu, env_archcpuRichard Henderson2019-06-103-12/+12
* target/nios2: Use env_cpu, env_archcpuRichard Henderson2019-06-101-4/+1Star
* target/mips: Use env_cpu, env_archcpuRichard Henderson2019-06-102-2/+2
* target/i386: Use env_cpu, env_archcpuRichard Henderson2019-06-102-3/+3
* cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson2019-06-101-1/+1
* Merge remote-tracking branch 'remotes/kraxel/tags/usb-20190607-pull-request' ...Peter Maydell2019-06-101-27/+30
|\
| * usb-mtp: refactor the flow of usb_mtp_write_dataBandan Das2019-06-071-27/+30
* | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190607-2' into stagingPeter Maydell2019-06-071-0/+2
|\ \
| * | s390x: Bump the "qemu" CPU model up to a stripped-down z13David Hildenbrand2019-06-071-0/+2
* | | vfio/display: set dmabuf modifier fieldGerd Hoffmann2019-06-071-0/+1
|/ /
* | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell2019-06-0615-25/+18Star
|\ \
| * | hw/watchdog/wdt_i6300esb: Use DEVICE() macro to access DeviceState.qdevPhilippe Mathieu-Daudé2019-06-061-1/+1
| * | hw/scsi: Use the QOM BUS() macro to access BusState.qbusPhilippe Mathieu-Daudé2019-06-063-4/+4
| * | hw/sd: Use the QOM BUS() macro to access BusState.qbusPhilippe Mathieu-Daudé2019-06-062-2/+2
| * | hw/audio/ac97: Use the QOM DEVICE() macro to access DeviceState.qdevPhilippe Mathieu-Daudé2019-06-061-1/+1
| * | hw/vfio/pci: Use the QOM DEVICE() macro to access DeviceState.qdevPhilippe Mathieu-Daudé2019-06-061-2/+2
| * | hw/usb-storage: Use the QOM DEVICE() macro to access DeviceState.qdevPhilippe Mathieu-Daudé2019-06-061-1/+1
| * | hw/isa: Use the QOM DEVICE() macro to access DeviceState.qdevPhilippe Mathieu-Daudé2019-06-062-2/+2
| * | hw/s390x/event-facility: Use the QOM BUS() macro to access BusState.qbusPhilippe Mathieu-Daudé2019-06-061-2/+2
| * | hw/pci-bridge: Use the QOM BUS() macro to access BusState.qbusPhilippe Mathieu-Daudé2019-06-061-1/+1
| * | hw/scsi/vmw_pvscsi: Use qbus_reset_all() directlyPhilippe Mathieu-Daudé2019-06-061-2/+2
| * | vhost: fix incorrect print typeJie Wang2019-06-061-1/+1
| * | hw/rdma: Delete unused headers inclusionYuval Shaia2019-06-061-7/+0Star
* | | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2019-06-0620-139/+192
|\ \ \ | |/ / |/| |
| * | vhost-scsi: Allow user to enable migrationLiran Alon2019-06-031-10/+20
| * | vhost-scsi: Add VMState descriptorNir Weiner2019-06-031-0/+23
| * | vhost-scsi: The vhost backend should be stopped when the VM is not runningNir Weiner2019-06-031-0/+4
| * | vhost: fix memory leak in vhost_user_scsi_realizeJie Wang2019-05-301-0/+3
| * | vhost: fix incorrect print typeJie Wang2019-05-301-1/+1
| * | vhost: remove the dead codeJie Wang2019-05-301-1/+0Star
| * | pci: Fold pci_get_bus_devfn() into its sole callerDavid Gibson2019-05-301-32/+28Star
| * | pci: Make is_bridge a boolDavid Gibson2019-05-308-9/+9