| Submitter | Amit Shah |
|---|---|
| Date | Feb. 21, 2011, 9:03 a.m. |
| Message ID | <cover.1298278891.git.amit.shah@redhat.com> |
| Download | mbox |
| Permalink | /patch/83814/ |
| 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 [199.232.76.165]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 4A8A3B712D for <incoming@patchwork.ozlabs.org>; Mon, 21 Feb 2011 21:15:39 +1100 (EST) Received: from localhost ([127.0.0.1]:46140 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PrSLs-0003Hb-1r for incoming@patchwork.ozlabs.org; Mon, 21 Feb 2011 04:46:44 -0500 Received: from [140.186.70.92] (port=34478 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PrRg3-0002iW-CP for qemu-devel@nongnu.org; Mon, 21 Feb 2011 04:03:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <amit.shah@redhat.com>) id 1PrRfy-0003vp-4J for qemu-devel@nongnu.org; Mon, 21 Feb 2011 04:03:31 -0500 Received: from mx1.redhat.com ([209.132.183.28]:11575) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <amit.shah@redhat.com>) id 1PrRfx-0003vg-Sv for qemu-devel@nongnu.org; Mon, 21 Feb 2011 04:03:26 -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 p1L93N6o024934 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 21 Feb 2011 04:03:23 -0500 Received: from localhost (ovpn-113-38.phx2.redhat.com [10.3.113.38]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p1L93K3v009999; Mon, 21 Feb 2011 04:03:22 -0500 From: Amit Shah <amit.shah@redhat.com> To: qemu list <qemu-devel@nongnu.org> Date: Mon, 21 Feb 2011 14:33:14 +0530 Message-Id: <cover.1298278891.git.amit.shah@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.132.183.28 Cc: Amit Shah <amit.shah@redhat.com> Subject: [Qemu-devel] [PULL] virtio-serial: fixes, enable ioeventfd X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: qemu-devel.nongnu.org List-Unsubscribe: <http://lists.nongnu.org/mailman/listinfo/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: <http://lists.nongnu.org/mailman/listinfo/qemu-devel>, <mailto:qemu-devel-request@nongnu.org?subject=subscribe> Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org |
The following changes since commit 57a8821bc6e4457230075a5c8da5f8a083889686: w32: Remove implementation of function ffs (2011-02-20 20:18:21 +0000) are available in the git repository at: git://git.kernel.org/pub/scm/virt/qemu/amit/virtio-serial.git for-anthony Amit Shah (3): virtio-serial: Use a struct to pass config information from proxy virtio-serial: Disallow generic ports at id 0 virtio-serial: Enable ioeventfd hw/virtio-console.c | 9 +++++++++ hw/virtio-pci.c | 15 +++++++++------ hw/virtio-serial-bus.c | 16 ++++++++-------- hw/virtio-serial.h | 5 +++++ hw/virtio.h | 3 ++- 5 files changed, 33 insertions(+), 15 deletions(-)