PR: 246121
Submitted by: koinec@yahoo.co.jp
Details
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 38482 Build 35371: arc lint + arc unit
Event Timeline
Looks fine: please fix the #define on submit.
usr.sbin/bhyve/rfb.c | ||
---|---|---|
1064 | This should be a #define, e.g. CS_CLIENTMSG |
Add #define CS_MSG_CLIENT_QEMU and name it to point to Quemu
Updating D29430: Append Keyboard Layout specified option for using VNC.
Part one: supporting QEMU Extended Keyboard Event Message
- Append Keyboard Layout specified option for using VNC.
Updating D29430: Append Keyboard Layout specified option for using VNC.
Part one: supporting QEMU Extended Keyboard Event Message
Sigh, I've updatet the wrong review.
This patch should have gone to the part two...
https://reviews.freebsd.org/D29473
Hi,
the least effort would be to not touch this review and commit the already reviewed patch to main.
Originally I intended to commit and push this review and the part 2 review https://reviews.freebsd.org/D29473 together...
What do you think?
the least effort would be to not touch this review and commit the already reviewed patch to main.
That's also fine.
Originally I intended to commit and push this review and the part 2 review https://reviews.freebsd.org/D29473 together...
What do you think?
How about committing part 1 now ? That provides an immediate path forward for non-English VNC support, and requires no base system datafiles or man page updates.