index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
i386
/
hvf
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-27
hvf: Move HVFState typedef to hvf.h
Eduardo Habkost
1
-2
/
+2
2020-08-21
meson: target
Paolo Bonzini
2
-2
/
+12
2020-07-16
i386: hvf: Explicitly set CR4 guest/host mask
Roman Bolshakov
1
-0
/
+1
2020-07-10
i386: hvf: Clean up synchronize functions
Roman Bolshakov
1
-20
/
+16
2020-07-10
i386: hvf: Don't duplicate register reset
Roman Bolshakov
1
-89
/
+0
2020-07-10
i386: hvf: Move Guest LMA reset to macvm_set_cr0()
Roman Bolshakov
2
-1
/
+4
2020-07-10
i386: hvf: Make long mode enter and exit clearer
Cameron Esfahani
1
-5
/
+7
2020-07-10
i386: hvf: Add hvf_cpu_synchronize_pre_loadvm()
Roman Bolshakov
1
-0
/
+11
2020-07-10
i386: hvf: Set env->eip in macvm_set_rip()
Roman Bolshakov
1
-0
/
+1
2020-06-12
i386: hvf: Drop HVFX86EmulatorState
Roman Bolshakov
2
-5
/
+0
2020-06-12
i386: hvf: Move mmio_buf into CPUX86State
Roman Bolshakov
3
-7
/
+11
2020-06-12
i386: hvf: Move lazy_flags into CPUX86State
Roman Bolshakov
2
-35
/
+28
2020-06-12
i386: hvf: Drop regs in HVFX86EmulatorState
Roman Bolshakov
2
-15
/
+16
2020-06-12
i386: hvf: Drop copy of RFLAGS defines
Roman Bolshakov
4
-31
/
+9
2020-06-12
i386: hvf: Drop rflags from HVFX86EmulatorState
Roman Bolshakov
7
-67
/
+24
2020-06-12
i386: hvf: Drop fetch_rip from HVFX86EmulatorState
Roman Bolshakov
3
-9
/
+1
2020-06-12
i386: hvf: Use IP from CPUX86State
Roman Bolshakov
5
-54
/
+51
2020-06-12
i386: hvf: Use ins_len to advance IP
Roman Bolshakov
1
-1
/
+1
2020-06-12
i386: hvf: Drop unused variable
Roman Bolshakov
1
-1
/
+0
2020-06-12
i386: hvf: Drop useless declarations in sysemu
Roman Bolshakov
1
-3
/
+4
2020-06-12
i386: hvf: Move HVFState definition into hvf
Roman Bolshakov
1
-0
/
+35
2020-06-10
i386: Remove unused define's from hax and hvf
Julio Faracco
1
-2
/
+0
2020-04-02
i386: hvf: Reset IRQ inhibition after moving RIP
Roman Bolshakov
1
-0
/
+3
2020-02-20
Avoid address_space_rw() with a constant is_write argument
Peter Maydell
2
-10
/
+9
2020-02-20
Let address_space_rw() calls pass a boolean 'is_write' argument
Philippe Mathieu-Daudé
2
-5
/
+5
2020-02-20
Remove unnecessary cast when using the address_space API
Philippe Mathieu-Daudé
2
-2
/
+2
2020-01-24
target/i386: add a ucode-rev property
Paolo Bonzini
1
-3
/
+1
2019-12-03
hvf: correctly inject VMCS_INTR_T_HWINTR versus VMCS_INTR_T_SWINTR.
Cameron Esfahani
2
-6
/
+12
2019-11-26
hvf: more accurately match SDM when setting CR0 and PDPTE registers
Cameron Esfahani
2
-8
/
+18
2019-11-26
hvf: correctly handle REX prefix in relation to legacy prefixes
Cameron Esfahani
2
-38
/
+46
2019-11-26
hvf: remove TSC synchronization code because it isn't fully complete
Cameron Esfahani
3
-9
/
+1
2019-11-26
hvf: non-RAM, non-ROMD memory ranges are now correctly mapped in
Cameron Esfahani
1
-15
/
+35
2019-10-15
target/i386: drop the duplicated definition of cpuid AVX512_VBMI macro
Tao Xu
1
-1
/
+1
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
1
-1
/
+2
2019-08-16
Clean up inclusion of sysemu/sysemu.h
Markus Armbruster
1
-1
/
+0
2019-08-16
Include hw/boards.h a bit less
Markus Armbruster
2
-2
/
+0
2019-06-21
target/i386: kvm: Add support for KVM_CAP_EXCEPTION_PAYLOAD
Liran Alon
2
-5
/
+9
2019-06-10
cpu: Replace ENV_GET_CPU with env_cpu
Richard Henderson
2
-38
/
+44
2019-05-17
hvf: Add missing break statement
Chen Zhang
1
-0
/
+1
2019-05-13
Normalize header guard symbol definition.
Markus Armbruster
3
-3
/
+3
2019-05-13
Clean up ill-advised or unusual header guards
Markus Armbruster
5
-12
/
+15
2019-05-13
Clean up header guards that don't match their file name
Markus Armbruster
1
-2
/
+4
2019-02-05
i386: hvf: Fix smp boot hangs
Heiher
1
-5
/
+0
2019-02-05
i386: hvf: Don't miss 16-bit displacement
Roman Bolshakov
1
-1
/
+1
2019-02-05
target-i386: hvf: remove MPX support
Paolo Bonzini
1
-17
/
+1
2019-01-30
Don't talk about the LGPL if the file is licensed under the GPL
Thomas Huth
1
-3
/
+3
2018-12-18
i386: hvf: drop debug printf in decode_sldtgroup
Roman Bolshakov
1
-2
/
+0
2018-12-03
i386: hvf: Fix overrun of _decode_tbl1
Roman Bolshakov
1
-3
/
+3
2018-10-19
i386: hvf: Remove hvf_disabled
Roman Bolshakov
1
-8
/
+1
2018-10-19
i386: hvf: Fix register refs if REX is present
Roman Bolshakov
2
-31
/
+42
[next]