qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Test report for xen-unstable and qemu-xen


From: Laszlo Ersek
Subject: Re: [Qemu-devel] Test report for xen-unstable and qemu-xen
Date: Wed, 14 Aug 2013 11:56:34 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130621 Thunderbird/17.0.7

On 08/14/13 11:19, Fabio Fantoni wrote:

> Tried with qemu 1.4.2 and it works also with 4 gb of ram.
> This ram regression seems to be introduced with qemu 1.5, and there is
> another regression more critical with qemu 1.6.

Can you save qemu's stderr for the 1.5->1.6 regression?

> Tried to add seabios debug options to domU xl configuration file...
> 
> device_model_args=["-chardev
> stdio,id=seabios","-device","isa-debugcon,iobase=0x402,chardev=seabios"]
> 
> But it doesn't boot
> 
> /var/log/xen/qemu-dm-W7.log
> qemu-system-x86_64: -chardev stdio,id=seabios: invalid option

That's probably because you forgot to break up this option into
separate python list entries:

device_model_args=["-chardev", "stdio,id=seabios", "-device", 
"isa-debugcon,iobase=0x402,chardev=seabios"]

Laszlo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]