From: "Michael S. Tsirkin" <mst@redhat.com>
To: Anthony Liguori <anthony@codemonkey.ws>
Cc: "glommer@redhat.com" <glommer@redhat.com>,
"qemu-devel@nongnu.org" <qemu-devel@nongnu.org>,
Alexander Graf <agraf@suse.de>,
Kevin O'Connor <kevin@koconnor.net>,
Gerd Hoffmann <kraxel@redhat.com>,
Sebastian Herbszt <herbszt@gmx.de>
Subject: Re: [Qemu-devel] Re: qdev property bug?
Date: Mon, 14 Dec 2009 16:13:41 +0200 [thread overview]
Message-ID: <20091214141341.GB1360@redhat.com> (raw)
In-Reply-To: <20091214141143.GA1360@redhat.com>
On Mon, Dec 14, 2009 at 04:11:43PM +0200, Michael S. Tsirkin wrote:
> On Mon, Dec 14, 2009 at 08:11:59AM -0600, Anthony Liguori wrote:
> > Alexander Graf wrote:
> >> Michael S. Tsirkin wrote:
> >>
> >>> On Mon, Dec 14, 2009 at 12:55:28PM +0100, Alexander Graf wrote:
> >>>
> >>>> Am 14.12.2009 um 11:59 schrieb "Michael S. Tsirkin" <mst@redhat.com>:
> >>>>
> >>>>
> >>>>> On Mon, Dec 14, 2009 at 11:16:34AM +0100, Gerd Hoffmann wrote:
> >>>>>
> >>>>>> On 12/14/09 10:44, Michael S. Tsirkin wrote:
> >>>>>>
> >>>>>>> No, it did not even start booting the kernel. Just gave me
> >>>>>>> blank screen.
> >>>>>>>
> >>>>>> [ testing ]
> >>>>>>
> >>>>>> Oh. That is something completely different. A bug in the rom
> >>>>>> loader.
> >>>>>> It fails to fit both e1000 (default nic) and virtio-net boot
> >>>>>> roms into
> >>>>>> the option rom area and bails out (before loading seabios). vl.c
> >>>>>> doesn't check the return value and happily continues (without bios).
> >>>>>> Which doesn't work out very well ...
> >>>>>>
> >>>>>> With two identical nics the (single) rom fits and qemu boots.
> >>>>>>
> >>>>>> Hmm. Of course vl.c must be fixed to check the return value.
> >>>>>>
> >>>>> Yes.
> >>>>>
> >>>>>
> >>>>>> Not sure how to deal with the rom size issue. The gPXE roms
> >>>>>> look quit
> >>>>>> big compared to the older roms we had.
> >>>>>>
> >>>>> Hmm, it's a regression then ...
> >>>>>
> >>>> How does real hw handle this? I'm pretty sure most servers these
> >>>> days use more option rom space than this. They usually have some
> >>>> onboard raid bios, external storage, on-board nic, pci nic, ...
> >>>>
> >>> Real hardware might do several things I know about
> >>> - option rom is typically small.
> >>> - option rom is not loaded always (BIOS option), or not for all cards.
> >>> There are might be other tricks.
> >>>
> >>
> >> There are probably other tricks. I was booting up a machine that had
> >> like 5 options roms going through their initialization that all weren't
> >> exactly small.
> >>
> >>
> >>>> So there must be some way to just have more option rom space.
> >>>>
> >>> What do you mean?
> >>>
> >>
> >> Well, what's keeping us from having 5 MB of option roms?
> >>
> >
> > For starters, option roms run in real mode when you only have 1MB of
> > addressable memory :-)
> >
> >>>> Implementing anything else would just be a waste of time. It'd
> >>>> break again when ppl do device assignment.
> >>>>
> >>>> Alex
> >>>>
> >>> We need some solution for 0.12 though IMO.
> >>> This does not need to address device assignment,
> >>> but it must be simple.
> >>>
> >>
> >> Agreed. If there is a solution that gives us the chance to support an
> >> arbitrary number of option roms that wouldn't take forever to implement,
> >> I'd rather take that one though.
> >>
> >
> > For 0.12, we just need to fail gracefully (meaning stop loading option
> > roms when we run out of room). It's not a regression compared to 0.11.
> >
> > Regards,
> >
> > Anthony Liguori
>
>
> Well I am pretty sure that I used virtio + e1000 with 0.11
> and apparently I can't now.
> So it does look like a regression to me ...
>
Further, we should error out when device is added.
Doing this during boot is way too late, management
won't be able to understand such errors and
won't be able to recover.
> --
> MST
next prev parent reply other threads:[~2009-12-14 14:16 UTC|newest]
Thread overview: 101+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20091213200259.GB25615@redhat.com>
[not found] ` <4B260683.8000506@redhat.com>
[not found] ` <20091214093414.GA30459@redhat.com>
[not found] ` <4B26090B.8010707@redhat.com>
[not found] ` <20091214094406.GB32140@redhat.com>
[not found] ` <4B261082.4030806@redhat.com>
2009-12-14 10:59 ` [Qemu-devel] Re: qdev property bug? Michael S. Tsirkin
2009-12-14 11:55 ` Alexander Graf
2009-12-14 13:24 ` Michael S. Tsirkin
2009-12-14 13:35 ` Alexander Graf
2009-12-14 14:01 ` Michael S. Tsirkin
2009-12-14 17:00 ` Glauber Costa
2009-12-14 14:11 ` Anthony Liguori
2009-12-14 14:11 ` Michael S. Tsirkin
2009-12-14 14:13 ` Michael S. Tsirkin [this message]
2009-12-14 14:25 ` Anthony Liguori
2009-12-14 16:20 ` Michael S. Tsirkin
2009-12-14 19:12 ` Sebastian Herbszt
2009-12-14 19:20 ` Michael S. Tsirkin
2009-12-14 19:38 ` Sebastian Herbszt
2009-12-14 19:33 ` Anthony Liguori
2009-12-14 19:42 ` Michael S. Tsirkin
2009-12-14 19:59 ` Anthony Liguori
2009-12-14 20:20 ` Michael S. Tsirkin
2009-12-14 20:32 ` Gerd Hoffmann
2009-12-14 20:34 ` Michael S. Tsirkin
2009-12-14 20:36 ` Michael S. Tsirkin
2009-12-14 20:44 ` Anthony Liguori
2009-12-14 20:51 ` Michael S. Tsirkin
2009-12-15 2:37 ` Proper support for PCI-based option rom loading (was Re: [Qemu-devel] Re: qdev property bug?) Anthony Liguori
2009-12-15 3:55 ` Kevin O'Connor
2009-12-15 4:34 ` Kevin O'Connor
2009-12-15 13:15 ` Anthony Liguori
2009-12-15 14:20 ` Anthony Liguori
2009-12-15 14:33 ` [SeaBIOS] " Avi Kivity
2009-12-15 17:35 ` Anthony Liguori
2009-12-15 23:54 ` Kevin OConnor
2009-12-16 0:41 ` Anthony Liguori
2009-12-16 4:20 ` Kevin O'Connor
2009-12-15 9:17 ` Gerd Hoffmann
2009-12-15 10:14 ` Gerd Hoffmann
2009-12-15 19:10 ` Anthony Liguori
2009-12-16 12:03 ` Gerd Hoffmann
2009-12-16 12:39 ` Michael S. Tsirkin
2009-12-16 13:42 ` Gerd Hoffmann
2009-12-16 13:52 ` Michael S. Tsirkin
2009-12-16 14:12 ` Kevin O'Connor
2009-12-16 14:14 ` Michael S. Tsirkin
2009-12-16 14:17 ` Gleb Natapov
2009-12-16 14:15 ` Michael S. Tsirkin
2009-12-16 14:18 ` Gleb Natapov
2009-12-16 14:24 ` Michael S. Tsirkin
2009-12-16 14:28 ` Gleb Natapov
2009-12-16 14:28 ` Michael S. Tsirkin
2009-12-15 19:35 ` Anthony Liguori
2009-12-15 21:17 ` Michael S. Tsirkin
2009-12-15 21:41 ` Anthony Liguori
2009-12-16 0:33 ` Chris Wright
2009-12-16 1:32 ` Anthony Liguori
2009-12-16 4:57 ` Kevin O'Connor
2009-12-16 12:31 ` Gerd Hoffmann
2009-12-16 16:22 ` Gerd Hoffmann
2009-12-17 1:24 ` Kevin O'Connor
2009-12-17 9:45 ` Gerd Hoffmann
2009-12-17 9:50 ` Michael S. Tsirkin
2009-12-17 10:40 ` Gerd Hoffmann
2009-12-16 14:41 ` Gerd Hoffmann
2009-12-16 14:41 ` Michael S. Tsirkin
2009-12-16 14:50 ` [SeaBIOS] " Gleb Natapov
2009-12-15 13:16 ` Anthony Liguori
2009-12-15 21:24 ` Sebastian Herbszt
2009-12-15 21:31 ` Anthony Liguori
2009-12-15 21:38 ` Sebastian Herbszt
2009-12-15 22:00 ` Anthony Liguori
2009-12-17 21:14 ` Sebastian Herbszt
2009-12-16 4:29 ` Kevin O'Connor
2009-12-16 12:01 ` Gerd Hoffmann
2009-12-15 19:21 ` Anthony Liguori
2009-12-15 21:19 ` Michael S. Tsirkin
2009-12-15 21:45 ` Anthony Liguori
2009-12-15 21:52 ` Michael S. Tsirkin
2009-12-15 21:57 ` Anthony Liguori
2009-12-15 21:59 ` Michael S. Tsirkin
2009-12-15 22:26 ` Anthony Liguori
2009-12-15 22:51 ` Sebastian Herbszt
2009-12-16 14:49 ` Gerd Hoffmann
2009-12-17 20:33 ` Sebastian Herbszt
2009-12-15 10:51 ` Michael S. Tsirkin
2009-12-15 19:05 ` Anthony Liguori
2009-12-15 19:06 ` Anthony Liguori
2009-12-14 20:43 ` [Qemu-devel] Re: qdev property bug? Anthony Liguori
2009-12-14 20:50 ` Michael S. Tsirkin
2009-12-14 21:05 ` Anthony Liguori
2009-12-14 21:36 ` Sebastian Herbszt
2009-12-14 21:52 ` Anthony Liguori
2009-12-14 22:14 ` Sebastian Herbszt
2009-12-15 4:23 ` Kevin O'Connor
2009-12-14 20:47 ` Sebastian Herbszt
2009-12-14 20:56 ` Anthony Liguori
2009-12-14 20:38 ` Sebastian Herbszt
2009-12-14 19:51 ` Sebastian Herbszt
2009-12-14 14:22 ` Anthony Liguori
2009-12-14 17:03 ` Glauber Costa
2009-12-14 17:01 ` Glauber Costa
2009-12-14 14:10 ` Anthony Liguori
2009-12-14 14:52 ` Gerd Hoffmann
2009-12-14 14:54 ` Anthony Liguori
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=20091214141341.GB1360@redhat.com \
--to=mst@redhat.com \
--cc=agraf@suse.de \
--cc=anthony@codemonkey.ws \
--cc=glommer@redhat.com \
--cc=herbszt@gmx.de \
--cc=kevin@koconnor.net \
--cc=kraxel@redhat.com \
--cc=qemu-devel@nongnu.org \
/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.