Re: [Qemu-devel] [RFC v2 0/5] state loading security issues

2014-03-24 Thread Michael S. Tsirkin
On Mon, Mar 24, 2014 at 04:37:43PM +0200, Michael S. Tsirkin wrote: > In an attempt to provide a generic solution for this > set of issues, this adds a way to add validators > in the middle of the structure. > > On failure, we assert on output (should never happen) > and fail migration on input. >

[Qemu-devel] [RFC v2 0/5] state loading security issues

2014-03-24 Thread Michael S. Tsirkin
In an attempt to provide a generic solution for this set of issues, this adds a way to add validators in the middle of the structure. On failure, we assert on output (should never happen) and fail migration on input. The last patch in the series shows how the new infrastructure is used. I'll wait