qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [INVITE] OVMF BoF session at the KVM Forum 2014
@ 2014-09-18  8:23 Laszlo Ersek
  2014-09-18 11:44 ` Andreas Färber
  0 siblings, 1 reply; 6+ messages in thread
From: Laszlo Ersek @ 2014-09-18  8:23 UTC (permalink / raw)
  To: qemu devel list, edk2-devel list, KVM devel mailing list,
	Drew Jones, Alex Williamson, Donald Dutile

Hello All,

I've been made an offer that I couldn't refuse :) to "organize" a Birds
of a Feather session concerning OVMF at the KVM Forum 2014.

Interested people, please sign up:

  http://www.linux-kvm.org/page/KVM_Forum_2014_BOF#OVMF

Everyone else: apologies about the noise.

Thanks,
Laszlo

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

* Re: [Qemu-devel] [INVITE] OVMF BoF session at the KVM Forum 2014
  2014-09-18  8:23 [Qemu-devel] [INVITE] OVMF BoF session at the KVM Forum 2014 Laszlo Ersek
@ 2014-09-18 11:44 ` Andreas Färber
  2014-09-18 12:18   ` Laszlo Ersek
  0 siblings, 1 reply; 6+ messages in thread
From: Andreas Färber @ 2014-09-18 11:44 UTC (permalink / raw)
  To: Laszlo Ersek
  Cc: Drew Jones, KVM devel mailing list, edk2-devel list,
	qemu devel list, Alex Williamson, Donald Dutile

Hello Laszlo,

Am 18.09.2014 um 10:23 schrieb Laszlo Ersek:
> I've been made an offer that I couldn't refuse :) to "organize" a Birds
> of a Feather session concerning OVMF at the KVM Forum 2014.
> 
> Interested people, please sign up:
> 
>   http://www.linux-kvm.org/page/KVM_Forum_2014_BOF#OVMF

Nice idea. Your summary mentions only ia32 and x86_64 - I would be
interested in an update on OVMF for AArch64 - there seemed to already be
support for ARM's Foundation Model but not yet for QEMU.

Regards,
Andreas

-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg

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

* Re: [Qemu-devel] [INVITE] OVMF BoF session at the KVM Forum 2014
  2014-09-18 11:44 ` Andreas Färber
@ 2014-09-18 12:18   ` Laszlo Ersek
  2014-09-19 14:17     ` Ard Biesheuvel
  0 siblings, 1 reply; 6+ messages in thread
From: Laszlo Ersek @ 2014-09-18 12:18 UTC (permalink / raw)
  To: Andreas Färber, Ard Biesheuvel
  Cc: Drew Jones, KVM devel mailing list, edk2-devel list,
	qemu devel list, Alex Williamson, Donald Dutile

On 09/18/14 13:44, Andreas Färber wrote:
> Hello Laszlo,
> 
> Am 18.09.2014 um 10:23 schrieb Laszlo Ersek:
>> I've been made an offer that I couldn't refuse :) to "organize" a Birds
>> of a Feather session concerning OVMF at the KVM Forum 2014.
>>
>> Interested people, please sign up:
>>
>>   http://www.linux-kvm.org/page/KVM_Forum_2014_BOF#OVMF
> 
> Nice idea. Your summary mentions only ia32 and x86_64 - I would be
> interested in an update on OVMF for AArch64 - there seemed to already be
> support for ARM's Foundation Model but not yet for QEMU.

We've successfully UEFI-booted
- GNU/Linux guest(s) on
- upstream edk2 (*) and
- upstream qemu-system-aarch64 with
  - TCG on x86_64 host,
  - KVM on aarch64 host (**)

(*) Ard's patches for upstream edk2 are in the process of being tested /
merged.

(**) Ard's patches for the upstream host kernel (== KVM) have been...
ugh, not sure... applied to a maintainer tree? Ard? :)

So, it works (as far as I tested it myself on TCG, and heard reports
about it on KVM), but right now you need to apply a handful of pending
patches manually.

We can certainly talk about Aarch64 at the BoF, but then Ard should
co-organize. No good deed goes unpunished, as ever! :)

Cheers,
Laszlo

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

