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
2012-02-24
target-i386: Introduce x86_cpuid_set_model_id()
Andreas Färber
1
-14
/
+19
2012-02-24
target-i386: Introduce x86_cpuid_version_set_stepping()
Andreas Färber
1
-1
/
+7
2012-02-24
target-i386: Introduce x86_cpuid_version_set_model()
Andreas Färber
1
-1
/
+7
2012-02-24
target-i386: Introduce x86_cpuid_version_set_family()
Andreas Färber
1
-4
/
+11
2012-02-22
cpu defs: use Intel flag names for Intel models (v2)
Eduardo Habkost
1
-2
/
+2
2012-02-22
cpu flags: aliases: pclmuldq|pclmulqdq and ffxsr|fxsr_opt
Eduardo Habkost
1
-2
/
+2
2012-02-08
kvm: Implement kvm_irqchip_in_kernel like kvm_enabled
Jan Kiszka
1
-2
/
+2
2012-02-08
kvm: Allow to set shadow MMU size
Jan Kiszka
1
-0
/
+13
2012-01-23
hyperv: fix build on non-KVM hosts
Blue Swirl
1
-1
/
+3
2012-01-19
kvm: x86: Add user space part for in-kernel APIC
Jan Kiszka
1
-0
/
+38
2012-01-19
kvm: Introduce core services for in-kernel irqchip support
Jan Kiszka
1
-0
/
+11
2012-01-19
hyper-v: initialize Hyper-V CPUID leaves.
Vadim Rozenfeld
1
-2
/
+63
2012-01-19
hyper-v: introduce Hyper-V support infrastructure.
Vadim Rozenfeld
3
-0
/
+121
2012-01-13
target-i386: fix compilation with --enable-debug-tcg
Aurelien Jarno
1
-1
/
+2
2012-01-11
target-i386: fix SSE rounding and flush to zero
Aurelien Jarno
3
-11
/
+56
2012-01-11
target-i386: fix dpps and dppd SSE2 instructions
Aurelien Jarno
1
-14
/
+14
2012-01-11
target-i386: fix round{pd,ps,sd,ss} SSE2 instructions
Aurelien Jarno
1
-8
/
+8
2012-01-11
target-i386: fix {min,max}{pd,ps,sd,ss} SSE2 instructions
Aurelien Jarno
2
-3
/
+7
2012-01-03
Merge remote-tracking branch 'qemu-kvm/memory/page_desc' into staging
Anthony Liguori
1
-4
/
+3
2011-12-22
enable architectural PMU cpuid leaf for kvm
Gleb Natapov
1
-4
/
+13
2011-12-22
kvm: x86: Drop redundant apic base and tpr update from kvm_get_sregs
Jan Kiszka
1
-3
/
+2
2011-12-22
kvm: x86: Avoid runtime allocation of xsave buffer
Jan Kiszka
2
-9
/
+9
2011-12-22
kvm: x86: Use symbols for all xsave field
Jan Kiszka
1
-6
/
+8
2011-12-20
kvm: switch kvm slots to use host virtual address instead of ram_addr_t
Avi Kivity
1
-4
/
+3
2011-12-12
target-i386: fix cmpxchg instruction emulation
Andreas Gustafsson
1
-4
/
+7
2011-11-28
x86/cpuid: Tighten parsing of tsc_freq=FREQ
Markus Armbruster
1
-1
/
+1
2011-11-28
Revert "i386: derive '-cpu host' from KVM_GET_SUPPORTED_CPUID"
Anthony Liguori
1
-4
/
+23
2011-11-21
Merge remote-tracking branch 'origin/master' into staging
Anthony Liguori
1
-4
/
+8
2011-11-19
x86: fix pcmpestrm and pcmpistrm
Blue Swirl
1
-4
/
+8
2011-11-17
Fix typo: runnning -> running
Vagrant Cascadian
1
-1
/
+1
2011-11-10
x86/cpuid: Fix crash on -cpu ""
Markus Armbruster
1
-2
/
+2
2011-11-10
x86/cpuid: Plug memory leak in cpudef_setfield()
Markus Armbruster
1
-0
/
+1
2011-11-10
x86/cpuid: Convert remaining strdup() to g_strdup()
Markus Armbruster
1
-4
/
+4
2011-11-09
i386: derive '-cpu host' from KVM_GET_SUPPORTED_CPUID
Avi Kivity
1
-23
/
+4
2011-11-02
Fix X86 CPU topology in KVM mode
Bharata B Rao
1
-0
/
+1
2011-10-24
i386: wire up MSR_IA32_MISC_ENABLE
Avi Kivity
5
-0
/
+48
2011-10-24
kvm: support TSC deadline MSR with subsection
Liu, Jinsong
3
-0
/
+37
2011-10-24
Revert "kvm: support TSC deadline MSR"
Marcelo Tosatti
3
-18
/
+1
2011-10-03
kvm: support TSC deadline MSR
Liu, Jinsong
3
-1
/
+18
2011-10-01
softmmu_header: pass CPUState to tlb_fill
Blue Swirl
1
-4
/
+3
2011-10-01
target-i386: Remove redundant word mask in port out instructions
Jan Kiszka
1
-2
/
+0
2011-09-21
target-i386: Remove data type CCTable
Stefan Weil
2
-10
/
+0
2011-09-20
Merge remote-tracking branch 'qmp/queue/qmp' into staging
Anthony Liguori
1
-2
/
+2
2011-09-17
target-i386: Fix several SSE3 instructions.
Max Reitz
1
-18
/
+18
2011-09-15
Drop the vm_running global variable
Luiz Capitulino
1
-1
/
+1
2011-09-15
Replace the VMSTOP macros with a proper state type
Luiz Capitulino
1
-1
/
+1
2011-09-10
kvm: remove unnecessary assignments
Blue Swirl
1
-1
/
+1
2011-09-08
Merge remote-tracking branch 'origin/master' into staging
Anthony Liguori
1
-29
/
+43
2011-09-08
target-i386: Compute all flag data inside %cl != 0 test.
Richard Henderson
1
-29
/
+43
2011-09-08
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
1
-3
/
+3
[next]