On 08.07.22 06:17, Stefan Hajnoczi wrote:
The blkio block driver will need to look up the file descriptor for a
given pointer. This is possible in softmmu builds where the memory API
is available for querying guest RAM.

Add stubs so tools like qemu-img that link the block layer still build
successfully. In this case there is no guest RAM but that is fine.
Bounce buffers and their file descriptors will be allocated with
libblkio's blkio_alloc_mem_region() so we won't rely on QEMU's
memory_region_get_fd() in that case.

Signed-off-by: Stefan Hajnoczi <stefa...@redhat.com>
---
  stubs/memory.c    | 13 +++++++++++++
  stubs/meson.build |  1 +
  2 files changed, 14 insertions(+)
  create mode 100644 stubs/memory.c

Reviewed-by: Hanna Reitz <hre...@redhat.com>


Reply via email to