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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-16
i386: Don't automatically enable FEAT_KVM_HINTS bits
Eduardo Habkost
1
-1
/
+9
2018-04-11
icount: fix cpu_restore_state_from_tb for non-tb-exit cases
Pavel Dovgalyuk
2
-2
/
+2
2018-04-09
Add missing bit for SSE instr in VEX decoding
Eugene Minibaev
1
-1
/
+3
2018-04-09
i386/hyperv: error out if features requested but unsupported
Roman Kagan
1
-9
/
+34
2018-04-09
i386/hyperv: add hv-frequencies cpu property
Roman Kagan
3
-4
/
+11
2018-04-09
target/i386: WHPX: set CPUID_EXT_HYPERVISOR bit
Justin Terry (VM)
1
-1
/
+78
2018-04-05
target/i386: Fix andn instruction
Alexandro Sanchez Bach
1
-1
/
+1
2018-04-02
sev/i386: fix memory leak in sev_guest_init()
Greg Kurz
1
-1
/
+3
2018-03-27
error: Strip trailing '\n' from error string arguments (again again)
Laurent Vivier
1
-12
/
+12
2018-03-26
WHPX improve vcpu_post_run perf
Justin Terry (VM)
1
-30
/
+11
2018-03-26
WHPX fix WHvSetPartitionProperty in PropertyCode
Justin Terry (VM)
1
-1
/
+1
2018-03-26
WHPX fix WHvGetCapability out WrittenSizeInBytes
Justin Terry (VM)
1
-1
/
+2
2018-03-20
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-hmp-20180320' into s...
Peter Maydell
1
-0
/
+2
2018-03-20
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
2
-10
/
+6
2018-03-20
hmp: free sev info
Marc-André Lureau
1
-0
/
+2
2018-03-19
i386: Disable Intel PT if packets IP payloads have LIP values
Luwei Kang
1
-1
/
+4
2018-03-19
qapi: Replace qobject_to_X(o) by qobject_to(X, o)
Max Reitz
1
-1
/
+1
2018-03-19
cpu: drop unnecessary NULL check and cpu_common_class_by_name()
Igor Mammedov
1
-7
/
+1
2018-03-19
cpu: get rid of unused cpu_init() defines
Igor Mammedov
1
-2
/
+0
2018-03-19
cpu: add CPU_RESOLVING_TYPE macro
Igor Mammedov
1
-0
/
+1
2018-03-15
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-sev' into sta...
Peter Maydell
10
-0
/
+1078
2018-03-13
sev/i386: add sev_get_capabilities()
Brijesh Singh
4
-2
/
+98
2018-03-13
sev/i386: qmp: add query-sev-capabilities command
Brijesh Singh
1
-0
/
+6
2018-03-13
sev/i386: qmp: add query-sev-launch-measure command
Brijesh Singh
1
-0
/
+17
2018-03-13
sev/i386: hmp: add 'info sev' command
Brijesh Singh
1
-0
/
+20
2018-03-13
cpu/i386: populate CPUID 0x8000_001F when SEV is active
Brijesh Singh
1
-0
/
+13
2018-03-13
sev/i386: add migration blocker
Brijesh Singh
1
-0
/
+13
2018-03-13
sev/i386: finalize the SEV guest launch flow
Brijesh Singh
2
-0
/
+30
2018-03-13
sev/i386: add support to LAUNCH_MEASURE command
Brijesh Singh
4
-0
/
+71
2018-03-13
sev/i386: add command to encrypt guest memory region
Brijesh Singh
2
-0
/
+44
2018-03-13
sev/i386: add command to create launch memory encryption context
Brijesh Singh
2
-0
/
+88
2018-03-13
sev/i386: register the guest memory range which may contain encrypted data
Brijesh Singh
2
-0
/
+44
2018-03-13
sev/i386: add command to initialize the memory encryption context
Brijesh Singh
6
-2
/
+303
2018-03-13
sev/i386: qmp: add query-sev command
Brijesh Singh
1
-0
/
+8
2018-03-13
target/i386: add Secure Encrypted Virtualization (SEV) object
Brijesh Singh
3
-0
/
+290
2018-03-13
KVM: x86: Add support for save/load MSR_SMI_COUNT
Liran Alon
4
-0
/
+37
2018-03-12
i386: Add support to get/set/migrate Intel Processor Trace feature
Chao Peng
3
-0
/
+111
2018-03-12
i386: Add Intel Processor Trace feature support
Chao Peng
3
-2
/
+100
2018-03-12
target-i386: add KVM_HINTS_DEDICATED performance hint
Wanpeng Li
3
-0
/
+21
2018-03-06
WHPX improve interrupt notification registration
Justin Terry (VM) via Qemu-devel
1
-4
/
+3
2018-03-06
WHXP Removes the use of WHvGetExitContextSize
Justin Terry (VM) via Qemu-devel
1
-7
/
+2
2018-03-06
Fix WHPX issue leaking tpr values
Justin Terry (VM) via Qemu-devel
1
-3
/
+5
2018-03-06
Fix WHPX typo in 'mmio'
Justin Terry (VM) via Qemu-devel
1
-2
/
+2
2018-03-06
Fix WHPX additional lock acquisition
Justin Terry (VM) via Qemu-devel
1
-2
/
+0
2018-03-06
Remove unnecessary WHPX __debugbreak();
Justin Terry (VM) via Qemu-devel
1
-12
/
+0
2018-03-06
Resolves WHPX breaking changes in SDK 17095
Justin Terry (VM) via Qemu-devel
1
-16
/
+10
2018-03-06
Fixing WHPX casing to match SDK
Justin Terry (VM) via Qemu-devel
1
-2
/
+2
2018-03-02
qapi: Empty out qapi-schema.json
Markus Armbruster
1
-2
/
+2
2018-02-21
target/*/cpu.h: remove softfloat.h
Alex Bennée
2
-4
/
+1
2018-02-13
hax: Support guest RAM sizes of 4GB or more
Yu Ning
8
-25
/
+88
[next]