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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-12
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
23
-505
/
+704
2020-06-12
target/i386: Remove obsolete TODO file
Thomas Huth
1
-31
/
+0
2020-06-12
target/i386: sev: Unify SEVState and SevGuestState
David Gibson
1
-45
/
+34
2020-06-12
target/i386: sev: Remove redundant handle field
David Gibson
1
-8
/
+4
2020-06-12
target/i386: sev: Remove redundant policy field
David Gibson
1
-5
/
+2
2020-06-12
target/i386: sev: Remove redundant cbitpos and reduced_phys_bits fields
David Gibson
1
-12
/
+7
2020-06-12
target/i386: sev: Partial cleanup to sev_state global
David Gibson
1
-44
/
+48
2020-06-12
target/i386: sev: Embed SEVState in SevGuestState
David Gibson
1
-25
/
+29
2020-06-12
target/i386: sev: Rename QSevGuestInfo
David Gibson
1
-43
/
+44
2020-06-12
target/i386: sev: Move local structure definitions into .c file
David Gibson
2
-44
/
+44
2020-06-12
target/i386: sev: Remove unused QSevGuestInfoClass
David Gibson
2
-6
/
+0
2020-06-12
i386: hvf: Drop HVFX86EmulatorState
Roman Bolshakov
3
-6
/
+0
2020-06-12
i386: hvf: Move mmio_buf into CPUX86State
Roman Bolshakov
4
-7
/
+12
2020-06-12
i386: hvf: Move lazy_flags into CPUX86State
Roman Bolshakov
3
-35
/
+34
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-12
target/ppc: Restrict PPCVirtualHypervisorClass to system-mode
Philippe Mathieu-Daudé
3
-13
/
+17
2020-06-12
target/i386: correct fix for pcmpxstrx substring search
Joseph Myers
1
-2
/
+2
2020-06-11
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...
Peter Maydell
2
-59
/
+13
2020-06-11
Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-jun-09-2020' ...
Peter Maydell
9
-258
/
+656
2020-06-11
Merge remote-tracking branch 'remotes/rth/tags/pull-dt-20200609' into staging
Peter Maydell
1
-2
/
+2
2020-06-10
target/i386: fix IEEE x87 floating-point exception raising
Joseph Myers
1
-31
/
+95
2020-06-10
target/i386: define a new MSR based feature word - FEAT_PERF_CAPABILITIES
Like Xu
3
-0
/
+46
2020-06-10
i386: Remove unused define's from hax and hvf
Julio Faracco
2
-4
/
+0
2020-06-10
x86/cpu: Enable AVX512_VP2INTERSECT cpu feature
Cathy Zhang
2
-1
/
+3
2020-06-10
target/i386: fix fisttpl, fisttpll handling of out-of-range values
Joseph Myers
1
-2
/
+26
2020-06-10
target/i386: fix fbstp handling of out-of-range values
Joseph Myers
1
-0
/
+10
2020-06-10
target/i386: fix fbstp handling of negative zero
Joseph Myers
1
-1
/
+4
2020-06-10
target/i386: fix fxam handling of invalid encodings
Joseph Myers
1
-2
/
+2
2020-06-10
target/i386: fix floating-point load-constant rounding
Joseph Myers
1
-5
/
+49
2020-06-10
target/i386: fix fscale handling of rounding precision
Joseph Myers
1
-0
/
+3
2020-06-10
target/i386: fix fscale handling of infinite exponents
Joseph Myers
1
-0
/
+22
2020-06-10
target/i386: fix fscale handling of invalid exponent encodings
Joseph Myers
1
-1
/
+4
2020-06-10
target/i386: fix fscale handling of signaling NaN
Joseph Myers
1
-0
/
+4
2020-06-10
target/i386: implement special cases for fxtract
Joseph Myers
1
-1
/
+24
2020-06-10
i386/kvm: fix a use-after-free when vcpu plug/unplug
Pan Nengyuan
2
-1
/
+4
2020-06-10
hax: Dynamic allocate vcpu state structure
WangBowen
2
-8
/
+22
2020-06-10
accel: Move Xen accelerator code under accel/xen/
Philippe Mathieu-Daudé
1
-1
/
+1
2020-06-10
i386/cpu: Store LAPIC bus frequency in CPU structure
Liran Alon
2
-3
/
+8
2020-06-10
target/i386: fix phadd* with identical destination and source register
Janne Grunau
1
-20
/
+33
2020-06-10
target/i386: Fix the CPUID leaf CPUID_Fn80000008
Babu Moger
1
-3
/
+12
2020-06-10
target/i386: Fix OUTL debug output
Philippe Mathieu-Daudé
1
-1
/
+1
2020-06-09
target/unicore32: Prefer qemu_semihosting_log_out() over curses
Philippe Mathieu-Daudé
1
-52
/
+5
[next]