summaryrefslogtreecommitdiff
path: root/target/i386/hax-all.c
AgeCommit message (Expand)Author
2020-02-20Avoid cpu_physical_memory_rw() with a constant is_write argumentPhilippe Mathieu-Daudé
2020-02-20Let cpu_[physical]_memory() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé
2020-02-20Remove unnecessary cast when using the cpu_[physical]_memory APIPhilippe Mathieu-Daudé
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster
2019-06-21hax: Honor CPUState::haltedColin Xu
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson
2019-04-18qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster
2018-12-11target: hax: fix errors in commentLi Qiang
2018-12-11target: hax: replace g_malloc with g_new0Li Qiang
2018-06-01target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-05-31target/i386: Do not include "exec/ioport.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-02-13hax: Support guest RAM sizes of 4GB or moreYu Ning
2018-02-09Use #include "..." for our own headers, <...> for othersMarkus Armbruster
2018-01-16target/i386: hax: Move x86_update_hflags.Tao Wu
2018-01-16target/i386: hax: change to use x86_update_hflagsTao Wu
2017-07-04vcpu_dirty: share the same field in CPUState for all acceleratorsSergio Andres Gomez Del Real
2017-06-15hax-all: make async_safe_run_on_cpu safe on HAX tooPaolo Bonzini
2017-06-06migration: Mark CPU states dirty before incoming migration/loadvmDavid Gibson
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake
2017-01-19target/i386: Add Intel HAX filesVincent Palatin