From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:39334) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QKQ13-0005Vy-JK for qemu-devel@nongnu.org; Thu, 12 May 2011 03:08:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QKQ12-0001Pz-Pu for qemu-devel@nongnu.org; Thu, 12 May 2011 03:08:57 -0400 Received: from mx1.redhat.com ([209.132.183.28]:6555) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QKQ12-0001Pv-Hd for qemu-devel@nongnu.org; Thu, 12 May 2011 03:08:56 -0400 From: Amit Shah Date: Thu, 12 May 2011 12:38:41 +0530 Message-Id: Subject: [Qemu-devel] [PULL] virtio-serial: use bh for unthrottling List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Amit Shah , qemu list The following changes since commit 0225e254ae81c5638463cda8f5730f31619113b6: usb-linux: Add missing break statement (2011-05-09 16:18:32 +0200) are available in the git repository at: git://git.kernel.org/pub/scm/virt/qemu/amit/virtio-serial.git for-anthony Alon Levy (1): virtio-serial-bus: use bh for unthrottling hw/virtio-serial-bus.c | 12 ++++++++++-- hw/virtio-serial.h | 5 +++++ 2 files changed, 15 insertions(+), 2 deletions(-) -- 1.7.4.4