index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
sysemu
/
hvf.h
Age
Commit message (
Expand
)
Author
2020-10-05
hvf: remove hvf specific functions from global includes
Claudio Fontana
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-08-27
hvf: Move HVFState typedef to hvf.h
Eduardo Habkost
2020-08-27
hvf: Add missing include
Eduardo Habkost
2020-07-10
i386: hvf: Don't duplicate register reset
Roman Bolshakov
2020-07-10
i386: hvf: Add hvf_cpu_synchronize_pre_loadvm()
Roman Bolshakov
2020-06-12
i386: hvf: Clean stray includes in sysemu
Roman Bolshakov
2020-06-12
i386: hvf: Drop useless declarations in sysemu
Roman Bolshakov
2020-06-12
i386: hvf: Move HVFState definition into hvf
Roman Bolshakov
2020-06-12
sysemu/hvf: Only declare hvf_allowed when HVF is available
Philippe Mathieu-Daudé
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
include: Make headers more self-contained
Markus Armbruster
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2019-05-13
Clean up ill-advised or unusual header guards
Markus Armbruster
2018-10-19
i386: hvf: Remove hvf_disabled
Roman Bolshakov
2018-02-09
Clean up includes
Markus Armbruster
2017-12-22
i386: hvf: implement vga dirty page tracking
Sergio Andres Gomez Del Real
2017-12-22
i386: hvf: add code base from Google's QEMU repository
Sergio Andres Gomez Del Real