summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* aspeed: extend the number of host SPI controllersCédric Le Goater2016-10-172-16/+30
* aspeed: move the flash module mapping address under the controller definitionCédric Le Goater2016-10-172-9/+15
* aspeed: rename the smc object to fmcCédric Le Goater2016-10-172-10/+10
* Reducing stack frame size in stream_process_mem2s()Rutuja Shah2016-10-171-4/+4
* Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell2016-10-1710-186/+241
|\
| * 9pfs: fix memory leak in v9fs_writeLi Qiang2016-10-171-1/+1
| * 9pfs: fix memory leak in v9fs_linkLi Qiang2016-10-171-0/+1
| * 9pfs: fix memory leak in v9fs_xattrcreateLi Qiang2016-10-171-0/+1
| * 9pfs: fix information leak in xattr readLi Qiang2016-10-171-1/+1
| * virtio-9p: add reset handlerGreg Kurz2016-10-173-0/+39
| * 9pfs: only free completed request if not flushedGreg Kurz2016-10-171-11/+7Star
| * 9pfs: drop useless check in pdu_free()Greg Kurz2016-10-171-10/+8Star
| * 9pfs: use coroutine_fn annotation in hw/9pfs/9p.[ch]Greg Kurz2016-10-172-57/+62
| * 9pfs: use coroutine_fn annotation in hw/9pfs/co*.[ch]Greg Kurz2016-10-175-95/+109
| * 9pfs: fsdev: drop useless extern annotation for functionsGreg Kurz2016-10-174-62/+62
| * 9pfs: fix potential host memory leak in v9fs_readLi Qiang2016-10-171-2/+3
| * 9pfs: allocate space for guest originated empty stringsLi Qiang2016-10-171-1/+1
* | spapr: Improved placement of PCI host bridges in guest memory mapDavid Gibson2016-10-162-32/+95
* | spapr_pci: Add a 64-bit MMIO windowDavid Gibson2016-10-162-16/+64
* | spapr: Adjust placement of PCI host bridge to allow > 1TiB RAMDavid Gibson2016-10-161-2/+14
* | spapr_pci: Delegate placement of PCI host bridges to machine typeDavid Gibson2016-10-162-14/+38
* | ppc/xics: Split ICS into ics-base and ics classBenjamin Herrenschmidt2016-10-144-81/+121
* | ppc/xics: Make the ICSState a listBenjamin Herrenschmidt2016-10-147-80/+132
* | spapr: fix inheritance chain for default machine optionsMichael Roth2016-10-141-0/+3
|/
* usb-redir: allocate buffers before waking up the host adapterHans de Goede2016-10-121-3/+7
* usb: Fix incorrect default DMA offset.Vijay Kumar B2016-10-121-1/+1
* usb: fix serial generatorGerd Hoffmann2016-10-121-6/+6
* xhci: make xhci_epid_to_usbep accept XHCIEPContextGerd Hoffmann2016-10-121-14/+15
* xhci: drop XHCITransfer->{slotid,epid}Gerd Hoffmann2016-10-121-9/+7Star
* xhci: add & use xhci_kick_epctx()Gerd Hoffmann2016-10-121-17/+26
* xhci: drop XHCITransfer->xhciGerd Hoffmann2016-10-121-13/+9Star
* xhci: use linked list for transfersGerd Hoffmann2016-10-121-54/+68
* xhci: drop unused comp_xfer fieldGerd Hoffmann2016-10-121-1/+0Star
* xhci: decouple EV_QUEUE from TD_QUEUEGerd Hoffmann2016-10-121-1/+1
* xhci: limit the number of link trbs we are willing to processGerd Hoffmann2016-10-121-0/+10
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2016-10-1018-213/+400
|\
| * intel-iommu: Check IOAPIC's Trigger Mode against the one in IRTEFeng Wu2016-10-101-0/+12
| * virtio: cleanup VMSTATE_VIRTIO_DEVICEHalil Pasic2016-10-1011-26/+0Star
| * vhost-vsock: convert VMSTATE_VIRTIO_DEVICEHalil Pasic2016-10-101-21/+23
| * virtio-rng: convert VMSTATE_VIRTIO_DEVICEHalil Pasic2016-10-101-8/+13
| * virtio-balloon: convert VMSTATE_VIRTIO_DEVICEHalil Pasic2016-10-101-6/+11
| * virtio-scsi: convert VMSTATE_VIRTIO_DEVICEHalil Pasic2016-10-101-17/+11Star
| * virtio-input: convert VMSTATE_VIRTIO_DEVICEHalil Pasic2016-10-101-10/+13
| * virtio-gpu: convert VMSTATE_VIRTIO_DEVICEHalil Pasic2016-10-101-12/+29
| * virtio-serial: convert VMSTATE_VIRTIO_DEVICEHalil Pasic2016-10-101-7/+11
| * virtio-9p: convert VMSTATE_VIRTIO_DEVICEHalil Pasic2016-10-101-6/+11
| * virtio-net: convert VMSTATE_VIRTIO_DEVICEHalil Pasic2016-10-101-21/+21
| * virtio-blk: convert VMSTATE_VIRTIO_DEVICEHalil Pasic2016-10-101-16/+11Star
| * virtio: prepare change VMSTATE_VIRTIO_DEVICE macroHalil Pasic2016-10-101-0/+21
| * virtio-scsi: handle virtio_scsi_set_config() errorGreg Kurz2016-10-101-2/+3