Re: [virt-tools-list] [virt-manager PATCH RFC 3/4] virt-manager: OVMF support

2014-09-16 Thread Laszlo Ersek
On 09/16/14 18:10, Cole Robinson wrote: > On 09/16/2014 11:13 AM, Laszlo Ersek wrote: >> On 09/16/14 16:41, Cole Robinson wrote: >>> On 09/16/2014 07:17 AM, Laszlo Ersek wrote: >> The easiest way for upstream users to play with *fresh* OVMF right now is to install Gerd's RPMs (and keep up

Re: [virt-tools-list] [virt-manager PATCH RFC 3/4] virt-manager: OVMF support

2014-09-16 Thread Cole Robinson
On 09/16/2014 11:13 AM, Laszlo Ersek wrote: > On 09/16/14 16:41, Cole Robinson wrote: >> On 09/16/2014 07:17 AM, Laszlo Ersek wrote: > >>> The easiest way for upstream users to play with *fresh* OVMF right now >>> is to install Gerd's RPMs (and keep updating them) >>>

Re: [virt-tools-list] [virt-manager PATCH RFC 3/4] virt-manager: OVMF support

2014-09-16 Thread Laszlo Ersek
On 09/16/14 16:44, Cole Robinson wrote: > On 09/16/2014 10:41 AM, Cole Robinson wrote: >> On 09/16/2014 07:17 AM, Laszlo Ersek wrote: >>> On 09/15/14 23:10, Cole Robinson wrote: On 09/11/2014 12:56 PM, Giuseppe Scrivano wrote: > Signed-off-by: Giuseppe Scrivano > --- > ui/create.

Re: [virt-tools-list] [virt-manager PATCH RFC 3/4] virt-manager: OVMF support

2014-09-16 Thread Laszlo Ersek
On 09/16/14 16:41, Cole Robinson wrote: > On 09/16/2014 07:17 AM, Laszlo Ersek wrote: >> The easiest way for upstream users to play with *fresh* OVMF right now >> is to install Gerd's RPMs (and keep updating them) >> . The RPM you care about most is >> edk2.git-ovmf-

Re: [virt-tools-list] [virt-manager PATCH RFC 3/4] virt-manager: OVMF support

2014-09-16 Thread Cole Robinson
On 09/16/2014 10:41 AM, Cole Robinson wrote: > On 09/16/2014 07:17 AM, Laszlo Ersek wrote: >> On 09/15/14 23:10, Cole Robinson wrote: >>> On 09/11/2014 12:56 PM, Giuseppe Scrivano wrote: Signed-off-by: Giuseppe Scrivano --- ui/create.ui | 325

Re: [virt-tools-list] [virt-manager PATCH RFC 3/4] virt-manager: OVMF support

2014-09-16 Thread Cole Robinson
On 09/16/2014 07:17 AM, Laszlo Ersek wrote: > On 09/15/14 23:10, Cole Robinson wrote: >> On 09/11/2014 12:56 PM, Giuseppe Scrivano wrote: >>> Signed-off-by: Giuseppe Scrivano >>> --- >>> ui/create.ui | 325 >>> +++--- >>> virtManager/create.py

Re: [virt-tools-list] [virt-manager PATCH RFC 3/4] virt-manager: OVMF support

