kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* extboot.bin required in git
@ 2009-09-02 14:34 Jan Kiszka
  2009-09-02 14:38 ` Avi Kivity
  0 siblings, 1 reply; 10+ messages in thread
From: Jan Kiszka @ 2009-09-02 14:34 UTC (permalink / raw)
  To: Marcelo Tosatti; +Cc: Avi Kivity, kvm-devel

Hi Marcelo,

qemu-kvm's installation (0.11-rc as well as git head) is currently
broken /wrt extboot.bin. Please check some proper binary in as
pc-bios/extboot.bin.

Thanks,
Jan

-- 
Siemens AG, Corporate Technology, CT SE 2
Corporate Competence Center Embedded Linux

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

* Re: extboot.bin required in git
  2009-09-02 14:34 extboot.bin required in git Jan Kiszka
@ 2009-09-02 14:38 ` Avi Kivity
  2009-09-02 14:51   ` Jan Kiszka
  0 siblings, 1 reply; 10+ messages in thread
From: Avi Kivity @ 2009-09-02 14:38 UTC (permalink / raw)
  To: Jan Kiszka; +Cc: Marcelo Tosatti, kvm-devel

On 09/02/2009 05:34 PM, Jan Kiszka wrote:
> Hi Marcelo,
>
> qemu-kvm's installation (0.11-rc as well as git head) is currently
> broken /wrt extboot.bin. Please check some proper binary in as
> pc-bios/extboot.bin.
>    

It's built at runtime.  Why check in a binary?

-- 
error compiling committee.c: too many arguments to function


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

* Re: extboot.bin required in git
  2009-09-02 14:38 ` Avi Kivity
@ 2009-09-02 14:51   ` Jan Kiszka
  2009-09-02 15:20     ` Avi Kivity
  0 siblings, 1 reply; 10+ messages in thread
From: Jan Kiszka @ 2009-09-02 14:51 UTC (permalink / raw)
  To: Avi Kivity; +Cc: Marcelo Tosatti, kvm-devel

Avi Kivity wrote:
> On 09/02/2009 05:34 PM, Jan Kiszka wrote:
>> Hi Marcelo,
>>
>> qemu-kvm's installation (0.11-rc as well as git head) is currently
>> broken /wrt extboot.bin. Please check some proper binary in as
>> pc-bios/extboot.bin.
>>    
> 
> It's built at runtime.  Why check in a binary?

First of all, it's a qemu policy (AFAIK): try to build the rom, use
shipped version if that doesn't work. And second, we (more precisely
qemu) does not seem to use the optionrom output for installation yet.
The latter is likely subject to change, but the former is expected to stay.

Jan

-- 
Siemens AG, Corporate Technology, CT SE 2
Corporate Competence Center Embedded Linux

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

* Re: extboot.bin required in git
  2009-09-02 14:51   ` Jan Kiszka
@ 2009-09-02 15:20     ` Avi Kivity
  2009-09-02 15:26       ` Jan Kiszka
  0 siblings, 1 reply; 10+ messages in thread
From: Avi Kivity @ 2009-09-02 15:20 UTC (permalink / raw)
  To: Jan Kiszka; +Cc: Marcelo Tosatti, kvm-devel

On 09/02/2009 05:51 PM, Jan Kiszka wrote:
> Avi Kivity wrote:
>    
>> On 09/02/2009 05:34 PM, Jan Kiszka wrote:
>>      
>>> Hi Marcelo,
>>>
>>> qemu-kvm's installation (0.11-rc as well as git head) is currently
>>> broken /wrt extboot.bin. Please check some proper binary in as
>>> pc-bios/extboot.bin.
>>>
>>>        
>> It's built at runtime.  Why check in a binary?
>>      
> First of all, it's a qemu policy (AFAIK): try to build the rom, use
> shipped version if that doesn't work.

Right, but this is qemu-kvm, which doesn't have the same issues 
(building an i386 target on non-i386).  When extboot is merged into 
qemu.git, they can add the build-if-possible-otherwise-use-shipped thing.

> And second, we (more precisely
> qemu) does not seem to use the optionrom output for installation yet.
> The latter is likely subject to change, but the former is expected to stay.
>    

We do, see 321b6ef91.

-- 
error compiling committee.c: too many arguments to function


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

* Re: extboot.bin required in git
  2009-09-02 15:20     ` Avi Kivity
