Age | Commit message (Expand) | Author |
2012-10-23 | Rename target_phys_addr_t to hwaddr | Avi Kivity |
2012-09-30 | i386: kvm: use a #define for the set of alias feature bits | Eduardo Habkost |
2012-09-30 | i386: kvm: bit 10 of CPUID[8000_0001].EDX is reserved | Eduardo Habkost |
2012-09-10 | kvm: i386: Add services required for PCI device assignment | Jan Kiszka |
2012-08-29 | kvm: get/set PV EOI MSR | Michael S. Tsirkin |
2012-08-09 | kvm: Decouple 'GSI routing' from 'kernel irqchip' | Peter Maydell |
2012-08-09 | kvm: Decouple 'MSI routing via irqfds' from 'kernel irqchip' | Peter Maydell |
2012-08-09 | kvm: Decouple 'irqfds usable' from 'kernel irqchip' | Peter Maydell |
2012-08-09 | kvm: Move kvm_allows_irq0_override() to target-i386, fix return type | Peter Maydell |
2012-08-01 | target-i386: move cpu halted decision into x86_cpu_reset | Igor Mammedov |
2012-07-10 | apic: Defer interrupt updates to VCPU thread | Jan Kiszka |
2012-07-03 | kvm: expose tsc deadline timer feature to guest | Liu, Jinsong |
2012-06-04 | target-i386: Pass X86CPU to do_cpu_{init,sipi}() | Andreas Färber |
2012-03-14 | target-i386: Don't overuse CPUState | Andreas Färber |
2012-03-07 | kvm: fill in padding to help valgrind | Michael S. Tsirkin |
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-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-03 | Merge remote-tracking branch 'qemu-kvm/memory/page_desc' into staging | Anthony Liguori |
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-11-17 | Fix typo: runnning -> running | Vagrant Cascadian |
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 |
2011-09-15 | Drop the vm_running global variable | Luiz Capitulino |
2011-09-15 | Replace the VMSTOP macros with a proper state type | Luiz Capitulino |
2011-09-10 | kvm: remove unnecessary assignments | Blue Swirl |
2011-09-03 | Use new macro QEMU_PACKED for packed structures | Stefan Weil |
2011-08-25 | Fix up some style nits of last uq/master merge | Jan Kiszka |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori |
2011-08-05 | Remove #ifdef KVM_CAP_TSC_CONTROL | Marcelo Tosatti |
2011-08-05 | qemu-x86: Set tsc_khz in kvm when supported | Joerg Roedel |
2011-06-20 | KVM: Fix XSAVE feature bit enumeration | Andre Przywara |
2011-06-20 | kvm: x86: Pass KVMState to kvm_arch_get_supported_cpuid | Jan Kiszka |
2011-06-20 | kvm: x86: Drop KVM_CAP build dependencies | Jan Kiszka |
2011-06-20 | kvm: Drop CONFIG_KVM_PARA | Jan Kiszka |
2011-06-19 | kvm: x86: Save/restore FPU OP, IP and DP | Jan Kiszka |
2011-06-14 | kvm: Add CPUID support for VIA CPU | brillywu@viatech.com.cn |
2011-05-02 | kvm: use qemu_free consistently | Paolo Bonzini |
2011-05-02 | kvm: use kernel-provided para_features instead of statically coming up with n... | Glauber Costa |
2011-03-16 | kvm: x86: Push kvm_arch_debug to kvm_arch_handle_exit | Jan Kiszka |
2011-03-16 | kvm: x86: Reorder functions in kvm.c | Jan Kiszka |