Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-10-03 | accel: Declare AccelClass::cpu_common_[un]realize() handlers | Philippe Mathieu-Daudé | 1 | -0/+2 |
2023-10-03 | accel: Introduce accel_cpu_common_unrealize() stub | Philippe Mathieu-Daudé | 1 | -0/+6 |
2023-10-03 | accel: Rename accel_cpu_realize() -> accel_cpu_common_realize() | Philippe Mathieu-Daudé | 1 | -2/+2 |
2023-10-03 | accel: Rename accel_cpu_realizefn() -> accel_cpu_realize() | Philippe Mathieu-Daudé | 1 | -2/+2 |
2023-01-06 | typedefs: Forward-declare AccelState | Philippe Mathieu-Daudé | 1 | -2/+2 |
2022-10-06 | gdbstub: move sstep flags probing into AccelClass | Alex Bennée | 1 | -0/+12 |
2022-06-27 | accel: Introduce current_accel_name() | Alexander Graf | 1 | -0/+1 |
2021-05-10 | accel-cpu: make cpu_realizefn return a bool | Claudio Fontana | 1 | -1/+1 |
2021-05-10 | accel: introduce new accessor functions | Claudio Fontana | 1 | -0/+13 |
2021-02-05 | accel: replace struct CpusAccel with AccelOpsClass | Claudio Fontana | 1 | -0/+2 |
2021-02-05 | accel: extend AccelState and AccelClass to user-mode | Claudio Fontana | 1 | -0/+79 |