Re: [Qemu-devel] [PATCH] vhost: Add vhost_commit callback for SeaBIOS ROM region re-mapping

2013-04-03 Thread Paolo Bonzini
Il 03/04/2013 22:23, Nicholas A. Bellinger ha scritto: > > Just a heads up that PATCH-v2 for vhost-scsi-pci does not apply cleanly > against the latest qemu.git/master. Let me know if your OK with fixing > the fuzz, or would prefer a -v3 re-spin before for applying to SCSI > branch. I know, I'

Re: [Qemu-devel] [PATCH] vhost: Add vhost_commit callback for SeaBIOS ROM region re-mapping

2013-04-03 Thread Nicholas A. Bellinger
On Wed, 2013-04-03 at 12:34 +0200, Paolo Bonzini wrote: > Il 03/04/2013 12:34, Michael S. Tsirkin ha scritto: > > > Applied to the SCSI branch, thanks. > > > > Is the rest of vhost-scsi there now? > > No, but it will be shortly. :) > Hi Paolo, Just a heads up that PATCH-v2 for vhost-scsi-pci d

Re: [Qemu-devel] [PATCH] vhost: Add vhost_commit callback for SeaBIOS ROM region re-mapping

2013-04-03 Thread Michael S. Tsirkin
On Wed, Apr 03, 2013 at 12:06:14PM +0200, Paolo Bonzini wrote: > Il 03/04/2013 11:49, Michael S. Tsirkin ha scritto: > > On Wed, Apr 03, 2013 at 09:15:11AM +, Nicholas A. Bellinger wrote: > >> From: Nicholas Bellinger > >> > >> This patch follows MST's recommendation to move checks for > >> vh

Re: [Qemu-devel] [PATCH] vhost: Add vhost_commit callback for SeaBIOS ROM region re-mapping

2013-04-03 Thread Paolo Bonzini
Il 03/04/2013 12:34, Michael S. Tsirkin ha scritto: > > Applied to the SCSI branch, thanks. > > Is the rest of vhost-scsi there now? No, but it will be shortly. :) Paolo

Re: [Qemu-devel] [PATCH] vhost: Add vhost_commit callback for SeaBIOS ROM region re-mapping

2013-04-03 Thread Paolo Bonzini
Il 03/04/2013 11:49, Michael S. Tsirkin ha scritto: > On Wed, Apr 03, 2013 at 09:15:11AM +, Nicholas A. Bellinger wrote: >> From: Nicholas Bellinger >> >> This patch follows MST's recommendation to move checks for >> vhost_verify_ring_mappings() -> cpu_physical_memory_map() operations >> from

Re: [Qemu-devel] [PATCH] vhost: Add vhost_commit callback for SeaBIOS ROM region re-mapping

2013-04-03 Thread Michael S. Tsirkin
On Wed, Apr 03, 2013 at 09:15:11AM +, Nicholas A. Bellinger wrote: > From: Nicholas Bellinger > > This patch follows MST's recommendation to move checks for > vhost_verify_ring_mappings() -> cpu_physical_memory_map() operations > from MemoryListener->region_[add,del]() -> vhost_set_memory() i

[Qemu-devel] [PATCH] vhost: Add vhost_commit callback for SeaBIOS ROM region re-mapping

2013-04-03 Thread Nicholas A. Bellinger
From: Nicholas Bellinger This patch follows MST's recommendation to move checks for vhost_verify_ring_mappings() -> cpu_physical_memory_map() operations from MemoryListener->region_[add,del]() -> vhost_set_memory() into final MemoryListener->commit() -> vhost_commit() callback. It addresses the