From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24532 invoked by alias); 23 Jan 2002 20:52:06 -0000 Mailing-List: contact sid-cvs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sid-cvs-owner@sources.redhat.com Received: (qmail 24496 invoked by uid 9289); 23 Jan 2002 20:52:04 -0000 Date: Wed, 23 Jan 2002 12:52:00 -0000 Message-ID: <20020123205204.24495.qmail@sources.redhat.com> From: fitzsim@sources.redhat.com To: sid-cvs@sources.redhat.com Subject: src/sid/component/bochs ChangeLog Makefile.am ... X-SW-Source: 2002-q1/txt/msg00010.txt.bz2 List-Id: CVSROOT: /cvs/src Module name: src Changes by: fitzsim@sources.redhat.com 2002-01-23 12:52:02 Modified files: sid/component/bochs: ChangeLog Makefile.am Makefile.in bochs.h components.cxx config.h.in configure configure.in mkinstalldirs sid/component/bochs/cpu: Makefile.in sid/component/bochs/fpu: Makefile.in sid/component/bochs/memory: Makefile.in Added files: sid/component/bochs/gui: Makefile.am Makefile.in dummy.cc icon_bochs.h x-gui.cc x-gui.h sid/component/bochs/vga: Makefile.am Makefile.in sid-vga-wrapper.cc sid-vga-wrapper.h vga.cc vga.h sid/component/bochs/vga/tests: vga-test-bounce.c vga-test-color.c vga-test-draw.c vga-test-modes.c Log message: * Makefile.am (SUBDIRLIST): Add vga, gui. (SUBLIBLIST): Add vga/libvga.la, gui/libgui.la. (INCLUDES): Add vga, gui directories. * bochs.h: Include vga/vga.h. * configure.in: Add check for X11/Xos.h header. Add vga/Makefile and gui/Makefile to AC_OUTPUT. * config.h.in (BX_USE_VGA_SMF): Set to 0. (HAVE_X11_XOS_H): New define. * components.cxx (compX86ListTypes): Add types hw-video-vga, sid-io-vga. (compX86Create): Likewise. (compX86Delete): Handle deletion of x86_cpu, vga and x_gui components. * gui/Makefile.am: New file. * gui/Makefile.in: Likewise. * gui/dummy.cc: Likewise. * gui/icon_bochs.h: Likewise. * gui/x-gui.h: Likewise. * gui/x-gui.cc: Likewise. * vga/Makefile.am: New file. * vga/Makefile.in: Likewise. * vga/sid-vga-wrapper.cc: Likewise. * vga/sid-vga-wrapper.h: Likewise. * vga/tests/vga-test-bounce.c: Likewise. * vga/tests/vga-test-color.c: Likewise. * vga/tests/vga-test-draw.c: Likewise. * vga/tests/vga-test-modes.c: Likewise. * vga/vga.cc: Likewise. * vga/vga.cc: Likewise. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/ChangeLog.diff?cvsroot=src&r1=1.3&r2=1.4 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/Makefile.am.diff?cvsroot=src&r1=1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/Makefile.in.diff?cvsroot=src&r1=1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/bochs.h.diff?cvsroot=src&r1=1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/components.cxx.diff?cvsroot=src&r1=1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/config.h.in.diff?cvsroot=src&r1=1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/configure.diff?cvsroot=src&r1=1.2&r2=1.3 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/configure.in.diff?cvsroot=src&r1=1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/mkinstalldirs.diff?cvsroot=src&r1=1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/cpu/Makefile.in.diff?cvsroot=src&r1=1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/fpu/Makefile.in.diff?cvsroot=src&r1=1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/gui/Makefile.am.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/gui/Makefile.in.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/gui/dummy.cc.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/gui/icon_bochs.h.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/gui/x-gui.cc.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/gui/x-gui.h.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/memory/Makefile.in.diff?cvsroot=src&r1=1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/vga/Makefile.am.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/vga/Makefile.in.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/vga/sid-vga-wrapper.cc.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/vga/sid-vga-wrapper.h.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/vga/vga.cc.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/vga/vga.h.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/vga/tests/vga-test-bounce.c.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/vga/tests/vga-test-color.c.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/vga/tests/vga-test-draw.c.diff?cvsroot=src&r1=NONE&r2=1.1 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/bochs/vga/tests/vga-test-modes.c.diff?cvsroot=src&r1=NONE&r2=1.1