Re: [RFC v3 30/56] rtl8139: convert to memory API

2011-07-12 Thread Avi Kivity
On 07/13/2011 01:41 AM, Alex Williamson wrote: > static int rtl8139_post_load(void *opaque, int version_id) > { > @@ -3283,7 +3242,7 @@ static void rtl8139_pre_save(void *opaque) > rtl8139_set_next_tctr_time(s, current_time); > s->TCTR = muldiv64(current_time - s->TCTR_base, PCI_

Re: [RFC v3 30/56] rtl8139: convert to memory API

2011-07-12 Thread Alex Williamson
On Tue, 2011-07-12 at 16:41 -0600, Alex Williamson wrote: > On Sun, 2011-07-10 at 21:14 +0300, Avi Kivity wrote: > > Signed-off-by: Avi Kivity > > --- > > hw/rtl8139.c | 172 > > +- > > 1 files changed, 51 insertions(+), 121 deletions(-) >

Re: [RFC v3 30/56] rtl8139: convert to memory API

2011-07-12 Thread Alex Williamson
On Sun, 2011-07-10 at 21:14 +0300, Avi Kivity wrote: > Signed-off-by: Avi Kivity > --- > hw/rtl8139.c | 172 > +- > 1 files changed, 51 insertions(+), 121 deletions(-) > > diff --git a/hw/rtl8139.c b/hw/rtl8139.c > index 5214b8c..fa661fc

[RFC v3 30/56] rtl8139: convert to memory API

2011-07-10 Thread Avi Kivity
Signed-off-by: Avi Kivity --- hw/rtl8139.c | 172 +- 1 files changed, 51 insertions(+), 121 deletions(-) diff --git a/hw/rtl8139.c b/hw/rtl8139.c index 5214b8c..fa661fc 100644 --- a/hw/rtl8139.c +++ b/hw/rtl8139.c @@ -474,7 +474,6 @@ typed