From: Jeremy Fitzhardinge <jeremy@goop.org>
To: Ian Jackson <Ian.Jackson@eu.citrix.com>
Cc: Andrew Lyon <andrew.lyon@gmail.com>,
"xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>,
Ian Campbell <Ian.Campbell@citrix.com>
Subject: Re: HVM pvops failures
Date: Mon, 23 Feb 2009 16:12:18 -0800 [thread overview]
Message-ID: <49A33B62.1050303@goop.org> (raw)
In-Reply-To: <18850.52472.154217.692492@mariner.uk.xensource.com>
[-- Attachment #1: Type: text/plain, Size: 2065 bytes --]
Ian Jackson wrote:
> Andrew Lyon writes ("Re: [Xen-devel] HVM guest question (was Re: [PATCH] ioemu: Cleanup the code of PCI passthrough.)"):
>
>> On Mon, Feb 23, 2009 at 2:53 PM, Ian Jackson <Ian.Jackson@eu.citrix.com> wrote:
>>
>>> These messages are not very surprising. Is it working ?
>>>
>> No, when try to start HVM on Xen unstable with pv_ops kernel I get this error:
>>
>
> Ah. This is rather odd. Normally I would hope that xend would report
> an exit status. (I haven't tried pvops with qemu.)
>
>
Hm, I'm getting:
[2009-02-23 15:26:18 4380] WARNING (image:482) domain win7: device model
failure: pid 5409: died due to signal 7; see /var/log/xen/qemu-dm-win7.log
Hm, signal 7 - SIGBUS. I wonder if
Using stub domains doesn't work either.
> I would suggest running qemu-dm under strace. This can be done easily
> enough with a simple wrapper script, something like:
> #!/bin/sh
> set -e
> exec strace -vvs500 -f -o /root/qemu-dm.strace \
> /usr/lib/xen/bin/qemu-dm "$@"
> and then give the name of the script as device_model in your config file.
>
I see:
...
5079 ioctl(10, EVIOCGKEYCODE, 0x7fffdfd52b70) = 0
5079 clock_gettime(CLOCK_MONOTONIC, {1324, 539747423}) = 0
5079 clock_gettime(CLOCK_MONOTONIC, {1324, 539837298}) = 0
5079 select(14, [3 6 10 11 13], [], [], {0, 10000}) = 1 (in [10], left {0, 9995})
5079 read(10, "\36\0\0\0"..., 4) = 4
5079 write(10, "\36\0\0\0"..., 4) = 4
5079 ioctl(10, EVIOCGKEYCODE, 0x7fffdfd52b70) = 0
5079 clock_gettime(CLOCK_MONOTONIC, {1324, 540495964}) = 0
5079 clock_gettime(CLOCK_MONOTONIC, {1324, 540591278}) = 0
5079 select(14, [3 6 10 11 13], [], [], {0, 10000}) = 1 (in [10], left {0, 9995})
5079 read(10, "\36\0\0\0"..., 4) = 4
5079 write(10, "\36\0\0\0"..., 4) = 4
5079 mmap(NULL, 1048576, PROT_READ|PROT_WRITE, MAP_SHARED, 4, 0) = 0x7f1ad5f2b000
5079 ioctl(4, SNDCTL_DSP_STEREO, 0x7fffdfd52230) = 0
5079 --- SIGBUS (Bus error) @ 0 (0) ---
5157 +++ killed by SIGBUS +++
This mmap and ioctl is from /proc/xen/privcmd.
J
[-- Attachment #2: qemu-dm.strace.gz --]
[-- Type: application/x-gzip, Size: 55627 bytes --]
[-- Attachment #3: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
next prev parent reply other threads:[~2009-02-24 0:12 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 [this message]
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
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=49A33B62.1050303@goop.org \
--to=jeremy@goop.org \
--cc=Ian.Campbell@citrix.com \
--cc=Ian.Jackson@eu.citrix.com \
--cc=andrew.lyon@gmail.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.