qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v2 32/41] savevm: add new section that is used by po


From: Isaku Yamahata
Subject: [Qemu-devel] [PATCH v2 32/41] savevm: add new section that is used by postcopy
Date: Mon, 4 Jun 2012 18:57:34 +0900

This is used by postcopy to tell the total length of QEMU_VM_SECTION_FULL
and QEMU_VM_SUBSECTION from outgoing to incoming.

Signed-off-by: Isaku Yamahata <address@hidden>
---
 savevm.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/savevm.c b/savevm.c
index 318ec61..3adabad 100644
--- a/savevm.c
+++ b/savevm.c
@@ -1597,6 +1597,7 @@ static void vmstate_save(QEMUFile *f, SaveStateEntry *se)
 #define QEMU_VM_SECTION_END          0x03
 #define QEMU_VM_SECTION_FULL         0x04
 #define QEMU_VM_SUBSECTION           0x05
+#define QEMU_VM_POSTCOPY             0x10
 
 bool qemu_savevm_state_blocked(Error **errp)
 {
-- 
1.7.1.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]