Re: [Qemu-devel] [PATCH v8 6/8] hw/lan9118: Add basic 16-bit mode support.

2012-01-19 Thread Peter Maydell
On 19 January 2012 08:31, Evgeny Voevodin wrote: > > Signed-off-by: Evgeny Voevodin > Reviewed-by: Peter Maydell NB that this will need updating to add the save/load support for the new fields when my current arm-devs pullreq lands (due to patch http://patchwork.ozlabs.org/patch/136608/) -- PM

[Qemu-devel] [PATCH v8 6/8] hw/lan9118: Add basic 16-bit mode support.

2012-01-19 Thread Evgeny Voevodin
Signed-off-by: Evgeny Voevodin Reviewed-by: Peter Maydell --- hw/lan9118.c | 115 +++--- 1 files changed, 110 insertions(+), 5 deletions(-) diff --git a/hw/lan9118.c b/hw/lan9118.c index 8b83fe2..5e5e644 100644 --- a/hw/lan9118.c +++ b/hw/la