Re: [PATCH v2] device-assignment: Properly terminate vmsd.fields

2011-01-20 Thread Marcelo Tosatti
On Mon, Jan 17, 2011 at 10:17:49AM -0700, Alex Williamson wrote: > The vmsd code expects the fields structure to be properly terminated, > not NULL. An assigned device should never be saved or restored, and > recent qemu fixes to the no_migrate flag should ensure this, but let's > avoid setting th

Re: [PATCH v2] device-assignment: Properly terminate vmsd.fields

2011-01-19 Thread Juan Quintela
Alex Williamson wrote: > The vmsd code expects the fields structure to be properly terminated, > not NULL. An assigned device should never be saved or restored, and > recent qemu fixes to the no_migrate flag should ensure this, but let's > avoid setting the wrong precedent. > > Signed-off-by: Ale