[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1194445269752-git-send-email-amit.shah@qumranet.com>
Date: Wed, 7 Nov 2007 16:21:01 +0200
From: Amit Shah <amit.shah@...ranet.com>
To: kvm-devel@...ts.sourceforge.net, linux-kernel@...r.kernel.org
Subject: RFC: Paravirtualized DMA accesses for KVM
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.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists