summary refs log tree commit diff stats
path: root/target/i386/hvf/x86_mmu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* target/i386/hvf: Use CPUState typedefPhilippe Mathieu-Daudé2024-03-121-7/+7
* accel: Rename HVF 'struct hvf_vcpu_state' -> AccelCPUStatePhilippe Mathieu-Daudé2023-06-281-2/+2
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0
* hvf: Use standard CR0 and CR4 register definitionsCameron Esfahani2022-03-151-1/+1
* hvf: Introduce hvf vcpu structAlexander Graf2021-06-031-2/+2
* Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* x86 hvf cpus: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* Avoid address_space_rw() with a constant is_write argumentPeter Maydell2020-02-201-6/+6
* Let address_space_rw() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-201-4/+4
* Remove unnecessary cast when using the address_space APIPhilippe Mathieu-Daudé2020-02-201-1/+1
* Drop unneeded system header includesEric Blake2018-02-101-1/+0
* Use #include "..." for our own headers, <...> for othersMarkus Armbruster2018-02-091-4/+2
* i386: hvf: cleanup x86_gen.hPaolo Bonzini2017-12-221-0/+1
* i386: hvf: remove addr_tPaolo Bonzini2017-12-221-15/+15
* i386: hvf: remove more dead emulator codePaolo Bonzini2017-12-221-4/+2
* i386: hvf: move all hvf files in the same directoryPaolo Bonzini2017-12-221-0/+273