From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40432) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWkIy-0001AV-D6 for qemu-devel@nongnu.org; Tue, 01 Sep 2015 08:04:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZWkIt-0004r5-4y for qemu-devel@nongnu.org; Tue, 01 Sep 2015 08:04:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39687) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWkIt-0004qp-0s for qemu-devel@nongnu.org; Tue, 01 Sep 2015 08:04:43 -0400 From: Amit Shah Date: Tue, 1 Sep 2015 17:34:34 +0530 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 0/1] virtio-serial: disable event throttling List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu list Cc: Amit Shah , Peter Maydell , marcandre.lureau@redhat.com The following changes since commit 090d0bfd948343d522cd20bc634105b5cfe248= 3b: s390: fix softmmu compilation (2015-08-28 16:05:24 +0100) are available in the git repository at: https://git.kernel.org/pub/scm/qemu/amit/virtio-serial vser-for-2.5 for you to fetch changes up to 1717c47170ec8df29d1c314761d9caf736c8b274: monitor: remove QAPI_EVENT_VSERPORT_CHANGE throttle (2015-09-01 17:16:2= 4 +0530) ---------------------------------------------------------------- Disable event throttling for virtio-serial ports - events were throttled per-device instead of per-port, leading to missed events by higher layers. ---------------------------------------------------------------- Marc-Andr=C3=A9 Lureau (1): monitor: remove QAPI_EVENT_VSERPORT_CHANGE throttle monitor.c | 1 - 1 file changed, 1 deletion(-) --=20 2.4.3