Re: [Qemu-devel] [PATCH 3/9] eepro100: Use PCI DMA stub functions

2011-10-13 Thread David Gibson
On Sun, Oct 02, 2011 at 01:45:28PM +0200, Michael S. Tsirkin wrote: > On Mon, Sep 05, 2011 at 02:34:58PM +1000, David Gibson wrote: > > From: Eduard - Gabriel Munteanu > > @@ -744,21 +713,22 @@ static void dump_statistics(EEPRO100State * s) > > * values which really matter. > > * Numbe

Re: [Qemu-devel] [PATCH 3/9] eepro100: Use PCI DMA stub functions

2011-10-02 Thread Michael S. Tsirkin
On Mon, Sep 05, 2011 at 02:34:58PM +1000, David Gibson wrote: > From: Eduard - Gabriel Munteanu > > This updates the eepro100 device emulation to use the explicit PCI DMA > functions, instead of directly calling physical memory access functions. > > Signed-off-by: Eduard - Gabriel Munteanu > Si

[Qemu-devel] [PATCH 3/9] eepro100: Use PCI DMA stub functions

2011-09-04 Thread David Gibson
From: Eduard - Gabriel Munteanu This updates the eepro100 device emulation to use the explicit PCI DMA functions, instead of directly calling physical memory access functions. Signed-off-by: Eduard - Gabriel Munteanu Signed-off-by: David Gibson --- hw/eepro100.c | 113 +--