Re: [Qemu-devel] [PATCH] Fix vhost_net compilation errors for i386-softmmu target

2010-09-20 Thread Blue Swirl
On Mon, Sep 20, 2010 at 9:36 AM, Michal Novotny wrote: > Hi, > there were compilation errors when I was trying to compile i386-softmmu > target on i386 > host (running on Fedora-13 with development version of qemu downloaded from > git). > > There were errors of comparison of unsigned expression w

[Qemu-devel] [PATCH] Fix vhost_net compilation errors for i386-softmmu target

2010-09-20 Thread Michal Novotny
Hi, there were compilation errors when I was trying to compile i386-softmmu target on i386 host (running on Fedora-13 with development version of qemu downloaded from git). There were errors of comparison of unsigned expression was always true which made it unable to compile. This simple fix