Age | Commit message (Expand) | Author |
2013-12-07 | Merge remote-tracking branch 'qemu-kvm/uq/master' into staging | Anthony Liguori |
2013-12-05 | target-i386: fix cpuid leaf 0x0d | Liu Jinsong |
2013-11-25 | Merge remote-tracking branch 'bonzini/tags/for-anthony' into staging | Anthony Liguori |
2013-11-21 | target-i386: yield to another VCPU on PAUSE | Paolo Bonzini |
2013-11-21 | target-i386: Fix build by providing stub kvm_arch_get_supported_cpuid() | Peter Maydell |
2013-11-21 | target-i386: Fix addr32 prefix in gen_lea_modrm | Richard Henderson |
2013-11-21 | target-i386: do not override nr_cores for -cpu host | Paolo Bonzini |
2013-11-21 | target-i386: yield to another VCPU on PAUSE | Paolo Bonzini |
2013-11-07 | kvm: Fix uninitialized cpuid_data | Stefan Weil |
2013-11-05 | KVM: x86: fix typo in KVM_GET_XCRS | Paolo Bonzini |
2013-10-18 | Merge remote-tracking branch 'qemu-kvm/uq/master' into staging | Anthony Liguori |
2013-10-18 | Merge remote-tracking branch 'bonzini/configure' into staging | Anthony Liguori |
2013-10-16 | Makefile.target: CONFIG_NO_* variables removed | Ákos Kovács |
2013-10-11 | Merge remote-tracking branch 'rth/tcg-pull' into staging | Anthony Liguori |
2013-10-10 | Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging | Anthony Liguori |
2013-10-10 | tcg: Move helper registration into tcg_context_init | Richard Henderson |
2013-10-07 | cpu: Drop cpu_model_str from CPU_COMMON | Andreas Färber |
2013-10-02 | target-i386: Fix compiler warning (integer constant is too large) | Stefan Weil |
2013-10-02 | x86: cpuid: reconstruct leaf 0Dh data | Paolo Bonzini |
2013-10-02 | x86: fix migration from pre-version 12 | Paolo Bonzini |
2013-10-02 | target-i386: Set model=6 on qemu64 & qemu32 CPU models | Eduardo Habkost |
2013-09-23 | Merge remote-tracking branch 'mjt/trivial-patches' into staging | Anthony Liguori |
2013-09-23 | Merge remote-tracking branch 'qemu-kvm/uq/master' into staging | Anthony Liguori |
2013-09-20 | target-i386: Fix segment cache dump | Tobias Markus |
2013-09-20 | target-i386: add feature kvm_pv_unhalt | Andrew Jones |
2013-09-20 | target-i386: forward CPUID cache leaves when -cpu host is used | Benoît Canet |
2013-09-20 | fix steal time MSR vmsd callback to proper opaque type | Marcelo Tosatti |
2013-09-20 | cpu: Move cpu state syncs up into cpu_dump_state() | James Hogan |
2013-09-12 | target-i386: Only provide CMOV and friends if feature bit set | Peter Maydell |
2013-09-12 | target-i386: fix disassembly with PAE=1, PG=0 | Paolo Bonzini |
2013-09-03 | target-i386: Use #defines instead of magic numbers for CPUID cache info | Eduardo Habkost |
2013-09-03 | cpu: Use QTAILQ for CPU list | Andreas Färber |
2013-09-02 | tcg: Change tcg_gen_exit_tb argument to uintptr_t | Richard Henderson |
2013-08-29 | Merge remote-tracking branch 'qemu-kvm/uq/master' into stable-1.5 | Anthony Liguori |
2013-08-20 | kvm: i386: fix LAPIC TSC deadline timer save/restore | Marcelo Tosatti |
2013-08-20 | kvm: x86: fix setting IA32_FEATURE_CONTROL with nested VMX disabled | Liu Jinsong |
2013-08-20 | Convert stderr message calling error_get_pretty() to error_report() | Seiji Aguchi |
2013-08-16 | target-i386: Move hyperv_* static globals to X86CPU | Igor Mammedov |
2013-08-09 | kvm: migrate vPMU state | Paolo Bonzini |
2013-08-09 | target-i386: remove tabs from target-i386/cpu.h | Paolo Bonzini |
2013-08-08 | dump: rebase from host-private RAMBlock offsets to guest-physical addresses | Laszlo Ersek |
2013-08-06 | target-i386: Fix X86CPU error handling | Andreas Färber |
2013-07-29 | target-i386: Disable PMU CPUID leaf by default | Eduardo Habkost |
2013-07-29 | target-i386: Pass X86CPU object to cpu_x86_find_by_name() | Eduardo Habkost |
2013-07-29 | cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState" | Andreas Färber |
2013-07-27 | cpu: Introduce CPUClass::gdb_{read,write}_register() | Andreas Färber |
2013-07-27 | gdbstub: Replace GET_REG*() macros with gdb_get_reg*() functions | Andreas Färber |
2013-07-26 | target-i386: Move cpu_gdb_{read,write}_register() | Andreas Färber |
2013-07-26 | cpu: Introduce CPUState::gdb_num_regs and CPUClass::gdb_num_core_regs | Andreas Färber |
2013-07-26 | kvm: Change prototype of kvm_update_guest_debug() | Stefan Weil |