Re: [edk2-devel] implement about virtio-keyboard

2021-02-27 Thread Zhu Yijun
Thanks for your explanation. Laszlo Ersek 于2021年2月26日周五 上午2:54写道: > > On 02/24/21 03:55, Zhu Yijun wrote: > > Thanks for the update. > > > > Now the usb tablet and keyboard are the only two usb devices on > > aarch64, so I want to eliminate the "qemu-xhci" controller. > > > > I even think the sit

Re: [edk2-devel] implement about virtio-keyboard

2021-02-25 Thread Laszlo Ersek
On 02/24/21 03:55, Zhu Yijun wrote: > Thanks for the update. > > Now the usb tablet and keyboard are the only two usb devices on > aarch64, so I want to eliminate the "qemu-xhci" controller. > > I even think the situation that something more lightweight VMM instead > of QEMU may not support any U

Re: [edk2-devel] implement about virtio-keyboard

2021-02-24 Thread Zhu Yijun
Thanks for the update. Now the usb tablet and keyboard are the only two usb devices on aarch64, so I want to eliminate the "qemu-xhci" controller. I even think the situation that something more lightweight VMM instead of QEMU may not support any USB controller, then virtio-input support in UEFI i

[edk2-devel] implement about virtio-keyboard

2021-02-23 Thread Zhu Yijun
Hi all, I boot vm with the virtio keyboard on aarch64. It looks UEFI lacks support for the virtio keyboard, so I can't do any keyboard input before the linux kernel driver loads, i.e. edit the grub boot menu. Is there any plan to support it? I find UsbKeyboardDevice attach on UsbIO which im

Re: [edk2-devel] implement about virtio-keyboard

2021-02-23 Thread Laszlo Ersek
On 02/23/21 09:48, Zhu Yijun wrote: > Hi all, > I boot vm with the virtio keyboard on aarch64. It looks UEFI lacks > support for the virtio keyboard, so I can't do any keyboard input > before the linux kernel driver loads, i.e. edit the grub boot menu. Is > there any plan to support it? Not on