From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 764FE198005 for ; Mon, 25 Feb 2013 05:27:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A27EAE02CE; Mon, 25 Feb 2013 05:27:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 234F2E02CE for ; Mon, 25 Feb 2013 05:27:20 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3C43033DD29 for ; Mon, 25 Feb 2013 05:27:19 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 543) id 012B52171E; Mon, 25 Feb 2013 05:27:17 +0000 (UTC) From: "Doug Goldstein (cardoe)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, cardoe@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/qemu/files: qemu-kvm-1.4 X-VCS-Repository: gentoo-x86 X-VCS-Files: qemu-kvm-1.4 X-VCS-Directories: app-emulation/qemu/files X-VCS-Committer: cardoe X-VCS-Committer-Name: Doug Goldstein Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130225052718.012B52171E@flycatcher.gentoo.org> Date: Mon, 25 Feb 2013 05:27:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 725b1175-586e-487f-b717-658bc58f67cd X-Archives-Hash: 84825c19d4944a84b461acc81ae212c9 cardoe 13/02/25 05:27:17 Added: qemu-kvm-1.4 Log: Patches from Cole Robinson for qemu-kvm -> qemu migration fixes. Start on the stable 1.4 patch series. New qemu-kvm wrapper. (Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key D7DFA8D318FA9AEF!) Revision Changes Path 1.1 app-emulation/qemu/files/qemu-kvm-1.4 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/files/qemu-kvm-1.4?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/files/qemu-kvm-1.4?rev=1.1&content-type=text/plain Index: qemu-kvm-1.4 =================================================================== #!/bin/sh exec /usr/bin/qemu-system-x86_64 -machine accel=kvm "$@"