@ 2009-09-02 15:26       ` Jan Kiszka
  2009-09-02 15:31         ` Jan Kiszka
  2009-09-02 15:40         ` Avi Kivity
  0 siblings, 2 replies; 10+ messages in thread
From: Jan Kiszka @ 2009-09-02 15:26 UTC (permalink / raw)
  To: Avi Kivity; +Cc: Marcelo Tosatti, kvm-devel

Avi Kivity wrote:
> On 09/02/2009 05:51 PM, Jan Kiszka wrote:
>> Avi Kivity wrote:
>>    
>>> On 09/02/2009 05:34 PM, Jan Kiszka wrote:
>>>      
>>>> Hi Marcelo,
>>>>
>>>> qemu-kvm's installation (0.11-rc as well as git head) is currently
>>>> broken /wrt extboot.bin. Please check some proper binary in as
>>>> pc-bios/extboot.bin.
>>>>
>>>>        
>>> It's built at runtime.  Why check in a binary?
>>>      
>> First of all, it's a qemu policy (AFAIK): try to build the rom, use
>> shipped version if that doesn't work.
> 
> Right, but this is qemu-kvm, which doesn't have the same issues 
> (building an i386 target on non-i386).  When extboot is merged into 
> qemu.git, they can add the build-if-possible-otherwise-use-shipped thing.

Well, people may expect qemu-kvm's source tree to build properly also
for non-kvm usage. But this is not that important for now.

> 
>> And second, we (more precisely
>> qemu) does not seem to use the optionrom output for installation yet.
>> The latter is likely subject to change, but the former is expected to stay.
>>    
> 
> We do, see 321b6ef91.

Ah, I see: some out-of-tree build bug. Will fix.

Jan

-- 
Siemens AG, Corporate Technology, CT SE 2
Corporate Competence Center Embedded Linux

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

* Re: extboot.bin required in git
  2009-09-02 15:26       ` Jan Kiszka
@ 2009-09-02 15:31         ` Jan Kiszka
  2009-09-02 15:40           ` Avi Kivity
  2009-09-02 15:40         ` Avi Kivity
  1 sibling, 1 reply; 10+ messages in thread
From: Jan Kiszka @ 2009-09-02 15:31 UTC (permalink / raw)
  To: Avi Kivity; +Cc: Marcelo Tosatti, kvm-devel

Jan Kiszka wrote:
> Avi Kivity wrote:
>> On 09/02/2009 05:51 PM, Jan Kiszka wrote:
>>> Avi Kivity wrote:
>>>    
>>>> On 09/02/2009 05:34 PM, Jan Kiszka wrote:
>>>>      
>>>>> Hi Marcelo,
>>>>>
>>>>> qemu-kvm's installation (0.11-rc as well as git head) is currently
>>>>> broken /wrt extboot.bin. Please check some proper binary in as
>>>>> pc-bios/extboot.bin.
>>>>>
>>>>>        
>>>> It's built at runtime.  Why check in a binary?
>>>>      
>>> First of all, it's a qemu policy (AFAIK): try to build the rom, use
>>> shipped version if that doesn't work.
>> Right, but this is qemu-kvm, which doesn't have the same issues 
>> (building an i386 target on non-i386).  When extboot is merged into 
>> qemu.git, they can add the build-if-possible-otherwise-use-shipped thing.
> 
> Well, people may expect qemu-kvm's source tree to build properly also
> for non-kvm usage. But this is not that important for now.

... it just requires another patch to qemu's Makefile. Well.

> 
>>> And second, we (more precisely
>>> qemu) does not seem to use the optionrom output for installation yet.
>>> The latter is likely subject to change, but the former is expected to stay.
>>>    
>> We do, see 321b6ef91.
> 
> Ah, I see: some out-of-tree build bug. Will fix.

And this patch is missing in master, isn't it?

Jan

-- 
Siemens AG, Corporate Technology, CT SE 2
Corporate Competence Center Embedded Linux

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

* Re: extboot.bin required in git
  2009-09-02 15:26       ` Jan Kiszka
  2009-09-02 15:31         ` Jan Kiszka
@ 2009-09-02 15:40         ` Avi Kivity
  1 sibling, 0 replies; 10+ messages in thread
