Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Linux: Kernel

seabios question

 

 

Linux kernel RSS feed   Index | Next | Previous | View Threaded


jinsong.liu at intel

Dec 16, 2009, 2:55 AM

Post #1 of 5 (964 views)
Permalink
seabios question

Hi, Avi

Recently I want to update hvm vcpu add/remove feature of KVM.
I go through qemu-kvm, find that original boch vbios code (i.e, qemu-kvm/kvm/bios/acpi-dsdt.asl, ...) has been removed.

Now qemu-kvm use seabios git repo http://git.kernel.org/?p=virt/kvm/seabios.git;a=summary as its vbios, right?
If I want to update seabios dsdt logic, may I build and then copy seabios/out/bios.bin to qemu-kvm/pc-bios/bios.bin?
and, I rebuild qemu-kvm and my update of seabios will take effect at kvm qemu side, right?

Thanks,
Jinsong--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo [at] vger
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/


avi at redhat

Dec 16, 2009, 2:59 AM

Post #2 of 5 (957 views)
Permalink
Re: seabios question [In reply to]

On 12/16/2009 12:55 PM, Liu, Jinsong wrote:
> Hi, Avi
>
> Recently I want to update hvm vcpu add/remove feature of KVM.
> I go through qemu-kvm, find that original boch vbios code (i.e, qemu-kvm/kvm/bios/acpi-dsdt.asl, ...) has been removed.
>
> Now qemu-kvm use seabios git repo http://git.kernel.org/?p=virt/kvm/seabios.git;a=summary as its vbios, right?
> If I want to update seabios dsdt logic, may I build and then copy seabios/out/bios.bin to qemu-kvm/pc-bios/bios.bin?
> and, I rebuild qemu-kvm and my update of seabios will take effect at kvm qemu side, right?
>

Correct. You also need a 'make install', since qemu will pick up the
bios from /usr/local/share/qemu/bios.bin.

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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo [at] vger
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/


gleb at redhat

Dec 16, 2009, 3:01 AM

Post #3 of 5 (954 views)
Permalink
Re: seabios question [In reply to]

On Wed, Dec 16, 2009 at 06:55:47PM +0800, Liu, Jinsong wrote:
> Hi, Avi
>
> Recently I want to update hvm vcpu add/remove feature of KVM.
> I go through qemu-kvm, find that original boch vbios code (i.e, qemu-kvm/kvm/bios/acpi-dsdt.asl, ...) has been removed.
>
> Now qemu-kvm use seabios git repo http://git.kernel.org/?p=virt/kvm/seabios.git;a=summary as its vbios, right?
> If I want to update seabios dsdt logic, may I build and then copy seabios/out/bios.bin to qemu-kvm/pc-bios/bios.bin?
> and, I rebuild qemu-kvm and my update of seabios will take effect at kvm qemu side, right?
>
Seabios not yet supports vCPU hot plug/unplug.

--
Gleb.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo [at] vger
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/


jinsong.liu at intel

Dec 16, 2009, 3:05 AM

Post #4 of 5 (958 views)
Permalink
RE: seabios question [In reply to]

Avi Kivity wrote:
> On 12/16/2009 12:55 PM, Liu, Jinsong wrote:
>> Hi, Avi
>>
>> Recently I want to update hvm vcpu add/remove feature of KVM.
>> I go through qemu-kvm, find that original boch vbios code (i.e,
>> qemu-kvm/kvm/bios/acpi-dsdt.asl, ...) has been removed.
>>
>> Now qemu-kvm use seabios git repo
>> http://git.kernel.org/?p=virt/kvm/seabios.git;a=summary as its
>> vbios, right?
>> If I want to update seabios dsdt logic, may I build and then copy
>> seabios/out/bios.bin to qemu-kvm/pc-bios/bios.bin? and, I rebuild
>> qemu-kvm and my update of seabios will take effect at kvm qemu side,
>> right?
>>
>
> Correct. You also need a 'make install', since qemu will pick up the
> bios from /usr/local/share/qemu/bios.bin.

Thanks Avi :)

Jinsong--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo [at] vger
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/


jinsong.liu at intel

Dec 16, 2009, 3:06 AM

Post #5 of 5 (956 views)
Permalink
RE: seabios question [In reply to]

Gleb Natapov wrote:
> On Wed, Dec 16, 2009 at 06:55:47PM +0800, Liu, Jinsong wrote:
>> Hi, Avi
>>
>> Recently I want to update hvm vcpu add/remove feature of KVM.
>> I go through qemu-kvm, find that original boch vbios code (i.e,
>> qemu-kvm/kvm/bios/acpi-dsdt.asl, ...) has been removed.
>>
>> Now qemu-kvm use seabios git repo
>> http://git.kernel.org/?p=virt/kvm/seabios.git;a=summary as its
>> vbios, right?
>> If I want to update seabios dsdt logic, may I build and then copy
>> seabios/out/bios.bin to qemu-kvm/pc-bios/bios.bin? and, I rebuild
>> qemu-kvm and my update of seabios will take effect at kvm qemu side,
>> right?
>>
> Seabios not yet supports vCPU hot plug/unplug.

Yes, I notice that, thanks for remind!--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo [at] vger
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

Linux kernel RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.