qemu-e2k/migration
zhanghailiang 24b8c39b5c migration: Convert 'status' of MigrationInfo to use an enum type
The original 'status' is an open-coded 'str' type, convert it to use an
enum type.
This conversion is backwards compatible, better documented and
more convenient for future extensibility.

In addition, Fix a typo for qapi-schema.json (just remove the typo) :
s/'completed'. 'comppleted' (since 1.2)/'completed' (since 1.2)

Signed-off-by: zhanghailiang <zhang.zhanghailiang@huawei.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
2015-03-17 15:20:37 +01:00
..
block.c migration: Convert bdrv_find to blk_by_name 2015-03-16 12:10:30 -04:00
exec.c
fd.c Handle bi-directional communication for fd migration 2015-01-16 13:06:17 +05:30
Makefile.objs
migration.c migration: Convert 'status' of MigrationInfo to use an enum type 2015-03-17 15:20:37 +01:00
qemu-file-buf.c migration: Remove unused functions 2015-03-17 15:20:37 +01:00
qemu-file-internal.h
qemu-file-stdio.c
qemu-file-unix.c
qemu-file.c ram: make all save_page functions take a uint64_t parameter 2015-03-16 14:32:47 +01:00
rdma.c migration: Fix remaining 32 bit compiler errors 2015-03-17 15:20:37 +01:00
tcp.c
unix.c
vmstate.c migration: Append JSON description of migration stream 2015-02-05 17:16:14 +01:00
xbzrle.c