* [PATCH] Add hyperv-keyboard kernel module for Hyper-V Gen2 VM
@ 2014-09-26 10:02 Vaughan Cao
0 siblings, 0 replies; 3+ messages in thread
From: Vaughan Cao @ 2014-09-26 10:02 UTC (permalink / raw)
To: initramfs-u79uwXL29TY76Z2rM5mHXA; +Cc: vaughan.cao-QHcLZuEGTsvQT0dZR+AlfA
The synthetic keyboard of a Gen2 Linux VM doesn't work before the
hyperv_keyboard module is loaded. Without it, we can't cancel the media check
phase if boot with rd.live.check option.
Gen1 Linux VM doesn't have the same issue because the host emulates the legacy
i8042 keyboard for Gen1 VM.
Signed-off-by: Vaughan Cao <vaughan.cao-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
---
modules.d/90kernel-modules/module-setup.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules.d/90kernel-modules/module-setup.sh b/modules.d/90kernel-modules/module-setup.sh
index eea30e6..83b8995 100755
--- a/modules.d/90kernel-modules/module-setup.sh
+++ b/modules.d/90kernel-modules/module-setup.sh
@@ -45,7 +45,7 @@ installkernel() {
atkbd i8042 usbhid hid-apple hid-sunplus hid-cherry hid-logitech \
hid-logitech-dj hid-microsoft hid-lcpower firewire-ohci \
pcmcia usb_storage nvme hid-hyperv hv-vmbus \
- sdhci_acpi
+ sdhci_acpi hyperv-keyboard
if [[ "$(uname -p)" == arm* ]]; then
# arm specific modules
--
1.9.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH] Add hyperv-keyboard kernel module for Hyper-V Gen2 VM
@ 2014-10-09 8:41 Vaughan Cao
[not found] ` <1412844091-32321-1-git-send-email-vaughan.cao-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
0 siblings, 1 reply; 3+ messages in thread
From: Vaughan Cao @ 2014-10-09 8:41 UTC (permalink / raw)
To: harald-H+wXaHxf7aLQT0dZR+AlfA
Cc: initramfs-u79uwXL29TY76Z2rM5mHXA,
vaughan.cao-QHcLZuEGTsvQT0dZR+AlfA
The synthetic keyboard of a Gen2 Linux VM doesn't work before the
hyperv_keyboard module is loaded. Without it, we can't cancel the media check
phase if boot with rd.live.check option.
Gen1 Linux VM doesn't have the same issue because the host emulates the legacy
i8042 keyboard for Gen1 VM.
Signed-off-by: Vaughan Cao <vaughan.cao-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
---
modules.d/90kernel-modules/module-setup.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules.d/90kernel-modules/module-setup.sh b/modules.d/90kernel-modules/module-setup.sh
index eea30e6..83b8995 100755
--- a/modules.d/90kernel-modules/module-setup.sh
+++ b/modules.d/90kernel-modules/module-setup.sh
@@ -45,7 +45,7 @@ installkernel() {
atkbd i8042 usbhid hid-apple hid-sunplus hid-cherry hid-logitech \
hid-logitech-dj hid-microsoft hid-lcpower firewire-ohci \
pcmcia usb_storage nvme hid-hyperv hv-vmbus \
- sdhci_acpi
+ sdhci_acpi hyperv-keyboard
if [[ "$(uname -p)" == arm* ]]; then
# arm specific modules
--
1.9.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] Add hyperv-keyboard kernel module for Hyper-V Gen2 VM
[not found] ` <1412844091-32321-1-git-send-email-vaughan.cao-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
@ 2014-10-24 7:11 ` Harald Hoyer
0 siblings, 0 replies; 3+ messages in thread
From: Harald Hoyer @ 2014-10-24 7:11 UTC (permalink / raw)
To: Vaughan Cao; +Cc: initramfs-u79uwXL29TY76Z2rM5mHXA
On 09.10.2014 10:41, Vaughan Cao wrote:
> The synthetic keyboard of a Gen2 Linux VM doesn't work before the
> hyperv_keyboard module is loaded. Without it, we can't cancel the media check
> phase if boot with rd.live.check option.
> Gen1 Linux VM doesn't have the same issue because the host emulates the legacy
> i8042 keyboard for Gen1 VM.
>
> Signed-off-by: Vaughan Cao <vaughan.cao-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
> ---
> modules.d/90kernel-modules/module-setup.sh | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/modules.d/90kernel-modules/module-setup.sh b/modules.d/90kernel-modules/module-setup.sh
> index eea30e6..83b8995 100755
> --- a/modules.d/90kernel-modules/module-setup.sh
> +++ b/modules.d/90kernel-modules/module-setup.sh
> @@ -45,7 +45,7 @@ installkernel() {
> atkbd i8042 usbhid hid-apple hid-sunplus hid-cherry hid-logitech \
> hid-logitech-dj hid-microsoft hid-lcpower firewire-ohci \
> pcmcia usb_storage nvme hid-hyperv hv-vmbus \
> - sdhci_acpi
> + sdhci_acpi hyperv-keyboard
>
> if [[ "$(uname -p)" == arm* ]]; then
> # arm specific modules
>
applied, thanks
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-10-24 7:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-09 8:41 [PATCH] Add hyperv-keyboard kernel module for Hyper-V Gen2 VM Vaughan Cao
[not found] ` <1412844091-32321-1-git-send-email-vaughan.cao-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
2014-10-24 7:11 ` Harald Hoyer
-- strict thread matches above, loose matches on Subject: below --
2014-09-26 10:02 Vaughan Cao
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox