Re: [Qemu-devel] [PATCH v4 3/8] nbd: Expose constants and structs for structured read

2017-10-16 Thread Eric Blake
On 10/16/2017 03:49 AM, Vladimir Sementsov-Ogievskiy wrote: > 15.10.2017 04:01, Eric Blake wrote: >> Upcoming patches will implement the NBD structured reply >> extension [1] for both client and server roles.  Declare the >> constants, structs, and lookup routines that will be valuable >> whether t

Re: [Qemu-devel] [PATCH v4 3/8] nbd: Expose constants and structs for structured read

2017-10-16 Thread Vladimir Sementsov-Ogievskiy
15.10.2017 04:01, Eric Blake wrote: Upcoming patches will implement the NBD structured reply extension [1] for both client and server roles. Declare the constants, structs, and lookup routines that will be valuable whether the server or client code is backported in isolation. This includes movi

[Qemu-devel] [PATCH v4 3/8] nbd: Expose constants and structs for structured read

2017-10-14 Thread Eric Blake
Upcoming patches will implement the NBD structured reply extension [1] for both client and server roles. Declare the constants, structs, and lookup routines that will be valuable whether the server or client code is backported in isolation. This includes moving one constant from an internal heade