Re: [Qemu-devel] [PATCH v4 00/11] more memory API conversions

2011-11-27 Thread Avi Kivity
On 11/24/2011 03:31 PM, Benoît Canet wrote: > These patches convert some files to memory API > Thanks, applied. -- error compiling committee.c: too many arguments to function

Re: [Qemu-devel] [PATCH v4 00/11] more memory API conversions

2011-11-24 Thread Avi Kivity
On 11/24/2011 03:31 PM, Benoît Canet wrote: > These patches convert some files to memory API > > I am wondering if the bonito ones are corrects as > sysbus_mmio_map() use internally get_system_memory(). >From a "will it work" perspective, I think it's correct since it system_memory is supposed to

[Qemu-devel] [PATCH v4 00/11] more memory API conversions

2011-11-24 Thread Benoît Canet
These patches convert some files to memory API I am wondering if the bonito ones are corrects as sysbus_mmio_map() use internally get_system_memory(). v2: remove unneeded casts in mcf_uart remove unneeded #include in lm32_uart and lm32_sys v3: use valid.accept in lm32_sys v4: bonito: use the pc