From mboxrd@z Thu Jan 1 00:00:00 1970 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 ) 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 ) id 1PrRfx-0003vg-Sv for qemu-devel@nongnu.org; Mon, 21 Feb 2011 04:03:26 -0500 From: Amit Shah Date: Mon, 21 Feb 2011 14:33:14 +0530 Message-Id: Subject: [Qemu-devel] [PULL] virtio-serial: fixes, enable ioeventfd List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu list Cc: Amit Shah 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(-)