Re: [PATCH] device-assignment: Register as un-migratable

2010-11-16 Thread Markus Armbruster
Jan Kiszka writes: > Am 15.11.2010 23:25, Alex Williamson wrote: >> On Mon, 2010-11-15 at 23:04 +0100, Jan Kiszka wrote: >>> Am 15.11.2010 21:25, Alex Williamson wrote: On Mon, 2010-11-15 at 21:05 +0100, Jan Kiszka wrote: > Am 15.11.2010 20:41, Alex Williamson wrote: >> Use register_

Re: [PATCH] device-assignment: Register as un-migratable

2010-11-15 Thread Jan Kiszka
Am 15.11.2010 23:25, Alex Williamson wrote: > On Mon, 2010-11-15 at 23:04 +0100, Jan Kiszka wrote: >> Am 15.11.2010 21:25, Alex Williamson wrote: >>> On Mon, 2010-11-15 at 21:05 +0100, Jan Kiszka wrote: Am 15.11.2010 20:41, Alex Williamson wrote: > Use register_device_unmigratable() to dec

Re: [PATCH] device-assignment: Register as un-migratable

2010-11-15 Thread Alex Williamson
On Mon, 2010-11-15 at 23:04 +0100, Jan Kiszka wrote: > Am 15.11.2010 21:25, Alex Williamson wrote: > > On Mon, 2010-11-15 at 21:05 +0100, Jan Kiszka wrote: > >> Am 15.11.2010 20:41, Alex Williamson wrote: > >>> Use register_device_unmigratable() to declare ourselves as > >>> non-migratable. > >>> >

Re: [PATCH] device-assignment: Register as un-migratable

2010-11-15 Thread Jan Kiszka
Am 15.11.2010 21:25, Alex Williamson wrote: > On Mon, 2010-11-15 at 21:05 +0100, Jan Kiszka wrote: >> Am 15.11.2010 20:41, Alex Williamson wrote: >>> Use register_device_unmigratable() to declare ourselves as >>> non-migratable. >>> >>> Signed-off-by: Alex Williamson >>> --- >>> >>> hw/device-ass

Re: [PATCH] device-assignment: Register as un-migratable

2010-11-15 Thread Alex Williamson
On Mon, 2010-11-15 at 21:05 +0100, Jan Kiszka wrote: > Am 15.11.2010 20:41, Alex Williamson wrote: > > Use register_device_unmigratable() to declare ourselves as > > non-migratable. > > > > Signed-off-by: Alex Williamson > > --- > > > > hw/device-assignment.c | 15 +++ > > 1 files

Re: [PATCH] device-assignment: Register as un-migratable

2010-11-15 Thread Jan Kiszka
Am 15.11.2010 20:41, Alex Williamson wrote: > Use register_device_unmigratable() to declare ourselves as > non-migratable. > > Signed-off-by: Alex Williamson > --- > > hw/device-assignment.c | 15 +++ > 1 files changed, 15 insertions(+), 0 deletions(-) > > diff --git a/hw/device-

[PATCH] device-assignment: Register as un-migratable

2010-11-15 Thread Alex Williamson
Use register_device_unmigratable() to declare ourselves as non-migratable. Signed-off-by: Alex Williamson --- hw/device-assignment.c | 15 +++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/hw/device-assignment.c b/hw/device-assignment.c index bde231d..cd93941 100