Re: [Qemu-devel] [PATCH for-3.0 1/2] armv7m_nvic: Fix m-security subsection name

2018-07-28 Thread Richard Henderson
On 07/27/2018 04:38 AM, Peter Maydell wrote: > The vmstate save/load code insists that subsections of a VMState must > have names which include their parent VMState's name as a leading > substring. Unfortunately it neither documents this nor checks it on > device init or state save, but instead fa

[Qemu-devel] [PATCH for-3.0 1/2] armv7m_nvic: Fix m-security subsection name

2018-07-27 Thread Peter Maydell
The vmstate save/load code insists that subsections of a VMState must have names which include their parent VMState's name as a leading substring. Unfortunately it neither documents this nor checks it on device init or state save, but instead fails state load with a confusing error message ("Missi