Re: [PATCH 3/6] KVM: Handle device assignment to guests

2008-07-22 Thread Ben-Ami Yassour
Sheng, Thanks for the comments, I sent an updated version of the patches. Please see reply below. Thanks, Ben On Thu, 2008-07-17 at 10:00 +0800, Yang, Sheng wrote: Some comments below. :) On Wednesday 16 July 2008 23:56:50 Ben-Ami Yassour wrote: + __func__); +

[PATCH 3/6] KVM: Handle device assignment to guests

2008-07-16 Thread Ben-Ami Yassour
From: Amit Shah [EMAIL PROTECTED] This patch adds support for handling PCI devices that are assigned to the guest (PCI passthrough). The device to be assigned to the guest is registered in the host kernel and interrupt delivery is handled. If a device is already assigned, or the device driver

[PATCH 3/6] KVM: Handle device assignment to guests

2008-07-16 Thread Ben-Ami Yassour
From: Amit Shah [EMAIL PROTECTED] This patch adds support for handling PCI devices that are assigned to the guest (PCI passthrough). The device to be assigned to the guest is registered in the host kernel and interrupt delivery is handled. If a device is already assigned, or the device driver

Re: [PATCH 3/6] KVM: Handle device assignment to guests

2008-07-16 Thread Ben-Ami Yassour
Please ignore this repeated patch -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 3/6] KVM: Handle device assignment to guests

2008-07-16 Thread Yang, Sheng
Some comments below. :) On Wednesday 16 July 2008 23:56:50 Ben-Ami Yassour wrote: From: Amit Shah [EMAIL PROTECTED] This patch adds support for handling PCI devices that are assigned to the guest (PCI passthrough). The device to be assigned to the guest is registered in the host kernel and