cc-ing qemu trivial On Tue, Jun 23, 2015 at 6:41 PM, Marc-André Lureau <marcandre.lur...@gmail.com> wrote: > Since 38e0735e, register_device_unmigratable() has been removed > > Signed-off-by: Marc-André Lureau <marcandre.lur...@gmail.com> > --- > include/migration/vmstate.h | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/include/migration/vmstate.h b/include/migration/vmstate.h > index 7153b1e..29820b4 100644 > --- a/include/migration/vmstate.h > +++ b/include/migration/vmstate.h > @@ -75,9 +75,6 @@ int register_savevm_live(DeviceState *dev, > void *opaque); > > void unregister_savevm(DeviceState *dev, const char *idstr, void *opaque); > -void register_device_unmigratable(DeviceState *dev, const char *idstr, > - void > *opaque); > - > > typedef struct VMStateInfo VMStateInfo; > typedef struct VMStateDescription VMStateDescription; > -- > 2.4.2 >
-- Marc-André Lureau