summaryrefslogtreecommitdiffstats
path: root/target/i386/hax-all.c
Commit message (Expand)AuthorAgeFilesLines
* hax: remove hax specific functions from global includesClaudio Fontana2020-10-051-1/+0Star
* cpus: add handle_interrupt to the CpusAccel interfaceClaudio Fontana2020-10-051-10/+0Star
* cpus: extract out hax-specific code to target/i386/Claudio Fontana2020-10-051-1/+5
* hax: Dynamic allocate vcpu state structureWangBowen2020-06-101-6/+19
* Avoid cpu_physical_memory_rw() with a constant is_write argumentPhilippe Mathieu-Daudé2020-02-201-2/+2
* Let cpu_[physical]_memory() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-201-2/+2
* Remove unnecessary cast when using the cpu_[physical]_memory APIPhilippe Mathieu-Daudé2020-02-201-3/+3
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+1
* Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-161-0/+1
* hax: Honor CPUState::haltedColin Xu2019-06-211-2/+34
* cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson2019-06-101-3/+3
* qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster2019-04-181-2/+2
* target: hax: fix errors in commentLi Qiang2018-12-111-1/+1
* target: hax: replace g_malloc with g_new0Li Qiang2018-12-111-12/+3Star
* target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0Star
* target/i386: Do not include "exec/ioport.h" if it is not necessaryPhilippe Mathieu-Daudé2018-05-311-1/+0Star
* hax: Support guest RAM sizes of 4GB or moreYu Ning2018-02-131-0/+2
* Use #include "..." for our own headers, <...> for othersMarkus Armbruster2018-02-091-1/+0Star
* target/i386: hax: Move x86_update_hflags.Tao Wu2018-01-161-3/+1Star
* target/i386: hax: change to use x86_update_hflagsTao Wu2018-01-161-51/+1Star
* vcpu_dirty: share the same field in CPUState for all acceleratorsSergio Andres Gomez Del Real2017-07-041-6/+6
* hax-all: make async_safe_run_on_cpu safe on HAX tooPaolo Bonzini2017-06-151-1/+2
* migration: Mark CPU states dirty before incoming migration/loadvmDavid Gibson2017-06-061-0/+10
* shutdown: Add source information to SHUTDOWN and RESETEric Blake2017-05-231-3/+3
* target/i386: Add Intel HAX filesVincent Palatin2017-01-191-0/+1155