]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm tools: Add VESA device
authorJohn Floren <john@jfloren.net>
Mon, 23 May 2011 12:15:16 +0000 (15:15 +0300)
committerPekka Enberg <penberg@kernel.org>
Mon, 23 May 2011 14:07:39 +0000 (17:07 +0300)
commit2bef99bd71c9175c9775182ed47014a80d08f4d4
tree42c96232bdb2bd733f90a1916a1bc5c7ef109b6e
parent382cb2872449d7382287d08f19c09bd476003793
kvm tools: Add VESA device

Add a simple VESA device which simply moves a framebuffer
from guest kernel to a VNC server.

VESA device PCI code is very similar to virtio-* PCI code.

Signed-off-by: John Floren <john@jfloren.net>
[ turning code into patches and cleanup ]
Signed-off-by: Sasha Levin <levinsasha928@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/hw/vesa.c [new file with mode: 0644]
tools/kvm/include/kvm/ioport.h
tools/kvm/include/kvm/vesa.h [new file with mode: 0644]
tools/kvm/include/kvm/virtio-pci-dev.h