qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Re: [PATCH] Make page_find() return 0 for too-large address


From: Anthony Liguori
Subject: [Qemu-devel] Re: [PATCH] Make page_find() return 0 for too-large addresses
Date: Fri, 12 Sep 2008 14:50:33 -0500
User-agent: Thunderbird 2.0.0.16 (X11/20080723)

Eduardo Habkost wrote:
On some cases, such as under KVM, tb_invalidate_phys_page_range()
may be called for large addresses, when qemu is configured to more than
4GB of RAM.

On these cases, qemu was crashing because it was using an index too
large for l1_map[], that supports only 32-bit addresses when compiling
without CONFIG_USER_ONLY.

Did you have kqemu enabled in the build? l1_map should be sufficiently large when you have kqemu disabled.

Regards,

Anthony Liguori





reply via email to

[Prev in Thread] Current Thread [Next in Thread]