index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
i386
/
whpx
/
whpx-all.c
Age
Commit message (
Expand
)
Author
2023-10-20
migration: simplify blockers
Steve Sistare
2023-10-04
accel/tcg: Replace CPUState.env_ptr with cpu_env()
Richard Henderson
2023-06-28
exec/memory: Add symbolic value for memory listener priority for accel
Isaku Yamahata
2023-06-28
target/i386/WHPX: Fix error message when fail to set ProcessorCount
Zhao Liu
2023-06-28
accel: Inline WHPX get_whpx_vcpu()
Philippe Mathieu-Daudé
2023-06-28
accel: Rename WHPX 'struct whpx_vcpu' -> AccelCPUState
Philippe Mathieu-Daudé
2023-06-28
accel: Remove WHPX unreachable error path
Philippe Mathieu-Daudé
2023-06-28
accel: Rename HAX 'struct hax_vcpu_state' -> AccelCPUState
Philippe Mathieu-Daudé
2023-06-28
accel: Rename 'hax_vcpu' as 'accel' in CPUState
Philippe Mathieu-Daudé
2023-06-28
accel: Re-enable WHPX cross-build on case sensitive filesystems
Philippe Mathieu-Daudé
2023-03-07
gdbstub: move register helpers into standalone include
Alex Bennée
2023-02-27
hw: Move ioapic*.h to intc/
Bernhard Beschow
2022-10-22
Drop useless casts from g_malloc() & friends to pointer
Markus Armbruster
2022-10-04
Drop superfluous conditionals around g_free()
Markus Armbruster
2022-05-14
WHPX: fixed TPR/CR8 translation issues affecting VM debugging
Ivan Shcherbakov
2022-05-07
WHPX: support for xcr0
Sunil Muthuswamy
2022-04-06
whpx: Added support for breakpoints and stepping
Ivan Shcherbakov
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
2022-04-06
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
2022-03-21
Use g_new() & friends where that makes obvious sense
Markus Armbruster
2022-03-15
whpx: Fixed incorrect CR8/TPR synchronization
Ivan Shcherbakov
2022-03-15
whpx: Fixed reporting of the CPU context to GDB for 64-bit
Ivan Shcherbakov
2022-03-06
target/i386: Remove pointless CPUArchState casts
Philippe Mathieu-Daudé
2022-03-06
target: Use forward declared type instead of structure type
Philippe Mathieu-Daudé
2021-09-30
memory: Name all the memory listeners
Peter Xu
2021-08-26
migration: Unify failure check for migrate_add_blocker()
Markus Armbruster
2021-08-26
whpx nvmm: Drop useless migrate_del_blocker()
Markus Armbruster
2021-03-09
sysemu: Let VMChangeStateHandler take boolean 'running' argument
Philippe Mathieu-Daudé
2021-02-05
accel: replace struct CpusAccel with AccelOpsClass
Claudio Fontana
2021-02-05
accel: extend AccelState and AccelClass to user-mode
Claudio Fontana
2021-01-12
whpx: move internal definitions to whpx-internal.h
Paolo Bonzini
2021-01-12
whpx: rename whp-dispatch to whpx-internal.h
Paolo Bonzini
2020-12-16
i386: move whpx accel files into whpx/
Claudio Fontana