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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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-01-25
accel/tcg: add size paremeter in tlb_fill()
Laurent Vivier
3
-6
/
+6
2018-01-17
i386: Add EPYC-IBPB CPU model
Eduardo Habkost
1
-0
/
+46
2018-01-17
i386: Add new -IBRS versions of Intel CPU models
Eduardo Habkost
1
-1
/
+378
2018-01-17
i386: Add FEAT_8000_0008_EBX CPUID feature word
Eduardo Habkost
2
-1
/
+21
2018-01-17
i386: Add spec-ctrl CPUID bit
Eduardo Habkost
2
-1
/
+2
2018-01-17
i386: Add support for SPEC_CTRL MSR
Paolo Bonzini
3
-0
/
+37
2018-01-17
i386: Change X86CPUDefinition::model_id to const char*
Eduardo Habkost
1
-1
/
+8
2018-01-17
target/i386: add clflushopt to "Skylake-Server" cpu model
Haozhong Zhang
1
-1
/
+1
2018-01-16
irq: fix memory leak
linzhecheng
1
-0
/
+1
2018-01-16
target-i386: update hflags on Hypervisor.framework
Paolo Bonzini
1
-1
/
+1
2018-01-16
target/i386: hax: Move x86_update_hflags.
Tao Wu
1
-3
/
+1
2018-01-16
target/i386: hax: change to use x86_update_hflags
Tao Wu
1
-51
/
+1
2018-01-16
target/i386: move hflags update code to a function
Tao Wu
3
-39
/
+45
2018-01-12
i386/cpu/kvm: look at PMU's CPUID before setting MSRs
Jan Dakinevich
1
-32
/
+48
2018-01-08
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20171229' into staging
Peter Maydell
2
-10
/
+7
2017-12-29
tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED*
Richard Henderson
1
-7
/
+6
2017-12-27
target/*helper: don't check retaddr before calling cpu_restore_state
Alex Bennée
1
-3
/
+1
2017-12-22
i386: hvf: cleanup x86_gen.h
Paolo Bonzini
9
-9
/
+7
2017-12-22
i386: hvf: remove VM_PANIC from "in"
Paolo Bonzini
1
-1
/
+1
2017-12-22
i386: hvf: remove addr_t
Paolo Bonzini
12
-101
/
+101
2017-12-22
i386: hvf: simplify flag handling
Paolo Bonzini
3
-357
/
+144
2017-12-22
i386: hvf: abort on decoding error
Paolo Bonzini
2
-7
/
+5
2017-12-22
i386: hvf: remove ZERO_INIT macro
Paolo Bonzini
3
-6
/
+4
2017-12-22
i386: hvf: remove more dead emulator code
Paolo Bonzini
8
-60
/
+21
2017-12-22
i386: hvf: unify register enums between HVF and the rest
Paolo Bonzini
11
-271
/
+226
2017-12-22
i386: hvf: header cleanup
Paolo Bonzini
9
-20
/
+17
2017-12-22
i386: hvf: move all hvf files in the same directory
Paolo Bonzini
25
-21
/
+21
2017-12-22
i386: hvf: inject General Protection Fault when vmexit through vmcall
Sergio Andres Gomez Del Real
1
-1
/
+3
2017-12-22
i386: hvf: refactor event injection code for hvf
Sergio Andres Gomez Del Real
6
-42
/
+102
2017-12-22
i386: hvf: implement vga dirty page tracking
Sergio Andres Gomez Del Real
1
-7
/
+66
2017-12-22
i386: refactor KVM cpuid code so that it applies to hvf as well
Sergio Andres Gomez Del Real
2
-22
/
+59
2017-12-22
i386: hvf: implement hvf_get_supported_cpuid
Sergio Andres Gomez Del Real
1
-0
/
+164
2017-12-22
i386: hvf: use new helper functions for put/get xsave
Sergio Andres Gomez Del Real
3
-67
/
+12
2017-12-22
i386: hvf: fix licensing issues; isolate task handling code (GPL v2-only)
Sergio Andres Gomez Del Real
18
-253
/
+318
2017-12-22
i386: hvf: add code base from Google's QEMU repository
Sergio Andres Gomez Del Real
23
-6
/
+8116
2017-12-21
cpu: refactor cpu_address_space_init()
Peter Xu
1
-8
/
+2
2017-12-21
target/i386: Fix handling of VEX prefixes
Peter Maydell
1
-1
/
+1
2017-12-21
target/i386: Fix compiler warnings
Stefan Weil
1
-3
/
+4
2017-12-21
hyperv: make SynIC version msr constant
Roman Kagan
2
-8
/
+2
2017-12-21
hyperv: ensure SINTx msrs are reset properly
Roman Kagan
1
-5
/
+7
2017-12-21
hyperv: set partition-wide MSRs only on first vcpu
Evgeny Yakovlev
2
-9
/
+19
2017-12-21
x86/cpu: Enable new SSE/AVX/AVX512 cpu features
Yang Zhong
2
-3
/
+9
2017-12-18
i386/hax: remove duplicated include
Philippe Mathieu-Daudé
1
-1
/
+0
2017-12-18
i386/hax: remove duplicated includes
Philippe Mathieu-Daudé
3
-10
/
+1
2017-12-18
Remove empty statements
Ladi Prosek
2
-2
/
+2
2017-11-16
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-1
/
+1
2017-11-14
target-i386: adds PV_TLB_FLUSH CPUID feature bit
Wanpeng Li
1
-1
/
+1
2017-11-09
disas: Dump insn bytes along with capstone disassembly
Richard Henderson
1
-0
/
+2
2017-10-27
Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into staging
Peter Maydell
2
-7
/
+20
2017-10-26
tcg: Avoid setting tcg_initialize if !CONFIG_TCG
Richard Henderson
1
-0
/
+2
[next]