Re: [Qemu-devel] [PATCH v8 0/3] tests: add RTAS protocol

2016-09-13 Thread David Gibson
On Tue, Sep 13, 2016 at 02:52:42PM +0200, Laurent Vivier wrote: > This series allows to call RTAS commands from the qtest framework, > and defines a first test to call RTAS command "get-time-of-day" > to validate the protocol and test RTAS. > > RTAS command parameters are passed to the guest via t

[Qemu-devel] [PATCH v8 0/3] tests: add RTAS protocol

2016-09-13 Thread Laurent Vivier
This series allows to call RTAS commands from the qtest framework, and defines a first test to call RTAS command "get-time-of-day" to validate the protocol and test RTAS. RTAS command parameters are passed to the guest via the guest memory, so we also need to implement the guest memory management