aboutsummaryrefslogtreecommitdiffstats
path: root/kvm.h
AgeCommit message (Expand)AuthorFilesLines
2012-02-08kvm: Implement kvm_irqchip_in_kernel like kvm_enabledJan Kiszka1-3/+5
2012-01-19kvm: x86: Add user space part for in-kernel APICJan Kiszka1-0/+4
2012-01-19kvm: x86: Establish IRQ0 override controlJan Kiszka1-0/+2
2012-01-19kvm: Introduce core services for in-kernel irqchip supportJan Kiszka1-0/+8
2011-12-20kvm: switch kvm slots to use host virtual address instead of ram_addr_tAvi Kivity1-2/+2
2011-06-20kvm: x86: Pass KVMState to kvm_arch_get_supported_cpuidJan Kiszka1-1/+1
2011-03-16kvm: x86: Push kvm_arch_debug to kvm_arch_handle_exitJan Kiszka1-2/+0
2011-03-15kvm: Rename kvm_arch_process_irqchip_events to async_eventsJan Kiszka1-1/+1
2011-02-14kvm: Make kvm_state globally availableJan Kiszka1-0/+1
2011-02-14Introduce log_start/log_stop in CPUPhysMemoryClientAnthony PERARD1-3/+0
2011-02-14kvm: Drop return values from kvm_arch_pre/post_runJan Kiszka1-3/+2
2011-02-14kvm: Provide sigbus services arch-independentlyJan Kiszka1-2/+5
2011-01-23kvm: Consolidate must-have capability checksJan Kiszka1-0/+10
2011-01-23kvm: Drop smp_cpus argument from init functionsJan Kiszka1-2/+2
2011-01-10kvm: test for ioeventfd support on old kernelsStefan Hajnoczi1-0/+1
2010-10-20MCE: Relay UCR MCE to guestMarcelo Tosatti1-0/+3
2010-10-20Add RAM -> physical addr mapping in MCE simulationHuang Ying1-0/+6
2010-08-10Add function to assign ioeventfd to MMIO.Cam Macdonell1-0/+1
2010-06-28kvm: Enable XSAVE live migration supportSheng Yang1-0/+2
2010-06-28kvm: Extend kvm_arch_get_supported_cpuid() to support indexSheng Yang1-1/+1
2010-06-13Move stdbool.hPaul Brook1-1/+0
2010-05-11Do not stop VM if emulation failed in userspace.Gleb Natapov1-0/+2
2010-05-11kvm: enable smp > 1Marcelo Tosatti1-0/+2
2010-04-26KVM: x86: Add debug register saving and restoringJan Kiszka1-0/+1
2010-04-19provide a stub version of kvm-all.c if !CONFIG_KVMPaolo Bonzini1-10/+3
2010-04-09move around definitions in kvm.h that do not require CPUStatePaolo Bonzini1-4/+4
2010-04-01kvm: add API to set ioeventfdMichael S. Tsirkin1-1/+17
2010-03-29Allow various header files to be included from non-CPU codeBlue Swirl1-3/+4
2010-03-12Disable phsyical memory handling in userspace emulation.Paul Brook1-0/+2
2010-03-04KVM: Rework VCPU state writeback APIJan Kiszka1-1/+24
2010-03-04KVM: Rework of guest debug state writingJan Kiszka1-0/+1
2010-02-23Fix mingw32 buildBlue Swirl1-0/+2
2010-02-22kvm: consume internal signal with sigtimedwaitMarcelo Tosatti1-0/+1
2010-02-09kvm: move kvm to use memory notifiersMichael S. Tsirkin1-8/+0
2010-02-03kvm: Flush coalesced MMIO buffer periodlySheng Yang1-0/+1
2009-12-03kvm: x86: Add support for VCPU event statesJan Kiszka1-0/+1
2009-11-17kvm: Add arch reset handlerJan Kiszka1-0/+2
2009-11-12kvm: Move KVM mp_state accessors to i386-specific codeHollis Blanchard1-3/+0
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-9/+9
2009-10-01Get rid of _t suffixmalc1-9/+9
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl1-3/+3
2009-08-27kvm: Simplify cpu_synchronize_state()Avi Kivity1-5/+3
2009-07-22provide tests for pit in kernel and irqchip in kernelGlauber Costa1-0/+3
2009-06-29kvm: Rework VCPU synchronizationJan Kiszka1-1/+0
2009-05-22kvm: x86: Save/restore KVM-specific CPU statesJan Kiszka1-0/+3
2009-05-22kvm: Rework dirty bitmap synchronizationJan Kiszka1-2/+2
2009-05-22kvm: Introduce kvm_set_migration_logJan Kiszka1-0/+1
2009-05-08kvm: Add support for querying supported cpu featuresAvi Kivity1-0/+3
2009-05-08Introduce kvm_check_extension to check if KVM extensions are supportedAnthony Liguori1-0/+2
2009-05-01kvm: Avoid COW if KVM MMU is asynchronousJan Kiszka1-0/+2