Re: [Qemu-devel] [PATCH 1/4] ppc: change CPUPPCState access_type from int to uint8_t

2017-09-10 Thread Mark Cave-Ayland
On 10/09/17 17:30, Laurent Vivier wrote: > On 10/09/2017 16:37, Mark Cave-Ayland wrote: >> This change was suggested by Alexey in advance of a subsequent commit which >> adds access_type into vmstate_ppc_cpu. >> >> Signed-off-by: Mark Cave-Ayland >> --- >>

Re: [Qemu-devel] [PATCH 1/4] ppc: change CPUPPCState access_type from int to uint8_t

2017-09-10 Thread Laurent Vivier
On 10/09/2017 16:37, Mark Cave-Ayland wrote: > This change was suggested by Alexey in advance of a subsequent commit which > adds access_type into vmstate_ppc_cpu. > > Signed-off-by: Mark Cave-Ayland > --- > target/ppc/cpu.h |4 ++-- > target/ppc/machine.c

[Qemu-devel] [PATCH 1/4] ppc: change CPUPPCState access_type from int to uint8_t

2017-09-10 Thread Mark Cave-Ayland
This change was suggested by Alexey in advance of a subsequent commit which adds access_type into vmstate_ppc_cpu. Signed-off-by: Mark Cave-Ayland --- target/ppc/cpu.h |4 ++-- target/ppc/machine.c |4 +++- 2 files changed, 5 insertions(+), 3