Re: [Qemu-devel] [PATCH 1/4] spapr: Merge sPAPREnvironment into sPAPRMachineState

2015-05-25 Thread David Gibson
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

Re: [Qemu-devel] [PATCH 1/4] spapr: Merge sPAPREnvironment into sPAPRMachineState

2015-05-07 Thread Thomas Huth
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

[Qemu-devel] [PATCH 1/4] spapr: Merge sPAPREnvironment into sPAPRMachineState

2015-05-06 Thread David Gibson
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