Read data from a vCPU
#include <qvm/guest.h>
int guest_cpu_read(struct guest_cpu *gcp,
unsigned flags,
const struct qvm_state_block *blk,
unsigned nblks,
void *data,
unsigned data_len)
This function is typically used by the vdev's vwrite() callback.
EOK if successful; otherwise, an error code.