summary refs log tree commit diff stats
path: root/hw/xen/xen-legacy-backend.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/xen: update Xen console to XenDevice modelDavid Woodhouse2023-11-071-1/+0
* hw/xen: Add xenstore operations to allow redirection to internal emulationPaul Durrant2023-03-071-55/+64
* 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-114/+11
* hw/xen: Add evtchn operations to allow redirection to internal emulationDavid Woodhouse2023-03-071-4/+4
* hw/xen: Subsume xen_be_register_common() into xen_be_init()David Woodhouse2023-03-011-34/+22
* softmmu/qdev-monitor: add error handling in qdev_set_idDamien Hedde2021-10-151-1/+2
* qbus: Rename qbus_create() to qbus_new()Peter Maydell2021-09-301-1/+1
* hw: Do not include qemu/log.h if it is not necessaryThomas Huth2021-05-021-1/+0
* osdep.h: Always include <sys/signal.h> if it existsDavid CARLIER2020-07-131-1/+0
* xen: Fix xen-legacy-backend qdev typesJason Andryuk2020-07-101-2/+2
* 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_set_parent_bus() with CoccinelleMarkus Armbruster2020-06-151-2/+1
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-151-2/+2
* hw: Remove unnecessary DEVICE() castPhilippe Mathieu-Daudé2020-05-151-1/+1
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-2/+2
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/main-loop.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0
* xen: Import other xen/io/*.hAnthony PERARD2019-06-241-2/+0
* xen: automatically create XenBlockDevice-sPaul Durrant2019-01-141-1/+0
* xen: re-name XenDevice to XenLegacyDevice...Paul Durrant2019-01-141-0/+847