qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] 0.8.2 and win64


From: Johannes Schindelin
Subject: Re: [Qemu-devel] 0.8.2 and win64
Date: Wed, 26 Jul 2006 12:36:35 +0200 (CEST)

Hi,

On Wed, 26 Jul 2006, ZIGLIO, Frediano, VF-IT wrote:

> Just to make it happy I wrote this patch that add a rtl8139too card. It 
> simply change pci revision id but use rtl8139 code.

Nice.

> -    s = &d->rtl8139;
> -
>      /* I/O handler for memory-mapped I/O */
>      s->rtl8139_mmio_io_addr =
>      cpu_register_io_memory(0, rtl8139_mmio_read, rtl8139_mmio_write, s);

Are you sure it is the right thing to do? rtl8139_mmio_{read,write} still 
expect &d->rtl8139 as opaque, right?

Ciao,
Dscho





reply via email to

[Prev in Thread] Current Thread [Next in Thread]