Re: [Qemu-devel] [PATCH 1/3] Fix chrdev return value conversion

2011-07-25 Thread Kevin Wolf
Am 23.07.2011 23:24, schrieb Blue Swirl: > 6e1db57b2ac9025c2443c665a0d9e78748637b26 didn't > convert brlapi or win32 chrdevs, breaking build for those. > > Fix by converting the chrdevs. > > Signed-off-by: Blue Swirl Sorry, I should have run a mingw build after touching this code. Acked-by: Ke

[Qemu-devel] [PATCH 1/3] Fix chrdev return value conversion

2011-07-23 Thread Blue Swirl
6e1db57b2ac9025c2443c665a0d9e78748637b26 didn't convert brlapi or win32 chrdevs, breaking build for those. Fix by converting the chrdevs. Signed-off-by: Blue Swirl --- hw/baum.h |2 +- qemu-char.c |7 --- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/hw/baum.h b/h