summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | pcie: Simplify pci_adjust_config_limit()David Gibson2019-05-303-52/+36Star
| * | acpi: pci: use build_append_foo() API to construct MCFGWei Yang2019-05-301-12/+27
| * | hw/acpi: Consolidate build_mcfg to pci.cWei Yang2019-05-306-34/+53
* | | scsi-disk: Use qdev_prop_drive_iothreadKevin Wolf2019-06-042-14/+23
* | | block: Add qdev_prop_drive_iothread property typeKevin Wolf2019-06-041-5/+38
* | | block: Add BlockBackend.ctxKevin Wolf2019-06-045-5/+7
* | | block: Add Error to blk_set_aio_context()Kevin Wolf2019-06-043-8/+20
* | | nvme: add Get/Set Feature Timestamp supportKenneth Heitke2019-06-043-2/+108
* | | q35: Revert to kernel irqchipAlex Williamson2019-06-033-2/+20
* | | imx25-pdk: create ds1338 for qtest inside the testPaolo Bonzini2019-06-031-9/+0Star
* | | edu: uses uint64_t in dma operationLi Qiang2019-06-031-8/+9
* | | edu: mmio: allow 64-bit access in read dispatchLi Qiang2019-06-031-1/+5
* | | edu: mmio: allow 64-bit accessLi Qiang2019-06-031-0/+9
* | | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190529' into...Peter Maydell2019-05-3019-104/+1378
|\ \ \