public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* RFC: Paravirtualized DMA accesses for KVM
@ 2007-11-07 14:21 Amit Shah
       [not found] ` <d1c72ce6e3a0e73c18993c3f066d1350b147f726.1194445109.git.amit.shah@qumranet.com>
  0 siblings, 1 reply; 21+ messages in thread
From: Amit Shah @ 2007-11-07 14:21 UTC (permalink / raw)
  To: kvm-devel, linux-kernel


This patchset is work in progress and is sent out for comments.

Guests within KVM can have paravirtualized DMA access. I've tested
the e1000 driver, and that works fine. A few problems/conditions to
get things to work:

- The pv driver should only be used as a module. If built into the
  kernel, It freezes during the HD bringup
- Locks aren't taken on the host; multiple guests with passthrough
  won't work
- Only 64 bit host and 64 bit guests are supported

And there are several FIXMEs mentioned in the code, but none
as grave as the ones already mentioned above.

The bulk of the passthrough work is done in userspace (qemu). Patches
will be sent shortly to the kvm-devel and qemu lists.

^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2007-11-12 17:14 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-07 14:21 RFC: Paravirtualized DMA accesses for KVM Amit Shah
     [not found] ` <d1c72ce6e3a0e73c18993c3f066d1350b147f726.1194445109.git.amit.shah@qumranet.com>
2007-11-07 14:21   ` [PATCH 1/8] KVM: PVDMA Host: Handle reqeusts for guest DMA mappings Amit Shah
     [not found]   ` <6d486436cf50e269d8914229d10ff60f3d646795.1194445109.git.amit.shah@qumranet.com>
2007-11-07 14:21     ` [PATCH 2/8] KVM: Move #include asm/kvm_para.h outside of __KERNEL__ Amit Shah
     [not found]   ` <609d5d611a5fb58ab5a7184be7b6d29494023ba0.1194445109.git.amit.shah@qumranet.com>
2007-11-07 14:21     ` [PATCH 3/8] KVM: PVDMA Guest: Guest-side routines for paravirtualized DMA Amit Shah
2007-11-12 10:50     ` [kvm-devel] " Muli Ben-Yehuda
2007-11-12 11:56       ` Amit Shah
2007-11-12 13:32         ` Muli Ben-Yehuda
2007-11-12 13:55           ` Amit Shah
2007-11-12 14:01             ` Muli Ben-Yehuda
2007-11-12 14:53       ` Gerd Hoffmann
2007-11-12 16:00       ` Joerg Roedel
     [not found]   ` <218cf425feff1d4daf23d3f25df1eb224108a1a3.1194445109.git.amit.shah@qumranet.com>
2007-11-07 14:21     ` [PATCH 4/8] KVM: PVDMA: Introduce is_pv_device() dma operation Amit Shah
2007-11-12 10:52     ` [kvm-devel] " Muli Ben-Yehuda
     [not found]   ` <e2f5f0c08d08cf66a39c8b452410078617e611f7.1194445109.git.amit.shah@qumranet.com>
2007-11-07 14:21     ` [PATCH 5/8] KVM: PVDMA: Update dma_alloc_coherent to make it paravirt-aware Amit Shah
2007-11-12 10:56     ` [kvm-devel] " Muli Ben-Yehuda
2007-11-12 11:59       ` Amit Shah
     [not found]   ` <6bbd61409e4779febab1eaf03796455b22e8ea70.1194445109.git.amit.shah@qumranet.com>
2007-11-07 14:21     ` [PATCH 6/8] KVM: PVDMA Guest: Add Makefile rule Amit Shah
     [not found]   ` <01dd7657bda537d738ea92330606592fa8aaf3c5.1194445109.git.amit.shah@qumranet.com>
2007-11-07 14:21     ` [PATCH 7/8] PVDMA: Guest: Add Kconfig options to select PVDMA Amit Shah
     [not found]   ` <fbc5dea9bfdb021ab2d3808583314901799405a0.1194445109.git.amit.shah@qumranet.com>
2007-11-07 14:21     ` [PATCH 8/8] KVM: Update drivers/Makefile to check for CONFIG_VIRTUALIZATION Amit Shah
2007-11-12 15:55   ` [kvm-devel] [PATCH 1/8] KVM: PVDMA Host: Handle reqeusts for guest DMA mappings Joerg Roedel
2007-11-12 17:07     ` Amit Shah

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox