summary refs log tree commit diff stats
path: root/include/hw/xen/xen-bus.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/xen: use qemu_create_nic_bus_devices() to instantiate Xen NICsDavid Woodhouse2024-02-021-1/+1
* hw/i386/pc: support '-nic' for xen-net-deviceDavid Woodhouse2023-11-071-1/+1
* hw/xen: add support for Xen primary console in emulated modeDavid Woodhouse2023-11-071-0/+1
* hw/xen: add get_frontend_path() method to XenDeviceClassDavid Woodhouse2023-11-071-0/+2
* hw/xen: Add xenstore operations to allow redirection to internal emulationPaul Durrant2023-03-071-12/+5
* hw/xen: Pass grant ref to gnttab unmap operationDavid Woodhouse2023-03-071-1/+1
* hw/xen: Add gnttab operations to allow redirection to internal emulationDavid Woodhouse2023-03-071-2/+1
* hw/xen: Add evtchn operations to allow redirection to internal emulationDavid Woodhouse2023-03-071-0/+1
* hw/xen: use G_GNUC_PRINTF/SCANF for various functionsDaniel P. Berrangé2023-01-111-1/+2
* Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau2022-03-221-2/+2
* xen-bus: reduce scope of backend watchPaul Durrant2020-10-191-1/+2
* Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost2020-09-181-3/+1
* qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost2020-09-181-1/+1
* Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost2020-09-091-4/+2
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-12/+4
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-8/+13
* qdev: Unrealize must not failMarkus Armbruster2020-05-151-1/+1
* xen-bus/block: explicitly assign event channels to an AioContextPaul Durrant2020-02-271-1/+4
* xen: perform XenDevice clean-up in XenBus watch handlerPaul Durrant2019-09-241-0/+3
* xen: introduce separate XenWatchList for XenDevice objectsPaul Durrant2019-09-241-0/+2
* xen / notify: introduce a new XenWatchList abstractionPaul Durrant2019-09-241-1/+2
* xen-bus / xen-block: add support for event channel pollingPaul Durrant2019-06-241-1/+1
* xen-bus: allow AioContext to be specified for each event channelPaul Durrant2019-06-241-0/+1
* xen-bus: use a separate fd for each event channelPaul Durrant2019-06-241-4/+2
* xen: add a mechanism to automatically create XenDevice-s...Paul Durrant2019-01-141-0/+1
* xen: add implementations of xen-block connect and disconnect functions...Paul Durrant2019-01-141-1/+13
* xen: add event channel interface for XenDevice-sPaul Durrant2019-01-141-0/+17
* xen: add grant table interface for XenDevice-sPaul Durrant2019-01-141-0/+25
* xen: add xenstore watcher infrastructurePaul Durrant2019-01-141-0/+15
* xen: create xenstore areas for XenDevice-sPaul Durrant2019-01-141-0/+12
* xen: introduce new 'XenBus' and 'XenDevice' object hierarchyPaul Durrant2019-01-141-0/+55