Re: [edk2-devel][PATCH v1 1/1] ArmVirtPkg: ArmVirtQemu: Add Graphics and Input

2023-09-06 Thread Ard Biesheuvel
On Tue, 5 Sept 2023 at 18:05, Oliver Smith-Denny wrote: > > Gentle reminder on this now that the stable tag has passed. > Thanks for the reminder. Merging as #4790 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#108318): https://edk2.gr

Re: [edk2-devel][PATCH v1 1/1] ArmVirtPkg: ArmVirtQemu: Add Graphics and Input

2023-08-21 Thread Leif Lindholm
On 2023-08-19 23:10, Pedro Falcato wrote: W dniu 18.08.2023 o 20:17, Oliver Smith-Denny pisze: Currently, unlike OVMF, ArmVirtQemu does not display any graphics, only the QEMU monitor. Graphics are helpful to confirm booting into an OS is successful, interacting with the EFI shell while getting

Re: [edk2-devel][PATCH v1 1/1] ArmVirtPkg: ArmVirtQemu: Add Graphics and Input

2023-08-21 Thread Gerd Hoffmann
On Sat, Aug 19, 2023 at 11:10:07PM +0100, Pedro Falcato wrote: > On Sat, Aug 19, 2023 at 8:39 PM Marcin Juszkiewicz > wrote: > > > > W dniu 18.08.2023 o 20:17, Oliver Smith-Denny pisze: > > > Currently, unlike OVMF, ArmVirtQemu does not display any graphics, only > > > the QEMU monitor. Graphics a

Re: [edk2-devel][PATCH v1 1/1] ArmVirtPkg: ArmVirtQemu: Add Graphics and Input

2023-08-19 Thread Pedro Falcato
On Sat, Aug 19, 2023 at 8:39 PM Marcin Juszkiewicz wrote: > > W dniu 18.08.2023 o 20:17, Oliver Smith-Denny pisze: > > Currently, unlike OVMF, ArmVirtQemu does not display any graphics, only > > the QEMU monitor. Graphics are helpful to confirm booting into an OS is > > successful, interacting wit

Re: [edk2-devel][PATCH v1 1/1] ArmVirtPkg: ArmVirtQemu: Add Graphics and Input

2023-08-19 Thread Marcin Juszkiewicz
W dniu 18.08.2023 o 20:17, Oliver Smith-Denny pisze: Currently, unlike OVMF, ArmVirtQemu does not display any graphics, only the QEMU monitor. Graphics are helpful to confirm booting into an OS is successful, interacting with the EFI shell while getting separate logging messages, etc. Ah, tha

Re: [edk2-devel][PATCH v1 1/1] ArmVirtPkg: ArmVirtQemu: Add Graphics and Input

2023-08-18 Thread Ard Biesheuvel
On Fri, 18 Aug 2023 at 20:17, Oliver Smith-Denny wrote: > > Currently, unlike OVMF, ArmVirtQemu does not display any graphics, > only the QEMU monitor. Graphics are helpful to confirm booting into > an OS is successful, interacting with the EFI shell while getting > separate logging messages, etc.