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