summary refs log tree commit diff stats
path: root/include/qemu/accel.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* accel: Declare AccelClass::cpu_common_[un]realize() handlersPhilippe Mathieu-Daudé2023-10-031-0/+2
* accel: Introduce accel_cpu_common_unrealize() stubPhilippe Mathieu-Daudé2023-10-031-0/+6
* accel: Rename accel_cpu_realize() -> accel_cpu_common_realize()Philippe Mathieu-Daudé2023-10-031-2/+2
* accel: Rename accel_cpu_realizefn() -> accel_cpu_realize()Philippe Mathieu-Daudé2023-10-031-2/+2
* typedefs: Forward-declare AccelStatePhilippe Mathieu-Daudé2023-01-061-2/+2
* gdbstub: move sstep flags probing into AccelClassAlex Bennée2022-10-061-0/+12
* accel: Introduce current_accel_name()Alexander Graf2022-06-271-0/+1
* accel-cpu: make cpu_realizefn return a boolClaudio Fontana2021-05-101-1/+1
* accel: introduce new accessor functionsClaudio Fontana2021-05-101-0/+13
* accel: replace struct CpusAccel with AccelOpsClassClaudio Fontana2021-02-051-0/+2
* accel: extend AccelState and AccelClass to user-modeClaudio Fontana2021-02-051-0/+79