Home
last modified time | relevance | path

Searched refs:check_bitmap (Results 1 – 3 of 3) sorted by relevance

/qemu/tests/qemu-iotests/tests/
H A Dmigrate-bitmaps-test72 def check_bitmap(self, vm, sha256): member in TestDirtyBitmapMigration
113 self.check_bitmap(self.vm_a, False if removed else sha256)
118 self.check_bitmap(self.vm_a, sha256)
133 self.check_bitmap(self.vm_a, sha256 if persistent else False)
190 self.check_bitmap(self.vm_b, sha256 if should_migrate else False)
207 self.check_bitmap(self.vm_b, sha256 if persistent else False)
/qemu/tests/qemu-iotests/
H A D30081 def check_bitmap(self, bitmap_name_valid: bool) -> None: member in TestDirtyBitmapMigration
103 self.check_bitmap(bitmap_name_valid)
/qemu/hw/vfio-user/
H A Dproxy.c1065 static bool check_bitmap(VFIOUserProxy *proxy, QObject *qobj, Error **errp) in check_bitmap() function
1087 { VFIO_USER_CAP_MAX_BITMAP, check_bitmap },