aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bhyve/vga.c
Commit message (Expand)AuthorAgeFilesLines
* bhyve: Conditionally compile framebuffer-related codeMark Johnston2023-10-041-1331/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* libvmmapi: Add a struct vcpu and use it in most APIs.John Baldwin2023-03-241-35/+34
* bhyve: Remove the unused vcpu argument from all of the I/O port handlers.John Baldwin2022-12-091-1/+1
* bhyve: Annotate unused function parametersMark Johnston2022-10-081-10/+11
* Add SPDX tags to bhyve(8).Marcelo Araujo2018-06-131-0/+2
* bhyve/vga.c: fix atc_color_select_67 bit shiftRyan Libby2017-07-281-1/+1
* Fix unchecked array reference in the VGA device emulation code.Gleb Smirnoff2016-10-251-4/+4
* Import bhyve_graphics into CURRENT. Thanks to all who testedPeter Grehan2016-07-041-0/+1331