Re: [Qemu-devel] [PATCH] serial: Update parameters after load

2010-09-15 Thread Michal Novotny
On 09/15/2010 04:45 PM, Edgar E. Iglesias wrote: On Wed, Sep 15, 2010 at 04:39:20PM +0200, Michal Novotny wrote: On 09/15/2010 03:53 PM, Edgar E. Iglesias wrote: On Mon, Sep 13, 2010 at 03:47:12PM +0200, Michal Novotny wrote: Hi, this is the patch to update serial port para

Re: [Qemu-devel] [PATCH] serial: Update parameters after load

2010-09-15 Thread Edgar E. Iglesias
On Wed, Sep 15, 2010 at 04:39:20PM +0200, Michal Novotny wrote: > On 09/15/2010 03:53 PM, Edgar E. Iglesias wrote: > > On Mon, Sep 13, 2010 at 03:47:12PM +0200, Michal Novotny wrote: > > > >> Hi, > >> > >> this is the patch to update serial port parameters after guest is > >> already loaded. >

Re: [Qemu-devel] [PATCH] serial: Update parameters after load

2010-09-15 Thread Michal Novotny
On 09/15/2010 03:53 PM, Edgar E. Iglesias wrote: On Mon, Sep 13, 2010 at 03:47:12PM +0200, Michal Novotny wrote: Hi, this is the patch to update serial port parameters after guest is already loaded. Hi This patch didn't apply: % git am -s ~/.maildir/minovotn/ Applying: serial: Upda

Re: [Qemu-devel] [PATCH] serial: Update parameters after load

2010-09-15 Thread Edgar E. Iglesias
On Mon, Sep 13, 2010 at 03:47:12PM +0200, Michal Novotny wrote: > Hi, > > this is the patch to update serial port parameters after guest is > already loaded. Hi This patch didn't apply: % git am -s ~/.maildir/minovotn/ Applying: serial: Update parameters after load error: patch failed: hw/seria

[Qemu-devel] [PATCH] serial: Update parameters after load

2010-09-13 Thread Michal Novotny
Hi, this is the patch to update serial port parameters after guest is already loaded. Signed-off-by: Michal Novotny --- hw/serial.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/hw/serial.c b/hw/serial.c index 49431b2..bf74876 100644 --- a/hw/serial.c +++ b/hw/serial.