pv-qemu: Remove standalone xenfb code
authorKeir Fraser <keir@xensource.com>
Thu, 25 Oct 2007 13:37:23 +0000 (14:37 +0100)
committerKeir Fraser <keir@xensource.com>
Thu, 25 Oct 2007 13:37:23 +0000 (14:37 +0100)
commit8731b7b939d6fcdf0bd115b330d2a7a9e2997bb3
tree3333b0b128713da0ca8ca3c6c4ea2d6231d7cbe1
parent3bc128ebcfa8358e19f5de8ab0707ecd17cca85a
pv-qemu: Remove standalone xenfb code

This patch removes all trace of the standalone paravirt framebuffer
daemon. With this there is no longer any requirement for
LibVNCServer. Everything is handled by the QEMU device model. The
xenfb.c and xenfb.h files are now moved (without code change) into
tools/ioemu/hw/ & the temporary Makefile hack from the previous patch
is removed.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
14 files changed:
Config.mk
tools/Makefile
tools/check/Makefile
tools/check/check_libvncserver [deleted file]
tools/check/check_sdl [deleted file]
tools/ioemu/Makefile.target
tools/ioemu/hw/xen_machine_pv.c
tools/ioemu/hw/xenfb.c [new file with mode: 0644]
tools/ioemu/hw/xenfb.h [new file with mode: 0644]
tools/xenfb/Makefile [deleted file]
tools/xenfb/sdlfb.c [deleted file]
tools/xenfb/vncfb.c [deleted file]
tools/xenfb/xenfb.c [deleted file]
tools/xenfb/xenfb.h [deleted file]