index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
i386
/
hvf
/
x86_mmu.c
Age
Commit message (
Expand
)
Author
2023-06-28
accel: Rename HVF 'struct hvf_vcpu_state' -> AccelCPUState
Philippe Mathieu-Daudé
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
2022-03-15
hvf: Use standard CR0 and CR4 register definitions
Cameron Esfahani
2021-06-03
hvf: Introduce hvf vcpu struct
Alexander Graf
2021-05-02
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth
2020-11-15
x86 hvf cpus: Fix Lesser GPL version number
Chetan Pant
2020-02-20
Avoid address_space_rw() with a constant is_write argument
Peter Maydell
2020-02-20
Let address_space_rw() calls pass a boolean 'is_write' argument
Philippe Mathieu-Daudé
2020-02-20
Remove unnecessary cast when using the address_space API
Philippe Mathieu-Daudé
2018-02-10
Drop unneeded system header includes
Eric Blake
2018-02-09
Use #include "..." for our own headers, <...> for others
Markus Armbruster
2017-12-22
i386: hvf: cleanup x86_gen.h
Paolo Bonzini
2017-12-22
i386: hvf: remove addr_t
Paolo Bonzini
2017-12-22
i386: hvf: remove more dead emulator code
Paolo Bonzini
2017-12-22
i386: hvf: move all hvf files in the same directory
Paolo Bonzini