mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
Allow QEMU to connect directly to an NBD server, by Laurent Vivier.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4838 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
3b05a8e91b
commit
75818250ba
9 changed files with 413 additions and 77 deletions
1
block.c
1
block.c
|
@ -1332,6 +1332,7 @@ void bdrv_init(void)
|
|||
bdrv_register(&bdrv_vvfat);
|
||||
bdrv_register(&bdrv_qcow2);
|
||||
bdrv_register(&bdrv_parallels);
|
||||
bdrv_register(&bdrv_nbd);
|
||||
}
|
||||
|
||||
void *qemu_aio_get(BlockDriverState *bs, BlockDriverCompletionFunc *cb,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue