On 11/07/2016 15:42, Igor Mammedov wrote: > this approach i I preffer as it uses less per machine migration glue > and follows typical compat pattern for devices > > Signed-off-by: Igor Mammedov <imamm...@redhat.com> > Signed-off-by: Bharata B Rao <bhar...@linux.vnet.ibm.com> > --- > exec.c | 7 +++++-- > hw/i386/pc.c | 10 +++++++--- > include/hw/compat.h | 6 +++++- > include/qom/cpu.h | 3 +++ > qom/cpu.c | 13 +++++++++++++ > 5 files changed, 33 insertions(+), 6 deletions(-)
Much better... Paolo