summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* scsi-disk: Add device_id propertyKevin Wolf2019-02-011-8/+16
* scsi-disk: Don't use empty string as device idKevin Wolf2019-02-011-6/+8
* virtio-scsi: Forbid devices with different iothreads sharing a blockdevAlberto Garcia2019-02-011-0/+7
* scsi-disk: Acquire the AioContext in scsi_*_realize()Alberto Garcia2019-02-011-3/+20
* virtio-scsi: Move BlockBackend back to the main AioContext on unplugAlberto Garcia2019-02-011-0/+6
* uuid: Make qemu_uuid_bswap() take and return a QemuUUIDPeter Maydell2019-02-011-4/+2Star
* Merge remote-tracking branch 'remotes/xanclic/tags/pull-block-2019-01-31' int...Peter Maydell2019-01-311-5/+10
|\
| * nvme: use pci_dev directly in nvme_realizeLi Qiang2019-01-311-4/+4
| * nvme: ensure the num_queues is not zeroLi Qiang2019-01-311-0/+5
| * nvme: use TYPE_NVME instead of constant stringLi Qiang2019-01-311-1/+1
* | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell2019-01-317-11/+6Star
|\ \
| * | virtio-blk: remove duplicate definition of VirtIOBlock *s pointerStefano Garzarella2019-01-301-2/+0Star
| * | hw/block: clean up stale xen_disk trace entriesPaul Durrant2019-01-301-7/+0Star
| * | hw: sd: set category of the sd memory cardkumar sourav2019-01-301-0/+1
| * | hw: input: set category of the i8042 devicekumar sourav2019-01-301-0/+1
| * | typo: apci->acpiDr. David Alan Gilbert2019-01-302-2/+2
| * | hw: edu: set category of the edu devicekumar sourav2019-01-301-0/+2
| |/
* | Merge remote-tracking branch 'remotes/kraxel/tags/usb-20190130-pull-request' ...Peter Maydell2019-01-3110-88/+153
|\ \
| * | usb-mtp: replace the homebrew write with qemu_write_fullBandan Das2019-01-301-11/+3Star
| * | usb-mtp: breakup MTP write into smaller chunksBandan Das2019-01-301-43/+91
| * | usb-mtp: Reallocate buffer in multiples of MTP_WRITE_BUF_SZBandan Das2019-01-301-14/+13Star
| * | usb: implement XHCI underrun/overrun eventsYuri Benditovich2019-01-302-2/+16
| * | usb: XHCI shall not halt isochronous endpointsYuri Benditovich2019-01-301-0/+5
| * | hw/usb: Fix LGPL information in the file headersThomas Huth2019-01-305-11/+10Star
| * | usb: dev-mtp: close fd in usb_mtp_object_readdir()Li Qiang2019-01-301-0/+1
| * | usb: assign unique serial numbers to hid devicesGerd Hoffmann2019-01-302-11/+18
| |/
* | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2019-01-315-8/+14
|\ \
| * | trace: forbid use of %m in trace event format stringsDaniel P. Berrangé2019-01-242-2/+2
| * | trace: enforce that every trace-events file has a final newlineDaniel P. Berrangé2019-01-241-1/+1
| * | display: ensure qxl log_buf is a nul terminated stringDaniel P. Berrangé2019-01-242-5/+11
* | | Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...Peter Maydell2019-01-291-0/+9
|\ \ \ | |_|/ |/| |
| * | i386: Enable NPT and NRIPSAVE for AMD CPUsVitaly Kuznetsov2019-01-281-0/+8
| * | i386: Update stepping of Cascadelake-ServerTao Xu2019-01-281-0/+1
* | | qom/cpu: Add cluster_index to CPUStatePeter Maydell2019-01-291-0/+46
* | | hw/arm/xlnx-zynqmp: Realize cluster after putting RPUs in itPeter Maydell2019-01-291-2/+2
* | | aspeed/smc: snoop SPI transfers to fake dummy cyclesCédric Le Goater2019-01-291-3/+112
* | | aspeed/smc: Add dummy data registerCédric Le Goater2019-01-291-3/+6
* | | aspeed/smc: define registers for all possible CSCédric Le Goater2019-01-291-1/+1
* | | aspeed/smc: fix default read valueCédric Le Goater2019-01-291-1/+1
* | | xlnx-zynqmp: Don't create rpu-cluster if there are no RPUsPeter Maydell2019-01-291-0/+5
* | | arm: Stub out NRF51 TWI magnetometer/accelerometer detectionSteffen Görtz2019-01-293-0/+144
|/ /
* | ide/via: Implement and use native PCI IDE modeBALATON Zoltan2019-01-251-14/+38
* | ide/via: Rename functions to match device nameBALATON Zoltan2019-01-252-9/+8Star
* | ide/via: Remove vt82c686b_init_ports() functionBALATON Zoltan2019-01-251-24/+20Star
* | sii3112: Remove duplicated code and use PCI IDE ops insteadBALATON Zoltan2019-01-251-44/+8Star
* | ide: Get rid of CMD646BAR structBALATON Zoltan2019-01-251-17/+16Star
* | cmd646: Move PCI IDE specific functions to ide/pci.cBALATON Zoltan2019-01-252-69/+67Star
* | cmd646: Remove IDEBus from CMD646BARBALATON Zoltan2019-01-251-15/+14Star
* | cmd646: Remove unused variableBALATON Zoltan2019-01-251-1/+0Star
* | Merge remote-tracking branch 'remotes/kraxel/tags/audio-20190124-pull-request...Peter Maydell2019-01-251-20/+15Star
|\ \