aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'a88790a14f60ac966a2103a958c3febf5a42836b' into upstream-mergeMarcelo Tosatti2010-07-041-7/+0
|\
| * remove exec-all.h inclusion from cpu.hPaolo Bonzini2010-07-031-2/+0
| * move cpu_pc_from_tb to target-*/exec.hPaolo Bonzini2010-07-031-5/+0
| * kvm: Enable XSAVE live migration supportSheng Yang2010-06-281-1/+6
* | Merge commit '92a16d7a9a904d5dd55d012b89ad798f0e4cd0bd' into upstream-mergeAvi Kivity2010-06-211-1/+1
|\|
| * apic: qdev conversion cleanupBlue Swirl2010-06-191-1/+1
* | Merge commit '0e26b7b892e1369d66da63b748acbfb6b3819a59' into upstream-mergeAvi Kivity2010-06-211-0/+12
|\|
| * apic: avoid using CPUState internalsBlue Swirl2010-06-191-11/+16
* | Merge commit '4a942ceac7e38c259116960e45ba9619611d1df9' into upstream-mergeAvi Kivity2010-06-211-10/+4
|\|
| * apic: avoid passing CPUState from CPU codeBlue Swirl2010-06-191-6/+7
* | qemu: kvm: Enable XSAVE live migration supportSheng Yang2010-06-141-0/+5
* | Merge commit '1afdfddc41fe1b0a79b3a713d3e2393a165cb1bb' into upstream-mergeMarcelo Tosatti2010-04-051-0/+1
|\|
* | Merge commit 'c6dc6f63bf7ee418c0a430a8b3386817ede69940' into upstream-mergeMarcelo Tosatti2010-03-151-3/+6
|\|
| * x86/cpuid: move CPUID functions into separate fileAndre Przywara2010-03-131-3/+6
* | Merge commit '5cd2c5b6ad75c46d40118ac67c0c09d4e7930a65' into upstream-mergeMarcelo Tosatti2010-03-151-0/+11
|\|
| * Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.Richard Henderson2010-03-121-0/+11
* | kvm-tpr-opt: rename env->update_vapicMarcelo Tosatti2010-03-091-1/+1
* | Merge commit 'b5ec5ce0e39d6e7ea707d5604a5f6d567dfd2f48' into upstream-mergeMarcelo Tosatti2010-02-241-3/+6
|\|
| * Add cpu model configuration support..john cooper2010-02-221-3/+6
* | Merge commit 'bb0300dc57c10b3721451b0ff566a03f9276cc77' into upstream-mergeMarcelo Tosatti2010-01-211-1/+2
|\|
| * Add KVM paravirt cpuid leafGleb Natapov2010-01-131-1/+2
* | Merge commit 'f0138a63a41fe26bcef61d031ae53d872d12a992' into upstream-mergeAvi Kivity2009-12-201-2/+3
|\|
| * target-i386: Fix evaluation of DR7 registerJan Kiszka2009-12-181-2/+2
| * kvm: x86: Use separate exception_injected CPUState fieldJan Kiszka2009-12-181-0/+1
| * v2: properly save kvm system time msr registersGlauber Costa2009-12-121-0/+2
* | tpr patching: defer post-migration load to vcpu contextAvi Kivity2009-12-101-0/+2
* | Merge commit 'a0fb002c6462d21ceb9eac8c5772e469ec189374' into upstream-mergeAvi Kivity2009-12-071-0/+5
|\|
| * kvm: x86: Add support for VCPU event statesJan Kiszka2009-12-031-0/+5
* | Merge commit '0e607a80d323ba9f46dee71cd07380c4eb5c2b0a' into upstream-mergeAvi Kivity2009-11-221-2/+1
|\|
| * kvm: x86: Refactor use of interrupt_bitmapJan Kiszka2009-11-171-2/+1
* | properly save kvm system time msr registersGlauber Costa2009-10-191-1/+3
* | Merge commit '45a50b1668822c23afc2a89f724654e176518bc4'Mark McLoughlin2009-10-081-4/+6
|\|
| * target-i386: move recently added vmstate fields at the end of the structureAurelien Jarno2009-10-051-4/+6
| * gdbstub: x86: Switch 64/32 bit registers dynamicallyJan Kiszka2009-10-051-2/+5
* | Merge commit 'c1a54d573bae6c597eaa3c9ca6135930c5cd5215' into upstream-mergeAvi Kivity2009-10-051-4/+6
|\|
| * x86: split MTRRVar unionJuan Quintela2009-10-051-4/+6
* | Merge commit 'acc68836793228a1eaf173a41793259637797b69' into upstream-mergeAvi Kivity2009-10-051-8/+10
|\|
| * x86: split FPReg unionJuan Quintela2009-10-051-8/+10
* | Merge commit 'e5cc6429dee00f3170bb6a18600d6d29b854b7d9' into upstream-mergeAvi Kivity2009-10-051-4/+8
|\|
| * x86: mce_banks always have the same sizeJuan Quintela2009-10-051-1/+1
| * x86: add fpregs_format_vmstateJuan Quintela2009-10-051-0/+1
| * x86: add pending_irq_vmstate to the stateJuan Quintela2009-10-051-0/+1
| * x86: add fptag_vmstate to the stateJuan Quintela2009-10-051-0/+1
| * x86: fpus is uint16_t not unsigned intJuan Quintela2009-10-051-1/+2
| * x86: fpuc is uint16_t not unsigned intJuan Quintela2009-10-051-1/+1
| * x86: make a20_mask int32_tJuan Quintela2009-10-051-1/+1
* | Merge commit '50af324697cb91d3e7a820e2b94ee0237c0103e2' into upstream-mergeAvi Kivity2009-10-051-1/+4
|\|
| * target-i386: add RDTSCP supportAndre Przywara2009-10-041-1/+4
* | MCE: Relay UCR MCE to guestHuang Ying2009-09-211-2/+18
* | gdbstub: x86: Switch 64/32 bit registers dynamicallyJan Kiszka2009-09-181-2/+5
|/