index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
qemu-nbd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into...
Peter Maydell
2015-02-26
1
-8
/
+4
|
\
|
*
error: Use error_report_err() where appropriate
Markus Armbruster
2015-02-18
1
-8
/
+4
*
|
qemu-nbd: Use blk_new_open() in main()
Max Reitz
2015-02-16
1
-16
/
+9
|
/
*
nbd: Improve error messages
Max Reitz
2015-02-06
1
-1
/
+6
*
qemu-nbd: Use BlockBackend where reasonable
Max Reitz
2014-12-10
1
-5
/
+5
*
nbd: Change external interface to BlockBackend
Max Reitz
2014-12-10
1
-1
/
+1
*
block: Make BlockBackend own its BlockDriverState
Markus Armbruster
2014-10-20
1
-1
/
+0
*
block: Connect BlockBackend to BlockDriverState
Markus Armbruster
2014-10-20
1
-2
/
+2
*
block: New BlockBackend
Markus Armbruster
2014-10-20
1
-1
/
+4
*
block: Split bdrv_new_root() off bdrv_new()
Markus Armbruster
2014-10-20
1
-1
/
+1
*
block: Drop superfluous conditionals around qemu_opts_del()
Markus Armbruster
2014-10-03
1
-3
/
+1
*
qemu-nbd: Destroy the BlockDriverState properly
Markus Armbruster
2014-09-25
1
-1
/
+1
*
async: aio_context_new(): Handle event_notifier_init failure
Chrysostomos Nanakos
2014-09-22
1
-1
/
+5
*
qemu-nbd: fix indentation and coding style
Peter Lieven
2014-09-08
1
-36
/
+39
*
qemu-nbd: add option to set detect-zeroes mode
Peter Lieven
2014-09-08
1
-0
/
+25
*
nbd: Shutdown socket before closing.
Hani Benhabiles
2014-06-30
1
-0
/
+1
*
qemu-nbd: Don't use qerror_report()
Markus Armbruster
2014-05-28
1
-3
/
+3
*
nbd: Miscellaneous typo fixes.
Hani Benhabiles
2014-05-24
1
-1
/
+1
*
nbd: Close socket on negotiation failure.
Hani Benhabiles
2014-05-24
1
-1
/
+3
*
block: Add errp to bdrv_new()
Kevin Wolf
2014-04-22
1
-1
/
+2
*
qemu-nbd: Fix coverity issues
Paolo Bonzini
2014-03-17
1
-4
/
+13
*
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2014-02-25
1
-1
/
+53
|
\
|
*
nbd: move socket wrappers to qemu-nbd
Paolo Bonzini
2014-02-21
1
-0
/
+52
|
*
block: Add reference parameter to bdrv_open()
Max Reitz
2014-02-21
1
-1
/
+1
|
*
block: Change BDS parameter of bdrv_open() to **
Max Reitz
2014-02-21
1
-1
/
+1
*
|
util: Split out exec_dir from os_find_datadir
Fam Zheng
2014-02-20
1
-0
/
+1
|
/
*
qemu-nbd: add doc for option -f
Wenchao Xia
2013-12-04
1
-0
/
+1
*
qemu-nbd: support internal snapshot export
Wenchao Xia
2013-12-04
1
-2
/
+44
*
block: Error parameter for open functions
Max Reitz
2013-09-12
1
-2
/
+4
*
aio / timers: Untangle include files
Alex Bligh
2013-08-22
1
-0
/
+1
*
Add -f FMT / --format FMT arg to qemu-nbd
Daniel P. Berrange
2013-04-15
1
-2
/
+18
*
block: Add options QDict to bdrv_open() prototype
Kevin Wolf
2013-03-15
1
-1
/
+1
*
qemu-nbd: add --discard option
Paolo Bonzini
2013-02-22
1
-3
/
+15
*
block: move include files to include/block/
Paolo Bonzini
2012-12-19
1
-2
/
+2
*
qemu-nbd: initialize main loop before block layer
Paolo Bonzini
2012-11-12
1
-1
/
+1
*
qemu-nbd: rewrite termination conditions to use a state machine
Paolo Bonzini
2012-09-19
1
-10
/
+27
*
nbd: add notification for closing an NBDExport
Paolo Bonzini
2012-09-19
1
-1
/
+1
*
nbd: add reference counting to NBDExport
Paolo Bonzini
2012-09-19
1
-0
/
+2
*
nbd: do not close BlockDriverState in nbd_export_close
Paolo Bonzini
2012-09-19
1
-0
/
+1
*
qemu-nbd: add --cache and --aio options
Paolo Bonzini
2012-07-24
1
-2
/
+40
*
qemu-nbd: reorganize help message
Paolo Bonzini
2012-07-24
1
-11
/
+22
*
nbd: do not include block_int.h
Paolo Bonzini
2012-04-19
1
-2
/
+2
*
nbd: consistently return negative errno values
Paolo Bonzini
2012-04-19
1
-7
/
+8
*
nbd: consistently check for <0 or >=0
Paolo Bonzini
2012-04-19
1
-13
/
+13
*
open /dev/nbd in nbd_client_thread
Paolo Bonzini
2012-02-17
1
-18
/
+16
*
do not chdir(/) in qemu-nbd before opening all files
Michael Tokarev
2012-02-17
1
-1
/
+7
*
qemu-nbd: drop loop which can never loop
Stefan Hajnoczi
2012-01-06
1
-6
/
+4
*
qemu-nbd: move client handling to nbd.c
Paolo Bonzini
2011-12-22
1
-10
/
+4
*
qemu-nbd: use common main loop
Paolo Bonzini
2011-12-22
1
-67
/
+45
*
qemu-nbd: introduce NBDExport
Paolo Bonzini
2011-12-22
1
-10
/
+5
[next]