aboutsummaryrefslogtreecommitdiffstats
path: root/virt/kvm/assigned-dev.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: Use pci_store/load_saved_state() around VM device usageAlex Williamson2011-05-211-4/+14
* KVM: Clean up kvm_vm_ioctl_assigned_deviceJan Kiszka2011-01-121-5/+4
* KVM: Save/restore state of assigned PCI deviceJan Kiszka2011-01-121-1/+4
* KVM: Refactor IRQ names of assigned devicesJan Kiszka2011-01-121-5/+6
* KVM: Switch assigned device IRQ forwarding to threaded handlerJan Kiszka2011-01-121-73/+34
* KVM: Clear assigned guest IRQ on releaseJan Kiszka2011-01-121-0/+3
* KVM: Fix unused but set warningsAndi Kleen2010-08-011-2/+0
* KVM: Update Red Hat copyrightsAvi Kivity2010-08-011-1/+1
* KVM: remove CAP_SYS_RAWIO requirement from kvm_vm_ioctl_assign_irqAlex Williamson2010-08-011-3/+0
* KVM: fix assigned_device_enable_host_msix error handlingjing zhang2010-05-171-2/+6
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* KVM: enable PCI multiple-segments for pass-through deviceZhai, Edwin2010-03-011-1/+3
* KVM: introduce kvm->srcu and convert kvm_set_memory_region to SRCU updateMarcelo Tosatti2010-03-011-4/+4
* KVM: Fix possible circular locking in kvm_vm_ioctl_assign_device()Sheng Yang2009-12-271-3/+3
* KVM: Move assigned device code to own fileAvi Kivity2009-12-031-0/+818