Re: [Qemu-devel] [PATCH] Remove restriction that prevents bootimg elf64 images

2022-12-20 Thread David Woodhouse
On Wed, 2017-06-21 at 13:45 -0700, Anatol Pomozov wrote: > Hi Adam, thank you for your reply. > > On Mon, Jun 19, 2017 at 2:08 PM, Adam Lackorzynski > wrote: > > Hi, > > > > On Tue Jun 13, 2017 at 17:05:41 -0700, Anatol Pomozov wrote: > > > Do these arguments sound reasonable to apply the

Re: [Qemu-devel] [PATCH] Remove restriction that prevents bootimg elf64 images

2017-06-21 Thread Anatol Pomozov
Hi Adam, thank you for your reply. On Mon, Jun 19, 2017 at 2:08 PM, Adam Lackorzynski wrote: > Hi, > > On Tue Jun 13, 2017 at 17:05:41 -0700, Anatol Pomozov wrote: >> Do these arguments sound reasonable to apply the patch? > > I'm not really convinced. > >> On Thu, Jun

Re: [Qemu-devel] [PATCH] Remove restriction that prevents bootimg elf64 images

2017-06-19 Thread Adam Lackorzynski
Hi, On Tue Jun 13, 2017 at 17:05:41 -0700, Anatol Pomozov wrote: > Do these arguments sound reasonable to apply the patch? I'm not really convinced. > On Thu, Jun 8, 2017 at 2:07 PM, Anatol Pomozov > wrote: > > +reply-all > > > > On Thu, Jun 8, 2017 at 1:41 PM, Adam

Re: [Qemu-devel] [PATCH] Remove restriction that prevents bootimg elf64 images

2017-06-13 Thread Anatol Pomozov
Hi Adam Do these arguments sound reasonable to apply the patch? On Thu, Jun 8, 2017 at 2:07 PM, Anatol Pomozov wrote: > +reply-all > > On Thu, Jun 8, 2017 at 1:41 PM, Adam Lackorzynski > wrote: >> >> On Tue Jun 06, 2017 at 21:41:48 -0700,

Re: [Qemu-devel] [PATCH] Remove restriction that prevents bootimg elf64 images

2017-06-08 Thread Anatol Pomozov
+reply-all On Thu, Jun 8, 2017 at 1:41 PM, Adam Lackorzynski wrote: > > On Tue Jun 06, 2017 at 21:41:48 -0700, Anatol Pomozov wrote: >> It is possible to create a 64 bit elf image that has valid multiboot header. >> qemu should be able to boot such images. > > But this

Re: [Qemu-devel] [PATCH] Remove restriction that prevents bootimg elf64 images

2017-06-08 Thread Adam Lackorzynski
On Tue Jun 06, 2017 at 21:41:48 -0700, Anatol Pomozov wrote: > It is possible to create a 64 bit elf image that has valid multiboot header. > qemu should be able to boot such images. But this 64bit image actually starts with 32bit code, right? So it's a 32bit program and the check verifies that

Re: [Qemu-devel] [PATCH] Remove restriction that prevents bootimg elf64 images

2017-06-07 Thread Anatol Pomozov
+ more folks who made changes to hw/i386/multiboot.c On Tue, Jun 6, 2017 at 9:41 PM, Anatol Pomozov wrote: > It is possible to create a 64 bit elf image that has valid multiboot header. > qemu should be able to boot such images. > > Tested with homemade 64bit OS - now

[Qemu-devel] [PATCH] Remove restriction that prevents bootimg elf64 images

2017-06-06 Thread Anatol Pomozov
It is possible to create a 64 bit elf image that has valid multiboot header. qemu should be able to boot such images. Tested with homemade 64bit OS - now it boots fine with 'qemu -kernel' and as a grub image. Signed-off-by: Anatol Pomozov --- hw/i386/multiboot.c | 5