aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-06-11qemu-common: Move qemu_isalnum() etc. to qemu/ctype.hMarkus Armbruster
2019-06-11qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster
2019-06-10target/xtensa: Use env_cpu, env_archcpuRichard Henderson
2019-06-10target/unicore32: Use env_cpu, env_archcpuRichard Henderson
2019-06-10target/sparc: Use env_cpu, env_archcpuRichard Henderson
2019-06-10target/ppc: Use env_cpu, env_archcpuRichard Henderson
2019-06-10target/nios2: Use env_cpu, env_archcpuRichard Henderson
2019-06-10target/mips: Use env_cpu, env_archcpuRichard Henderson
2019-06-10target/i386: Use env_cpu, env_archcpuRichard Henderson
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson
2019-06-10Merge remote-tracking branch 'remotes/kraxel/tags/usb-20190607-pull-request' ...Peter Maydell
2019-06-07usb-mtp: refactor the flow of usb_mtp_write_dataBandan Das
2019-06-07Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190607-2' into stagingPeter Maydell
2019-06-07s390x: Bump the "qemu" CPU model up to a stripped-down z13David Hildenbrand
2019-06-07vfio/display: set dmabuf modifier fieldGerd Hoffmann
2019-06-06Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell
2019-06-06Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2019-06-06hw/watchdog/wdt_i6300esb: Use DEVICE() macro to access DeviceState.qdevPhilippe Mathieu-Daudé
2019-06-06hw/scsi: Use the QOM BUS() macro to access BusState.qbusPhilippe Mathieu-Daudé
2019-06-06hw/sd: Use the QOM BUS() macro to access BusState.qbusPhilippe Mathieu-Daudé
2019-06-06hw/audio/ac97: Use the QOM DEVICE() macro to access DeviceState.qdevPhilippe Mathieu-Daudé
2019-06-06hw/vfio/pci: Use the QOM DEVICE() macro to access DeviceState.qdevPhilippe Mathieu-Daudé
2019-06-06hw/usb-storage: Use the QOM DEVICE() macro to access DeviceState.qdevPhilippe Mathieu-Daudé
2019-06-06hw/isa: Use the QOM DEVICE() macro to access DeviceState.qdevPhilippe Mathieu-Daudé
2019-06-06hw/s390x/event-facility: Use the QOM BUS() macro to access BusState.qbusPhilippe Mathieu-Daudé
2019-06-06hw/pci-bridge: Use the QOM BUS() macro to access BusState.qbusPhilippe Mathieu-Daudé
2019-06-06hw/scsi/vmw_pvscsi: Use qbus_reset_all() directlyPhilippe Mathieu-Daudé
2019-06-06vhost: fix incorrect print typeJie Wang
2019-06-06hw/rdma: Delete unused headers inclusionYuval Shaia
2019-06-04scsi-disk: Use qdev_prop_drive_iothreadKevin Wolf
2019-06-04block: Add qdev_prop_drive_iothread property typeKevin Wolf
2019-06-04block: Add BlockBackend.ctxKevin Wolf
2019-06-04block: Add Error to blk_set_aio_context()Kevin Wolf
2019-06-04nvme: add Get/Set Feature Timestamp supportKenneth Heitke
2019-06-03q35: Revert to kernel irqchipAlex Williamson
2019-06-03imx25-pdk: create ds1338 for qtest inside the testPaolo Bonzini
2019-06-03edu: uses uint64_t in dma operationLi Qiang
2019-06-03edu: mmio: allow 64-bit access in read dispatchLi Qiang
2019-06-03edu: mmio: allow 64-bit accessLi Qiang
2019-06-02vhost-scsi: Allow user to enable migrationLiran Alon
2019-06-02vhost-scsi: Add VMState descriptorNir Weiner
2019-06-02vhost-scsi: The vhost backend should be stopped when the VM is not runningNir Weiner
2019-05-30Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190529' into...Peter Maydell
2019-05-30Merge remote-tracking branch 'remotes/kraxel/tags/usb-20190529-pull-request' ...Peter Maydell
2019-05-30Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190529-pull-request' ...Peter Maydell
2019-05-29vhost: fix memory leak in vhost_user_scsi_realizeJie Wang
2019-05-29vhost: fix incorrect print typeJie Wang
2019-05-29vhost: remove the dead codeJie Wang
2019-05-29pci: Fold pci_get_bus_devfn() into its sole callerDavid Gibson