Re: [Qemu-devel] [PATCH 09/15] eepro100: convert to new pci interface

2010-02-10 Thread Anthony Liguori
On 02/10/2010 12:32 AM, Stefan Weil wrote: See my inline comments. Anthony Liguori schrieb: - Removed some dead defines for TARGET_I386 so that we could build once Signed-off-by: Anthony Liguori --- hw/eepro100.c | 238 ++--- 1 fil

Re: [Qemu-devel] [PATCH 09/15] eepro100: convert to new pci interface

2010-02-09 Thread Stefan Weil
See my inline comments. Anthony Liguori schrieb: > - Removed some dead defines for TARGET_I386 so that we could build once > > Signed-off-by: Anthony Liguori > --- > hw/eepro100.c | 238 > ++--- > 1 files changed, 57 insertions(+), 181 dele

[Qemu-devel] [PATCH 09/15] eepro100: convert to new pci interface

2010-02-09 Thread Anthony Liguori
- Removed some dead defines for TARGET_I386 so that we could build once Signed-off-by: Anthony Liguori --- hw/eepro100.c | 238 ++--- 1 files changed, 57 insertions(+), 181 deletions(-) diff --git a/hw/eepro100.c b/hw/eepro100.c index b33dbb