aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2016-10-179pfs: fix memory leak in v9fs_linkLi Qiang
2016-10-179pfs: fix memory leak in v9fs_xattrcreateLi Qiang
2016-10-179pfs: fix information leak in xattr readLi Qiang
2016-10-17virtio-9p: add reset handlerGreg Kurz
2016-10-179pfs: only free completed request if not flushedGreg Kurz
2016-10-179pfs: drop useless check in pdu_free()Greg Kurz
2016-10-179pfs: use coroutine_fn annotation in hw/9pfs/9p.[ch]Greg Kurz
2016-10-179pfs: use coroutine_fn annotation in hw/9pfs/co*.[ch]Greg Kurz
2016-10-179pfs: fsdev: drop useless extern annotation for functionsGreg Kurz
2016-10-179pfs: fix potential host memory leak in v9fs_readLi Qiang
2016-10-179pfs: allocate space for guest originated empty stringsLi Qiang
2016-10-12usb-redir: allocate buffers before waking up the host adapterHans de Goede
2016-10-12usb: Fix incorrect default DMA offset.Vijay Kumar B
2016-10-12usb: fix serial generatorGerd Hoffmann
2016-10-12xhci: make xhci_epid_to_usbep accept XHCIEPContextGerd Hoffmann
2016-10-12xhci: drop XHCITransfer->{slotid,epid}Gerd Hoffmann
2016-10-12xhci: add & use xhci_kick_epctx()Gerd Hoffmann
2016-10-12xhci: drop XHCITransfer->xhciGerd Hoffmann
2016-10-12xhci: use linked list for transfersGerd Hoffmann
2016-10-12xhci: drop unused comp_xfer fieldGerd Hoffmann
2016-10-12xhci: decouple EV_QUEUE from TD_QUEUEGerd Hoffmann
2016-10-12xhci: limit the number of link trbs we are willing to processGerd Hoffmann
2016-10-10Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2016-10-10Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2016-10-10Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell
2016-10-10Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-10-10intel-iommu: Check IOAPIC's Trigger Mode against the one in IRTEFeng Wu
2016-10-10virtio: cleanup VMSTATE_VIRTIO_DEVICEHalil Pasic
2016-10-10vhost-vsock: convert VMSTATE_VIRTIO_DEVICEHalil Pasic
2016-10-10virtio-rng: convert VMSTATE_VIRTIO_DEVICEHalil Pasic
2016-10-10virtio-balloon: convert VMSTATE_VIRTIO_DEVICEHalil Pasic
2016-10-10virtio-scsi: convert VMSTATE_VIRTIO_DEVICEHalil Pasic
2016-10-10virtio-input: convert VMSTATE_VIRTIO_DEVICEHalil Pasic
2016-10-10virtio-gpu: convert VMSTATE_VIRTIO_DEVICEHalil Pasic
2016-10-10virtio-serial: convert VMSTATE_VIRTIO_DEVICEHalil Pasic
2016-10-10virtio-9p: convert VMSTATE_VIRTIO_DEVICEHalil Pasic
2016-10-10virtio-net: convert VMSTATE_VIRTIO_DEVICEHalil Pasic
2016-10-10virtio-blk: convert VMSTATE_VIRTIO_DEVICEHalil Pasic
2016-10-10virtio: prepare change VMSTATE_VIRTIO_DEVICE macroHalil Pasic
2016-10-10virtio-scsi: handle virtio_scsi_set_config() errorGreg Kurz
2016-10-10virtio-scsi: convert virtio_scsi_bad_req() to use virtio_error()Greg Kurz
2016-10-10virtio-net: handle virtio_net_flush_tx() errorsGreg Kurz
2016-10-10virtio-net: handle virtio_net_receive() errorsGreg Kurz
2016-10-10virtio-net: handle virtio_net_handle_ctrl() errorGreg Kurz
2016-10-10virtio-blk: handle virtio_blk_handle_request() errorsGreg Kurz
2016-10-10virtio-9p: handle handle_9p_output() errorGreg Kurz
2016-10-10virtio-blk: make some functions staticGreg Kurz
2016-10-10virtio-9p: add parentheses to sizeof operatorGreg Kurz
2016-10-10virtio-serial: add missing virtio_detach_element() callStefan Hajnoczi
2016-10-10virtio-blk: add missing virtio_detach_element() callStefan Hajnoczi