Statistics
| Branch: | Revision:

root / blockdev-nbd.c @ e9f9d6b1

History | View | Annotate | Download (2.9 kB)

# Date Author Comment
6dd844db 10/23/2012 11:39 pm Paolo Bonzini

qmp: add NBD server commands

Adding an NBD server inside QEMU is trivial, since all the logic is
in nbd.c and can be shared easily between qemu-nbd and QEMU itself.
The main difference is that qemu-nbd serves a single unnamed export,
while QEMU serves named exports....