freebsd-skq/usr.sbin/bhyve
grehan d5b4f0b542 - Change the fbuf "vga" parameter to "vga=on|io|off".
"io" is the default, and allows VGA i/o registers to be
   accessed. This is required by Win7/2k8 graphics guests that
   use a combination of BIOS int10 and UEFI.
   "off" disables all VGA i/o and mem accesses.
   "on" is not yet hooked up, but will enable full VGA rendering.

   OpenBSD/UEFI >= 5.9 graphics guests can be booted using "vga=off"

- Allow "rfb" to be used instead of "tcp" for the fbuf VNC
  description. "tcp" will be removed at a future point and is
  kept as an alias.

Discussed with:	Leon Dang
MFC after:	3 days
2016-07-27 00:03:29 +00:00
..
acpi.c Create branch for bhyve graphics import. 2016-05-27 06:22:24 +00:00
acpi.h Create branch for bhyve graphics import. 2016-05-27 06:22:24 +00:00
ahci.h Create branch for bhyve graphics import. 2016-05-27 06:22:24 +00:00
atkbdc.c Import bhyve_graphics into CURRENT. Thanks to all who tested 2016-07-04 03:19:06 +00:00
atkbdc.h Import bhyve_graphics into CURRENT. Thanks to all who tested 2016-07-04 03:19:06 +00:00
bhyve.8 Add emulation for Intel e1000 (e82545) network adapter. 2016-07-09 20:41:59 +00:00
bhyvegc.c Import bhyve_graphics into CURRENT. Thanks to all who tested 2016-07-04 03:19:06 +00:00
bhyvegc.h Import bhyve_graphics into CURRENT. Thanks to all who tested 2016-07-04 03:19:06 +00:00
bhyverun.c Fix gcc warnings 2016-07-06 04:56:45 +00:00
bhyverun.h Fix CTASSERT issue in a more clean way 2016-07-06 16:02:15 +00:00
block_if.c Improve error message when failing to open a backing file 2016-05-27 11:46:54 +00:00
block_if.h Create branch for bhyve graphics import. 2016-05-27 06:22:24 +00:00
bootrom.c Create branch for bhyve graphics import. 2016-05-27 06:22:24 +00:00
bootrom.h Create branch for bhyve graphics import. 2016-05-27 06:22:24 +00:00
console.c Import bhyve_graphics into CURRENT. Thanks to all who tested 2016-07-04 03:19:06 +00:00
console.h Import bhyve_graphics into CURRENT. Thanks to all who tested 2016-07-04 03:19:06 +00:00
consport.c Create branch for bhyve graphics import. 2016-05-27 06:22:24 +00:00
dbgport.c Create branch for bhyve graphics import. 2016-05-27 06:22:24 +00:00
dbgport.h Create branch for bhyve graphics import. 2016-05-27 06:22:24 +00:00
fwctl.c Create branch for bhyve graphics import. 2016-05-27 06:22:24 +00:00
fwctl.h Create branch for bhyve graphics import. 2016-05-27 06:22:24 +00:00
inout.c Create branch for bhyve graphics import. 2016-05-27 06:22:24 +00:00
inout.h Create branch for bhyve graphics import. 2016-05-27 06:22:24 +00:00
ioapic.c Make PCI interupts allocation static when using bootrom (UEFI). 2016-07-14 17:16:10 +00:00
ioapic.h Make PCI interupts allocation static when using bootrom (UEFI). 2016-07-14 17:16:10 +00:00
Makefile Revert unwanted change leaked into r302932. 2016-07-16 09:44:31 +00:00
Makefile.depend Create branch for bhyve graphics import. 2016-05-27 06:22:24 +00:00
mem.c Create branch for bhyve graphics import. 2016-05-27 06:22:24 +00:00
mem.h Create branch for bhyve graphics import. 2016-05-27 06:22:24 +00:00
mevent_test.c Create branch for bhyve graphics import. 2016-05-27 06:22:24 +00:00
mevent.c Create branch for bhyve graphics import. 2016-05-27 06:22:24 +00:00
mevent.h Create branch for bhyve graphics import. 2016-05-27 06:22:24 +00:00
mptbl.c Create branch for bhyve graphics import. 2016-05-27 06:22:24 +00:00
mptbl.h Create branch for bhyve graphics import. 2016-05-27 06:22:24 +00:00
pci_ahci.c Fix NCQ TRIM emulation. 2016-07-17 14:13:47 +00:00
pci_e82545.c Increase I82545_MAX_TXSEGS from 20 to 64 and add checks for it. 2016-07-16 09:08:33 +00:00
pci_emul.c Make PCI interupts allocation static when using bootrom (UEFI). 2016-07-14 17:16:10 +00:00
pci_emul.h Add emulation for multiple (up to 16) MSI vectors for AHCI. 2016-07-08 21:30:18 +00:00
pci_fbuf.c - Change the fbuf "vga" parameter to "vga=on|io|off". 2016-07-27 00:03:29 +00:00
pci_hostbridge.c Create branch for bhyve graphics import. 2016-05-27 06:22:24 +00:00
pci_irq.c Make PCI interupts allocation static when using bootrom (UEFI). 2016-07-14 17:16:10 +00:00
pci_irq.h Make PCI interupts allocation static when using bootrom (UEFI). 2016-07-14 17:16:10 +00:00
pci_lpc.c Create branch for bhyve graphics import. 2016-05-27 06:22:24 +00:00
pci_lpc.h Create branch for bhyve graphics import. 2016-05-27 06:22:24 +00:00
pci_passthru.c Fix gcc warnings 2016-07-06 05:05:03 +00:00
pci_uart.c Create branch for bhyve graphics import. 2016-05-27 06:22:24 +00:00
pci_virtio_block.c Create branch for bhyve graphics import. 2016-05-27 06:22:24 +00:00
pci_virtio_net.c Create branch for bhyve graphics import. 2016-05-27 06:22:24 +00:00
pci_virtio_rnd.c Create branch for bhyve graphics import. 2016-05-27 06:22:24 +00:00
pci_xhci.c Catch another case where an XHCI interrupt was being 2016-07-26 23:40:25 +00:00
pci_xhci.h Import bhyve_graphics into CURRENT. Thanks to all who tested 2016-07-04 03:19:06 +00:00
pm.c Create branch for bhyve graphics import. 2016-05-27 06:22:24 +00:00
post.c Create branch for bhyve graphics import. 2016-05-27 06:22:24 +00:00
ps2kbd.c Implement right shift/ctl, and convert the VNC/xorg scancode 2016-07-11 06:31:15 +00:00
ps2kbd.h Import bhyve_graphics into CURRENT. Thanks to all who tested 2016-07-04 03:19:06 +00:00
ps2mouse.c Import bhyve_graphics into CURRENT. Thanks to all who tested 2016-07-04 03:19:06 +00:00
ps2mouse.h Import bhyve_graphics into CURRENT. Thanks to all who tested 2016-07-04 03:19:06 +00:00
rfb.c Fix gcc build errors with SSE 4.2 detection and gcc warnings 2016-07-06 05:17:07 +00:00
rfb.h Import bhyve_graphics into CURRENT. Thanks to all who tested 2016-07-04 03:19:06 +00:00
rtc.c Create branch for bhyve graphics import. 2016-05-27 06:22:24 +00:00
rtc.h Create branch for bhyve graphics import. 2016-05-27 06:22:24 +00:00
smbiostbl.c Create branch for bhyve graphics import. 2016-05-27 06:22:24 +00:00
smbiostbl.h Create branch for bhyve graphics import. 2016-05-27 06:22:24 +00:00
sockstream.c Import bhyve_graphics into CURRENT. Thanks to all who tested 2016-07-04 03:19:06 +00:00
sockstream.h Import bhyve_graphics into CURRENT. Thanks to all who tested 2016-07-04 03:19:06 +00:00
spinup_ap.c Create branch for bhyve graphics import. 2016-05-27 06:22:24 +00:00
spinup_ap.h Create branch for bhyve graphics import. 2016-05-27 06:22:24 +00:00
task_switch.c Fix CTASSERT issue in a more clean way 2016-07-06 16:02:15 +00:00
uart_emul.c Create branch for bhyve graphics import. 2016-05-27 06:22:24 +00:00
uart_emul.h Create branch for bhyve graphics import. 2016-05-27 06:22:24 +00:00
usb_emul.c Import bhyve_graphics into CURRENT. Thanks to all who tested 2016-07-04 03:19:06 +00:00
usb_emul.h Import bhyve_graphics into CURRENT. Thanks to all who tested 2016-07-04 03:19:06 +00:00
usb_mouse.c Fix gcc warning 2016-07-06 05:17:56 +00:00
vga.c Import bhyve_graphics into CURRENT. Thanks to all who tested 2016-07-04 03:19:06 +00:00
vga.h Import bhyve_graphics into CURRENT. Thanks to all who tested 2016-07-04 03:19:06 +00:00
virtio.c Create branch for bhyve graphics import. 2016-05-27 06:22:24 +00:00
virtio.h Create branch for bhyve graphics import. 2016-05-27 06:22:24 +00:00
xmsr.c Create branch for bhyve graphics import. 2016-05-27 06:22:24 +00:00
xmsr.h Create branch for bhyve graphics import. 2016-05-27 06:22:24 +00:00