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
/
target
/
i386
/
hvf
Age
Commit message (
Expand
)
Author
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é
2020-01-24
target/i386: add a ucode-rev property
Paolo Bonzini
2019-12-03
hvf: correctly inject VMCS_INTR_T_HWINTR versus VMCS_INTR_T_SWINTR.
Cameron Esfahani
2019-11-26
hvf: more accurately match SDM when setting CR0 and PDPTE registers
Cameron Esfahani
2019-11-26
hvf: correctly handle REX prefix in relation to legacy prefixes
Cameron Esfahani
2019-11-26
hvf: remove TSC synchronization code because it isn't fully complete
Cameron Esfahani
2019-11-26
hvf: non-RAM, non-ROMD memory ranges are now correctly mapped in
Cameron Esfahani
2019-10-15
target/i386: drop the duplicated definition of cpuid AVX512_VBMI macro
Tao Xu
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
Clean up inclusion of sysemu/sysemu.h
Markus Armbruster
2019-08-16
Include hw/boards.h a bit less
Markus Armbruster
2019-06-21
target/i386: kvm: Add support for KVM_CAP_EXCEPTION_PAYLOAD
Liran Alon
2019-06-10
cpu: Replace ENV_GET_CPU with env_cpu
Richard Henderson
2019-05-17
hvf: Add missing break statement
Chen Zhang
2019-05-13
Normalize header guard symbol definition.
Markus Armbruster
2019-05-13
Clean up ill-advised or unusual header guards
Markus Armbruster
2019-05-13
Clean up header guards that don't match their file name
Markus Armbruster
2019-02-05
i386: hvf: Fix smp boot hangs
Heiher
2019-02-05
i386: hvf: Don't miss 16-bit displacement
Roman Bolshakov
2019-02-05
target-i386: hvf: remove MPX support
Paolo Bonzini
2019-01-30
Don't talk about the LGPL if the file is licensed under the GPL
Thomas Huth
2018-12-18
i386: hvf: drop debug printf in decode_sldtgroup
Roman Bolshakov
2018-12-03
i386: hvf: Fix overrun of _decode_tbl1
Roman Bolshakov
2018-10-19
i386: hvf: Remove hvf_disabled
Roman Bolshakov
2018-10-19
i386: hvf: Fix register refs if REX is present
Roman Bolshakov
2018-10-02
hvf: drop unused variable
Paolo Bonzini
2018-10-02
i386: Compile CPUX86State xsave_buf only when support KVM or HVF
Liran Alon
2018-06-01
target: Do not include "exec/exec-all.h" if it is not necessary
Philippe Mathieu-Daudé
2018-05-31
target/i386: Do not include "exec/ioport.h" if it is not necessary
Philippe Mathieu-Daudé
2018-05-31
target: Do not include "exec/address-spaces.h" if it is not necessary
Philippe Mathieu-Daudé
2018-03-27
error: Strip trailing '\n' from error string arguments (again again)
Laurent Vivier
2018-02-10
Drop unneeded system header includes
Eric Blake
2018-02-09
Clean up includes
Markus Armbruster
2018-02-09
Use #include "..." for our own headers, <...> for others
Markus Armbruster
2018-02-05
hvf: ept_emulation_fault() needs NetApp BSD attribution
Paolo Bonzini
2018-02-05
Add missing hvdos public domain attribution:
Izik Eidus
2018-01-16
target-i386: update hflags on Hypervisor.framework
Paolo Bonzini
2017-12-22
i386: hvf: cleanup x86_gen.h
Paolo Bonzini
2017-12-22
i386: hvf: remove VM_PANIC from "in"
Paolo Bonzini
2017-12-22
i386: hvf: remove addr_t
Paolo Bonzini
2017-12-22
i386: hvf: simplify flag handling
Paolo Bonzini
2017-12-22
i386: hvf: abort on decoding error
Paolo Bonzini
2017-12-22
i386: hvf: remove ZERO_INIT macro
Paolo Bonzini
2017-12-22
i386: hvf: remove more dead emulator code
Paolo Bonzini
2017-12-22
i386: hvf: unify register enums between HVF and the rest
Paolo Bonzini
2017-12-22
i386: hvf: header cleanup
Paolo Bonzini
2017-12-22
i386: hvf: move all hvf files in the same directory
Paolo Bonzini