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.c244 static bool vmsd_can_compress(const VMStateField *field) in vmsd_can_compress() function
254 if (!vmsd_can_compress(sfield)) { in vmsd_can_compress()
276 bool can_compress = vmsd_can_compress(field); in vmsd_desc_field_start()
424 if (vmdesc_loop && vmsd_can_compress(field)) { in vmstate_save_state_v()