Re: [Qemu-devel] [PATCH for 2.4 1/3] net/dp8393x: disable user creation

2015-07-26 Thread Aurelien Jarno
On 2015-07-24 20:42, Hervé Poussineau wrote: > Netcard needs an address space to write data to, which can't be specified on > command line. > This fixes a crash when user starts QEMU with "-device dp8393x" > > Signed-off-by: Hervé Poussineau > --- > hw/net/dp8393x.c | 2 ++ > 1 file changed, 2

[Qemu-devel] [PATCH for 2.4 1/3] net/dp8393x: disable user creation

2015-07-24 Thread Hervé Poussineau
Netcard needs an address space to write data to, which can't be specified on command line. This fixes a crash when user starts QEMU with "-device dp8393x" Signed-off-by: Hervé Poussineau --- hw/net/dp8393x.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hw/net/dp8393x.c b/hw/net/dp8393x