From: Jeremy Fitzhardinge <jeremy@goop.org>
To: Andrew Lyon <andrew.lyon@gmail.com>
Cc: Ian Campbell <Ian.Campbell@eu.citrix.com>,
Boris Derzhavets <bderzhavets@yahoo.com>,
"xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>,
Ian Jackson <Ian.Jackson@eu.citrix.com>
Subject: Re: HVM pvops failures (one more qemu-dm.strace obtained)
Date: Tue, 03 Mar 2009 09:41:36 -0800 [thread overview]
Message-ID: <49AD6BD0.8010006@goop.org> (raw)
In-Reply-To: <f4527be0903030255r3f13810ex76af484c46f23b67@mail.gmail.com>
Andrew Lyon wrote:
> On Thu, Feb 26, 2009 at 11:35 AM, Ian Jackson <Ian.Jackson@eu.citrix.com> wrote:
>
>> Jeremy Fitzhardinge writes ("Re: [Xen-devel] HVM pvops failures (one more qemu-dm.strace obtained)"):
>>
>>> I was hoping Ian J would pop up and say "Its broken like this! Fix it
>>> like this!".
>>>
>> Yes, when I have a moment I'll try it myself but I've been buried in
>> the bowels of a nightmare USB emulation. Soon I'll know whether the
>> latter works and thus whether I have any time to dig into pvops.
>>
>> Ian.
>>
>>
>
> Has anybody made any progress on the qemu-dm / hvm issue with pv_ops?
> I spent most of yesterday going through the strace logs but I cannot
> see why it fails as it does.
>
Thanks for looking into this. The crash is a SIGBUS in qemu, shortly
after an mmap of /proc/xen/privcmd, which is a suspicious combination.
The SIGBUS means we managed to create a mapping where the kernel thinks
there are no backing pages (at least in part). It would be useful to
know if any memory accesses to the privcmd mapping succeed, and what the
offset of the failing one is. (Assuming the SIGBUS is related to a
privcmd mapping at all.)
I don't think privcmd mappings can be completely broken, because the
qemu backend for pvfb works fine, and I assume that uses that path to
map the framebuffer...
Also, have you tried using stub domains? They should have no dependence
on the dom0 kernel at all, so in theory they should work regardless.
J
next prev parent reply other threads:[~2009-03-03 17:41 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-17 9:20 [PATCH] ioemu: Cleanup the code of PCI passthrough Yuji Shimada
2009-02-19 17:13 ` Ian Jackson
2009-02-20 4:55 ` Yuji Shimada
2009-02-23 1:40 ` Yuji Shimada
2009-02-23 5:56 ` Simon Horman
2009-02-23 11:36 ` Ian Jackson
2009-02-23 14:23 ` Boris Derzhavets
2009-02-23 14:53 ` HVM guest question (was Re: [PATCH] ioemu: Cleanup the code of PCI passthrough.) Ian Jackson
2009-02-23 15:09 ` Andrew Lyon
2009-02-23 16:21 ` HVM pvops failures Ian Jackson
2009-02-23 18:47 ` Boris Derzhavets
2009-02-23 19:45 ` Andrew Lyon
2009-02-23 20:02 ` Boris Derzhavets
2009-02-24 0:12 ` Jeremy Fitzhardinge
2009-02-24 11:21 ` HVM pvops failures (one more qemu-dm.strace obtained) Boris Derzhavets
2009-02-24 11:38 ` Boris Derzhavets
2009-02-25 14:28 ` Andrew Lyon
2009-02-25 15:10 ` Boris Derzhavets
2009-02-25 23:57 ` Jeremy Fitzhardinge
2009-02-26 6:47 ` Boris Derzhavets
2009-02-25 15:41 ` Boris Derzhavets
2009-02-25 21:02 ` Jeremy Fitzhardinge
2009-02-26 11:35 ` Ian Jackson
2009-03-03 10:55 ` Andrew Lyon
2009-03-03 11:27 ` Boris Derzhavets
2009-03-03 17:41 ` Jeremy Fitzhardinge [this message]
2009-03-18 8:17 ` Andrew Lyon
2009-03-18 14:42 ` Boris Derzhavets
2009-03-23 14:15 ` Andrew Lyon
2009-03-23 18:07 ` Jeremy Fitzhardinge
2009-02-23 15:36 ` HVM guest question (was Re: [PATCH] ioemu: Cleanup the code of PCI passthrough.) Boris Derzhavets
2009-02-23 16:22 ` Ian Jackson
2009-02-23 17:08 ` Andrew Lyon
2009-02-23 17:38 ` Boris Derzhavets
2009-02-23 15:04 ` Re: [PATCH] ioemu: Cleanup the code of PCI passthrough Andrew Lyon
2009-02-23 22:30 ` Simon Horman
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=49AD6BD0.8010006@goop.org \
--to=jeremy@goop.org \
--cc=Ian.Campbell@eu.citrix.com \
--cc=Ian.Jackson@eu.citrix.com \
--cc=andrew.lyon@gmail.com \
--cc=bderzhavets@yahoo.com \
--cc=xen-devel@lists.xensource.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.