From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:42052) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SpJWJ-0008TI-2R for qemu-devel@nongnu.org; Thu, 12 Jul 2012 09:33:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SpJWD-0005Zm-4c for qemu-devel@nongnu.org; Thu, 12 Jul 2012 09:33:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:7679) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SpJWC-0005Xi-Sh for qemu-devel@nongnu.org; Thu, 12 Jul 2012 09:33:21 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q6CDXKBX032639 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 12 Jul 2012 09:33:20 -0400 From: Gerd Hoffmann Date: Thu, 12 Jul 2012 15:33:17 +0200 Message-Id: <1342099998-32020-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/1] vgabios: add makefile rules List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, This patch adds some glue to roms/Makefile to build vgabios binaries for qemu. It covers both the lgpl'ed vgabios implementation used by qemu traditionally and the new seabios implementation. The purpose of this patch is to (a) document the vgabios build process and (b) simplify seavgabios testing for those who want to play with it. please pull, Gerd Gerd Hoffmann (1): Add vgabios build rules to roms/Makefile The following changes since commit 92336855975805d88c7979f53bc05c2d47abab04: megasas: disable due to build breakage (2012-07-09 18:16:16 -0500) are available in the git repository at: git://git.kraxel.org/qemu bios.2 Gerd Hoffmann (1): Add vgabios build rules to roms/Makefile roms/Makefile | 17 +++++++++++++++++ roms/config.vga.cirrus | 3 +++ roms/config.vga.isavga | 3 +++ roms/config.vga.qxl | 6 ++++++ roms/config.vga.stdvga | 3 +++ roms/config.vga.vmware | 6 ++++++ 6 files changed, 38 insertions(+), 0 deletions(-) create mode 100644 roms/config.vga.cirrus create mode 100644 roms/config.vga.isavga create mode 100644 roms/config.vga.qxl create mode 100644 roms/config.vga.stdvga create mode 100644 roms/config.vga.vmware