summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* build: Work around SIZE_MAX bug in OSX headersEric Blake2016-10-112-0/+24
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2016-10-1034-308/+484
|\
| * intel-iommu: Check IOAPIC's Trigger Mode against the one in IRTEFeng Wu2016-10-101-0/+12
| * virtio: cleanup VMSTATE_VIRTIO_DEVICEHalil Pasic2016-10-1012-53/+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-102-0/+37
| * net: don't poke at chardev internal QemuOptsDaniel P. Berrange2016-10-105-66/+49Star
| * virtio-scsi: handle virtio_scsi_set_config() errorGreg Kurz2016-10-101-2/+3
| * virtio-scsi: convert virtio_scsi_bad_req() to use virtio_error()Greg Kurz2016-10-101-14/+32
| * virtio-net: handle virtio_net_flush_tx() errorsGreg Kurz2016-10-101-8/+18
| * virtio-net: handle virtio_net_receive() errorsGreg Kurz2016-10-101-12/+15
| * virtio-net: handle virtio_net_handle_ctrl() errorGreg Kurz2016-10-101-2/+5
| * virtio-blk: handle virtio_blk_handle_request() errorsGreg Kurz2016-10-101-10/+28
| * virtio-9p: handle handle_9p_output() errorGreg Kurz2016-10-101-5/+21
| * virtio-blk: make some functions staticGreg Kurz2016-10-102-13/+5Star
| * virtio-9p: add parentheses to sizeof operatorGreg Kurz2016-10-101-3/+3
| * virtio-serial: add missing virtio_detach_element() callStefan Hajnoczi2016-10-101-0/+14
| * virtio-blk: add missing virtio_detach_element() callStefan Hajnoczi2016-10-101-0/+1
| * virtio: add virtio_detach_element()Stefan Hajnoczi2016-10-102-2/+27
| * tests: acpi tables expected blobs updateIgor Mammedov2016-10-104-0/+0
| * tests: acpi: extend cphp testcase with numa checkIgor Mammedov2016-10-101-2/+4
| * acpi: provide _PXM method for CPU devices if QEMU is started numa enabledIgor Mammedov2016-10-101-0/+12
| * numa: reduce code duplication by adding helper numa_get_node_for_cpu()Igor Mammedov2016-10-107-22/+27
| * virtio-serial: enable virtio console emergency write featureSascha Silbe2016-10-103-3/+15
| * virtio-serial: add plumbing for virtio console emergency write supportSascha Silbe2016-10-101-0/+37
| * virtio-balloon: Remove needless precompiled directiveLiang Li2016-10-101-2/+0Star
* | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2016-10-1033-178/+303
|\ \
| * \ Merge remote-tracking branch 'mreitz/tags/pull-block-2016-10-07' into queue-b...Kevin Wolf2016-10-076-62/+155
| |\ \
| | * | dmg: Move libbz2 code to dmg-bz2.soFam Zheng2016-10-074-53/+139
| | * | module: Don't load the same module if requested multiple timesFam Zheng2016-10-071-2/+16
| | * | scripts: Allow block module to not define BlockDriverFam Zheng2016-10-071-7/+0Star
| |/ /
| * | block: Add qdev ID to DEVICE_TRAY_MOVEDKevin Wolf2016-10-075-11/+46