public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Jonatan Schlag <jonatan.schlag@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 1/2] Update qemu to 2.8
Date: Mon, 02 Jan 2017 15:23:09 +0100	[thread overview]
Message-ID: <1483366990-586-1-git-send-email-jonatan.schlag@ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 2948 bytes --]

For Changelog see:

http://wiki.qemu.org/ChangeLog/2.8
http://wiki.qemu.org/ChangeLog/2.7

Signed-off-by: Jonatan Schlag <jonatan.schlag(a)ipfire.org>
---
 config/rootfiles/packages/qemu | 14 ++++++++------
 lfs/qemu                       |  6 +++---
 2 files changed, 11 insertions(+), 9 deletions(-)

diff --git a/config/rootfiles/packages/qemu b/config/rootfiles/packages/qemu
index 21b438f..022d4eb 100644
--- a/config/rootfiles/packages/qemu
+++ b/config/rootfiles/packages/qemu
@@ -1,4 +1,6 @@
 lib/udev/rules.d/65-kvm.rules
+usr/bin/ivshmem-client
+usr/bin/ivshmem-server
 usr/bin/qemu
 usr/bin/qemu-arm
 usr/bin/qemu-ga
@@ -13,10 +15,10 @@ usr/bin/qemu-x86_64
 usr/libexec/qemu-bridge-helper
 #usr/share/doc/qemu
 #usr/share/doc/qemu/qemu-doc.html
-#usr/share/doc/qemu/qemu-tech.html
 #usr/share/doc/qemu/qmp-commands.txt
 #usr/share/man/man1/qemu-img.1
 #usr/share/man/man1/qemu.1
+#usr/share/man/man8/qemu-ga.8
 #usr/share/man/man8/qemu-nbd.8
 #usr/share/qemu
 usr/share/qemu/QEMU,cgthree.bin
@@ -26,11 +28,13 @@ usr/share/qemu/bamboo.dtb
 usr/share/qemu/bios-256k.bin
 usr/share/qemu/bios.bin
 usr/share/qemu/efi-e1000.rom
+usr/share/qemu/efi-e1000e.rom
 usr/share/qemu/efi-eepro100.rom
 usr/share/qemu/efi-ne2k_pci.rom
 usr/share/qemu/efi-pcnet.rom
 usr/share/qemu/efi-rtl8139.rom
 usr/share/qemu/efi-virtio.rom
+usr/share/qemu/efi-vmxnet3.rom
 usr/share/qemu/keymaps
 usr/share/qemu/keymaps/ar
 usr/share/qemu/keymaps/bepo
@@ -71,6 +75,7 @@ usr/share/qemu/keymaps/th
 usr/share/qemu/keymaps/tr
 usr/share/qemu/kvmvapic.bin
 usr/share/qemu/linuxboot.bin
+usr/share/qemu/linuxboot_dma.bin
 usr/share/qemu/multiboot.bin
 usr/share/qemu/openbios-ppc
 usr/share/qemu/openbios-sparc32
@@ -89,9 +94,10 @@ usr/share/qemu/qemu-icon.bmp
 usr/share/qemu/qemu_logo_no_text.svg
 usr/share/qemu/s390-ccw.img
 usr/share/qemu/sgabios.bin
+usr/share/qemu/skiboot.lid
 usr/share/qemu/slof.bin
 usr/share/qemu/spapr-rtas.bin
-usr/share/qemu/trace-events
+usr/share/qemu/trace-events-all
 usr/share/qemu/u-boot.e500
 usr/share/qemu/vgabios-cirrus.bin
 usr/share/qemu/vgabios-qxl.bin
@@ -100,7 +106,3 @@ usr/share/qemu/vgabios-virtio.bin
 usr/share/qemu/vgabios-vmware.bin
 usr/share/qemu/vgabios.bin
 #usr/var/run
-usr/bin/ivshmem-client
-usr/bin/ivshmem-server
-#usr/share/man/man8/qemu-ga.8
-
diff --git a/lfs/qemu b/lfs/qemu
index fb4f4b3..26c2f24 100644
--- a/lfs/qemu
+++ b/lfs/qemu
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 2.6.0
+VER        = 2.8.0
 
 THISAPP    = qemu-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -33,7 +33,7 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 SUP_ARCH   = i586 x86_64
 PROG       = qemu
-PAK_VER    = 21
+PAK_VER    = 22
 
 DEPS       = "libusbredir sdl spice"
 
@@ -45,7 +45,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = ca3f70b43f093e33e9e014f144067f13
+$(DL_FILE)_MD5 = 17940dce063b6ce450a12e719a6c9c43
 
 install : $(TARGET)
 
-- 
2.1.4


             reply	other threads:[~2017-01-02 14:23 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-02 14:23 Jonatan Schlag [this message]
2017-01-02 14:23 ` [PATCH 2/2] Update libvirt to 2.5 Jonatan Schlag
2017-01-04 11:23   ` Michael Tremer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1483366990-586-1-git-send-email-jonatan.schlag@ipfire.org \
    --to=jonatan.schlag@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox