summaryrefslogtreecommitdiffstats
path: root/hw/xen
Commit message (Expand)AuthorAgeFilesLines
* qdev: Drop qbus_set_bus_hotplug_handler() parameter @errpMarkus Armbruster2020-07-022-2/+2
* xen: Actually fix build without passthroughAnthony PERARD2020-06-261-1/+1
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-152-2/+2
* qdev: Convert uses of qdev_set_parent_bus() with CoccinelleMarkus Armbruster2020-06-151-2/+1Star
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-152-4/+4
* xen: fix build without pci passthroughAnthony PERARD2020-06-124-4/+39
* accel: Move Xen accelerator code under accel/xen/Philippe Mathieu-Daudé2020-06-102-220/+1Star
* hw: Remove unnecessary DEVICE() castPhilippe Mathieu-Daudé2020-05-151-1/+1
* qdev: Unrealize must not failMarkus Armbruster2020-05-151-6/+6
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-2/+1Star
* qom: Drop object_property_set_description() parameter @errpMarkus Armbruster2020-05-151-1/+1
* xen/pt: Fix flawed conversion to realize()Markus Armbruster2020-04-291-6/+6
* xen: fixup RAM memory region initializationIgor Mammedov2020-04-021-0/+7
* misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé2020-03-161-1/+1
* xen-bus/block: explicitly assign event channels to an AioContextPaul Durrant2020-02-271-4/+23
* hw/xen/xen_pt_load_rom: Remove unused includesPhilippe Mathieu-Daudé2020-02-271-4/+0Star
* Avoid cpu_physical_memory_rw() with a constant is_write argumentPhilippe Mathieu-Daudé2020-02-201-1/+1
* Let cpu_[physical]_memory() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-201-1/+1
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-243-4/+4
* xen: convert "-machine igd-passthru" to an accelerator propertyPaolo Bonzini2019-12-172-0/+20
* 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-242-25/+71
* xen: introduce separate XenWatchList for XenDevice objectsPaul Durrant2019-09-242-14/+60
* xen / notify: introduce a new XenWatchList abstractionPaul Durrant2019-09-242-44/+78
* 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
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+1
* Include sysemu/sysemu.h a lot lessMarkus Armbruster2019-08-162-0/+2
* Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+0Star
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-163-0/+3
* Include qemu/main-loop.h lessMarkus Armbruster2019-08-162-0/+2
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-164-4/+0Star
* xen: Import other xen/io/*.hAnthony PERARD2019-06-241-2/+0Star
* 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-common.h exactly where neededMarkus Armbruster2019-06-122-2/+0Star
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-122-0/+2
* trace-events: Shorten file names in commentsMarkus Armbruster2019-03-221-3/+3
* xen: fix xen-bus state model to allow frontend re-connectionPaul Durrant2019-02-041-13/+19
* xen: automatically create XenBlockDevice-sPaul Durrant2019-01-141-1/+0Star
* xen: add a mechanism to automatically create XenDevice-s...Paul Durrant2019-01-144-2/+332
* xen: add implementations of xen-block connect and disconnect functions...Paul Durrant2019-01-142-25/+165
* 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-143-2/+249
* xen: create xenstore areas for XenDevice-sPaul Durrant2019-01-144-5/+480
* xen: introduce new 'XenBus' and 'XenDevice' object hierarchyPaul Durrant2019-01-143-1/+134
* xen: re-name XenDevice to XenLegacyDevice...Paul Durrant2019-01-149-52/+61