|
From: | Richard Henderson |
Subject: | Re: [Qemu-devel] [PATCH 06/13] target/openrisc: Add VR2 and AVR special processor registers |
Date: | Mon, 26 Aug 2019 21:59:44 -0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 |
On 8/26/19 9:36 PM, Stafford Horne wrote: >> /* Fields from here on are preserved across CPU reset. */ >> uint32_t vr; /* Version register */ >> + uint32_t vr2; /* Version register 2 */ >> + uint32_t avr; /* Architecture version register */ > > Do you need to update the serialization in machine.c? I don't think so, because these are invariant for the cpu type. It is not valid to migrate state to a different cpu. The VR, DMMUCFGR, IMMUCFGR entries that you pointed out wrt the previous patch wouldn't need to be in the serialization if they weren't already there. r~
[Prev in Thread] | Current Thread | [Next in Thread] |