Re: [Qemu-devel] [PATCH] block: char devices on FreeBSD are not behind a pager

2014-10-21 Thread Kevin Wolf
Am 21.10.2014 um 10:14 hat Roger Pau Monné geschrieben: > El 20/10/14 a les 19.22, Kevin Wolf ha escrit: > > Am 20.10.2014 um 18:39 hat Roger Pau Monne geschrieben: > >> Acknowledge this and forcefully set BDRV_O_NOCACHE and O_DIRECT in order to > >> force QEMU to use aligned buffers. > >> > >> Sig

Re: [Qemu-devel] [PATCH] block: char devices on FreeBSD are not behind a pager

2014-10-21 Thread Roger Pau Monné
El 20/10/14 a les 19.22, Kevin Wolf ha escrit: > Am 20.10.2014 um 18:39 hat Roger Pau Monne geschrieben: >> Acknowledge this and forcefully set BDRV_O_NOCACHE and O_DIRECT in order to >> force QEMU to use aligned buffers. >> >> Signed-off-by: Roger Pau Monné >> Cc: Kevin Wolf >> Cc: Stefan Hajnoc

Re: [Qemu-devel] [PATCH] block: char devices on FreeBSD are not behind a pager

2014-10-20 Thread Kevin Wolf
Am 20.10.2014 um 18:39 hat Roger Pau Monne geschrieben: > Acknowledge this and forcefully set BDRV_O_NOCACHE and O_DIRECT in order to > force QEMU to use aligned buffers. > > Signed-off-by: Roger Pau Monné > Cc: Kevin Wolf > Cc: Stefan Hajnoczi > --- > block/raw-posix.c | 12 > 1

[Qemu-devel] [PATCH] block: char devices on FreeBSD are not behind a pager

2014-10-20 Thread Roger Pau Monne
Acknowledge this and forcefully set BDRV_O_NOCACHE and O_DIRECT in order to force QEMU to use aligned buffers. Signed-off-by: Roger Pau Monné Cc: Kevin Wolf Cc: Stefan Hajnoczi --- block/raw-posix.c | 12 1 file changed, 12 insertions(+) diff --git a/block/raw-posix.c b/block/raw