From patchwork Tue Jan 29 10:59:54 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gleb Natapov X-Patchwork-Id: 216501 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 4FD252C0095 for ; Tue, 29 Jan 2013 22:15:52 +1100 (EST) Received: from localhost ([::1]:60956 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U09AK-0008Py-JJ for incoming@patchwork.ozlabs.org; Tue, 29 Jan 2013 06:15:48 -0500 Received: from eggs.gnu.org ([208.118.235.92]:36282) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U09AA-0008Pj-Gy for qemu-devel@nongnu.org; Tue, 29 Jan 2013 06:15:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U09A9-0001zA-FY for qemu-devel@nongnu.org; Tue, 29 Jan 2013 06:15:38 -0500 Received: from mx1.redhat.com ([209.132.183.28]:62452) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U09A9-0001z0-76 for qemu-devel@nongnu.org; Tue, 29 Jan 2013 06:15:37 -0500 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r0TBFaPC010510 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 29 Jan 2013 06:15:36 -0500 Received: from dhcp-1-237.tlv.redhat.com (dhcp-4-26.tlv.redhat.com [10.35.4.26]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r0TB0297005849; Tue, 29 Jan 2013 06:00:06 -0500 Received: by dhcp-1-237.tlv.redhat.com (Postfix, from userid 13519) id DFF4618D479; Tue, 29 Jan 2013 13:00:01 +0200 (IST) From: Gleb Natapov To: Anthony Liguori Date: Tue, 29 Jan 2013 12:59:54 +0200 Message-Id: X-Scanned-By: MIMEDefang 2.68 on 10.5.11.24 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org Subject: [Qemu-devel] [PATCH 0/2] [PULL] qemu-kvm.git uq/master queue X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org The following changes since commit 1356b98d3e95a85071e6bf9a99e8799e1ae1bbee: sysbus: Drop sysbus_from_qdev() cast macro (2013-01-21 13:52:24 -0600) are available in the git repository at: git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git uq/master for you to fetch changes up to f8bb056564ed719b2fa5e05028bc70aeb0cc5c6c: target-i386: kvm: prevent buffer overflow if -cpu foo, [x]level is too big (2013-01-29 08:57:56 +0200) ---------------------------------------------------------------- Igor Mammedov (1): target-i386: kvm: prevent buffer overflow if -cpu foo, [x]level is too big Marcelo Tosatti (1): vmxcap: bit 9 of VMX_PROCBASED_CTLS2 is 'virtual interrupt delivery' scripts/kvm/vmxcap | 1 + target-i386/kvm.c | 25 ++++++++++++++++++++++++- 2 files changed, 25 insertions(+), 1 deletion(-)