From: "Michael S. Tsirkin" <mst@redhat.com>
To: Laszlo Ersek <lersek@redhat.com>
Cc: xen-devel <xen-devel@lists.xensource.com>,
Ian Campbell <ian.campbell@citrix.com>,
Stefano Stabellini <Stefano.Stabellini@eu.citrix.com>,
George Dunlap <George.Dunlap@eu.citrix.com>,
seabios <seabios@seabios.org>,
mjt@tls.msk.ru, "qemu-devel@nongnu.org" <qemu-devel@nongnu.org>,
Fabio Fantoni <fabio.fantoni@m2r.biz>,
pkg-qemu-devel@lists.alioth.debian.org,
Kevin O'Connor <kevin@koconnor.net>,
Gerd Hoffmann <kraxel@redhat.com>
Subject: Re: [Qemu-devel] Test report for xen-unstable and qemu-xen
Date: Wed, 14 Aug 2013 14:21:54 +0300 [thread overview]
Message-ID: <20130814112154.GF5315@redhat.com> (raw)
In-Reply-To: <520B6708.5000105@redhat.com>
On Wed, Aug 14, 2013 at 01:16:24PM +0200, Laszlo Ersek wrote:
> On 08/14/13 12:54, Fabio Fantoni wrote:
> > Il 14/08/2013 11:56, Laszlo Ersek ha scritto:
> >> 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
> >>
> >
> > Thanks for your reply and sorry for my very stupid error.
> > I retried with the correct parameters and on both cases (2 gb of ram
> > working and 4gb of ram not working) I get only this one more line on
> > qemu log:
> > Start bios (version debian/1.7.3-1-1-ga76c6f1-dirty-20130813_122010-test)
> >
> > The probable cause is that on xen, seabios doesn't generate some tables
> > but it takes the static ones from hvmloader.
>
> Without having any specifics in mind, maybe this can be attributed to
> the ACPI table move that affects both qemu and seabios, and hvmloader is
> the collateral damage. Probably stuff should be updated in qemu/seabios
> so that hvmloader be happy again. CC'ing Michael...
>
> Of course I might as well be completely off.
>
> Laszlo
Seems unlikely - the ACPI table move code is still in my tree.
--
MST
WARNING: multiple messages have this Message-ID (diff)
From: "Michael S. Tsirkin" <mst@redhat.com>
To: Laszlo Ersek <lersek@redhat.com>
Cc: xen-devel <xen-devel@lists.xensource.com>,
Ian Campbell <ian.campbell@citrix.com>,
Stefano Stabellini <Stefano.Stabellini@eu.citrix.com>,
George Dunlap <George.Dunlap@eu.citrix.com>,
seabios <seabios@seabios.org>,
"qemu-devel@nongnu.org" <qemu-devel@nongnu.org>,
Fabio Fantoni <fabio.fantoni@m2r.biz>,
pkg-qemu-devel@lists.alioth.debian.org,
Gerd Hoffmann <kraxel@redhat.com>
Subject: Re: [Qemu-devel] Test report for xen-unstable and qemu-xen
Date: Wed, 14 Aug 2013 14:21:54 +0300 [thread overview]
Message-ID: <20130814112154.GF5315@redhat.com> (raw)
In-Reply-To: <520B6708.5000105@redhat.com>
On Wed, Aug 14, 2013 at 01:16:24PM +0200, Laszlo Ersek wrote:
> On 08/14/13 12:54, Fabio Fantoni wrote:
> > Il 14/08/2013 11:56, Laszlo Ersek ha scritto:
> >> 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
> >>
> >
> > Thanks for your reply and sorry for my very stupid error.
> > I retried with the correct parameters and on both cases (2 gb of ram
> > working and 4gb of ram not working) I get only this one more line on
> > qemu log:
> > Start bios (version debian/1.7.3-1-1-ga76c6f1-dirty-20130813_122010-test)
> >
> > The probable cause is that on xen, seabios doesn't generate some tables
> > but it takes the static ones from hvmloader.
>
> Without having any specifics in mind, maybe this can be attributed to
> the ACPI table move that affects both qemu and seabios, and hvmloader is
> the collateral damage. Probably stuff should be updated in qemu/seabios
> so that hvmloader be happy again. CC'ing Michael...
>
> Of course I might as well be completely off.
>
> Laszlo
Seems unlikely - the ACPI table move code is still in my tree.
--
MST
next prev parent reply other threads:[~2013-08-14 11:20 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-12 15:04 Test report for xen-unstable and qemu-xen Fabio Fantoni
2013-08-13 9:16 ` [Qemu-devel] " Fabio Fantoni
2013-08-13 9:16 ` Fabio Fantoni
2013-08-13 10:04 ` [Qemu-devel] " Laszlo Ersek
2013-08-13 10:04 ` Laszlo Ersek
2013-08-13 10:33 ` [Qemu-devel] " Fabio Fantoni
2013-08-13 10:33 ` Fabio Fantoni
2013-08-13 11:09 ` [Qemu-devel] " Laszlo Ersek
2013-08-13 11:09 ` Laszlo Ersek
2013-08-13 13:26 ` [Qemu-devel] " Fabio Fantoni
2013-08-13 13:26 ` Fabio Fantoni
2013-08-13 23:58 ` [Qemu-devel] " Kevin O'Connor
2013-08-13 23:58 ` Kevin O'Connor
2013-08-14 9:19 ` Fabio Fantoni
2013-08-14 9:19 ` Fabio Fantoni
2013-08-14 9:56 ` Laszlo Ersek
2013-08-14 9:56 ` Laszlo Ersek
2013-08-14 10:54 ` Fabio Fantoni
2013-08-14 10:54 ` Fabio Fantoni
2013-08-14 11:16 ` Laszlo Ersek
2013-08-14 11:16 ` Laszlo Ersek
2013-08-14 11:21 ` Michael S. Tsirkin [this message]
2013-08-14 11:21 ` Michael S. Tsirkin
2013-08-16 13:59 ` Fabio Fantoni
2013-08-16 13:59 ` Fabio Fantoni
2013-08-14 12:29 ` Kevin O'Connor
2013-08-14 12:29 ` Kevin O'Connor
2013-08-14 12:50 ` Fabio Fantoni
2013-08-14 12:50 ` Fabio Fantoni
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=20130814112154.GF5315@redhat.com \
--to=mst@redhat.com \
--cc=George.Dunlap@eu.citrix.com \
--cc=Stefano.Stabellini@eu.citrix.com \
--cc=fabio.fantoni@m2r.biz \
--cc=ian.campbell@citrix.com \
--cc=kevin@koconnor.net \
--cc=kraxel@redhat.com \
--cc=lersek@redhat.com \
--cc=mjt@tls.msk.ru \
--cc=pkg-qemu-devel@lists.alioth.debian.org \
--cc=qemu-devel@nongnu.org \
--cc=seabios@seabios.org \
--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.