Home | History | Annotate | Download | only in qemu

Lines Matching full:zero_bytes

2143                 size_t zero_bytes = (reqs[i].sector - oldreq_last) << 9;
2144 uint8_t *buf = qemu_blockalign(bs, zero_bytes);
2145 memset(buf, 0, zero_bytes);
2146 qemu_iovec_add(qiov, buf, zero_bytes);