From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37898) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VdKVw-00051F-Nb for qemu-devel@nongnu.org; Mon, 04 Nov 2013 08:48:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VdKVq-0007Kb-JN for qemu-devel@nongnu.org; Mon, 04 Nov 2013 08:48:20 -0500 Received: from mx1.redhat.com ([209.132.183.28]:6263) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VdKVq-0007KR-BG for qemu-devel@nongnu.org; Mon, 04 Nov 2013 08:48:14 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id rA4DmD2o028969 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 4 Nov 2013 08:48:13 -0500 Received: from redhat.com (vpn1-6-193.ams2.redhat.com [10.36.6.193]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with SMTP id rA4DmBGL015392 for ; Mon, 4 Nov 2013 08:48:12 -0500 Date: Mon, 4 Nov 2013 15:51:07 +0200 From: "Michael S. Tsirkin" Message-ID: <1383572851-28326-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 0/3] pci, pc, pvpanic bug fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Please pull the following for 1.7. The following changes since commit a126050a103c924b03388a9a64ce9af8c96b0969: Merge remote-tracking branch 'kwolf/tags/for-anthony' into staging (2013-10-31 17:02:26 +0100) 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 df39076850958b842ac9e414dc3ab2895f1877bf: vl: allow "cont" from panicked state (2013-11-04 15:39:41 +0200) ---------------------------------------------------------------- pci, pc, pvpanic bug fixes This fixes strange pvpanic behaviour: you had to pause to let VM continue (and potentially reboot on panic if enabled). This also fixes two bugs reported by Andreas. One is a long-standing bug exposed by recent pci changes, the other affects old piix machine types and was caused by recent acpi changes. Signed-off-by: Michael S. Tsirkin ---------------------------------------------------------------- Michael S. Tsirkin (2): pc: disable acpi info for isapc and old pc machine exec: limit system memory size Paolo Bonzini (1): vl: allow "cont" from panicked state exec.c | 7 ++++++- gdbstub.c | 3 --- hw/i386/pc_piix.c | 2 ++ vl.c | 6 ++---- 4 files changed, 10 insertions(+), 8 deletions(-) -- MST