search for: g_info

Displaying 2 results from an estimated 2 matches for "g_info".

Did you mean: i_info
2020 Sep 28
0
[RFC PATCH 15/19] tools/vhost-user-rpmb: implement VIRTIO_RPMB_REQ_DATA_WRITE
...= VIRTIO_RPMB_RES_GENERAL_FAILURE; >> + break; >> + } >> + offset += RPMB_BLOCK_SIZE; >> + } >> + r->last_result = VIRTIO_RPMB_RES_OK; >> + extra_frames = i - 1; >> + } >> + >> + g_info("%s: %s (%x, %d extra frames processed), write_count=%d", __func__, >> + r->last_result == VIRTIO_RPMB_RES_OK ? "successful":"failed", >> + r->last_result, extra_frames, r->write_count); >> + >> + return extra_fra...
2020 Sep 25
20
[RFC PATCH 00/19] vhost-user-rpmb (Replay Protected Memory Block)
Hi, This is an initial implementation of a vhost-user backend for the VirtIO RPMB device. The device is currently in the draft of the next VirtIO specification and describes block device which uses combination of a key, nonce, hashing and a persistent write counter to prevent replay attacks (hence Replay Protected Memory Block). It is implemented as a vhost-user device because we want to