Re: [Qemu-devel] [PATCH 10/12] spapr-vty: refactor the code to improve consistency

2013-06-19 Thread Alexander Graf
On 19.06.2013, at 22:40, Anthony Liguori wrote: > A few small changes folded into one cleanup: > - Fail gracefully when passed a reg of the wrong device type > - Don't cast uint8_t buf to uint64_t for argument marshalling > - Use spapr_vty prefix consistently. > > Signed-off-by: Anthony Liguori

[Qemu-devel] [PATCH 10/12] spapr-vty: refactor the code to improve consistency

2013-06-19 Thread Anthony Liguori
A few small changes folded into one cleanup: - Fail gracefully when passed a reg of the wrong device type - Don't cast uint8_t buf to uint64_t for argument marshalling - Use spapr_vty prefix consistently. Signed-off-by: Anthony Liguori --- hw/char/spapr_vty.c | 57