Thanks
2011/11/15 Avi Kivity
> On 11/15/2011 05:22 PM, Benoît Canet wrote:
> > When converting lines like :
> >
> > -cpu_register_physical_memory_offset(0x1f80, 0x1000,
> > -sh7750_io_memory, 0x1f80);
> > -cpu_register_physical_memory_offse
On 11/15/2011 05:22 PM, Benoît Canet wrote:
> When converting lines like :
>
> -cpu_register_physical_memory_offset(0x1f80, 0x1000,
> -sh7750_io_memory, 0x1f80);
> -cpu_register_physical_memory_offset(0xff80, 0x1000,
> -
When converting lines like :
-cpu_register_physical_memory_offset(0x1f80, 0x1000,
-sh7750_io_memory, 0x1f80);
-cpu_register_physical_memory_offset(0xff80, 0x1000,
-sh7750_io_memory, 0x1f80);
I'
On 11/15/2011 01:13 PM, Benoît Canet wrote:
> .valid was used where the access size is specified like in
> http://www.ibiblio.org/pub/historic-linux/early-ports/Sparc/NCR/NCR89C105.txt
> .impl was used when the behavior is not known.
Thanks, all applied except:
> sun4c_intctl: convert to memory
.valid was used where the access size is specified like in
http://www.ibiblio.org/pub/historic-linux/early-ports/Sparc/NCR/NCR89C105.txt
.impl was used when the behavior is not known.
Benoît Canet (14):
slavio_misc: convert apc to memory API
slavio_misc: convert configuration to memory API
s