On Thu, Jan 05, 2012 at 01:16:07PM +0000, Stefan Hajnoczi wrote: > For some reason nbd_client_thread() has a do..while loop which can never > loop, the condition is bogus because we would take a goto instead. Drop > the loop. > > Reported-by: Dr David Alan Gilbert <davidagilb...@uk.ibm.com> > Signed-off-by: Stefan Hajnoczi <stefa...@linux.vnet.ibm.com> > --- > qemu-nbd.c | 10 ++++------ > 1 files changed, 4 insertions(+), 6 deletions(-)
Applied to the trivial patches -next tree: https://github.com/stefanha/qemu/commits/trivial-patches-next Stefan