| Commit message (Expand) | Author | Age | Files | Lines |
* | WHPX: fixed TPR/CR8 translation issues affecting VM debugging | Ivan Shcherbakov | 2022-05-14 | 1 | -3/+10 |
* | Clean up header guards that don't match their file name | Markus Armbruster | 2022-05-11 | 2 | -6/+6 |
* | WHPX: support for xcr0 | Sunil Muthuswamy | 2022-05-07 | 2 | -0/+90 |
* | whpx: Added support for breakpoints and stepping | Ivan Shcherbakov | 2022-04-06 | 4 | -14/+788 |
* | Remove qemu-common.h include from most units | Marc-André Lureau | 2022-04-06 | 2 | -2/+0 |
* | Replace qemu_real_host_page variables with inlined functions | Marc-André Lureau | 2022-04-06 | 1 | -4/+4 |
* | Use g_new() & friends where that makes obvious sense | Markus Armbruster | 2022-03-21 | 2 | -3/+3 |
* | whpx: Fixed incorrect CR8/TPR synchronization | Ivan Shcherbakov | 2022-03-15 | 1 | -1/+27 |
* | whpx: Fixed reporting of the CPU context to GDB for 64-bit | Ivan Shcherbakov | 2022-03-15 | 1 | -0/+2 |
* | target/i386: Remove pointless CPUArchState casts | Philippe Mathieu-Daudé | 2022-03-06 | 1 | -9/+9 |
* | target: Use forward declared type instead of structure type | Philippe Mathieu-Daudé | 2022-03-06 | 1 | -9/+9 |
* | accel: Introduce AccelOpsClass::cpu_thread_is_idle() | Philippe Mathieu-Daudé | 2022-03-06 | 1 | -0/+6 |
* | memory: Name all the memory listeners | Peter Xu | 2021-09-30 | 1 | -0/+1 |
* | migration: Unify failure check for migrate_add_blocker() | Markus Armbruster | 2021-08-26 | 1 | -2/+1 |
* | whpx nvmm: Drop useless migrate_del_blocker() | Markus Armbruster | 2021-08-26 | 1 | -1/+0 |
* | sysemu: Let VMChangeStateHandler take boolean 'running' argument | Philippe Mathieu-Daudé | 2021-03-09 | 1 | -1/+1 |
* | accel: replace struct CpusAccel with AccelOpsClass | Claudio Fontana | 2021-02-05 | 4 | -14/+30 |
* | accel: extend AccelState and AccelClass to user-mode | Claudio Fontana | 2021-02-05 | 1 | -1/+1 |
* | whpx: move whpx_lapic_state from header to c file | Yonggang Luo | 2021-01-12 | 2 | -7/+7 |
* | whpx: move internal definitions to whpx-internal.h | Paolo Bonzini | 2021-01-12 | 2 | -0/+22 |
* | whpx: rename whp-dispatch to whpx-internal.h | Paolo Bonzini | 2021-01-12 | 4 | -11/+6 |
* | i386: move whpx accel files into whpx/ | Claudio Fontana | 2020-12-16 | 6 | -0/+2422 |