index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
qemu-nbd.c
Age
Commit message (
Expand
)
Author
2014-05-28
qemu-nbd: Don't use qerror_report()
Markus Armbruster
2014-05-24
nbd: Miscellaneous typo fixes.
Hani Benhabiles
2014-05-24
nbd: Close socket on negotiation failure.
Hani Benhabiles
2014-04-22
block: Add errp to bdrv_new()
Kevin Wolf
2014-03-17
qemu-nbd: Fix coverity issues
Paolo Bonzini
2014-02-25
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2014-02-21
nbd: move socket wrappers to qemu-nbd
Paolo Bonzini
2014-02-21
block: Add reference parameter to bdrv_open()
Max Reitz
2014-02-21
block: Change BDS parameter of bdrv_open() to **
Max Reitz
2014-02-20
util: Split out exec_dir from os_find_datadir
Fam Zheng
2013-12-04
qemu-nbd: add doc for option -f
Wenchao Xia
2013-12-04
qemu-nbd: support internal snapshot export
Wenchao Xia
2013-09-12
block: Error parameter for open functions
Max Reitz
2013-08-22
aio / timers: Untangle include files
Alex Bligh
2013-04-15
Add -f FMT / --format FMT arg to qemu-nbd
Daniel P. Berrange
2013-03-15
block: Add options QDict to bdrv_open() prototype
Kevin Wolf
2013-02-22
qemu-nbd: add --discard option
Paolo Bonzini
2012-12-19
block: move include files to include/block/
Paolo Bonzini
2012-11-12
qemu-nbd: initialize main loop before block layer
Paolo Bonzini
2012-09-19
qemu-nbd: rewrite termination conditions to use a state machine
Paolo Bonzini
2012-09-19
nbd: add notification for closing an NBDExport
Paolo Bonzini
2012-09-19
nbd: add reference counting to NBDExport
Paolo Bonzini
2012-09-19
nbd: do not close BlockDriverState in nbd_export_close
Paolo Bonzini
2012-07-24
qemu-nbd: add --cache and --aio options
Paolo Bonzini
2012-07-24
qemu-nbd: reorganize help message
Paolo Bonzini
2012-04-19
nbd: do not include block_int.h
Paolo Bonzini
2012-04-19
nbd: consistently return negative errno values
Paolo Bonzini
2012-04-19
nbd: consistently check for <0 or >=0
Paolo Bonzini
2012-02-17
open /dev/nbd in nbd_client_thread
Paolo Bonzini
2012-02-17
do not chdir(/) in qemu-nbd before opening all files
Michael Tokarev
2012-01-06
qemu-nbd: drop loop which can never loop
Stefan Hajnoczi
2011-12-22
qemu-nbd: move client handling to nbd.c
Paolo Bonzini
2011-12-22
qemu-nbd: use common main loop
Paolo Bonzini
2011-12-22
qemu-nbd: introduce NBDExport
Paolo Bonzini
2011-12-22
qemu-nbd: remove data_size argument to nbd_trip
Paolo Bonzini
2011-12-22
qemu-nbd: remove offset argument to nbd_trip
Paolo Bonzini
2011-11-11
qemu-nbd: open the block device after starting the client thread
Paolo Bonzini
2011-11-11
qemu-nbd: fix socket creation race
Paolo Bonzini
2011-11-11
qemu-nbd: print error messages from the daemon through a pipe
Paolo Bonzini
2011-11-11
qemu-nbd: move client to a thread
Paolo Bonzini
2011-11-11
qemu-nbd: rename socket variable
Paolo Bonzini
2011-11-11
qemu-nbd: trap SIGTERM
Paolo Bonzini
2011-09-19
nbd: support feature negotiation
Paolo Bonzini
2011-09-09
Fix include statements for qemu-common.h
Stefan Weil
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
2011-06-14
Darwin: Fix compilation warning regarding the deprecated daemon() function
Alexandre Raymond
2011-06-08
block: clarify the meaning of BDRV_O_NOCACHE
Christoph Hellwig
2010-12-17
Remove NULL checks for bdrv_new return value
Kevin Wolf
2010-09-21
nbd: correctly manage default port
Laurent Vivier
2010-09-21
use qemu_blockalign consistently
Christoph Hellwig
[next]