qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 50/97] vmstate: Remove unused VMSTATE_POINTER


From: Juan Quintela
Subject: [Qemu-devel] [PATCH 50/97] vmstate: Remove unused VMSTATE_POINTER
Date: Mon, 7 Apr 2014 05:21:08 +0200

Signed-off-by: Juan Quintela <address@hidden>
---
 include/migration/vmstate.h | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/include/migration/vmstate.h b/include/migration/vmstate.h
index c9e72bb..141187c 100644
--- a/include/migration/vmstate.h
+++ b/include/migration/vmstate.h
@@ -203,15 +203,6 @@ extern const VMStateInfo vmstate_info_bitmap;
     .offset       = vmstate_offset_value(_state, _field, _type),     \
 }

-#define VMSTATE_POINTER(_field, _state, _version, _info, _type) {    \
-    .name       = (stringify(_field)),                               \
-    .version_id = (_version),                                        \
-    .info       = &(_info),                                          \
-    .size       = sizeof(_type),                                     \
-    .flags      = VMS_SINGLE|VMS_POINTER,                            \
-    .offset     = vmstate_offset_value(_state, _field, _type),       \
-}
-
 #define VMSTATE_POINTER_TEST(_field, _state, _test, _info, _type) {  \
     .name       = (stringify(_field)),                               \
     .info       = &(_info),                                          \
-- 
1.9.0




reply via email to

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