|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] HVM pvops failures
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@xxxxxxxxxxxxx>
> 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.)
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.
Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] [PATCH] ioemu: Cleanup the code of PCI passthrough., Yuji Shimada
- [Xen-devel] Re: [PATCH] ioemu: Cleanup the code of PCI passthrough., Ian Jackson
- Re: [Xen-devel] Re: [PATCH] ioemu: Cleanup the code of PCI passthrough., Yuji Shimada
- Re: [Xen-devel] Re: [PATCH] ioemu: Cleanup the code of PCI passthrough., Yuji Shimada
- Re: [Xen-devel] Re: [PATCH] ioemu: Cleanup the code of PCI passthrough., Simon Horman
- Re: [Xen-devel] Re: [PATCH] ioemu: Cleanup the code of PCI passthrough., Ian Jackson
- Re: [Xen-devel] Re: [PATCH] ioemu: Cleanup the code of PCI passthrough., Boris Derzhavets
- Re: [Xen-devel] HVM guest question (was Re: [PATCH] ioemu: Cleanup the code of PCI passthrough.), Ian Jackson
- Re: [Xen-devel] HVM guest question (was Re: [PATCH] ioemu: Cleanup the code of PCI passthrough.), Andrew Lyon
- Re: [Xen-devel] HVM pvops failures,
Ian Jackson <=
- Re: [Xen-devel] HVM pvops failures, Boris Derzhavets
- Re: [Xen-devel] HVM pvops failures, Jeremy Fitzhardinge
- Message not available
- Re: [Xen-devel] HVM pvops failures (one more qemu-dm.strace obtained), Andrew Lyon
- Re: [Xen-devel] HVM pvops failures (one more qemu-dm.strace obtained), Boris Derzhavets
- Re: [Xen-devel] HVM pvops failures (one more qemu-dm.strace obtained), Jeremy Fitzhardinge
- Re: [Xen-devel] HVM pvops failures (one more qemu-dm.strace obtained), Boris Derzhavets
- Re: [Xen-devel] HVM pvops failures (one more qemu-dm.strace obtained), Boris Derzhavets
- Re: [Xen-devel] HVM pvops failures (one more qemu-dm.strace obtained), Jeremy Fitzhardinge
- Re: [Xen-devel] HVM pvops failures (one more qemu-dm.strace obtained), Ian Jackson
- Re: [Xen-devel] HVM guest question (was Re: [PATCH] ioemu: Cleanup the code of PCI passthrough.), Boris Derzhavets
|
|
|
|
|