On Sun, Jul 7, 2013 at 7:00 PM, Sasha Levin <sasha.levin@xxxxxxxxxx> wrote: > Commit "kvm tools: virtio: remove hardcoded assumptions > about guest page size" has introduced a bug that prevented > guests with more than 4gb of ram from booting. > > The issue is that 'pfn' is a 32bit integer, so when multiplying > it by page size to get the actual page will cause an overflow if > the pfn referred to a memory area above 4gb. > > Signed-off-by: Sasha Levin <sasha.levin@xxxxxxxxxx> Will, Michael, Asias, good to merge? -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html