* Re: [Qemu-devel] [INVITE] OVMF BoF session at the KVM Forum 2014
  2014-09-18 12:18   ` Laszlo Ersek
@ 2014-09-19 14:17     ` Ard Biesheuvel
  2014-09-19 17:03       ` [Qemu-devel] [edk2] " Paolo Bonzini
  0 siblings, 1 reply; 6+ messages in thread
From: Ard Biesheuvel @ 2014-09-19 14:17 UTC (permalink / raw)
  To: Laszlo Ersek
  Cc: Drew Jones, KVM devel mailing list, edk2-devel list,
	qemu devel list, Alex Williamson, Donald Dutile,
	Andreas Färber

On 18 September 2014 05:18, Laszlo Ersek <lersek@redhat.com> wrote:
> On 09/18/14 13:44, Andreas Färber wrote:
>> Hello Laszlo,
>>
>> Am 18.09.2014 um 10:23 schrieb Laszlo Ersek:
>>> I've been made an offer that I couldn't refuse :) to "organize" a Birds
>>> of a Feather session concerning OVMF at the KVM Forum 2014.
>>>
>>> Interested people, please sign up:
>>>
>>>   http://www.linux-kvm.org/page/KVM_Forum_2014_BOF#OVMF
>>
>> Nice idea. Your summary mentions only ia32 and x86_64 - I would be
>> interested in an update on OVMF for AArch64 - there seemed to already be
>> support for ARM's Foundation Model but not yet for QEMU.
>
> We've successfully UEFI-booted
> - GNU/Linux guest(s) on
> - upstream edk2 (*) and
> - upstream qemu-system-aarch64 with
>   - TCG on x86_64 host,
>   - KVM on aarch64 host (**)
>
> (*) Ard's patches for upstream edk2 are in the process of being tested /
> merged.
>

They have been merged as of yesterday.

> (**) Ard's patches for the upstream host kernel (== KVM) have been...
> ugh, not sure... applied to a maintainer tree? Ard? :)
>

Some are in kvm/master, which I think means to should go into the next
3.17-rc, although I haven't seen much movement there.
Some other bits are being taken through the kvmarm/queue branch, so
they should arrive by 3.18-rc1

> So, it works (as far as I tested it myself on TCG, and heard reports
> about it on KVM), but right now you need to apply a handful of pending
> patches manually.
>
> We can certainly talk about Aarch64 at the BoF, but then Ard should
> co-organize. No good deed goes unpunished, as ever! :)
>

I do appreciate the suggestion, but I don't think it will be feasible
for me to come to Duesseldorf.

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

* Re: [Qemu-devel] [edk2] [INVITE] OVMF BoF session at the KVM Forum 2014
  2014-09-19 14:17     ` Ard Biesheuvel
@ 2014-09-19 17:03       ` Paolo Bonzini
  2014-09-19 18:04         ` Ard Biesheuvel
  0 siblings, 1 reply; 6+ messages in thread
From: Paolo Bonzini @ 2014-09-19 17:03 UTC (permalink / raw)
  To: edk2-devel, Laszlo Ersek
  Cc: Drew Jones, Donald Dutile, qemu devel list,
	KVM devel mailing list, Andreas Färber

Il 19/09/2014 16:17, Ard Biesheuvel ha scritto:
> 
>> > (**) Ard's patches for the upstream host kernel (== KVM) have been...
>> > ugh, not sure... applied to a maintainer tree? Ard? :)
>> >
> Some are in kvm/master, which I think means to should go into the next
> 3.17-rc, although I haven't seen much movement there.

They'll miss this week's rc, but I'll send them out early next week.

Paolo

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

* Re: [Qemu-devel] [edk2] [INVITE] OVMF BoF session at the KVM Forum 2014
  2014-09-19 17:03       ` [Qemu-devel] [edk2] " Paolo Bonzini
@ 2014-09-19 18:04         ` Ard Biesheuvel
  0 siblings, 0 replies; 6+ messages in thread
From: Ard Biesheuvel @ 2014-09-19 18:04 UTC (permalink / raw)
  To: edk2-devel@lists.sourceforge.net
  Cc: Drew Jones, KVM devel mailing list, qemu devel list,
	Donald Dutile, Laszlo Ersek, Andreas Färber

On 19 September 2014 10:03, Paolo Bonzini <pbonzini@redhat.com> wrote:
> Il 19/09/2014 16:17, Ard Biesheuvel ha scritto:
>>
>>> > (**) Ard's patches for the upstream host kernel (== KVM) have been...
>>> > ugh, not sure... applied to a maintainer tree? Ard? :)
>>> >
>> Some are in kvm/master, which I think means to should go into the next
>> 3.17-rc, although I haven't seen much movement there.
>
> They'll miss this week's rc, but I'll send them out early next week.
>

OK thanks for the update


> ------------------------------------------------------------------------------
> Slashdot TV.  Video for Nerds.  Stuff that Matters.
> http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
> _______________________________________________
> edk2-devel mailing list
> edk2-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/edk2-devel

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

end of thread, other threads:[~2014-09-19 18:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-18  8:23 [Qemu-devel] [INVITE] OVMF BoF session at the KVM Forum 2014 Laszlo Ersek
2014-09-18 11:44 ` Andreas Färber
2014-09-18 12:18   ` Laszlo Ersek
2014-09-19 14:17     ` Ard Biesheuvel
2014-09-19 17:03       ` [Qemu-devel] [edk2] " Paolo Bonzini
2014-09-19 18:04         ` Ard Biesheuvel

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