Re: [Qemu-devel] [PATCH 0/2] real host page API

2015-06-25 Thread Alex Williamson
On Wed, 2015-06-24 at 12:10 +0200, Paolo Bonzini wrote: > > On 24/06/2015 06:29, Peter Crosthwaite wrote: > > Ping! > > > > Can this go via the TCG queue, is there something for VFIO, or can > > Peter pick it up as a between-the-maintainerships straggler? > > > > Regards, > > Peter > > > > On F

Re: [Qemu-devel] [PATCH 0/2] real host page API

2015-06-24 Thread Paolo Bonzini
On 24/06/2015 06:29, Peter Crosthwaite wrote: > Ping! > > Can this go via the TCG queue, is there something for VFIO, or can > Peter pick it up as a between-the-maintainerships straggler? > > Regards, > Peter > > On Fri, Jun 5, 2015 at 11:17 PM, Peter Crosthwaite > wrote: >> Hi All, >> >> As

Re: [Qemu-devel] [PATCH 0/2] real host page API

2015-06-23 Thread Peter Crosthwaite
Ping! Can this go via the TCG queue, is there something for VFIO, or can Peter pick it up as a between-the-maintainerships straggler? Regards, Peter On Fri, Jun 5, 2015 at 11:17 PM, Peter Crosthwaite wrote: > Hi All, > > As we discussed earlier, the sole use of HOST_PAGE_ALIGN in system > level

Re: [Qemu-devel] [PATCH 0/2] real host page API

2015-06-16 Thread Alexey Kardashevskiy
On 06/06/2015 04:17 PM, Peter Crosthwaite wrote: Hi All, As we discussed earlier, the sole use of HOST_PAGE_ALIGN in system level code should be targeting the "real" host page alignment and not the target-specific HOST_PAGE_ALIGN. This complete the API for REAL_HOST_PAGE_ALIGN and friends that

[Qemu-devel] [PATCH 0/2] real host page API

2015-06-05 Thread Peter Crosthwaite
Hi All, As we discussed earlier, the sole use of HOST_PAGE_ALIGN in system level code should be targeting the "real" host page alignment and not the target-specific HOST_PAGE_ALIGN. This complete the API for REAL_HOST_PAGE_ALIGN and friends that can be use the same way as HOST_PAGE_ALIGN in syste