From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55290) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UN53V-0004PC-UF for qemu-devel@nongnu.org; Tue, 02 Apr 2013 13:31:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UN53R-0001nZ-KZ for qemu-devel@nongnu.org; Tue, 02 Apr 2013 13:31:33 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34293) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UN53R-0001nP-AL for qemu-devel@nongnu.org; Tue, 02 Apr 2013 13:31:29 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r32HVSi6009315 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 2 Apr 2013 13:31:28 -0400 From: Hans de Goede Date: Tue, 2 Apr 2013 19:35:32 +0200 Message-Id: <1364924133-10519-1-git-send-email-hdegoede@redhat.com> Subject: [Qemu-devel] [PATCH 0/1] virtio-console: Also throttle when less was written then requested List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org This is necessary so that we get properly woken up to write the rest. Changes in v2: Also change the len argument to the have_data callback, to avoid doing an unsigned signed comparison. Regards, Hans