index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
qemu-nbd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-17
open /dev/nbd in nbd_client_thread
Paolo Bonzini
1
-18
/
+16
2012-02-17
do not chdir(/) in qemu-nbd before opening all files
Michael Tokarev
1
-1
/
+7
2012-01-06
qemu-nbd: drop loop which can never loop
Stefan Hajnoczi
1
-6
/
+4
2011-12-22
qemu-nbd: move client handling to nbd.c
Paolo Bonzini
1
-10
/
+4
2011-12-22
qemu-nbd: use common main loop
Paolo Bonzini
1
-67
/
+45
2011-12-22
qemu-nbd: introduce NBDExport
Paolo Bonzini
1
-10
/
+5
2011-12-22
qemu-nbd: remove data_size argument to nbd_trip
Paolo Bonzini
1
-3
/
+1
2011-12-22
qemu-nbd: remove offset argument to nbd_trip
Paolo Bonzini
1
-2
/
+1
2011-11-11
qemu-nbd: open the block device after starting the client thread
Paolo Bonzini
1
-17
/
+17
2011-11-11
qemu-nbd: fix socket creation race
Paolo Bonzini
1
-15
/
+15
2011-11-11
qemu-nbd: print error messages from the daemon through a pipe
Paolo Bonzini
1
-9
/
+59
2011-11-11
qemu-nbd: move client to a thread
Paolo Bonzini
1
-80
/
+93
2011-11-11
qemu-nbd: rename socket variable
Paolo Bonzini
1
-13
/
+12
2011-11-11
qemu-nbd: trap SIGTERM
Paolo Bonzini
1
-5
/
+29
2011-09-19
nbd: support feature negotiation
Paolo Bonzini
1
-7
/
+6
2011-09-09
Fix include statements for qemu-common.h
Stefan Weil
1
-1
/
+1
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-2
/
+2
2011-06-14
Darwin: Fix compilation warning regarding the deprecated daemon() function
Alexandre Raymond
1
-1
/
+1
2011-06-08
block: clarify the meaning of BDRV_O_NOCACHE
Christoph Hellwig
1
-1
/
+1
2010-12-17
Remove NULL checks for bdrv_new return value
Kevin Wolf
1
-2
/
+0
2010-09-21
nbd: correctly manage default port
Laurent Vivier
1
-3
/
+3
2010-09-21
use qemu_blockalign consistently
Christoph Hellwig
1
-1
/
+1
2010-09-08
Merge remote branch 'kwolf/for-anthony' into staging
Anthony Liguori
1
-1
/
+3
2010-09-04
Respect return value from nbd_client()
Jes Sorensen
1
-1
/
+4
2010-09-04
Remove unused argument for nbd_client()
Jes Sorensen
1
-1
/
+1
2010-08-30
nbd: Introduce NBD named exports.
Laurent Vivier
1
-1
/
+3
2010-05-17
qemu-nbd: Improve error reporting
Ryota Ozaki
1
-10
/
+24
2010-04-23
Replace calls of old bdrv_open
Kevin Wolf
1
-1
/
+1
2010-03-27
qemu-nbd: Fix invalid usage of the first argument of errx
Ryota Ozaki
1
-17
/
+17
2010-03-27
qemu-nbd: Fix return value handling of bdrv_open
Ryota Ozaki
1
-1
/
+1
2010-03-17
read-only: minor cleanup
Naphtali Sprei
1
-0
/
+1
2010-01-26
win32: pair qemu_memalign() with qemu_vfree()
Herve Poussineau
1
-1
/
+1
2010-01-20
Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone...
Naphtali Sprei
1
-1
/
+1
2009-12-23
qemu-nbd: fix OpenBSD linker warning
Blue Swirl
1
-1
/
+2
2009-12-23
Compile qemu-nbd also on OpenBSD and Solaris
Blue Swirl
1
-0
/
+1
2009-07-31
Fix Sparse warnings: "Using plain integer as NULL pointer"
Blue Swirl
1
-16
/
+16
2009-07-16
Update to a hopefully more future proof FSF address
Blue Swirl
1
-2
/
+1
2009-06-15
Fix warning in qemu-nbd.c
Anthony Liguori
1
-2
/
+6
2009-02-05
toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
1
-2
/
+0
2009-01-08
qemu-nbd: fix options: -b (--bind) expects an argument (IFACE) (Uri Lublin)
aliguori
1
-1
/
+1
2009-01-04
Update FSF address in GPL/LGPL boilerplate
aurel32
1
-1
/
+1
2008-10-26
Fix undeclared symbol warnings from sparse
blueswir1
1
-1
/
+1
2008-10-14
Expand cache= option and use write-through caching by default
aliguori
1
-1
/
+1
2008-09-10
qemu-nbd: remove useless parameter from nbd_negotiate() (Laurent Vivier)
aliguori
1
-1
/
+1
2008-07-18
Allow qemu-nbd --version to show the application name dynamically, by
ths
1
-2
/
+2
2008-07-03
Allow QEMU to connect directly to an NBD server, by Laurent Vivier.
ths
1
-2
/
+8
2008-07-03
Allow to share a disk image via nbd, by Laurent Vivier.
ths
1
-21
/
+75
2008-07-03
Add a parameter to disable host cache, by Laurent Vivier.
ths
1
-5
/
+17
2008-07-03
Merge NBD client/server, by Laurent Vivier.
ths
1
-4
/
+135
2008-07-02
Cleanup qemu-nbd related code, by Laurent Vivier.
ths
1
-1
/
+1
[next]