summaryrefslogtreecommitdiffstats
path: root/hw/usb/xen-usb.c
Commit message (Expand)AuthorAgeFilesLines
* xen: Fix and improve handling of device_add usb-host errorsMarkus Armbruster2020-05-271-10/+9Star
* hw/usb/xen-usb.c: Pass struct usbback_req* to usbback_packet_complete()Peter Maydell2020-04-071-6/+4Star
* Include qemu/main-loop.h lessMarkus Armbruster2019-08-161-0/+1
* xen: Import other xen/io/*.hAnthony PERARD2019-06-241-2/+1Star
* xen: re-name XenDevice to XenLegacyDevice...Paul Durrant2019-01-141-12/+13
* qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini2019-01-111-3/+3
* pvusb: set max grants only in initialiseJuergen Gross2018-12-101-6/+6
* xen: remove other open-coded use of libxengnttabPaul Durrant2018-05-221-20/+17Star
* qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau2018-05-041-2/+2
* Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster2018-02-091-1/+1
* Include qapi/qmp/qbool.h exactly where neededMarkus Armbruster2018-02-091-1/+0Star
* Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster2018-02-091-0/+1
* qapi: merge QInt and QFloat in QNumMarc-André Lureau2017-06-201-1/+0Star
* qobject: Use simpler QDict/QList scalar insertion macrosEric Blake2017-05-091-6/+6
* xen: import ring.h from xenStefano Stabellini2017-04-211-1/+1
* xen: attach pvusb usb bus to backend qdevJuergen Gross2016-11-221-13/+10Star
* xen: Rename xen_be_send_notifyEmil Condrea2016-10-291-3/+3
* xen: Rename xen_be_unbind_evtchnEmil Condrea2016-10-291-1/+1
* xen: Rename xen_be_printf to xen_pv_printfEmil Condrea2016-10-291-19/+19
* xen-usb: do not reference PAGE_SIZEStefano Stabellini2016-10-211-2/+2
* xen: drain submit queue in xen-usb before removing deviceJuergen Gross2016-08-031-33/+63
* Use #include "..." for our own headers, <...> for othersMarkus Armbruster2016-07-121-1/+1
* xen-usb: Fix 32bit buildAnthony PERARD2016-07-121-1/+2
* os-posix: include sys/mman.hPaolo Bonzini2016-06-161-1/+0Star
* xen: Clean up includesPeter Maydell2016-06-141-4/+1Star
* xen: add pvUSB backendJuergen Gross2016-05-231-0/+1080