summaryrefslogtreecommitdiff
path: root/qemu-kvm-ia64.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-01qemu-kvm: Clean up mpstate synchronizationJan Kiszka1-1/+3
2010-03-01qemu-kvm: Rework VCPU state writeback APIJan Kiszka1-1/+1
2009-10-13remove unneded opaque.Glauber Costa1-1/+1
2009-09-18Remove unused function.Gleb Natapov1-4/+0
2009-08-04Remove useless wrappers around functionsGlauber Costa1-1/+1
2009-07-14fold libkvm-all into standard qemu headerGlauber Costa1-1/+0
2009-06-28Move x86 specific code from qemu-kvm.c to qemu-kvm-x86.cGleb Natapov1-0/+4
2009-06-15Drop unncessary setting of env->exception_indexGleb Natapov1-2/+0
2009-06-15Rename kvm_(load|save)_mpstate to kvm_arch_(load|save)_mpstateGleb Natapov1-2/+2
2009-06-04Do not use cpu_index in interface between libkvm and qemuGleb Natapov1-4/+4
2009-05-21Copy libkvm into the qemu directory structureAvi Kivity1-1/+1
2009-03-08Fix warnings in ia64Zhang, Yang1-1/+1
2008-12-17Switch to new guest debug interfaceJan Kiszka1-0/+37
2008-12-14Switch to KVM_CAP_USER_NMIJan Kiszka1-4/+0
2008-12-02Fix non-x86 NMI hooksJan Kiszka1-2/+1
2008-11-18kvm: libkvm: pass opague cpu state through libkvm instead of int vcpuJes Sorensen1-2/+2
2008-11-10Use new interface kvm_init_vcpu for vcpu's initilization.Xiantao Zhang1-0/+6
2008-10-05Fix build breakage on ia64Jes Sorensen1-0/+5
2008-09-27Reindent ia64 code to match qemu code styleJes Sorensen1-4/+3
2008-09-01Add get/set_mpstate for ia64Xiantao Zhang1-0/+37
2008-05-18Fix guest resettingJan Kiszka1-0/+4
2008-01-30Clean up KVM/QEMU interactionAnthony Liguori1-6/+0
2008-01-30Cleanup extern declerations for now removed vcpu_envJerone Young1-2/+0
2007-12-22Fix ia64 build on latest sourceZhang Xiantao1-1/+1
2007-12-11Add qemu-kvm-ia64 supportZhang Xiantao1-0/+71