On Thu, May 07, 2015 at 10:13:43AM +0200, Thomas Huth wrote:
> On Thu, 7 May 2015 13:57:01 +1000
> David Gibson wrote:
>
> > The code for -machine pseries maintains a global sPAPREnvironment structure
> > which keeps track of general state information about the guest platform.
> > This predates
On Thu, 7 May 2015 13:57:01 +1000
David Gibson wrote:
> The code for -machine pseries maintains a global sPAPREnvironment structure
> which keeps track of general state information about the guest platform.
> This predates the existence of the MachineState structure, but performs
> basically the
The code for -machine pseries maintains a global sPAPREnvironment structure
which keeps track of general state information about the guest platform.
This predates the existence of the MachineState structure, but performs
basically the same function.
Now that we have the generic MachineState, fold