aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
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
2019-06-03q35: Revert to kernel irqchipAlex Williamson3-2/+20
2019-06-03imx25-pdk: create ds1338 for qtest inside the testPaolo Bonzini1-9/+0
2019-06-03edu: uses uint64_t in dma operationLi Qiang1-8/+9
2019-06-03edu: mmio: allow 64-bit access in read dispatchLi Qiang1-1/+5
2019-06-03edu: mmio: allow 64-bit accessLi Qiang1-0/+9
2019-06-02vhost-scsi: Allow user to enable migrationLiran Alon1-10/+20
2019-06-02vhost-scsi: Add VMState descriptorNir Weiner1-0/+23
2019-06-02vhost-scsi: The vhost backend should be stopped when the VM is not runningNir Weiner1-0/+4
2019-05-30Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190529' into...Peter Maydell19-104/+1378
2019-05-30Merge remote-tracking branch 'remotes/kraxel/tags/usb-20190529-pull-request' ...Peter Maydell4-77/+169
2019-05-30Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190529-pull-request' ...Peter Maydell12-459/+1269
2019-05-29vhost: fix memory leak in vhost_user_scsi_realizeJie Wang1-0/+3
2019-05-29vhost: fix incorrect print typeJie Wang1-1/+1
2019-05-29vhost: remove the dead codeJie Wang1-1/+0
2019-05-29pci: Fold pci_get_bus_devfn() into its sole callerDavid Gibson1-32/+28
2019-05-29pci: Make is_bridge a boolDavid Gibson8-9/+9
2019-05-29pcie: Simplify pci_adjust_config_limit()David Gibson3-52/+36
2019-05-29acpi: pci: use build_append_foo() API to construct MCFGWei Yang1-12/+27
2019-05-29hw/acpi: Consolidate build_mcfg to pci.cWei Yang6-34/+53
2019-05-29usb-tablet: fix serial compat propertyGerd Hoffmann1-1/+1
2019-05-29usb-hub: emulate per port power switchingGerd Hoffmann1-0/+63
2019-05-29usb-hub: add usb_hub_port_update()Gerd Hoffmann1-12/+17
2019-05-29usb-hub: add helpers to update port stateGerd Hoffmann1-39/+45
2019-05-29usb-hub: make number of ports runtime-configurableGerd Hoffmann1-16/+29
2019-05-29usb-hub: tweak feature namesGerd Hoffmann1-5/+5
2019-05-29usb-host: avoid libusb_set_configuration callsGerd Hoffmann1-8/+10
2019-05-29usb-host: skip reset for untouched devicesGerd Hoffmann1-0/+3
2019-05-29usb: call reset handler before updating stateGerd Hoffmann1-1/+1
2019-05-29hw/display: add vhost-user-vga & gpu-pciMarc-André Lureau7-17/+725
2019-05-29virtio-gpu: split virtio-gpu-pci & virtio-vgaMarc-André Lureau3-83/+136
2019-05-29virtio-gpu: split virtio-gpu, introduce virtio-gpu-baseMarc-André Lureau6-304/+404
2019-05-29virtio-gpu: add a pixman helper headerMarc-André Lureau1-26/+3
2019-05-29virtio-gpu: add bswap helpers headerMarc-André Lureau1-42/+1
2019-05-29vhost-user: add vhost_user_gpu_set_socket()Marc-André Lureau1-0/+11
2019-05-29ppc/pnv: add dummy XSCOM registers for PRD initializationCédric Le Goater1-0/+18