Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dqcow2-snapshot.c1029 int new_l1_bytes; in qcow2_snapshot_load_tmp() local
1050 new_l1_bytes = sn->l1_size * L1E_SIZE; in qcow2_snapshot_load_tmp()
1051 new_l1_table = qemu_try_blockalign(bs->file->bs, new_l1_bytes); in qcow2_snapshot_load_tmp()
1056 ret = bdrv_pread(bs->file, sn->l1_table_offset, new_l1_bytes, in qcow2_snapshot_load_tmp()