rtl8139: Use PCI DMA stub functions
authorEduard - Gabriel Munteanu <eduard.munteanu@linux360.ro>
Mon, 31 Oct 2011 06:06:48 +0000 (17:06 +1100)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 1 Nov 2011 21:52:06 +0000 (16:52 -0500)
commit370851830e2a9820c8f82fbb1c8ed1ab6ed1025c
treec46f8686a5506d4ecc7fd638386d62a47eede611
parent9d23c27c2032b5babbd08b74e51e07e8ecafa7a2
rtl8139: Use PCI DMA stub functions

This updates the rtl8139 device emulation to use the explicit PCI DMA
functions, instead of directly calling physical memory access functions.

Signed-off-by: Eduard - Gabriel Munteanu <eduard.munteanu@linux360.ro>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/rtl8139.c