Re: [Qemu-devel] [PATCH] Add bootloader name to multiboot implementation

2014-11-13 Thread Adam Lackorzynski
On Wed Oct 29, 2014 at 23:52:03 -0600, Drew DeVault wrote: > The name is set to "qemu". > > Signed-off-by: Drew DeVault > --- > For the future, it may be useful to add a command line flag for setting this > to > some user-specified value. I also considered naming it "qemu-system-i386" or > "qemu

Re: [Qemu-devel] [PATCH] Add bootloader name to multiboot implementation

2014-11-13 Thread Paolo Bonzini
Sorry for the delay. The patch looks good; unfortunately we cannot apply it now because QEMU 2.2 is in hard freeze. Thanks for your contribution! Paolo On 13/11/2014 18:46, Drew DeVault wrote: > cc-ing a few people I found in the blame for the relevant files. Mind > taking a look at this patch?

Re: [Qemu-devel] [PATCH] Add bootloader name to multiboot implementation

2014-11-13 Thread Drew DeVault
cc-ing a few people I found in the blame for the relevant files. Mind taking a look at this patch? Thanks! On 11/04/2014 12:49 PM, Drew DeVault wrote: Ping: http://patchwork.ozlabs.org/patch/404885/ Does anyone know someone I can cc on this? This part of the code doesn't have a dedicated main

Re: [Qemu-devel] [PATCH] Add bootloader name to multiboot implementation

2014-11-04 Thread Drew DeVault
Ping: http://patchwork.ozlabs.org/patch/404885/ Does anyone know someone I can cc on this? This part of the code doesn't have a dedicated maintainer. On 10/29/2014 11:52 PM, Drew DeVault wrote: The name is set to "qemu". Signed-off-by: Drew DeVault --- For the future, it may be useful to ad

[Qemu-devel] [PATCH] Add bootloader name to multiboot implementation

2014-10-29 Thread Drew DeVault
The name is set to "qemu". Signed-off-by: Drew DeVault --- For the future, it may be useful to add a command line flag for setting this to some user-specified value. I also considered naming it "qemu-system-i386" or "qemu-system-x86_64" (as appropriate), but couldn't find an easy way to get those