Home
last modified time | relevance | path

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

/openbmc/qemu/migration/
H A Dvmstate.c292 static bool vmsd_can_compress(const VMStateField *field) in vmsd_can_compress() function
302 if (!vmsd_can_compress(sfield)) { in vmsd_can_compress()
324 bool can_compress = vmsd_can_compress(field); in vmsd_desc_field_start()
521 if (vmdesc_loop && vmsd_can_compress(field)) { in vmstate_save_state_v()