From: Avi Kivity @ 2009-09-02 15:40 UTC (permalink / raw)
  To: Jan Kiszka; +Cc: Marcelo Tosatti, kvm-devel

On 09/02/2009 06:26 PM, Jan Kiszka wrote:
> Well, people may expect qemu-kvm's source tree to build properly also
> for non-kvm usage. But this is not that important for now.
>    

It's not tested for non-kvm usage unfortunately.

> Ah, I see: some out-of-tree build bug. Will fix.
>
>    

That too is untested.  Thanks.

-- 
error compiling committee.c: too many arguments to function


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

* Re: extboot.bin required in git
  2009-09-02 15:31         ` Jan Kiszka
@ 2009-09-02 15:40           ` Avi Kivity
  2009-09-02 16:17             ` Jan Kiszka
  0 siblings, 1 reply; 10+ messages in thread
From: Avi Kivity @ 2009-09-02 15:40 UTC (permalink / raw)
  To: Jan Kiszka; +Cc: Marcelo Tosatti, kvm-devel

On 09/02/2009 06:31 PM, Jan Kiszka wrote:
>
>> Ah, I see: some out-of-tree build bug. Will fix.
>>      
> And this patch is missing in master, isn't it?
>    

IIRC it works in master somehow.

-- 
error compiling committee.c: too many arguments to function


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

* Re: extboot.bin required in git
  2009-09-02 15:40           ` Avi Kivity
@ 2009-09-02 16:17             ` Jan Kiszka
  2009-09-02 16:20               ` Avi Kivity
  0 siblings, 1 reply; 10+ messages in thread
From: Jan Kiszka @ 2009-09-02 16:17 UTC (permalink / raw)
  To: Avi Kivity; +Cc: Marcelo Tosatti, kvm-devel

Avi Kivity wrote:
> On 09/02/2009 06:31 PM, Jan Kiszka wrote:
>>> Ah, I see: some out-of-tree build bug. Will fix.
>>>      
>> And this patch is missing in master, isn't it?
>>    
> 
> IIRC it works in master somehow.
> 

Old extboot.bin still hanging around in your pc-bios folder...? :)

Jan

-- 
Siemens AG, Corporate Technology, CT SE 2
Corporate Competence Center Embedded Linux

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

* Re: extboot.bin required in git
  2009-09-02 16:17             ` Jan Kiszka
@ 2009-09-02 16:20               ` Avi Kivity
  0 siblings, 0 replies; 10+ messages in thread
From: Avi Kivity @ 2009-09-02 16:20 UTC (permalink / raw)
  To: Jan Kiszka; +Cc: Marcelo Tosatti, kvm-devel

On 09/02/2009 07:17 PM, Jan Kiszka wrote:
>> IIRC it works in master somehow.
>>
>>      
> Old extboot.bin still hanging around in your pc-bios folder...? :)
>
>    

I'm sure I deleted them... but can't argue with reality.

-- 
error compiling committee.c: too many arguments to function


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

end of thread, other threads:[~2009-09-02 16:20 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-02 14:34 extboot.bin required in git Jan Kiszka
2009-09-02 14:38 ` Avi Kivity
2009-09-02 14:51   ` Jan Kiszka
2009-09-02 15:20     ` Avi Kivity
2009-09-02 15:26       ` Jan Kiszka
2009-09-02 15:31         ` Jan Kiszka
2009-09-02 15:40           ` Avi Kivity
2009-09-02 16:17             ` Jan Kiszka
2009-09-02 16:20               ` Avi Kivity
2009-09-02 15:40         ` Avi Kivity

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).