2014-09-16 Thread Laszlo Ersek
On 09/16/14 15:53, Gerd Hoffmann wrote: > Hi, > >>> Then libvirt / virt-manager can pick it up and put it into a menu, with >>> the "expert" entries being hidden by default (simliar to "OS type" >>> selection, where you initially find the common ones only and have to >>> pick "show all options"

Re: [virt-tools-list] [virt-manager PATCH RFC 3/4] virt-manager: OVMF support

2014-09-16 Thread Laszlo Ersek
On 09/16/14 15:51, Michal Privoznik wrote: > On 16.09.2014 13:17, Laszlo Ersek wrote: >> On 09/15/14 23:10, Cole Robinson wrote: >>> On 09/11/2014 12:56 PM, Giuseppe Scrivano wrote: Signed-off-by: Giuseppe Scrivano --- ui/create.ui | 325 +

Re: [virt-tools-list] [virt-manager PATCH RFC 3/4] virt-manager: OVMF support

2014-09-16 Thread Cole Robinson
On 09/16/2014 09:53 AM, Gerd Hoffmann wrote: > Hi, > >>> Then libvirt / virt-manager can pick it up and put it into a menu, with >>> the "expert" entries being hidden by default (simliar to "OS type" >>> selection, where you initially find the common ones only and have to >>> pick "show all opti

Re: [virt-tools-list] [virt-manager PATCH RFC 3/4] virt-manager: OVMF support

2014-09-16 Thread Gerd Hoffmann
Hi, > > Then libvirt / virt-manager can pick it up and put it into a menu, with > > the "expert" entries being hidden by default (simliar to "OS type" > > selection, where you initially find the common ones only and have to > > pick "show all options" to get a full list). > > This is nice, but

Re: [virt-tools-list] [virt-manager PATCH RFC 3/4] virt-manager: OVMF support

2014-09-16 Thread Michal Privoznik
On 16.09.2014 13:17, Laszlo Ersek wrote: On 09/15/14 23:10, Cole Robinson wrote: On 09/11/2014 12:56 PM, Giuseppe Scrivano wrote: Signed-off-by: Giuseppe Scrivano --- ui/create.ui | 325 +++--- virtManager/create.py | 59 - 2 fi

Re: [virt-tools-list] [virt-manager PATCH RFC 3/4] virt-manager: OVMF support

2014-09-16 Thread Laszlo Ersek
On 09/16/14 15:05, Gerd Hoffmann wrote: > Hi, > > [ big snip ] > >> (3) edit /etc/libvirt/qemu.conf: > > Should we have some kind of firmware registry somewhere, > maybe /etc/libvirt/firmware.d/ ? > > Packages can drop in files there, with a format like this: > > [seabios] > hypervisor=qemu

Re: [virt-tools-list] [virt-manager PATCH RFC 3/4] virt-manager: OVMF support

2014-09-16 Thread Gerd Hoffmann
Hi, [ big snip ] > (3) edit /etc/libvirt/qemu.conf: Should we have some kind of firmware registry somewhere, maybe /etc/libvirt/firmware.d/ ? Packages can drop in files there, with a format like this: [seabios] hypervisor=qemu desc=default qemu firmware image=/usr/share/qemu-kvm/bios.bin def

Re: [virt-tools-list] [virt-manager PATCH RFC 3/4] virt-manager: OVMF support

2014-09-16 Thread Laszlo Ersek
On 09/15/14 23:10, Cole Robinson wrote: > On 09/11/2014 12:56 PM, Giuseppe Scrivano wrote: >> Signed-off-by: Giuseppe Scrivano >> --- >> ui/create.ui | 325 >> +++--- >> virtManager/create.py | 59 - >> 2 files changed, 369 insertions

Re: [virt-tools-list] [virt-manager PATCH RFC 3/4] virt-manager: OVMF support

2014-09-15 Thread Cole Robinson
On 09/11/2014 12:56 PM, Giuseppe Scrivano wrote: > Signed-off-by: Giuseppe Scrivano > --- > ui/create.ui | 325 > +++--- > virtManager/create.py | 59 - > 2 files changed, 369 insertions(+), 15 deletions(-) The UI is fine for a 'nuts

Re: [virt-tools-list] [virt-manager PATCH RFC 3/4] virt-manager: OVMF support

2014-09-15 Thread Laszlo Ersek
On 09/11/14 18:56, Giuseppe Scrivano wrote: > Signed-off-by: Giuseppe Scrivano > --- > ui/create.ui | 325 > +++--- > virtManager/create.py | 59 - > 2 files changed, 369 insertions(+), 15 deletions(-) I tested this, it's very nice.

[virt-tools-list] [virt-manager PATCH RFC 3/4] virt-manager: OVMF support

2014-09-11 Thread Giuseppe Scrivano
Signed-off-by: Giuseppe Scrivano --- ui/create.ui | 325 +++--- virtManager/create.py | 59 - 2 files changed, 369 insertions(+), 15 deletions(-) diff --git a/ui/create.ui b/ui/create.ui index 7a4f500..87da4ec 100644 --- a/ui/create.u