54 Commits (14117c7ba1f2b70a167cb8e4546ee5ec24af3cc9)

Author SHA1 Message Date
Paolo Bonzini 38ceff0412 nbd: do not include block_int.h 14 years ago
Paolo Bonzini 185b43386a nbd: consistently return negative errno values 14 years ago
Paolo Bonzini fc19f8a02e nbd: consistently check for <0 or >=0 14 years ago
Paolo Bonzini a6ac2313a8 open /dev/nbd in nbd_client_thread 15 years ago
Michael Tokarev 9faf31b68f do not chdir(/) in qemu-nbd before opening all files 14 years ago
Stefan Hajnoczi dc10e8b3c5 qemu-nbd: drop loop which can never loop 14 years ago
Paolo Bonzini 1743b51586 qemu-nbd: move client handling to nbd.c 15 years ago
Paolo Bonzini a61c67828d qemu-nbd: use common main loop 15 years ago
Paolo Bonzini af49bbbe78 qemu-nbd: introduce NBDExport 15 years ago
Paolo Bonzini 3777b09fd7 qemu-nbd: remove data_size argument to nbd_trip 15 years ago
Paolo Bonzini 94607e7a77 qemu-nbd: remove offset argument to nbd_trip 15 years ago
Paolo Bonzini 802ddc375a qemu-nbd: open the block device after starting the client thread 15 years ago
Paolo Bonzini f1ef5555c2 qemu-nbd: fix socket creation race 15 years ago
Paolo Bonzini c1f8fdc362 qemu-nbd: print error messages from the daemon through a pipe 15 years ago
Paolo Bonzini a517e88baa qemu-nbd: move client to a thread 15 years ago
Paolo Bonzini b32f6c28d5 qemu-nbd: rename socket variable 15 years ago
Paolo Bonzini bb345110f0 qemu-nbd: trap SIGTERM 15 years ago
Paolo Bonzini b90fb4b8f5 nbd: support feature negotiation 15 years ago
Stefan Weil 5a61cb60d6 Fix include statements for qemu-common.h 15 years ago
Anthony Liguori 7267c0947d Use glib memory allocation and free functions 15 years ago
Alexandre Raymond f97742d0d3 Darwin: Fix compilation warning regarding the deprecated daemon() function 15 years ago
Christoph Hellwig a659979328 block: clarify the meaning of BDRV_O_NOCACHE 15 years ago
Kevin Wolf ad7171394f Remove NULL checks for bdrv_new return value 16 years ago
Laurent Vivier c2e2872bf4 nbd: correctly manage default port 16 years ago
Christoph Hellwig 72aef7318f use qemu_blockalign consistently 16 years ago
Jes Sorensen e301b13d6a Respect return value from nbd_client() 16 years ago
Jes Sorensen 0a4eb864e3 Remove unused argument for nbd_client() 16 years ago
Laurent Vivier 1d45f8b542 nbd: Introduce NBD named exports. 16 years ago
Ryota Ozaki cb7cf0e3f4 qemu-nbd: Improve error reporting 16 years ago
Kevin Wolf d6e9098e10 Replace calls of old bdrv_open 16 years ago
Ryota Ozaki b6353bea57 qemu-nbd: Fix invalid usage of the first argument of errx 16 years ago
Ryota Ozaki a16c174c51 qemu-nbd: Fix return value handling of bdrv_open 16 years ago
Naphtali Sprei 07108b29c5 read-only: minor cleanup 16 years ago
Herve Poussineau f8a83245d9 win32: pair qemu_memalign() with qemu_vfree() 16 years ago
Naphtali Sprei f5edb014ed 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. 16 years ago
Blue Swirl 22ff51ee64 qemu-nbd: fix OpenBSD linker warning 17 years ago
Blue Swirl 2bff4b6fbe Compile qemu-nbd also on OpenBSD and Solaris 17 years ago
Blue Swirl 660f11be54 Fix Sparse warnings: "Using plain integer as NULL pointer" 17 years ago
Blue Swirl 8167ee8839 Update to a hopefully more future proof FSF address 17 years ago
Anthony Liguori f5de141b34 Fix warning in qemu-nbd.c 17 years ago
aliguori 1eec614b36 toplevel: remove error handling from qemu_malloc() callers (Avi Kivity) 17 years ago
aliguori d6aa671f18 qemu-nbd: fix options: -b (--bind) expects an argument (IFACE) (Uri Lublin) 17 years ago
aurel32 fad6cb1a56 Update FSF address in GPL/LGPL boilerplate 17 years ago
blueswir1 b1d8e52e63 Fix undeclared symbol warnings from sparse 18 years ago
aliguori 9f7965c7e9 Expand cache= option and use write-through caching by default 18 years ago
aliguori 279826619d qemu-nbd: remove useless parameter from nbd_negotiate() (Laurent Vivier) 18 years ago
ths 315bc7aa0e Allow qemu-nbd --version to show the application name dynamically, by 18 years ago
ths 75818250ba Allow QEMU to connect directly to an NBD server, by Laurent Vivier. 18 years ago
ths 3b05a8e91b Allow to share a disk image via nbd, by Laurent Vivier. 18 years ago
ths 2f7264888a Add a parameter to disable host cache, by Laurent Vivier. 18 years ago