Re: [Qemu-devel] [PATCH v3 10/14] hw/lan9118: Add basic 16-bit mode support.

2011-12-13 Thread Peter Maydell
On 12 December 2011 06:43, Evgeny Voevodin wrote: > > Signed-off-by: Evgeny Voevodin > --- >  hw/devices.h |    2 +- >  hw/lan9118.c |  115 > ++ >  2 files changed, 109 insertions(+), 8 deletions(-) > > diff --git a/hw/devices.h b/hw/device

[Qemu-devel] [PATCH v3 10/14] hw/lan9118: Add basic 16-bit mode support.

2011-12-11 Thread Evgeny Voevodin
Signed-off-by: Evgeny Voevodin --- hw/devices.h |2 +- hw/lan9118.c | 115 ++ 2 files changed, 109 insertions(+), 8 deletions(-) diff --git a/hw/devices.h b/hw/devices.h index 1a55c1e..24cae4c 100644 --- a/hw/devices.h +++ b/hw/device