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
/
hax
Age
Commit message (
Expand
)
Author
2023-06-28
exec/memory: Add symbolic value for memory listener priority for accel
Isaku Yamahata
2023-06-28
accel: Move HAX hThread to accelerator context
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: Destroy HAX vCPU threads once done
Philippe Mathieu-Daudé
2023-06-28
accel: Fix a leak on Windows HAX
Philippe Mathieu-Daudé
2023-06-20
meson: Replace softmmu_ss -> system_ss
Philippe Mathieu-Daudé
2023-02-27
target/i386: Remove NEED_CPU_H guard from target-specific headers
Philippe Mathieu-Daudé
2023-01-26
docs/about/deprecated: Mark HAXM in QEMU as deprecated
Thomas Huth
2022-12-14
Drop more useless casts from void * to pointer
Markus Armbruster
2022-05-11
Clean up header guards that don't match their file name
Markus Armbruster
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-06
target/i386: Remove pointless CPUArchState casts
Philippe Mathieu-Daudé
2022-03-06
accel/hax: Introduce CONFIG_HAX_IS_POSSIBLE
Philippe Mathieu-Daudé
2021-09-30
memory: Name all the memory listeners
Peter Xu
2021-05-13
numa: Teach ram block notifiers about resizeable ram blocks
David Hildenbrand
2021-02-05
accel: replace struct CpusAccel with AccelOpsClass
Claudio Fontana
2021-02-05
accel: extend AccelState and AccelClass to user-mode
Claudio Fontana
2020-12-16
i386: move hax accel files into hax/
Claudio Fontana