aboutsummaryrefslogtreecommitdiff
path: root/accel/xen
AgeCommit message (Expand)AuthorFilesLines
2025-07-15accel: Extract AccelClass definition to 'accel/accel-ops.h'Philippe Mathieu-Daudé1-0/+1
2025-07-15accel: Rename 'system/accel-ops.h' -> 'accel/accel-cpu-ops.h'Philippe Mathieu-Daudé1-1/+1
2025-07-04accel: Remove unused MachineState argument of AccelClass::setup_post()Philippe Mathieu-Daudé1-1/+1
2025-07-04accel: Propagate AccelState to AccelClass::init_machine()Philippe Mathieu-Daudé1-1/+1
2025-07-04accel: Expose and register generic_handle_interrupt()Philippe Mathieu-Daudé1-0/+1
2025-07-04accel/dummy: Extract 'dummy-cpus.h' header from 'system/cpus.h'Philippe Mathieu-Daudé1-0/+1
2025-04-25qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé1-2/+2
2025-03-06accel: Forward-declare AccelOpsClass in 'qemu/typedefs.h'Philippe Mathieu-Daudé1-0/+1
2024-12-20include: Rename sysemu/ -> system/Philippe Mathieu-Daudé1-3/+3
2024-03-09hw/xen: Extract 'xen_igd.h' from 'xen_pt.h'Philippe Mathieu-Daudé1-0/+1
2023-03-23accel/xen: Fix DM state change notification in dm_restrict modeDavid Woodhouse1-17/+10
2023-03-07hw/xen: Rename xen_common.h to xen_native.hDavid Woodhouse1-0/+1
2023-03-07hw/xen: Move xenstore_store_pv_console_info to xen_console.cDavid Woodhouse1-61/+0
2023-03-07hw/xen: Add xenstore operations to allow redirection to internal emulationPaul Durrant1-3/+8
2023-03-01xen: Add XEN_DISABLED mode and make it defaultDavid Woodhouse1-0/+2
2023-02-27accel/xen: Remove dead codePhilippe Mathieu-Daudé1-10/+0
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé1-1/+1
2021-02-05accel: replace struct CpusAccel with AccelOpsClassClaudio Fontana1-8/+16
2021-02-05accel: extend AccelState and AccelClass to user-modeClaudio Fontana1-1/+1
2020-10-24accel: Add xen CpusAccel using dummy-cpusJason Andryuk1-0/+8
2020-08-21meson: accelMarc-André Lureau2-1/+1
2020-08-04accel/xen: Fix xen_enabled() behavior on target-agnostic objectsPhilippe Mathieu-Daudé1-6/+1
2020-06-12xen: fix build without pci passthroughAnthony PERARD1-2/+2
2020-06-10accel: Move Xen accelerator code under accel/xen/Philippe Mathieu-Daudé2-0/+228