Am 17.09.2010 18:13, schrieb Laurent Vivier: > This patch allows to reduce the boot time from an NBD server from 225 seconds > to > 5 seconds (time between the "boot cd:0" and the kernel init) for the > following command lines: > > ./qemu-nbd -t ../ISO/debian-500-powerpc-netinst.iso > and > ./ppc-softmmu/qemu-system-ppc -cdrom nbd:localhost:1024 > > This patch combines the reply header and payload send operation. > > Signed-off-by: Laurent Vivier <laur...@vivier.eu> > --- > v2: use NBD_REPLY_SIZE instead of sizeof(struct nbd_reply)
Thanks, applied to the block branch. Kevin