qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Anthony Liguori <anthony@codemonkey.ws>
To: Alexander Graf <agraf@suse.de>
Cc: kwolf@redhat.com, rene@exactcode.de, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH 0/4] Add multiboot support (x86) v3
Date: Mon, 22 Jun 2009 10:19:19 -0500	[thread overview]
Message-ID: <4A3FA0F7.7030604@codemonkey.ws> (raw)
In-Reply-To: <73F251E4-3A8B-4CA8-8523-94AEA34FEEDC@suse.de>

Alexander Graf wrote:
>
> On 22.06.2009, at 16:22, Anthony Liguori wrote:
>
>> Alexander Graf wrote:
>>> This patch implements support for Multiboot on x86 for -kernel.
>>> Multiboot is a "new" approach to get rid of different bootloaders, 
>>> providing
>>> a unified interface for the kernel. It supports command line options 
>>> and
>>> kernel modules.
>>>
>>
>> Works booting Xen from Fedora 8 and doesn't regress -kernel.
>>
>> However, when using multiboot, the ROMs don't survive a reboot.  If 
>> you look at how -kernel is implemented, you'll various calls 
>> option_rom_reset() to cover not just the roms but also the 
>> kernel/initrd bits.  You'll need to do the same thing for multiboot.
>
> Does -kernel with a Linux kernel survive a reboot?

Yes.

> Also, do we still want to use the -kernel after a reboot or rather go 
> through the normal boot order?

We want -kernel to keep working.

> Is there an easy way to get a callback when we get #reset?

qemu_register_reset().  But you very likely want to use option_rom_reset().

Regards,

Anthony Liguori

  reply	other threads:[~2009-06-22 15:19 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-18 11:56 [Qemu-devel] [PATCH 0/4] Add multiboot support (x86) v3 Alexander Graf
2009-06-18 11:56 ` [Qemu-devel] [PATCH 1/4] Change bochs bios init order Alexander Graf
2009-06-18 11:56   ` [Qemu-devel] [PATCH 2/4] Expose fw_cfg v2 Alexander Graf
2009-06-18 11:56     ` [Qemu-devel] [PATCH 3/4] Multiboot support v3 Alexander Graf
2009-06-18 11:56       ` [Qemu-devel] [PATCH 4/4] Multiboot build system Alexander Graf
2009-06-22 14:22 ` [Qemu-devel] [PATCH 0/4] Add multiboot support (x86) v3 Anthony Liguori
2009-06-22 14:25   ` Alexander Graf
2009-06-22 15:19     ` Anthony Liguori [this message]
2009-06-22 21:01 ` 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=4A3FA0F7.7030604@codemonkey.ws \
    --to=anthony@codemonkey.ws \
    --cc=agraf@suse.de \
    --cc=kwolf@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=rene@exactcode.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).