Re: [Qemu-devel] [PATCH 2/4] xen: Uninline xen_unmap_block

2011-06-21 Thread Stefano Stabellini
On Tue, 21 Jun 2011, Alexander Graf wrote: > On 21.06.2011, at 08:26, Jan Kiszka wrote: > > > From: Jan Kiszka > > > > No reason to inline this helper. Also, cleaning up the header unbreaks > > non-UNIX building where sys/mman.h is not available. > > Looks good to me. Stefano, please ack. Ac

Re: [Qemu-devel] [PATCH 2/4] xen: Uninline xen_unmap_block

2011-06-21 Thread Alexander Graf
On 21.06.2011, at 08:26, Jan Kiszka wrote: > From: Jan Kiszka > > No reason to inline this helper. Also, cleaning up the header unbreaks > non-UNIX building where sys/mman.h is not available. Looks good to me. Stefano, please ack. Alex

[Qemu-devel] [PATCH 2/4] xen: Uninline xen_unmap_block

2011-06-20 Thread Jan Kiszka
From: Jan Kiszka No reason to inline this helper. Also, cleaning up the header unbreaks non-UNIX building where sys/mman.h is not available. Signed-off-by: Jan Kiszka --- exec.c |1 + xen-mapcache-stub.c |4 xen-mapcache.c |9 + xen-mapcache.h |