This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via cffed7aa4b730c3d961b6c135d9d7d9f3964b97c (commit) from 7c6248e1b578bc51a4dad9b8d0f562c2081fabba (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit cffed7aa4b730c3d961b6c135d9d7d9f3964b97c Author: Arne Fitzenreiter arne_f@ipfire.org Date: Thu Jul 14 22:55:29 2011 +0200
qemu: switch to qemu-kvm to support more kvm features.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/packages/qemu | 2 ++ lfs/qemu | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-)
Difference in files: diff --git a/config/rootfiles/packages/qemu b/config/rootfiles/packages/qemu index d061319..f04fdfb 100644 --- a/config/rootfiles/packages/qemu +++ b/config/rootfiles/packages/qemu @@ -14,6 +14,7 @@ usr/bin/qemu-nbd usr/share/qemu usr/share/qemu/bamboo.dtb usr/share/qemu/bios.bin +usr/share/qemu/extboot.bin usr/share/qemu/gpxe-eepro100-80861209.rom usr/share/qemu/keymaps usr/share/qemu/keymaps/ar @@ -64,6 +65,7 @@ usr/share/qemu/pxe-pcnet.bin usr/share/qemu/pxe-rtl8139.bin usr/share/qemu/pxe-virtio.bin usr/share/qemu/s390-zipl.rom +usr/share/qemu/vapic.bin usr/share/qemu/vgabios-cirrus.bin usr/share/qemu/vgabios-qxl.bin usr/share/qemu/vgabios-stdvga.bin diff --git a/lfs/qemu b/lfs/qemu index 03c20d5..2751550 100644 --- a/lfs/qemu +++ b/lfs/qemu @@ -26,13 +26,13 @@ include Config
VER = 0.14.1
-THISAPP = qemu-$(VER) +THISAPP = qemu-kvm-$(VER) DL_FILE = $(THISAPP).tar.gz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = qemu -PAK_VER = 11 +PAK_VER = 12
DEPS = "sdl"
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = b6c713a8db638e173af53a62d5178640 +$(DL_FILE)_MD5 = ed37a2c0b1981220b842920140574c63
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree