/qemu/block/ |
H A D | dirty-bitmap.c | 35 HBitmap *bitmap; /* Dirty bitmap implementation */ member 61 BdrvDirtyBitmap *bitmap; member 74 void bdrv_dirty_bitmap_lock(BdrvDirtyBitmap *bitmap) in bdrv_dirty_bitmap_lock() 79 void bdrv_dirty_bitmap_unlock(BdrvDirtyBitmap *bitmap) in bdrv_dirty_bitmap_unlock() 105 BdrvDirtyBitmap *bitmap; in bdrv_create_dirty_bitmap() local 137 int64_t bdrv_dirty_bitmap_size(const BdrvDirtyBitmap *bitmap) in bdrv_dirty_bitmap_size() 142 const char *bdrv_dirty_bitmap_name(const BdrvDirtyBitmap *bitmap) in bdrv_dirty_bitmap_name() 148 bool bdrv_dirty_bitmap_has_successor(BdrvDirtyBitmap *bitmap) in bdrv_dirty_bitmap_has_successor() 153 static bool bdrv_dirty_bitmap_busy(const BdrvDirtyBitmap *bitmap) in bdrv_dirty_bitmap_busy() 158 void bdrv_dirty_bitmap_set_busy(BdrvDirtyBitmap *bitmap, bool busy) in bdrv_dirty_bitmap_set_busy() [all …]
|
H A D | qcow2-bitmap.c | 290 uint32_t bitmap_table_size, BdrvDirtyBitmap *bitmap) in load_bitmap_data() 348 BdrvDirtyBitmap *bitmap = NULL; in load_bitmap() local 949 static void release_dirty_bitmap_helper(gpointer bitmap, in release_dirty_bitmap_helper() 956 static void set_readonly_helper(gpointer bitmap, gpointer value) in set_readonly_helper() 992 BdrvDirtyBitmap *bitmap; in qcow2_load_dirty_bitmaps() local 1153 BdrvDirtyBitmap *bitmap = bdrv_find_dirty_bitmap(bs, bm->name); in qcow2_reopen_bitmaps_rw() local 1249 BdrvDirtyBitmap *bitmap = bdrv_find_dirty_bitmap(bs, bm->name); in qcow2_truncate_bitmaps_check() local 1280 store_bitmap_data(BlockDriverState *bs, BdrvDirtyBitmap *bitmap, in store_bitmap_data() 1385 BdrvDirtyBitmap *bitmap = bm->dirty_bitmap; in store_bitmap() local 1537 BdrvDirtyBitmap *bitmap; in qcow2_store_persistent_dirty_bitmaps() local [all …]
|
H A D | parallels-ext.c | 64 uint32_t l1_size, BdrvDirtyBitmap *bitmap, in parallels_load_bitmap_data() 129 BdrvDirtyBitmap *bitmap; in parallels_load_bitmap() local 224 BdrvDirtyBitmap *bitmap; in parallels_parse_format_extension() local
|
H A D | qed-check.c | 29 static bool qed_test_bit(uint32_t *bitmap, uint64_t n) { in qed_test_bit() 33 static void qed_set_bit(uint32_t *bitmap, uint64_t n) { in qed_set_bit()
|
/qemu/block/monitor/ |
H A D | bitmap-qmp-cmds.c | 59 BdrvDirtyBitmap *bitmap; in block_dirty_bitmap_lookup() local 97 BdrvDirtyBitmap *bitmap; in qmp_block_dirty_bitmap_add() local 152 BdrvDirtyBitmap *bitmap; in block_dirty_bitmap_remove() local 196 BdrvDirtyBitmap *bitmap; in qmp_block_dirty_bitmap_clear() local 215 BdrvDirtyBitmap *bitmap; in qmp_block_dirty_bitmap_enable() local 233 BdrvDirtyBitmap *bitmap; in qmp_block_dirty_bitmap_disable() local
|
/qemu/tests/qemu-iotests/tests/ |
H A D | image-fleecing | 58 bitmap=False): argument 279 nbd_sock_path=None, target_img_path=None, bitmap=False): argument 287 def test_pull(use_cbw, use_snapshot_access_filter, bitmap=False): argument
|
H A D | parallels-read-bitmap | 28 bitmap = 'e4f2eed0-37fe-4539-b50b-85d2e7fd235f' variable
|
/qemu/scripts/ |
H A D | qcow2-to-stdout.py | 50 def bitmap_set(bitmap, idx): argument 54 def bitmap_is_set(bitmap, idx): argument 58 def bitmap_iterator(bitmap, length): argument
|
/qemu/hw/virtio/ |
H A D | virtio-qmp.c | 490 #define CONVERT_FEATURES(type, map, is_status, bitmap) \ argument 513 VirtioDeviceStatus *qmp_decode_status(uint8_t bitmap) in qmp_decode_status() 530 VhostDeviceProtocols *qmp_decode_protocols(uint64_t bitmap) in qmp_decode_protocols() 548 VirtioDeviceFeatures *qmp_decode_features(uint16_t device_id, uint64_t bitmap) in qmp_decode_features()
|
/qemu/hw/ppc/ |
H A D | spapr_ovec.c | 32 unsigned long *bitmap; member 136 static void guest_byte_to_bitmap(uint8_t entry, unsigned long *bitmap, in guest_byte_to_bitmap() 148 static uint8_t guest_byte_from_bitmap(unsigned long *bitmap, long bitmap_offset) in guest_byte_from_bitmap()
|
/qemu/util/ |
H A D | thread-context.c | 91 unsigned long *bitmap = NULL; in thread_context_set_cpu_affinity() local 139 unsigned long *bitmap, nbits, value; in thread_context_get_cpu_affinity() local 176 unsigned long *bitmap = NULL; in thread_context_set_node_affinity() local
|
H A D | bitmap.c | 41 int slow_bitmap_empty(const unsigned long *bitmap, long bits) in slow_bitmap_empty() 59 int slow_bitmap_full(const unsigned long *bitmap, long bits) in slow_bitmap_full() 404 long slow_bitmap_count_one(const unsigned long *bitmap, long nbits) in slow_bitmap_count_one()
|
H A D | hbitmap.c | 759 void hbitmap_deserialize_finish(HBitmap *bitmap) in hbitmap_deserialize_finish() 947 char *hbitmap_sha256(const HBitmap *bitmap, Error **errp) in hbitmap_sha256()
|
/qemu/include/block/ |
H A D | dirty-bitmap.h | 113 #define FOR_EACH_DIRTY_BITMAP(bs, bitmap) \ argument
|
/qemu/target/s390x/ |
H A D | cpu_features.c | 51 void s390_init_feat_bitmap(const S390FeatInit init, S390FeatBitmap bitmap) in s390_init_feat_bitmap() 191 S390FeatBitmap bitmap, tmp; in s390_feat_bitmap_to_ascii() local
|
H A D | cpu_models_system.c | 177 S390FeatBitmap bitmap; in cpu_info_from_model() local
|
/qemu/hw/mem/ |
H A D | pc-dimm.c | 102 unsigned long *bitmap = opaque; in pc_dimm_slot2bitmap() local 118 unsigned long *bitmap; in pc_dimm_get_free_slot() local
|
/qemu/tests/qemu-iotests/ |
H A D | 124 | 191 def make_reference_backup(self, bitmap=None): argument 209 def prepare_backup(self, bitmap=None, parent=None, **kwargs): argument 221 def create_incremental(self, bitmap=None, parent=None, argument
|
/qemu/include/qemu/ |
H A D | bitmap.h | 231 static inline long bitmap_count_one(const unsigned long *bitmap, long nbits) in bitmap_count_one() 244 static inline long bitmap_count_one_with_offset(const unsigned long *bitmap, in bitmap_count_one_with_offset()
|
/qemu/migration/ |
H A D | block-dirty-bitmap.c | 115 BdrvDirtyBitmap *bitmap; member 140 BdrvDirtyBitmap *bitmap; member 152 BdrvDirtyBitmap *bitmap; member 384 BdrvDirtyBitmap *bitmap = dbms->bitmap; in send_bitmap_header() local 487 BdrvDirtyBitmap *bitmap; in add_bitmaps_to_list() local
|
/qemu/include/standard-headers/linux/ |
H A D | virtio_input.h | 64 uint8_t bitmap[128]; member
|
/qemu/hw/intc/ |
H A D | ioapic_common.c | 61 static void ioapic_irr_dump(GString *buf, const char *name, uint32_t bitmap) in ioapic_irr_dump()
|
/qemu/linux-user/ |
H A D | vm86.c | 39 static inline int is_revectored(int nr, struct target_revectored_struct *bitmap) in is_revectored()
|
/qemu/include/hw/virtio/ |
H A D | virtio-mem.h | 51 unsigned long *bitmap; member
|
/qemu/hw/vfio/ |
H A D | container-base.c | 183 hwaddr size, void *bitmap) in vfio_device_dma_logging_report()
|