https://bugzilla.kernel.org/show_bug.cgi?id=38672
Rafael J. Wysocki changed:
What|Removed |Added
Status|RESOLVED|CLOSED
--
Configure bugmail: htt
https://bugzilla.kernel.org/show_bug.cgi?id=38672
Rafael J. Wysocki changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugzilla.kernel.org/show_bug.cgi?id=38672
Rafael J. Wysocki changed:
What|Removed |Added
CC||flor...@mickler.org,
https://bugzilla.kernel.org/show_bug.cgi?id=38672
--- Comment #9 from Avi Kivity 2011-07-06 16:39:39 ---
Please post the fix on qemu-de...@nongnu.org, with a signed-off-by line.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail be
https://bugzilla.kernel.org/show_bug.cgi?id=38672
--- Comment #8 from Steve 2011-07-06 11:45:19 ---
Should someone commit fix from comment #6 solving reported bug ?
Thank you for your time.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving
https://bugzilla.kernel.org/show_bug.cgi?id=38672
--- Comment #7 from Steve 2011-07-05 23:54:31 ---
After applying above simple fix all tested guests started & running correctly.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail b
https://bugzilla.kernel.org/show_bug.cgi?id=38672
--- Comment #6 from Steve 2011-07-05 23:44:45 ---
Here is bug (xen-mapcache.c):
void qemu_map_cache_init(void)
{
->mapcache->entry = qemu_mallocz(size);
should be:
mapcache->entry = qemu_mallocz(size*sizeof(MapCacheEntry));
}
https://bugzilla.kernel.org/show_bug.cgi?id=38672
--- Comment #5 from Steve 2011-07-05 23:00:47 ---
I tested reported bug on more servers also with kernel 3.0.0-rc6+ -> same
result.
git bisect result:
6506e4f995967b1a48cc34418c77b318df92ce35 is the first bad commit
commit 6506e4f995967b1a4
https://bugzilla.kernel.org/show_bug.cgi?id=38672
--- Comment #4 from Steve 2011-07-03 01:00:44 ---
You should have KVM guest with more than 4 GB memory.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are w
https://bugzilla.kernel.org/show_bug.cgi?id=38672
--- Comment #3 from Steve 2011-07-03 00:48:13 ---
Here is result:
6506e4f995967b1a48cc34418c77b318df92ce35 is the first bad commit
commit 6506e4f995967b1a48cc34418c77b318df92ce35
Author: Stefano Stabellini
Date: Thu May 19 18:35:44 2011 +
https://bugzilla.kernel.org/show_bug.cgi?id=38672
--- Comment #2 from Steve 2011-07-02 09:04:56 ---
(In reply to comment #1)
> Reply-To: jan.kis...@web.de
>
> On 2011-07-02 08:56, bugzilla-dae...@bugzilla.kernel.org wrote:
> > https://bugzilla.kernel.org/show_bug.cgi?id=38672
> >
> >
https://bugzilla.kernel.org/show_bug.cgi?id=38672
--- Comment #1 from Anonymous Emailer
2011-07-02 08:24:18 ---
Reply-To: jan.kis...@web.de
On 2011-07-02 08:56, bugzilla-dae...@bugzilla.kernel.org wrote:
> https://bugzilla.kernel.org/show_bug.cgi?id=38672
>
>Summary: KVM guest
12 matches
Mail list logo