Re: [Qemu-devel] [PATCH] virtio-serial-bus: replay guest_open on migration

2011-07-27 Thread Alon Levy
On Wed, Jul 27, 2011 at 10:01:57AM -0500, Anthony Liguori wrote: > On 07/27/2011 09:49 AM, Alon Levy wrote: > >On Wed, Jul 27, 2011 at 09:16:33AM -0500, Anthony Liguori wrote: > >>On 07/27/2011 02:07 AM, Alon Levy wrote: > >>>On Wed, Jul 27, 2011 at 07:45:25AM +0200, Markus Armbruster wrote: >

Re: [Qemu-devel] [PATCH] virtio-serial-bus: replay guest_open on migration

2011-07-27 Thread Anthony Liguori
On 07/27/2011 09:49 AM, Alon Levy wrote: On Wed, Jul 27, 2011 at 09:16:33AM -0500, Anthony Liguori wrote: On 07/27/2011 02:07 AM, Alon Levy wrote: On Wed, Jul 27, 2011 at 07:45:25AM +0200, Markus Armbruster wrote: Alon Levy writes: Signed-off-by: Alon Levy --- hw/virtio-serial-bus.c |

Re: [Qemu-devel] [PATCH] virtio-serial-bus: replay guest_open on migration

2011-07-27 Thread Alon Levy
On Wed, Jul 27, 2011 at 09:16:33AM -0500, Anthony Liguori wrote: > On 07/27/2011 02:07 AM, Alon Levy wrote: > >On Wed, Jul 27, 2011 at 07:45:25AM +0200, Markus Armbruster wrote: > >>Alon Levy writes: > >> > >>>Signed-off-by: Alon Levy > >>>--- > >>> hw/virtio-serial-bus.c |8 +++- > >>> 1

Re: [Qemu-devel] [PATCH] virtio-serial-bus: replay guest_open on migration

2011-07-27 Thread Anthony Liguori
On 07/27/2011 02:07 AM, Alon Levy wrote: On Wed, Jul 27, 2011 at 07:45:25AM +0200, Markus Armbruster wrote: Alon Levy writes: Signed-off-by: Alon Levy --- hw/virtio-serial-bus.c |8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/hw/virtio-serial-bus.c b/hw/virt

Re: [Qemu-devel] [PATCH] virtio-serial-bus: replay guest_open on migration

2011-07-27 Thread Markus Armbruster
Alon Levy writes: > On Wed, Jul 27, 2011 at 05:35:28PM +0530, Amit Shah wrote: >> On (Wed) 27 Jul 2011 [14:09:45], Alon Levy wrote: >> >> > > Also, we'll be lying that a guest opened, since a guest was opened >> > > much earlier, before migration. Nothing has changed as far as the >> > > guest

Re: [Qemu-devel] [PATCH] virtio-serial-bus: replay guest_open on migration

2011-07-27 Thread Alon Levy
On Wed, Jul 27, 2011 at 05:35:28PM +0530, Amit Shah wrote: > On (Wed) 27 Jul 2011 [14:09:45], Alon Levy wrote: > > > > Also, we'll be lying that a guest opened, since a guest was opened > > > much earlier, before migration. Nothing has changed as far as the > > > guest is concerned, this is just

Re: [Qemu-devel] [PATCH] virtio-serial-bus: replay guest_open on migration

2011-07-27 Thread Amit Shah
On (Wed) 27 Jul 2011 [14:09:45], Alon Levy wrote: > > Also, we'll be lying that a guest opened, since a guest was opened > > much earlier, before migration. Nothing has changed as far as the > > guest is concerned, this is just some host-side tracking that has to > > be done post-migrate, which b

Re: [Qemu-devel] [PATCH] virtio-serial-bus: replay guest_open on migration

2011-07-27 Thread Alon Levy
On Wed, Jul 27, 2011 at 03:50:11PM +0530, Amit Shah wrote: > On (Wed) 27 Jul 2011 [10:07:56], Alon Levy wrote: > > On Wed, Jul 27, 2011 at 07:45:25AM +0200, Markus Armbruster wrote: > > > Alon Levy writes: > > > > > > > Signed-off-by: Alon Levy > > > > --- > > > > hw/virtio-serial-bus.c |8

Re: [Qemu-devel] [PATCH] virtio-serial-bus: replay guest_open on migration

2011-07-27 Thread Amit Shah
On (Wed) 27 Jul 2011 [10:07:56], Alon Levy wrote: > On Wed, Jul 27, 2011 at 07:45:25AM +0200, Markus Armbruster wrote: > > Alon Levy writes: > > > > > Signed-off-by: Alon Levy > > > --- > > > hw/virtio-serial-bus.c |8 +++- > > > 1 files changed, 7 insertions(+), 1 deletions(-) > > > >

Re: [Qemu-devel] [PATCH] virtio-serial-bus: replay guest_open on migration

2011-07-27 Thread Markus Armbruster
Alon Levy writes: > On Wed, Jul 27, 2011 at 07:45:25AM +0200, Markus Armbruster wrote: >> Alon Levy writes: >> >> > Signed-off-by: Alon Levy >> > --- >> > hw/virtio-serial-bus.c |8 +++- >> > 1 files changed, 7 insertions(+), 1 deletions(-) >> > >> > diff --git a/hw/virtio-serial-bus.

Re: [Qemu-devel] [PATCH] virtio-serial-bus: replay guest_open on migration

2011-07-27 Thread Alon Levy
On Wed, Jul 27, 2011 at 07:45:25AM +0200, Markus Armbruster wrote: > Alon Levy writes: > > > Signed-off-by: Alon Levy > > --- > > hw/virtio-serial-bus.c |8 +++- > > 1 files changed, 7 insertions(+), 1 deletions(-) > > > > diff --git a/hw/virtio-serial-bus.c b/hw/virtio-serial-bus.c > >

Re: [Qemu-devel] [PATCH] virtio-serial-bus: replay guest_open on migration

2011-07-26 Thread Markus Armbruster
Alon Levy writes: > Signed-off-by: Alon Levy > --- > hw/virtio-serial-bus.c |8 +++- > 1 files changed, 7 insertions(+), 1 deletions(-) > > diff --git a/hw/virtio-serial-bus.c b/hw/virtio-serial-bus.c > index c5eb931..7a652ff 100644 > --- a/hw/virtio-serial-bus.c > +++ b/hw/virtio-seria

[Qemu-devel] [PATCH] virtio-serial-bus: replay guest_open on migration

2011-07-26 Thread Alon Levy
Signed-off-by: Alon Levy --- hw/virtio-serial-bus.c |8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/hw/virtio-serial-bus.c b/hw/virtio-serial-bus.c index c5eb931..7a652ff 100644 --- a/hw/virtio-serial-bus.c +++ b/hw/virtio-serial-bus.c @@ -618,14 +618,20 @@ static