Age | Commit message (Expand) | Author | Files | Lines |
2013-10-18 | Merge remote-tracking branch 'qemu-kvm/uq/master' into staging | Anthony Liguori | 2 | -17/+53 |
2013-10-18 | Merge remote-tracking branch 'bonzini/configure' into staging | Anthony Liguori | 1 | -1/+1 |
2013-10-16 | Makefile.target: CONFIG_NO_* variables removed | Ákos Kovács | 1 | -1/+1 |
2013-10-11 | Merge remote-tracking branch 'rth/tcg-pull' into staging | Anthony Liguori | 1 | -4/+0 |
2013-10-10 | Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging | Anthony Liguori | 1 | -5/+2 |
2013-10-10 | tcg: Move helper registration into tcg_context_init | Richard Henderson | 1 | -4/+0 |
2013-10-07 | cpu: Drop cpu_model_str from CPU_COMMON | Andreas Färber | 1 | -3/+0 |
2013-10-02 | target-i386: Fix compiler warning (integer constant is too large) | Stefan Weil | 1 | -1/+1 |
2013-10-02 | x86: cpuid: reconstruct leaf 0Dh data | Paolo Bonzini | 1 | -17/+48 |
2013-10-02 | x86: fix migration from pre-version 12 | Paolo Bonzini | 2 | -0/+5 |
2013-10-02 | target-i386: Set model=6 on qemu64 & qemu32 CPU models | Eduardo Habkost | 1 | -2/+2 |
2013-09-23 | Merge remote-tracking branch 'mjt/trivial-patches' into staging | Anthony Liguori | 1 | -1/+3 |
2013-09-23 | Merge remote-tracking branch 'qemu-kvm/uq/master' into staging | Anthony Liguori | 4 | -6/+26 |
2013-09-20 | target-i386: Fix segment cache dump | Tobias Markus | 1 | -1/+3 |
2013-09-20 | target-i386: add feature kvm_pv_unhalt | Andrew Jones | 1 | -1/+1 |
2013-09-20 | target-i386: forward CPUID cache leaves when -cpu host is used | Benoît Canet | 2 | -0/+22 |
2013-09-20 | fix steal time MSR vmsd callback to proper opaque type | Marcelo Tosatti | 1 | -3/+3 |
2013-09-20 | cpu: Move cpu state syncs up into cpu_dump_state() | James Hogan | 1 | -2/+0 |
2013-09-12 | target-i386: Only provide CMOV and friends if feature bit set | Peter Maydell | 1 | -0/+19 |
2013-09-12 | target-i386: fix disassembly with PAE=1, PG=0 | Paolo Bonzini | 1 | -18/+16 |
2013-09-03 | target-i386: Use #defines instead of magic numbers for CPUID cache info | Eduardo Habkost | 1 | -22/+162 |
2013-09-03 | cpu: Use QTAILQ for CPU list | Andreas Färber | 2 | -3/+2 |
2013-09-02 | tcg: Change tcg_gen_exit_tb argument to uintptr_t | Richard Henderson | 1 | -1/+1 |
2013-08-29 | Merge remote-tracking branch 'qemu-kvm/uq/master' into stable-1.5 | Anthony Liguori | 3 | -86/+300 |
2013-08-20 | kvm: i386: fix LAPIC TSC deadline timer save/restore | Marcelo Tosatti | 1 | -3/+26 |
2013-08-20 | kvm: x86: fix setting IA32_FEATURE_CONTROL with nested VMX disabled | Liu Jinsong | 1 | -2/+15 |
2013-08-20 | Convert stderr message calling error_get_pretty() to error_report() | Seiji Aguchi | 1 | -1/+1 |
2013-08-16 | target-i386: Move hyperv_* static globals to X86CPU | Igor Mammedov | 7 | -125/+46 |
2013-08-09 | kvm: migrate vPMU state | Paolo Bonzini | 3 | -5/+155 |
2013-08-09 | target-i386: remove tabs from target-i386/cpu.h | Paolo Bonzini | 1 | -96/+96 |
2013-08-08 | dump: rebase from host-private RAMBlock offsets to guest-physical addresses | Laszlo Ersek | 1 | -4/+6 |
2013-08-06 | target-i386: Fix X86CPU error handling | Andreas Färber | 1 | -1/+5 |
2013-07-29 | target-i386: Disable PMU CPUID leaf by default | Eduardo Habkost | 2 | -1/+17 |
2013-07-29 | target-i386: Pass X86CPU object to cpu_x86_find_by_name() | Eduardo Habkost | 1 | -2/+3 |
2013-07-29 | cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState" | Andreas Färber | 1 | -1/+3 |
2013-07-27 | cpu: Introduce CPUClass::gdb_{read,write}_register() | Andreas Färber | 4 | -9/+24 |
2013-07-27 | gdbstub: Replace GET_REG*() macros with gdb_get_reg*() functions | Andreas Färber | 1 | -21/+21 |
2013-07-26 | target-i386: Move cpu_gdb_{read,write}_register() | Andreas Färber | 1 | -0/+222 |
2013-07-26 | cpu: Introduce CPUState::gdb_num_regs and CPUClass::gdb_num_core_regs | Andreas Färber | 1 | -0/+1 |
2013-07-26 | kvm: Change prototype of kvm_update_guest_debug() | Stefan Weil | 1 | -1/+1 |
2013-07-25 | Initialize IA32_FEATURE_CONTROL MSR in reset and migration | Arthur Chunqi Li | 3 | -0/+28 |
2013-07-23 | Merge remote-tracking branch 'quintela/migration.next' into staging | Anthony Liguori | 1 | -0/+36 |
2013-07-23 | Fix real mode guest segments dpl value in savevm | Orit Wasserman | 1 | -0/+18 |
2013-07-23 | Fix real mode guest migration | Orit Wasserman | 1 | -0/+18 |
2013-07-23 | exec: Change cpu_memory_rw_debug() argument to CPUState | Andreas Färber | 2 | -11/+11 |
2013-07-23 | cpu: Turn cpu_get_phys_page_debug() into a CPUClass hook | Andreas Färber | 3 | -2/+7 |
2013-07-23 | cpu: Move singlestep_enabled field from CPU_COMMON to CPUState | Andreas Färber | 2 | -4/+7 |
2013-07-23 | cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb() | Andreas Färber | 2 | -5/+8 |
2013-07-23 | cpu: Introduce CPUClass::set_pc() for gdb_set_cpu_pc() | Andreas Färber | 1 | -0/+8 |
2013-07-10 | Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging | Anthony Liguori | 10 | -50/+50 |