libxc/migration: Drop unimplemented domain types
authorAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 17 Dec 2019 17:49:47 +0000 (17:49 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 24 Dec 2019 14:59:04 +0000 (14:59 +0000)
commit279521aed9ad0f31d157450e66487665cfbe525f
treeb269d6b46384e9283174aa00e60739f8a9a337c3
parent50ea2445f49825208439c864fecb9d9fd8791277
libxc/migration: Drop unimplemented domain types

x86 PVH is completely obsolete - it was intended for legacy PVH before that
idea was abandoned.  There was an RFC series for ARM in 2015, but there is
plenty of outstanding work which hasn't been done yet.

No functional change.  New types can be (re)introduced with the code which
actually implements them.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Julien Grall <julien@xen.org>
Acked-by: Wei Liu <wl@xen.org>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
docs/specs/libxc-migration-stream.pandoc
tools/libxc/xc_sr_common.c
tools/libxc/xc_sr_stream_format.h
tools/python/xen/migration/libxc.py