index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
qemu-nbd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-05
nbd-server: Use a separate BlockBackend
Kevin Wolf
1
-2
/
+2
2016-08-03
nbd: Limit nbdflags to 16 bits
Eric Blake
1
-2
/
+2
2016-06-28
trace: enable tracing in qemu-nbd
Denis V. Lunev
1
-1
/
+18
2016-06-16
nbd: Don't use *_to_cpup() functions
Peter Maydell
1
-2
/
+2
2016-05-20
Use &error_fatal when initializing crypto on qemu-{img,io,nbd}
Eduardo Habkost
1
-4
/
+1
2016-05-19
qemu-common: stop including qemu/bswap.h from qemu-common.h
Paolo Bonzini
1
-0
/
+1
2016-05-12
nbd: Switch to byte-based block access
Eric Blake
1
-4
/
+9
2016-04-28
qom: -object error messages lost location, restore it
Markus Armbruster
1
-2
/
+1
2016-04-15
nbd: fix assert() on qemu-nbd stop
Pavel Butsykin
1
-1
/
+1
2016-04-12
block: initialize qcrypto API at startup
Daniel P. Berrange
1
-0
/
+7
2016-04-08
qemu-nbd: Document -x option
Eric Blake
1
-0
/
+1
2016-03-30
qemu-nbd: Call blk_set_enable_write_cache() explicitly
Kevin Wolf
1
-1
/
+4
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
1
-0
/
+1
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-03-18
qapi: Don't special-case simple union wrappers
Eric Blake
1
-3
/
+3
2016-03-17
blockdev: Split monitor reference from BB creation
Max Reitz
1
-2
/
+2
2016-03-05
util: Shorten references into SocketAddress
Eric Blake
1
-4
/
+5
2016-02-23
all: Clean up includes
Peter Maydell
1
-2
/
+0
2016-02-22
qemu-nbd: use no_argument/required_argument constants
Daniel P. Berrange
1
-25
/
+26
2016-02-22
qemu-nbd: don't overlap long option values with short options
Daniel P. Berrange
1
-7
/
+7
2016-02-22
qemu-nbd: allow specifying image as a set of options args
Daniel P. Berrange
1
-5
/
+38
2016-02-16
nbd: enable use of TLS with qemu-nbd server
Daniel P. Berrange
1
-1
/
+61
2016-02-16
nbd: implement TLS support in the protocol negotiation
Daniel P. Berrange
1
-1
/
+3
2016-02-16
nbd: allow setting of an export name for qemu-nbd server
Daniel P. Berrange
1
-2
/
+12
2016-02-16
nbd: convert to using I/O channels for actual socket I/O
Daniel P. Berrange
1
-7
/
+3
2016-02-16
nbd: convert qemu-nbd server to use I/O channels for connection setup
Daniel P. Berrange
1
-38
/
+53
2016-02-16
qemu-nbd: add support for --object command line arg
Daniel P. Berrange
1
-0
/
+34
2016-02-04
all: Clean up includes
Peter Maydell
1
-4
/
+1
2016-01-15
nbd: Always call "close_fn" in nbd_client_new
Fam Zheng
1
-7
/
+3
2016-01-13
error: Clean up errors with embedded newlines (again)
Markus Armbruster
1
-3
/
+2
2016-01-13
error: Strip trailing '\n' from error string arguments (again)
Markus Armbruster
1
-2
/
+2
2016-01-13
qemu-io qemu-nbd: Use error_report() etc. instead of fprintf()
Markus Armbruster
1
-1
/
+1
2016-01-13
error: Use error_reportf_err() where it makes obvious sense
Markus Armbruster
1
-6
/
+5
2016-01-13
qemu-nbd: Clean up "Failed to load snapshot" error message
Markus Armbruster
1
-9
/
+5
2016-01-13
error: Use error_report_err() instead of ad hoc prints
Markus Armbruster
1
-2
/
+1
2016-01-13
error: Use error_report_err() where appropriate (again)
Markus Armbruster
1
-1
/
+1
2016-01-13
qemu-nbd: Replace BSDism <err.h> by error_report()
Markus Armbruster
1
-44
/
+77
2015-12-17
qapi: Don't let implicit enum MAX member collide
Eric Blake
1
-1
/
+1
2015-11-02
sockets: Convert to new qapi union layout
Eric Blake
1
-8
/
+8
2015-10-16
qemu-nbd: always compile in --aio=MODE option
Stefan Hajnoczi
1
-8
/
+0
2015-09-25
qemu-nbd: convert to use the QAPI SocketAddress object
Daniel P. Berrange
1
-64
/
+38
2015-09-11
Trivial: fix commandline help message
Andrey Korolyov
1
-1
/
+1
2015-08-14
qemu-nbd: remove unnecessary qemu_notify_event()
Paolo Bonzini
1
-1
/
+0
2015-06-22
qerror: Move #include out of qerror.h
Markus Armbruster
1
-0
/
+1
2015-06-22
QemuOpts: Wean off qerror_report_err()
Markus Armbruster
1
-1
/
+2
2015-06-05
qemu-nbd: Switch to qemu_set_fd_handler
Fam Zheng
1
-4
/
+17
2015-03-18
nbd: Set block size to BDRV_SECTOR_SIZE
Max Reitz
1
-3
/
+2
2015-03-18
nbd: Fix potential signed overflow issues
Max Reitz
1
-2
/
+3
2015-03-18
qemu-nbd: fork() can fail
Max Reitz
1
-1
/
+3
2015-03-18
nbd: Handle blk_getlength() failure
Max Reitz
1
-1
/
+9
[next]