index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
i386
/
hax-all.c
Age
Commit message (
Expand
)
Author
2020-02-20
Avoid cpu_physical_memory_rw() with a constant is_write argument
Philippe Mathieu-Daudé
2020-02-20
Let cpu_[physical]_memory() calls pass a boolean 'is_write' argument
Philippe Mathieu-Daudé
2020-02-20
Remove unnecessary cast when using the cpu_[physical]_memory API
Philippe Mathieu-Daudé
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
Include sysemu/reset.h a lot less
Markus Armbruster
2019-06-21
hax: Honor CPUState::halted
Colin Xu
2019-06-10
cpu: Replace ENV_GET_CPU with env_cpu
Richard Henderson
2019-04-18
qom/cpu: Simplify how CPUClass:cpu_dump_state() prints
Markus Armbruster
2018-12-11
target: hax: fix errors in comment
Li Qiang
2018-12-11
target: hax: replace g_malloc with g_new0
Li Qiang
2018-06-01
target: Do not include "exec/exec-all.h" if it is not necessary
Philippe Mathieu-Daudé
2018-05-31
target/i386: Do not include "exec/ioport.h" if it is not necessary
Philippe Mathieu-Daudé
2018-02-13
hax: Support guest RAM sizes of 4GB or more
Yu Ning
2018-02-09
Use #include "..." for our own headers, <...> for others
Markus Armbruster
2018-01-16
target/i386: hax: Move x86_update_hflags.
Tao Wu
2018-01-16
target/i386: hax: change to use x86_update_hflags
Tao Wu
2017-07-04
vcpu_dirty: share the same field in CPUState for all accelerators
Sergio Andres Gomez Del Real
2017-06-15
hax-all: make async_safe_run_on_cpu safe on HAX too
Paolo Bonzini
2017-06-06
migration: Mark CPU states dirty before incoming migration/loadvm
David Gibson
2017-05-23
shutdown: Add source information to SHUTDOWN and RESET
Eric Blake
2017-01-19
target/i386: Add Intel HAX files
Vincent Palatin