Lines Matching +full:copy +full:- +full:item

4 # the -dump-vmstate QEMU command.
19 # You should have received a copy of the GNU General Public License along
32 # Ensure we don't wrap around or reset to 0 -- the shell only has
33 # an 8-bit return value.
45 'acpi-ghes': ['ghes_addr_le', 'hw_error_le'],
51 'ich9-ahci': ['ahci', 'ich9_ahci'],
53 'ioh-3240-express-root-port': ['port.br.dev',
73 'usb-ccid': ['abProtocolDataStructure', 'abProtocolDataStructure.data'],
74 'usb-host': ['dev', 'parent_obj'],
75 'usb-mouse': ['usb-ptr-queue', 'HIDPointerEventQueue'],
76 'usb-tablet': ['usb-ptr-queue', 'HIDPointerEventQueue'],
80 'x3130-upstream': ['PCIDevice', 'PCIEDevice'],
81 'xio3130-express-downstream-port': ['port.br.dev',
85 'xio3130-downstream': ['PCIDevice', 'PCIEDevice'],
86 'xio3130-express-upstream-port': ['br.dev', 'parent_obj.parent_obj',
106 # Section names can change -- see commit 292b1634 for an example.
108 "ICH9 LPC": "ICH9-LPC",
109 "e1000-82540em": "e1000",
112 for item in changes:
113 if item == sec:
114 return changes[item]
115 if changes[item] == sec:
116 return item
119 def exists_in_substruct(fields, item): argument
121 # kept the on-wire format the same. This function checks if
137 substruct_fields[0]["field"], item)
176 # We want to avoid advancing just once -- when entering a
202 unused_count = unused_count - s_item["size"]
216 unused_count = unused_count - d_item["size"]
231 # on-wire format the same, but breaking static tools
250 # (can happen in backward migration: 2.0 -> 1.5)
266 unused_count = d_size - s_size;
271 unused_count = s_size - d_size
382-formatted vmstate dumps from QEMU in files SRC and DEST. Checks whether migration from SRC to DE…
385 parser.add_argument('-s', '--src', type=argparse.FileType('r'),
388 parser.add_argument('-d', '--dest', type=argparse.FileType('r'),
391 parser.add_argument('--reverse', required=False, default=False,