From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:43244) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QMzII-0008Qe-E2 for qemu-devel@nongnu.org; Thu, 19 May 2011 05:13:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QMzIH-0005Fv-3y for qemu-devel@nongnu.org; Thu, 19 May 2011 05:13:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:21040) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QMzIG-0005Fn-RU for qemu-devel@nongnu.org; Thu, 19 May 2011 05:13:21 -0400 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 p4J9DK9N013197 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 19 May 2011 05:13:20 -0400 From: Gerd Hoffmann Date: Thu, 19 May 2011 11:13:12 +0200 Message-Id: <1305796393-22786-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL] Fix CVE-2011-1751. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi folks, Urgent security fix. Details are in the commit message. please pull, Gerd Gerd Hoffmann (1): Ignore pci unplug requests for unpluggable devices (CVE-2011-1751) hw/acpi_piix4.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) The following changes since commit 96d19bcbf5f679bbaaeab001b572c367fbfb2b03: ahci: Unbreak bar registration (2011-05-16 10:15:47 -0500) are available in the git repository at: git://git.kraxel.org/qemu CVE-2011-1751 Gerd Hoffmann (1): Ignore pci unplug requests for unpluggable devices (CVE-2011-1751) hw/acpi_piix4.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-)