From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42389) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ViNLe-0001Ca-KH for qemu-devel@nongnu.org; Mon, 18 Nov 2013 06:50:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ViNLY-0003eD-At for qemu-devel@nongnu.org; Mon, 18 Nov 2013 06:50:34 -0500 Received: from mx1.redhat.com ([209.132.183.28]:31919) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ViNLY-0003e7-2y for qemu-devel@nongnu.org; Mon, 18 Nov 2013 06:50:28 -0500 Date: Mon, 18 Nov 2013 13:53:35 +0200 From: "Michael S. Tsirkin" Message-ID: <1384775449-6693-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PULL for-1.8 0/2] pc last minute fixes for 1.8 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, Anthony Liguori Cc: imammedo@redhat.com, akong@redhat.com The following changes since commit 5c5432e7d630592ddcc1876ac8a1505f8f14ef15: Merge remote-tracking branch 'luiz/queue/qmp' into staging (2013-11-13 11:49:27 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_anthony for you to fetch changes up to 420508fbba2a6e8eaff008715b5f7eff83f8e865: doc: fix hardcoded helper path (2013-11-18 13:45:10 +0200) ---------------------------------------------------------------- pc last minute fixes for 1.8 This has a patch that drops an unused FW CFG entry. I think it's best to include it before 1.7 to avoid the need to maintain it in compat machine types. There's also a doc bugfix by Amos: I'm guessing doc fixes are still fair game even at this late stage. Signed-off-by: Michael S. Tsirkin ---------------------------------------------------------------- Amos Kong (1): doc: fix hardcoded helper path Igor Mammedov (1): pc: disable pci-info hw/i386/pc_piix.c | 2 +- hw/i386/pc_q35.c | 2 +- qemu-options.hx | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) -- MST