qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [patch] qemu-ggi support


From: Bernhard Fischer
Subject: [Qemu-devel] [patch] qemu-ggi support
Date: Sat, 10 Dec 2005 14:22:08 +0100
User-agent: Mutt/1.5.11

On Mon, Sep 05, 2005 at 03:30:59PM +0200, Bernhard Fischer wrote:
>Hi,
>
>Attached patch adds support to qemu to display via GGI
>(www.ggi-project.org).
>
>GGI has several so called display-targets, i.e. you can render your
>application's output to one of
>X11
>wsfb
>vgl
>vgagl
>vcsa
>svgalib
>quartz
>memory
>ipc
>glide
>fbdev
>directx
>terminfo
>libaa
>etc. without the need to port the application to each of these libraries
>on your own.

In other words, you do not have to write support for e.g. cocoa, curses
etc in qemu but can use libgii (the input part) and libggi (the output
part) to transparently use the I/O the host-system you are running on
does provide.
>
>Missing features:
>- mouse support is not implemented

A variety of OS are supported, umong them linux, *BSD, MacOS, Windows,
etc.

Rediffed against current cvs.


Per default the path where ggi is searched for is /usr (your
distribution normally installs libraries there). If you happen to have
gii and ggi somewhere else, do e.g. this to install qemu in /opt/qemu

$ ./configure --ggi-path=/opt/ggi --prefix=/opt/qemu --cc=gcc-3.4 &&
make

Cheers,
Bernhard

Attachment: qemu.ggi_support.cvs20051210.diff
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]