From: bugzilla-daemon@bugzilla.kernel.org
To: kvm@vger.kernel.org
Subject: [Bug 38672] KVM guest boot crashed
Date: Tue, 5 Jul 2011 23:44:46 GMT [thread overview]
Message-ID: <201107052344.p65Nikpe029815@demeter2.kernel.org> (raw)
In-Reply-To: <bug-38672-28872@https.bugzilla.kernel.org/>
https://bugzilla.kernel.org/show_bug.cgi?id=38672
--- Comment #6 from Steve <stefan.bosak@gmail.com> 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));
}
Should somebody commit this fix ?
Thank you for your time.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
next prev parent reply other threads:[~2011-07-05 23:44 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-02 6:56 [Bug 38672] New: KVM guest boot crashed bugzilla-daemon
2011-07-02 7:44 ` Jan Kiszka
2011-07-02 8:24 ` [Bug 38672] " bugzilla-daemon
2011-07-02 9:05 ` bugzilla-daemon
2011-07-03 0:48 ` bugzilla-daemon
2011-07-03 1:00 ` bugzilla-daemon
2011-07-05 23:00 ` bugzilla-daemon
2011-07-05 23:44 ` bugzilla-daemon [this message]
2011-07-05 23:55 ` bugzilla-daemon
2011-07-06 11:45 ` bugzilla-daemon
2011-07-06 16:39 ` bugzilla-daemon
2011-07-06 18:32 ` bugzilla-daemon
2011-07-10 11:07 ` bugzilla-daemon
2011-07-10 11:09 ` bugzilla-daemon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201107052344.p65Nikpe029815@demeter2.kernel.org \
--to=bugzilla-daemon@bugzilla.kernel.org \
--cc=kvm@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox