On 1/17/22 21:40, Peter Maydell wrote:
On Mon, 17 Jan 2022 at 05:52, David Gibson wrote:
It is also touched in the *super* old cpu_load_old. I suspect we
could probably just drop that completely, since I don't think we
realistically support migration from a version that old anyway.
This woul
On Mon, 17 Jan 2022 at 05:52, David Gibson wrote:
> It is also touched in the *super* old cpu_load_old. I suspect we
> could probably just drop that completely, since I don't think we
> realistically support migration from a version that old anyway.
This would be a nice thing to do, because the
* Cédric Le Goater (c...@kaod.org) wrote:
> On 1/17/22 06:52, David Gibson wrote:
> > On Fri, Jan 14, 2022 at 08:07:21AM +0100, Cédric le Goater wrote:
> > > On 1/14/22 00:41, David Gibson wrote:
> > > > On Thu, Jan 13, 2022 at 06:51:56PM +, Dr. David Alan Gilbert wrote:
> > > > > Hi,
> > > > >
On 1/17/22 06:52, David Gibson wrote:
On Fri, Jan 14, 2022 at 08:07:21AM +0100, Cédric le Goater wrote:
On 1/14/22 00:41, David Gibson wrote:
On Thu, Jan 13, 2022 at 06:51:56PM +, Dr. David Alan Gilbert wrote:
Hi,
Is there any easy way of getting a machine where the pbr403 vmstate
woul
On Fri, Jan 14, 2022 at 08:07:21AM +0100, Cédric le Goater wrote:
> On 1/14/22 00:41, David Gibson wrote:
> > On Thu, Jan 13, 2022 at 06:51:56PM +, Dr. David Alan Gilbert wrote:
> > > Hi,
> > >Is there any easy way of getting a machine where the pbr403 vmstate
> > > would be generated?
> >
On 1/14/22 00:41, David Gibson wrote:
On Thu, Jan 13, 2022 at 06:51:56PM +, Dr. David Alan Gilbert wrote:
Hi,
Is there any easy way of getting a machine where the pbr403 vmstate
would be generated?
The condition in pbr403_needed is...
return (pvr & 0x) == 0x0020;
.. w
On Thu, Jan 13, 2022 at 06:51:56PM +, Dr. David Alan Gilbert wrote:
> Hi,
> Is there any easy way of getting a machine where the pbr403 vmstate
> would be generated?
The condition in pbr403_needed is...
return (pvr & 0x) == 0x0020;
.. which looks to be the PVR for ppc403 mo
Hi,
Is there any easy way of getting a machine where the pbr403 vmstate
would be generated?
Given my vague understanding of vmstate subsection naming, I think
we need:
diff --git a/target/ppc/machine.c b/target/ppc/machine.c
index 756d8de5d8..e535edb7c4 100644
--- a/target/ppc/machine.c
+++ b