aboutsummaryrefslogtreecommitdiff
path: root/hw/xen/xen-legacy-backend.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-07hw/xen: update Xen console to XenDevice modelDavid Woodhouse1-1/+0
2023-03-07hw/xen: Add xenstore operations to allow redirection to internal emulationPaul Durrant1-55/+64
2023-03-07hw/xen: Pass grant ref to gnttab unmap operationDavid Woodhouse1-2/+2
2023-03-07hw/xen: Add gnttab operations to allow redirection to internal emulationDavid Woodhouse1-114/+11
2023-03-07hw/xen: Add evtchn operations to allow redirection to internal emulationDavid Woodhouse1-4/+4
2023-03-01hw/xen: Subsume xen_be_register_common() into xen_be_init()David Woodhouse1-34/+22
2021-10-15softmmu/qdev-monitor: add error handling in qdev_set_idDamien Hedde1-1/+2
2021-09-30qbus: Rename qbus_create() to qbus_new()Peter Maydell1-1/+1
2021-05-02hw: Do not include qemu/log.h if it is not necessaryThomas Huth1-1/+0
2020-07-13osdep.h: Always include <sys/signal.h> if it existsDavid CARLIER1-1/+0
2020-07-10xen: Fix xen-legacy-backend qdev typesJason Andryuk1-2/+2
2020-07-02qdev: Drop qbus_set_bus_hotplug_handler() parameter @errpMarkus Armbruster1-1/+1
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster1-1/+1
2020-06-15qdev: Convert uses of qdev_set_parent_bus() with CoccinelleMarkus Armbruster1-2/+1
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster1-2/+2
2020-05-15hw: Remove unnecessary DEVICE() castPhilippe Mathieu-Daudé1-1/+1
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-2/+2
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-06-24xen: Import other xen/io/*.hAnthony PERARD1-2/+0
2019-01-14xen: automatically create XenBlockDevice-sPaul Durrant1-1/+0
2019-01-14xen: re-name XenDevice to XenLegacyDevice...Paul Durrant1-0/+847