Sign in
qemu
/
qemu
/
7691c23b1f7b508f3f5391e8f362579544be6980
/
qemu-nbd.c
737e150
block: move include files to include/block/
by Paolo Bonzini
· 12 years ago
7e7f4a0
qemu-nbd: initialize main loop before block layer
by Paolo Bonzini
· 12 years ago
7860a38
qemu-nbd: rewrite termination conditions to use a state machine
by Paolo Bonzini
· 12 years ago
0ddf08d
nbd: add notification for closing an NBDExport
by Paolo Bonzini
· 12 years ago
2c8d9f0
nbd: add reference counting to NBDExport
by Paolo Bonzini
· 12 years ago
a4aab7b
nbd: do not close BlockDriverState in nbd_export_close
by Paolo Bonzini
· 12 years ago
39a5235
qemu-nbd: add --cache and --aio options
by Paolo Bonzini
· 13 years ago
b033cd8
qemu-nbd: reorganize help message
by Paolo Bonzini
· 13 years ago
38ceff0
nbd: do not include block_int.h
by Paolo Bonzini
· 13 years ago
185b433
nbd: consistently return negative errno values
by Paolo Bonzini
· 13 years ago
fc19f8a
nbd: consistently check for <0 or >=0
by Paolo Bonzini
· 13 years ago
a6ac231
open /dev/nbd in nbd_client_thread
by Paolo Bonzini
· 13 years ago
9faf31b
do not chdir(/) in qemu-nbd before opening all files
by Michael Tokarev
· 13 years ago
dc10e8b
qemu-nbd: drop loop which can never loop
by Stefan Hajnoczi
· 13 years ago
1743b51
qemu-nbd: move client handling to nbd.c
by Paolo Bonzini
· 13 years ago
a61c678
qemu-nbd: use common main loop
by Paolo Bonzini
· 13 years ago
af49bbb
qemu-nbd: introduce NBDExport
by Paolo Bonzini
· 13 years ago
3777b09
qemu-nbd: remove data_size argument to nbd_trip
by Paolo Bonzini
· 13 years ago
94607e7
qemu-nbd: remove offset argument to nbd_trip
by Paolo Bonzini
· 13 years ago
802ddc3
qemu-nbd: open the block device after starting the client thread
by Paolo Bonzini
· 13 years ago
f1ef555
qemu-nbd: fix socket creation race
by Paolo Bonzini
· 13 years ago
c1f8fdc
qemu-nbd: print error messages from the daemon through a pipe
by Paolo Bonzini
· 13 years ago
a517e88
qemu-nbd: move client to a thread
by Paolo Bonzini
· 13 years ago
b32f6c2
qemu-nbd: rename socket variable
by Paolo Bonzini
· 13 years ago
bb34511
qemu-nbd: trap SIGTERM
by Paolo Bonzini
· 13 years ago
b90fb4b
nbd: support feature negotiation
by Paolo Bonzini
· 13 years ago
5a61cb6
Fix include statements for qemu-common.h
by Stefan Weil
· 13 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 14 years ago
f97742d
Darwin: Fix compilation warning regarding the deprecated daemon() function
by Alexandre Raymond
· 14 years ago
a659979
block: clarify the meaning of BDRV_O_NOCACHE
by Christoph Hellwig
· 14 years ago
ad71713
Remove NULL checks for bdrv_new return value
by Kevin Wolf
· 14 years ago
c2e2872
nbd: correctly manage default port
by Laurent Vivier
· 14 years ago
72aef73
use qemu_blockalign consistently
by Christoph Hellwig
· 14 years ago
aab2e8f
Merge remote branch 'kwolf/for-anthony' into staging
by Anthony Liguori
· 14 years ago
e301b13
Respect return value from nbd_client()
by Jes Sorensen
· 14 years ago
0a4eb86
Remove unused argument for nbd_client()
by Jes Sorensen
· 14 years ago
1d45f8b
nbd: Introduce NBD named exports.
by Laurent Vivier
· 14 years ago
cb7cf0e
qemu-nbd: Improve error reporting
by Ryota Ozaki
· 15 years ago
d6e9098
Replace calls of old bdrv_open
by Kevin Wolf
· 15 years ago
b6353be
qemu-nbd: Fix invalid usage of the first argument of errx
by Ryota Ozaki
· 15 years ago
a16c174
qemu-nbd: Fix return value handling of bdrv_open
by Ryota Ozaki
· 15 years ago
07108b2
read-only: minor cleanup
by Naphtali Sprei
· 15 years ago
f8a8324
win32: pair qemu_memalign() with qemu_vfree()
by Herve Poussineau
· 15 years ago
f5edb01
Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone (and so is BDRV_O_ACCESS). Default value for bdrv_flags (0/zero) is READ-ONLY. Need to explicitly request READ-WRITE.
by Naphtali Sprei
· 15 years ago
22ff51e
qemu-nbd: fix OpenBSD linker warning
by Blue Swirl
· 15 years ago
2bff4b6
Compile qemu-nbd also on OpenBSD and Solaris
by Blue Swirl
· 15 years ago
660f11b
Fix Sparse warnings: "Using plain integer as NULL pointer"
by Blue Swirl
· 16 years ago
8167ee8
Update to a hopefully more future proof FSF address
by Blue Swirl
· 16 years ago
f5de141
Fix warning in qemu-nbd.c
by Anthony Liguori
· 16 years ago
1eec614
toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)
by aliguori
· 16 years ago
d6aa671
qemu-nbd: fix options: -b (--bind) expects an argument (IFACE) (Uri Lublin)
by aliguori
· 16 years ago
fad6cb1
Update FSF address in GPL/LGPL boilerplate
by aurel32
· 16 years ago
b1d8e52
Fix undeclared symbol warnings from sparse
by blueswir1
· 16 years ago
9f7965c
Expand cache= option and use write-through caching by default
by aliguori
· 16 years ago
2798266
qemu-nbd: remove useless parameter from nbd_negotiate() (Laurent Vivier)
by aliguori
· 16 years ago
315bc7a
Allow qemu-nbd --version to show the application name dynamically, by
by ths
· 17 years ago
7581825
Allow QEMU to connect directly to an NBD server, by Laurent Vivier.
by ths
· 17 years ago
3b05a8e
Allow to share a disk image via nbd, by Laurent Vivier.
by ths
· 17 years ago
2f72648
Add a parameter to disable host cache, by Laurent Vivier.
by ths
· 17 years ago
cd831bd
Merge NBD client/server, by Laurent Vivier.
by ths
· 17 years ago
975b092
Cleanup qemu-nbd related code, by Laurent Vivier.
by ths
· 17 years ago
7a5ca86
qemu-nbd tool (Anthony Liguori)
by bellard
· 17 years ago