Sign in
qemu
/
qemu
/
6c1b663c4c3725bc4bc33f78ed266ddef80a2ca8
/
qemu-nbd.c
9ba10c9
block: Make BlockBackend own its BlockDriverState
by Markus Armbruster
· 10 years ago
7e7d56d
block: Connect BlockBackend to BlockDriverState
by Markus Armbruster
· 10 years ago
26f54e9
block: New BlockBackend
by Markus Armbruster
· 10 years ago
e4e9986
block: Split bdrv_new_root() off bdrv_new()
by Markus Armbruster
· 10 years ago
fbf28a4
block: Drop superfluous conditionals around qemu_opts_del()
by Markus Armbruster
· 10 years ago
e5d7bbe
qemu-nbd: Destroy the BlockDriverState properly
by Markus Armbruster
· 10 years ago
2f78e49
async: aio_context_new(): Handle event_notifier_init failure
by Chrysostomos Nanakos
· 10 years ago
713cc67
qemu-nbd: fix indentation and coding style
by Peter Lieven
· 11 years ago
b3838a4
qemu-nbd: add option to set detect-zeroes mode
by Peter Lieven
· 11 years ago
27e5eae
nbd: Shutdown socket before closing.
by Hani Benhabiles
· 11 years ago
3775ec6
qemu-nbd: Don't use qerror_report()
by Markus Armbruster
· 11 years ago
5672ee5
nbd: Miscellaneous typo fixes.
by Hani Benhabiles
· 11 years ago
36af599
nbd: Close socket on negotiation failure.
by Hani Benhabiles
· 11 years ago
98522f6
block: Add errp to bdrv_new()
by Kevin Wolf
· 11 years ago
0c544d7
qemu-nbd: Fix coverity issues
by Paolo Bonzini
· 11 years ago
e7a1d6c
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
by Peter Maydell
· 11 years ago
537b41f
nbd: move socket wrappers to qemu-nbd
by Paolo Bonzini
· 11 years ago
ddf5636
block: Add reference parameter to bdrv_open()
by Max Reitz
· 11 years ago
f67503e
block: Change BDS parameter of bdrv_open() to **
by Max Reitz
· 11 years ago
10f5bff
util: Split out exec_dir from os_find_datadir
by Fam Zheng
· 11 years ago
4323fdc
qemu-nbd: add doc for option -f
by Wenchao Xia
· 11 years ago
8c116b0
qemu-nbd: support internal snapshot export
by Wenchao Xia
· 11 years ago
34b5d2c
block: Error parameter for open functions
by Max Reitz
· 11 years ago
6a1751b
aio / timers: Untangle include files
by Alex Bligh
· 12 years ago
e6b6367
Add -f FMT / --format FMT arg to qemu-nbd
by Daniel P. Berrange
· 12 years ago
de9c0ce
block: Add options QDict to bdrv_open() prototype
by Kevin Wolf
· 12 years ago
ded9d2d
qemu-nbd: add --discard option
by Paolo Bonzini
· 12 years ago
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
· 13 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