Re: [Qemu-devel] [PATCH 2/3] spapr: Remove rtas_st_buffer_direct()

2016-01-18 Thread David Gibson
On Tue, Jan 19, 2016 at 01:07:23PM +1100, Alexey Kardashevskiy wrote: > On 01/16/2016 12:14 PM, David Gibson wrote: > >rtas_st_buffer_direct() is a not particularly useful wrapper around > >cpu_physical_memory_write(). All the callers are in > >rtas_ibm_configure_connector, where it's better handl

Re: [Qemu-devel] [PATCH 2/3] spapr: Remove rtas_st_buffer_direct()

2016-01-18 Thread Alexey Kardashevskiy
On 01/16/2016 12:14 PM, David Gibson wrote: rtas_st_buffer_direct() is a not particularly useful wrapper around cpu_physical_memory_write(). All the callers are in rtas_ibm_configure_connector, where it's better handled by local helper. Signed-off-by: David Gibson --- hw/ppc/spapr_rtas.c

[Qemu-devel] [PATCH 2/3] spapr: Remove rtas_st_buffer_direct()

2016-01-15 Thread David Gibson
rtas_st_buffer_direct() is a not particularly useful wrapper around cpu_physical_memory_write(). All the callers are in rtas_ibm_configure_connector, where it's better handled by local helper. Signed-off-by: David Gibson --- hw/ppc/spapr_rtas.c| 19 --- include/hw/ppc/spapr.