Age | Commit message (Expand) | Author |
2012-03-14 | Rename CPUState -> CPUArchState | Andreas Färber |
2012-03-14 | target-i386: Don't overuse CPUState | Andreas Färber |
2012-03-14 | Rename cpu_reset() to cpu_state_reset() | Andreas Färber |
2012-03-12 | add "tsc-deadline" flag name to feature_ecx table | Eduardo Habkost |
2012-03-11 | target-i386: Mask NX bit from cpu_get_phys_page_debug result | Jan Kiszka |
2012-03-07 | kvm: fill in padding to help valgrind | Michael S. Tsirkin |
2012-03-03 | Merge branch 'upstream' of git://qemu.weilnetz.de/qemu | Blue Swirl |
2012-03-01 | Merge remote-tracking branch 'qemu-kvm/uq/master' into staging | Anthony Liguori |
2012-02-28 | target-i386: Clean includes | Stefan Weil |
2012-02-24 | target-i386: Introduce x86_cpuid_set_model_id() | Andreas Färber |
2012-02-24 | target-i386: Introduce x86_cpuid_version_set_stepping() | Andreas Färber |
2012-02-24 | target-i386: Introduce x86_cpuid_version_set_model() | Andreas Färber |
2012-02-24 | target-i386: Introduce x86_cpuid_version_set_family() | Andreas Färber |
2012-02-22 | cpu defs: use Intel flag names for Intel models (v2) | Eduardo Habkost |
2012-02-22 | cpu flags: aliases: pclmuldq|pclmulqdq and ffxsr|fxsr_opt | Eduardo Habkost |
2012-02-18 | target-i386: Add infrastructure for reporting TPR MMIO accesses | Jan Kiszka |
2012-02-16 | kvm: Synchronize cpu state in kvm_arch_stop_on_emulation_error() | Gleb Natapov |
2012-02-08 | kvm: Implement kvm_irqchip_in_kernel like kvm_enabled | Jan Kiszka |
2012-02-08 | kvm: Allow to set shadow MMU size | Jan Kiszka |
2012-01-23 | hyperv: fix build on non-KVM hosts | Blue Swirl |
2012-01-19 | kvm: x86: Add user space part for in-kernel APIC | Jan Kiszka |
2012-01-19 | kvm: Introduce core services for in-kernel irqchip support | Jan Kiszka |
2012-01-19 | hyper-v: initialize Hyper-V CPUID leaves. | Vadim Rozenfeld |
2012-01-19 | hyper-v: introduce Hyper-V support infrastructure. | Vadim Rozenfeld |
2012-01-13 | target-i386: fix compilation with --enable-debug-tcg | Aurelien Jarno |
2012-01-11 | target-i386: fix SSE rounding and flush to zero | Aurelien Jarno |
2012-01-11 | target-i386: fix dpps and dppd SSE2 instructions | Aurelien Jarno |
2012-01-11 | target-i386: fix round{pd,ps,sd,ss} SSE2 instructions | Aurelien Jarno |
2012-01-11 | target-i386: fix {min,max}{pd,ps,sd,ss} SSE2 instructions | Aurelien Jarno |
2012-01-03 | Merge remote-tracking branch 'qemu-kvm/memory/page_desc' into staging | Anthony Liguori |
2011-12-22 | enable architectural PMU cpuid leaf for kvm | Gleb Natapov |
2011-12-22 | kvm: x86: Drop redundant apic base and tpr update from kvm_get_sregs | Jan Kiszka |
2011-12-22 | kvm: x86: Avoid runtime allocation of xsave buffer | Jan Kiszka |
2011-12-22 | kvm: x86: Use symbols for all xsave field | Jan Kiszka |
2011-12-20 | kvm: switch kvm slots to use host virtual address instead of ram_addr_t | Avi Kivity |
2011-12-12 | target-i386: fix cmpxchg instruction emulation | Andreas Gustafsson |
2011-11-28 | x86/cpuid: Tighten parsing of tsc_freq=FREQ | Markus Armbruster |
2011-11-28 | Revert "i386: derive '-cpu host' from KVM_GET_SUPPORTED_CPUID" | Anthony Liguori |
2011-11-21 | Merge remote-tracking branch 'origin/master' into staging | Anthony Liguori |
2011-11-19 | x86: fix pcmpestrm and pcmpistrm | Blue Swirl |
2011-11-17 | Fix typo: runnning -> running | Vagrant Cascadian |
2011-11-10 | x86/cpuid: Fix crash on -cpu "" | Markus Armbruster |
2011-11-10 | x86/cpuid: Plug memory leak in cpudef_setfield() | Markus Armbruster |
2011-11-10 | x86/cpuid: Convert remaining strdup() to g_strdup() | Markus Armbruster |
2011-11-09 | i386: derive '-cpu host' from KVM_GET_SUPPORTED_CPUID | Avi Kivity |
2011-11-02 | Fix X86 CPU topology in KVM mode | Bharata B Rao |
2011-10-24 | i386: wire up MSR_IA32_MISC_ENABLE | Avi Kivity |
2011-10-24 | kvm: support TSC deadline MSR with subsection | Liu, Jinsong |
2011-10-24 | Revert "kvm: support TSC deadline MSR" | Marcelo Tosatti |
2011-10-03 | kvm: support TSC deadline MSR | Liu, Jinsong |