diff options
| author | Andy Fiddaman <omnios@citrus-it.co.uk> | 2022-03-16 00:06:50 +0000 |
|---|---|---|
| committer | Andy Fiddaman <omnios@citrus-it.co.uk> | 2022-04-23 11:02:39 +0000 |
| commit | 1aa1f41fe10c6220a7fbef328fac1b72a8355a01 (patch) | |
| tree | ec9c696d3510fe99b9a681718fc43a9e3d95e3d2 /usr/src/cmd/bhyve/bhyverun.c | |
| parent | da00bec1e7243a6545b45e42283b8549cf19de1f (diff) | |
| download | illumos-joyent-1aa1f41fe10c6220a7fbef328fac1b72a8355a01.tar.gz | |
14495 bhyve VNC server should support alternate pixel formats
14494 bhyve VNC server could support multiple connections
14505 libumem's umem_update thread could be named
14506 libidspace does not expose id_allocff()
14640 bhyve VNC authentication fails with openssl3
Reviewed by: Jason King <jason.brian.king+illumos@gmail.com>
Reviewed by: Michael Zeller <mike@mikezeller.net>
Approved by: Robert Mustacchi <rm@fingolfin.org>
Diffstat (limited to 'usr/src/cmd/bhyve/bhyverun.c')
| -rw-r--r-- | usr/src/cmd/bhyve/bhyverun.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr/src/cmd/bhyve/bhyverun.c b/usr/src/cmd/bhyve/bhyverun.c index 8b622a304a..40c7d2a5e1 100644 --- a/usr/src/cmd/bhyve/bhyverun.c +++ b/usr/src/cmd/bhyve/bhyverun.c @@ -1666,8 +1666,6 @@ main(int argc, char *argv[]) } #endif - vga_init(1); - if (lpc_bootrom()) { #ifdef __FreeBSD__ if (vm_set_capability(ctx, BSP, VM_CAP_UNRESTRICTED_GUEST, 1)) { |
