| Submitter | Gleb Natapov |
|---|---|
| Date | Jan. 29, 2013, 10:59 a.m. |
| Message ID | <cover.1359457195.git.gleb@redhat.com> |
| Download | mbox |
| Permalink | /patch/216501/ |
| State | New |
| Headers | show
Return-Path: <qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org> 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 <incoming@patchwork.ozlabs.org>; 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 <qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org>) 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 <gleb@redhat.com>) 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 <gleb@redhat.com>) 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 <gleb@redhat.com>) 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 <gleb@redhat.com> To: Anthony Liguori <aliguori@us.ibm.com> Date: Tue, 29 Jan 2013 12:59:54 +0200 Message-Id: <cover.1359457195.git.gleb@redhat.com> 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: <qemu-devel.nongnu.org> List-Unsubscribe: <https://lists.nongnu.org/mailman/options/qemu-devel>, <mailto:qemu-devel-request@nongnu.org?subject=unsubscribe> List-Archive: <http://lists.nongnu.org/archive/html/qemu-devel> List-Post: <mailto:qemu-devel@nongnu.org> List-Help: <mailto:qemu-devel-request@nongnu.org?subject=help> List-Subscribe: <https://lists.nongnu.org/mailman/listinfo/qemu-devel>, <mailto:qemu-devel-request@nongnu.org?subject=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(-)