Re: [PATCH] ARM: KVM: Fix size check in __coherent_cache_guest_page

2015-02-15 Thread Christoffer Dall
On Fri, Feb 13, 2015 at 11:07:17PM +0100, Paolo Bonzini wrote: On 13/02/2015 05:57, Christoffer Dall wrote: On Sat, Feb 07, 2015 at 10:21:20PM +0100, Jan Kiszka wrote: From: Jan Kiszka jan.kis...@siemens.com The check is supposed to catch page-unaligned sizes, not the inverse.

Re: [PATCH] ARM: KVM: Fix size check in __coherent_cache_guest_page

2015-02-13 Thread Paolo Bonzini
On 13/02/2015 05:57, Christoffer Dall wrote: On Sat, Feb 07, 2015 at 10:21:20PM +0100, Jan Kiszka wrote: From: Jan Kiszka jan.kis...@siemens.com The check is supposed to catch page-unaligned sizes, not the inverse. Signed-off-by: Jan Kiszka jan.kis...@siemens.com Thanks, applied.

Re: [PATCH] ARM: KVM: Fix size check in __coherent_cache_guest_page

2015-02-12 Thread Christoffer Dall
On Sat, Feb 07, 2015 at 10:21:20PM +0100, Jan Kiszka wrote: From: Jan Kiszka jan.kis...@siemens.com The check is supposed to catch page-unaligned sizes, not the inverse. Signed-off-by: Jan Kiszka jan.kis...@siemens.com Thanks, applied. -Christoffer signature.asc Description: Digital

[PATCH] ARM: KVM: Fix size check in __coherent_cache_guest_page

2015-02-07 Thread Jan Kiszka
From: Jan Kiszka jan.kis...@siemens.com The check is supposed to catch page-unaligned sizes, not the inverse. Signed-off-by: Jan Kiszka jan.kis...@siemens.com --- That resolves the crash, but the guest still doesn't boot (it does when removing -enable-kvm). Examining later.