Age | Commit message (Expand) | Author |
2014-06-05 | target-i386: introduce support for 1 GB pages | Paolo Bonzini |
2014-06-03 | kvm: Enable -cpu option to hide KVM | Alex Williamson |
2014-05-13 | target-i386: preserve FPU and MSR state on INIT | Paolo Bonzini |
2014-05-13 | target-i386: fix set of registers zeroed on reset | Paolo Bonzini |
2014-05-13 | kvm: reset state from the CPU's reset method | Paolo Bonzini |
2014-05-05 | qom: Clean up fragile use of error_is_set() in set() methods | Markus Armbruster |
2014-03-27 | target-i386: Add missing 'static' and 'const' attributes | Stefan Weil |
2014-03-13 | cputlb: Change tlb_flush() argument to CPUState | Andreas Färber |
2014-03-13 | exec: Change cpu_breakpoint_{insert,remove{,_by_ref,_all}} argument | Andreas Färber |
2014-03-13 | exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argument | Andreas Färber |
2014-03-13 | cpu: Move breakpoints field from CPU_COMMON to CPUState | Andreas Färber |
2014-03-13 | cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook | Andreas Färber |
2014-03-13 | cpu: Introduce CPUClass::parse_features() hook | Andreas Färber |
2014-03-13 | target-i386: X86CPU model subclasses | Eduardo Habkost |
2014-03-13 | target-i386: Prepare CPUClass::class_by_name for X86CPU | Andreas Färber |
2014-03-13 | target-i386: Enable x2apic by default on KVM | Eduardo Habkost |
2014-03-13 | target-i386: Introduce x86_cpu_compat_disable_kvm_features() | Eduardo Habkost |
2014-03-13 | target-i386: Make kvm_default_features an array | Eduardo Habkost |
2014-03-13 | target-i386: Don't declare variables in the middle of blocks | Eduardo Habkost |
2014-03-13 | target-i386: Rename x86_def_t to X86CPUDefinition | Eduardo Habkost |
2014-03-13 | target-i386: Call x86_cpu_load_def() earlier | Eduardo Habkost |
2014-03-13 | target-i386: Rename cpu_x86_register() to x86_cpu_load_def() | Eduardo Habkost |
2014-03-13 | cpu: Turn cpu_has_work() into a CPUClass hook | Andreas Färber |
2014-03-12 | Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging | Peter Maydell |
2014-03-11 | qapi script: do not add "_" for every capitalized char in enum | Wenchao Xia |
2014-03-11 | target-i386: bugfix of Intel MPX | Liu, Jinsong |
2014-02-03 | target-i386: Move KVM default-vendor hack to instance_init | Eduardo Habkost |
2014-02-03 | target-i386: Don't change x86_def_t struct on cpu_x86_register() | Eduardo Habkost |
2014-02-03 | target-i386: Eliminate CONFIG_KVM #ifdefs | Eduardo Habkost |
2014-02-03 | kvm: add support for hyper-v timers | Vadim Rozenfeld |
2014-02-03 | target-i386: kvm_check_features_against_host(): Kill feature word array | Eduardo Habkost |
2014-02-03 | target-i386: kvm_cpu_fill_host(): Fill feature words in a loop | Eduardo Habkost |
2014-02-03 | target-i386: kvm_cpu_fill_host(): Set all feature words at end of function | Eduardo Habkost |
2014-02-03 | target-i386: kvm_cpu_fill_host(): No need to check xlevel2 | Eduardo Habkost |
2014-02-03 | target-i386: kvm_cpu_fill_host(): No need to check CPU vendor | Eduardo Habkost |
2014-02-03 | target-i386: kvm_cpu_fill_host(): No need to check level | Eduardo Habkost |
2014-02-03 | target-i386: kvm_cpu_fill_host(): Kill unused code | Eduardo Habkost |
2014-01-24 | Merge remote-tracking branch 'qemu-kvm/uq/master' into staging | Anthony Liguori |
2014-01-14 | Merge remote branch 'luiz/queue/qmp' into qmpq | Edgar E. Iglesias |
2014-01-06 | target-i386: Remove assert_no_error usage | Peter Crosthwaite |
2013-12-24 | target-i386: Cleanup 'foo=val' feature handling | Igor Mammedov |
2013-12-24 | target-i386: Cleanup 'foo' feature handling | Igor Mammedov |
2013-12-24 | target-i386: Convert 'check' and 'enforce' to static properties | Igor Mammedov |
2013-12-24 | target-i386: Convert 'hv_spinlocks' to static property | Igor Mammedov |
2013-12-24 | target-i386: Convert 'hv_vapic' to static property | Igor Mammedov |
2013-12-24 | target-i386: Convert 'hv_relaxed' to static property | Igor Mammedov |
2013-12-23 | target-i386: Move apic_state field from CPUX86State to X86CPU | Chen Fan |
2013-12-12 | target-i386: clear guest TSC on reset | Fernando Luis Vázquez Cao |
2013-12-12 | target-i386: Intel MPX | Liu Jinsong |
2013-12-05 | target-i386: fix cpuid leaf 0x0d | Liu Jinsong |