Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 04 Nov 2020 15:48:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        virtualization@FreeBSD.org
Subject:   [Bug 246121] [bhyve][PATCH] Append Keyboard Layout specified option for using VNC.
Message-ID:  <bug-246121-27103-xcn1jIRsgd@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-246121-27103@https.bugs.freebsd.org/bugzilla/>
References:  <bug-246121-27103@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D246121

Michael Reifenberger <mr@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mr@FreeBSD.org

--- Comment #17 from Michael Reifenberger <mr@FreeBSD.org> ---
Hi,
I'm currently testing the patches with FreeBSD 12.2 STABLE.

Using both patches:
cd /usr/src
patch < bhyve_qemu_ext_key_event_msg_fbsd121r.patch
patch < bhyve_kbdlayout_option_fbsd121r.patch
sh bhyve_kbdlayout_layoutfile.shar
ls -l bhyve/*.rej
-rw-r--r--  1 root  wheel   199  4 Nov. 16:15 bhyve/bhyve.8.rej
-rw-r--r--  1 root  wheel   273  4 Nov. 16:15 bhyve/bhyverun.c.rej
-rw-r--r--  1 root  wheel  1167  3 Nov. 21:52 bhyve/ps2kbd.c.rej

If only using bhyve_qemu_ext_key_event_msg_fbsd121r.patch:
This seems to work as I can switch to a german layout (Windows10 VM) and use
umlauts.

If only using bhyve_kbdlayout_option_fbsd121r.patch:
The patch doesn't apply cleanly:
-rw-r--r--  1 root  wheel  199  4 Nov. 16:35 bhyve/bhyve.8.rej
-rw-r--r--  1 root  wheel  273  4 Nov. 16:35 bhyve/bhyverun.c.rej

make install doesn't call kbdlayout/Makefile BTW.

If applying bhyverun.c.rej by hand I can start bhyve with 'bhyve_options=3D=
"-k
de"' but doesn't seem to work like the first patch.
(I can select the german keyboard in Windows but no umlauts are printed)

So it seems that for me only bhyve_qemu_ext_key_event_msg_fbsd121r.patch is
working as expected.

Thanks for your work in this area BTW!

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-246121-27103-xcn1jIRsgd>