Re: [Qemu-devel] [PATCH v8 3/3] tests: add RTAS command in the protocol

2016-09-13 Thread David Gibson
On Tue, Sep 13, 2016 at 02:52:45PM +0200, Laurent Vivier wrote: > Add a first test to validate the protocol: > > - rtas/get-time-of-day compares the time > from the guest with the time from the host. > > Signed-off-by: Laurent Vivier > Reviewed-by: Greg Kurz Reviewed-by: David Gibson > ---

[Qemu-devel] [PATCH v8 3/3] tests: add RTAS command in the protocol

2016-09-13 Thread Laurent Vivier
Add a first test to validate the protocol: - rtas/get-time-of-day compares the time from the guest with the time from the host. Signed-off-by: Laurent Vivier Reviewed-by: Greg Kurz --- v8: - add Greg's Rb - exit if RTAS is not started with qemu-system-ppc64 v7: - don't allocate twice the mem