Re: [Qemu-devel] [PATCH 00/14] Convert Sun devices to memory API.

2011-11-15 Thread Benoît Canet
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

Re: [Qemu-devel] [PATCH 00/14] Convert Sun devices to memory API.

2011-11-15 Thread 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_offset(0xff80, 0x1000, > -

Re: [Qemu-devel] [PATCH 00/14] Convert Sun devices to memory API.

2011-11-15 Thread Benoît Canet
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'

Re: [Qemu-devel] [PATCH 00/14] Convert Sun devices to memory API.

2011-11-15 Thread Avi Kivity
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

[Qemu-devel] [PATCH 00/14] Convert Sun devices to memory API.

2011-11-15 Thread Benoît Canet
.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