aboutsummaryrefslogtreecommitdiff
path: root/hw/xen/xen-legacy-backend.c
AgeCommit message (Expand)Author
2023-03-07hw/xen: Add xenstore operations to allow redirection to internal emulationPaul Durrant
2023-03-07hw/xen: Pass grant ref to gnttab unmap operationDavid Woodhouse
2023-03-07hw/xen: Add gnttab operations to allow redirection to internal emulationDavid Woodhouse
2023-03-07hw/xen: Add evtchn operations to allow redirection to internal emulationDavid Woodhouse
2023-03-01hw/xen: Subsume xen_be_register_common() into xen_be_init()David Woodhouse
2021-10-15softmmu/qdev-monitor: add error handling in qdev_set_idDamien Hedde
2021-09-30qbus: Rename qbus_create() to qbus_new()Peter Maydell
2021-05-02hw: Do not include qemu/log.h if it is not necessaryThomas Huth
2020-07-13osdep.h: Always include <sys/signal.h> if it existsDavid CARLIER
2020-07-10xen: Fix xen-legacy-backend qdev typesJason Andryuk
2020-07-02qdev: Drop qbus_set_bus_hotplug_handler() parameter @errpMarkus Armbruster
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster
2020-06-15qdev: Convert uses of qdev_set_parent_bus() with CoccinelleMarkus Armbruster
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster
2020-05-15hw: Remove unnecessary DEVICE() castPhilippe Mathieu-Daudé
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-06-24xen: Import other xen/io/*.hAnthony PERARD
2019-01-14xen: automatically create XenBlockDevice-sPaul Durrant
2019-01-14xen: re-name XenDevice to XenLegacyDevice...Paul Durrant