Re: [Qemu-devel] [PATCH 01/20] eepro100: Fix compiler errors from debug messages

2010-03-01 Thread Stefan Weil
Anthony Liguori schrieb: > On 02/14/2010 10:16 AM, Stefan Weil wrote: >> When debug output was enabled (by defining DEBUG_EEPRO100), >> some debug messages resulted in a compiler error. >> >> This is fixed here. >> >> Signed-off-by: Stefan Weil >> > > Michael, > > Can you take these through you

Re: [Qemu-devel] [PATCH 01/20] eepro100: Fix compiler errors from debug messages

2010-02-19 Thread Anthony Liguori
On 02/14/2010 10:16 AM, Stefan Weil wrote: When debug output was enabled (by defining DEBUG_EEPRO100), some debug messages resulted in a compiler error. This is fixed here. Signed-off-by: Stefan Weil Michael, Can you take these through your tree? Regards, Anthony Liguori --- hw/eep

[Qemu-devel] [PATCH 01/20] eepro100: Fix compiler errors from debug messages

2010-02-14 Thread Stefan Weil
When debug output was enabled (by defining DEBUG_EEPRO100), some debug messages resulted in a compiler error. This is fixed here. Signed-off-by: Stefan Weil --- hw/eepro100.c | 13 +++-- 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/hw/eepro100.c b/hw/eepro100.c index