summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '3c547d7bb7889182d5bcecbb3edea4c71774c6a3' into stable-0.12-mergeAvi Kivity2009-12-201-2/+3
|\
| * target-i386: Fix evaluation of DR7 registerJan Kiszka2009-12-191-2/+2
| * kvm: x86: Use separate exception_injected CPUState fieldJan Kiszka2009-12-191-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
|/
* cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signalNathan Froyd2009-08-241-0/+1
* Unbreak large mem support by removing kqemuAnthony Liguori2009-08-241-14/+0
* rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela2009-07-271-1/+1
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* gdbstub: x86: Support for setting segment registersJan Kiszka2009-07-161-0/+4
* Make sure to mark MCE defines as ULLAnthony Liguori2009-07-101-4/+4
* QEMU: MCE: Add MCE simulation to qemu/tcgHuang Ying2009-07-091-1/+23
* preserve the hypervisor bit while KVM trims the CPUID bitsAndre Przywara2009-06-291-0/+1
* Handle init/sipi in a main cpu exec loop. (v2)Gleb Natapov2009-06-221-0/+4
* allow CPUID vendor overrideAndre Przywara2009-06-161-0/+1
* x86: Add support for resume flagJan Kiszka2009-05-221-3/+6
* kvm: x86: Save/restore KVM-specific CPU statesJan Kiszka2009-05-221-1/+2
* kqemu: merge CONFIG_KQEMU and USE_KQEMUblueswir12009-04-191-2/+2
* x86: Enhanced dump of segment registers (Jan Kiszka)aliguori2009-04-181-1/+2
* The _exit syscall is used for both thread termination in NPTL applications,pbrook2009-03-071-1/+2
* KVM: CPUID takes ecx as input value for some functions (Amit Shah)aliguori2009-02-091-1/+1
* MTRR support on x86, part 2 (Carl-Daniel Hailfinger)aliguori2009-01-291-0/+5
* MTRR support on x86 (Carl-Daniel Hailfinger)aliguori2009-01-261-1/+26
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-1/+1
* x86 cleanupblueswir12008-12-131-28/+38
* x86: Debug register emulation (Jan Kiszka)aliguori2008-11-181-1/+35