summary refs log tree commit diff stats
path: root/hw/xen/xen-bus.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/xen: use qemu_create_nic_bus_devices() to instantiate Xen NICsDavid Woodhouse2024-02-021-2/+4
* hw/i386/pc: support '-nic' for xen-net-deviceDavid Woodhouse2023-11-071-1/+3
* hw/xen: add support for Xen primary console in emulated modeDavid Woodhouse2023-11-071-0/+5
* hw/xen: do not repeatedly try to create a failing backend deviceDavid Woodhouse2023-11-071-1/+2
* hw/xen: add get_frontend_path() method to XenDeviceClassDavid Woodhouse2023-11-071-1/+10
* xen-block: fix segv on unrealizeAnthony PERARD2023-06-071-2/+4
* aio: remove aio_disable_external() APIStefan Hajnoczi2023-05-301-4/+4
* hw/xen: do not set is_external=true on evtchn fdsStefan Hajnoczi2023-05-301-4/+4
* xen-block: implement BlockDevOps->drained_begin()Stefan Hajnoczi2023-05-301-2/+5
* hw/xen: Avoid crash when backend watch fires too earlyPaul Durrant2023-03-071-7/+7
* hw/xen: Add xenstore operations to allow redirection to internal emulationPaul Durrant2023-03-071-224/+37
* hw/xen: Pass grant ref to gnttab unmap operationDavid Woodhouse2023-03-071-2/+2
* hw/xen: Add gnttab operations to allow redirection to internal emulationDavid Woodhouse2023-03-071-104/+8
* hw/xen: Add evtchn operations to allow redirection to internal emulationDavid Woodhouse2023-03-071-11/+11
* hw/xen: use G_GNUC_PRINTF/SCANF for various functionsDaniel P. Berrangé2023-01-111-0/+1
* aio-posix: split poll check from ready handlerStefan Hajnoczi2022-01-121-3/+3
* qbus: Rename qbus_create() to qbus_new()Peter Maydell2021-09-301-1/+1
* xen-bus: reduce scope of backend watchPaul Durrant2020-10-191-8/+32
* xen: Use ERRP_GUARD()Vladimir Sementsov-Ogievskiy2020-07-101-53/+39
* qdev: Drop qbus_set_bus_hotplug_handler() parameter @errpMarkus Armbruster2020-07-021-1/+1
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-151-1/+1
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-151-2/+2
* qdev: Unrealize must not failMarkus Armbruster2020-05-151-6/+6
* xen-bus/block: explicitly assign event channels to an AioContextPaul Durrant2020-02-271-4/+23
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* xen-bus: only set the xen device frontend state if it is missingMark Syms2019-09-241-16/+31
* xen: perform XenDevice clean-up in XenBus watch handlerPaul Durrant2019-09-241-25/+69
* xen: introduce separate XenWatchList for XenDevice objectsPaul Durrant2019-09-241-14/+58
* xen / notify: introduce a new XenWatchList abstractionPaul Durrant2019-09-241-41/+76
* xen-bus: check whether the frontend is active during device reset...Paul Durrant2019-09-241-1/+1
* xen-bus: Avoid rewriting identical values to xenstoreAnthony PERARD2019-08-271-4/+7
* xen-bus: Fix backend state transition on device resetAnthony PERARD2019-08-271-3/+20
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0
* xen-bus / xen-block: add support for event channel pollingPaul Durrant2019-06-241-2/+9
* xen-bus: allow AioContext to be specified for each event channelPaul Durrant2019-06-241-3/+7
* xen-bus: use a separate fd for each event channelPaul Durrant2019-06-241-39/+40
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* xen: fix xen-bus state model to allow frontend re-connectionPaul Durrant2019-02-041-13/+19
* xen: add a mechanism to automatically create XenDevice-s...Paul Durrant2019-01-141-1/+163
* xen: add implementations of xen-block connect and disconnect functions...Paul Durrant2019-01-141-25/+162
* xen: add event channel interface for XenDevice-sPaul Durrant2019-01-141-0/+103
* xen: add grant table interface for XenDevice-sPaul Durrant2019-01-141-0/+146
* xen: add xenstore watcher infrastructurePaul Durrant2019-01-141-2/+209
* xen: create xenstore areas for XenDevice-sPaul Durrant2019-01-141-2/+319
* xen: introduce new 'XenBus' and 'XenDevice' object hierarchyPaul Durrant2019-01-141-0/+127