qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 0/4] Add multiboot support (x86) v3


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH 0/4] Add multiboot support (x86) v3
Date: Mon, 22 Jun 2009 09:22:42 -0500
User-agent: Thunderbird 2.0.0.21 (X11/20090320)

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.

Regards,

Anthony Liguori




reply via email to

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