Re: [Qemu-devel] [PATCH] pcnet: Preserve link state across device reset

2012-01-26 Thread Stefan Hajnoczi
On Tue, Jan 24, 2012 at 01:47:56PM +0100, Jan Kiszka wrote: > A device reset does not affect the link state, only set_link does. > > Signed-off-by: Jan Kiszka > --- > hw/pcnet.c |3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) Thanks, applied to the trivial patches tree: https://g

Re: [Qemu-devel] [PATCH] pcnet: Preserve link state across device reset

2012-01-24 Thread Jan Kiszka
On 2012-01-24 13:47, Jan Kiszka wrote: > A device reset does not affect the link state, only set_link does. > > Signed-off-by: Jan Kiszka > --- > hw/pcnet.c |3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/hw/pcnet.c b/hw/pcnet.c > index 306dc6e..6aa48e0 100644 >

[Qemu-devel] [PATCH] pcnet: Preserve link state across device reset

2012-01-24 Thread Jan Kiszka
A device reset does not affect the link state, only set_link does. Signed-off-by: Jan Kiszka --- hw/pcnet.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/hw/pcnet.c b/hw/pcnet.c index 306dc6e..6aa48e0 100644 --- a/hw/pcnet.c +++ b/hw/pcnet.c @@ -688,7 +688,6 @@ stati