All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1695286] [NEW] Add multiboot2 support
@ 2017-06-02 14:20 Anatol Pomozov
  2020-11-09 17:54 ` [Bug 1695286] " Thomas Huth
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Anatol Pomozov @ 2017-06-02 14:20 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

multiboot2 is a recent specification that resolves some of the issues of
multiboot. Multiboot2 is supported by some tools already (e.g. grub).

It would be great if one can run OS with multiboot2 using '-kernel'
option, similar as it is done now with multiboot images.

Quick googling shows there is a Debian bug and patch that adds multiboot
support https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=621529 Would
it be possible to integrate it to QEMU upstream?

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1695286

Title:
  Add multiboot2 support

Status in QEMU:
  New

Bug description:
  multiboot2 is a recent specification that resolves some of the issues
  of multiboot. Multiboot2 is supported by some tools already (e.g.
  grub).

  It would be great if one can run OS with multiboot2 using '-kernel'
  option, similar as it is done now with multiboot images.

  Quick googling shows there is a Debian bug and patch that adds
  multiboot support https://bugs.debian.org/cgi-
  bin/bugreport.cgi?bug=621529 Would it be possible to integrate it to
  QEMU upstream?

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1695286/+subscriptions

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 1695286] Re: Add multiboot2 support
  2017-06-02 14:20 [Qemu-devel] [Bug 1695286] [NEW] Add multiboot2 support Anatol Pomozov
@ 2020-11-09 17:54 ` Thomas Huth
  2021-04-22  4:06 ` Thomas Huth
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Thomas Huth @ 2020-11-09 17:54 UTC (permalink / raw)
  To: qemu-devel

** Changed in: qemu
   Importance: Undecided => Wishlist

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1695286

Title:
  Add multiboot2 support

Status in QEMU:
  New

Bug description:
  multiboot2 is a recent specification that resolves some of the issues
  of multiboot. Multiboot2 is supported by some tools already (e.g.
  grub).

  It would be great if one can run OS with multiboot2 using '-kernel'
  option, similar as it is done now with multiboot images.

  Quick googling shows there is a Debian bug and patch that adds
  multiboot support https://bugs.debian.org/cgi-
  bin/bugreport.cgi?bug=621529 Would it be possible to integrate it to
  QEMU upstream?

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1695286/+subscriptions


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 1695286] Re: Add multiboot2 support
  2017-06-02 14:20 [Qemu-devel] [Bug 1695286] [NEW] Add multiboot2 support Anatol Pomozov
  2020-11-09 17:54 ` [Bug 1695286] " Thomas Huth
@ 2021-04-22  4:06 ` Thomas Huth
  2021-06-04 12:11 ` Dan Cross
  2021-06-04 13:21 ` Thomas Huth
  3 siblings, 0 replies; 5+ messages in thread
From: Thomas Huth @ 2021-04-22  4:06 UTC (permalink / raw)
  To: qemu-devel

The QEMU project is currently considering to move its bug tracking to another system. For this we need to know which bugs are still valid and which could be closed already. Thus we are setting older bugs to "Incomplete" now.
If you still think this bug report here is valid, then please switch the state back to "New" within the next 60 days, otherwise this report will be marked as "Expired". Or mark it as "Fix Released" if the problem has been solved with a newer version of QEMU already. Thank you and sorry for the inconvenience.


** Changed in: qemu
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1695286

Title:
  Add multiboot2 support

Status in QEMU:
  Incomplete

Bug description:
  multiboot2 is a recent specification that resolves some of the issues
  of multiboot. Multiboot2 is supported by some tools already (e.g.
  grub).

  It would be great if one can run OS with multiboot2 using '-kernel'
  option, similar as it is done now with multiboot images.

  Quick googling shows there is a Debian bug and patch that adds
  multiboot support https://bugs.debian.org/cgi-
  bin/bugreport.cgi?bug=621529 Would it be possible to integrate it to
  QEMU upstream?

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1695286/+subscriptions


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 1695286] Re: Add multiboot2 support
  2017-06-02 14:20 [Qemu-devel] [Bug 1695286] [NEW] Add multiboot2 support Anatol Pomozov
  2020-11-09 17:54 ` [Bug 1695286] " Thomas Huth
  2021-04-22  4:06 ` Thomas Huth
@ 2021-06-04 12:11 ` Dan Cross
  2021-06-04 13:21 ` Thomas Huth
  3 siblings, 0 replies; 5+ messages in thread
From: Dan Cross @ 2021-06-04 12:11 UTC (permalink / raw)
  To: qemu-devel

Marking new to migrate to the new bug tracker.

It would be really great to see this in QEMU!

** Changed in: qemu
       Status: Incomplete => New

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1695286

Title:
  Add multiboot2 support

Status in QEMU:
  New

Bug description:
  multiboot2 is a recent specification that resolves some of the issues
  of multiboot. Multiboot2 is supported by some tools already (e.g.
  grub).

  It would be great if one can run OS with multiboot2 using '-kernel'
  option, similar as it is done now with multiboot images.

  Quick googling shows there is a Debian bug and patch that adds
  multiboot support https://bugs.debian.org/cgi-
  bin/bugreport.cgi?bug=621529 Would it be possible to integrate it to
  QEMU upstream?

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1695286/+subscriptions


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 1695286] Re: Add multiboot2 support
  2017-06-02 14:20 [Qemu-devel] [Bug 1695286] [NEW] Add multiboot2 support Anatol Pomozov
                   ` (2 preceding siblings ...)
  2021-06-04 12:11 ` Dan Cross
@ 2021-06-04 13:21 ` Thomas Huth
  3 siblings, 0 replies; 5+ messages in thread
From: Thomas Huth @ 2021-06-04 13:21 UTC (permalink / raw)
  To: qemu-devel

This is an automated cleanup. This bug report has been moved to QEMU's
new bug tracker on gitlab.com and thus gets marked as 'expired' now.
Please continue with the discussion here:

 https://gitlab.com/qemu-project/qemu/-/issues/389


** Tags added: i386

** Changed in: qemu
       Status: New => Expired

** Bug watch added: gitlab.com/qemu-project/qemu/-/issues #389
   https://gitlab.com/qemu-project/qemu/-/issues/389

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1695286

Title:
  Add multiboot2 support

Status in QEMU:
  Expired

Bug description:
  multiboot2 is a recent specification that resolves some of the issues
  of multiboot. Multiboot2 is supported by some tools already (e.g.
  grub).

  It would be great if one can run OS with multiboot2 using '-kernel'
  option, similar as it is done now with multiboot images.

  Quick googling shows there is a Debian bug and patch that adds
  multiboot support https://bugs.debian.org/cgi-
  bin/bugreport.cgi?bug=621529 Would it be possible to integrate it to
  QEMU upstream?

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1695286/+subscriptions


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-06-04 13:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-02 14:20 [Qemu-devel] [Bug 1695286] [NEW] Add multiboot2 support Anatol Pomozov
2020-11-09 17:54 ` [Bug 1695286] " Thomas Huth
2021-04-22  4:06 ` Thomas Huth
2021-06-04 12:11 ` Dan Cross
2021-06-04 13:21 ` Thomas Huth

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.