From: Jes Sorensen <jes.soren...@redhat.com> Hi,
Given the contention of the previous patch set, this is a stripped down version that doesn't have any of the parts included that got people up in arms. Lets at least start out getting the real bugs fixed and we can look at the other issues in parallel. Cheers, Jes Jes Sorensen (6): Remove unused argument for nbd_client() Respect return value from nbd_client() Fix repeated typo: was "end if list" instead of "end of list" size_t is unsigned, change to ssize_t to handle errors from tight_compress_data() Change DPRINTF() to do{}while(0) to avoid compiler warning load_multiboot(): get_image_size() returns int hw/multiboot.c | 2 +- nbd.c | 4 ++-- nbd.h | 2 +- qemu-config.c | 12 ++++++------ qemu-nbd.c | 5 ++++- slirp/bootp.c | 2 +- ui/vnc-enc-tight.c | 8 ++++---- 7 files changed, 19 insertions(+), 16 deletions(-) -- 1.7.2.2