Re: [PATCH] kvm: pass value to in_range callback

2009-06-25 Thread Michael S. Tsirkin
On Thu, Jun 25, 2009 at 10:49:51AM -0400, Gregory Haskins wrote: Michael S. Tsirkin wrote: For write transactions, pass the value written to in_range checks so that we can make each iosignalfd a separate device on kvm bus. Signed-off-by: Michael S. Tsirkin m...@redhat.com ---

Re: [PATCH] kvm: pass value to in_range callback

2009-06-25 Thread Michael S. Tsirkin
On Thu, Jun 25, 2009 at 03:25:12PM -0400, Gregory Haskins wrote: Michael S. Tsirkin wrote: On Thu, Jun 25, 2009 at 10:49:51AM -0400, Gregory Haskins wrote: Michael S. Tsirkin wrote: For write transactions, pass the value written to in_range checks so that we can make each

Re: [PATCH] kvm: pass value to in_range callback

2009-06-25 Thread Gregory Haskins
Michael S. Tsirkin wrote: On Thu, Jun 25, 2009 at 03:25:12PM -0400, Gregory Haskins wrote: Michael S. Tsirkin wrote: On Thu, Jun 25, 2009 at 10:49:51AM -0400, Gregory Haskins wrote: Michael S. Tsirkin wrote: For write transactions, pass the value written

[PATCH] kvm: pass value to in_range callback

2009-06-25 Thread Michael S. Tsirkin
For write transactions, pass the value written to in_range checks so that we can make each iosignalfd a separate device on kvm bus. Signed-off-by: Michael S. Tsirkin m...@redhat.com --- Reposting with a subject now. Sorry. Avi, can you please merge this patch in kvm.git so that Gregory can use