Re: [Qemu-devel] OpenBSD build broken by 8238010b

2013-01-19 Thread Paolo Bonzini
> I'm getting this error: > CC block/raw-posix.o > /src/qemu/block/raw-posix.c:1458: error: 'hdev_aio_discard' > undeclared here (not in a function) > > It looks like the function is only defined for Linux. Andreas already sent a small patch to fix this. http://permalink.gmane.org/gmane.comp.em

[Qemu-devel] OpenBSD build broken by 8238010b

2013-01-19 Thread Blue Swirl
I'm getting this error: CCblock/raw-posix.o /src/qemu/block/raw-posix.c:1458: error: 'hdev_aio_discard' undeclared here (not in a function) It looks like the function is only defined for Linux.