From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59854) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYZGw-0002HA-8q for qemu-devel@nongnu.org; Thu, 19 Mar 2015 08:09:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YYZGt-0002Ms-8A for qemu-devel@nongnu.org; Thu, 19 Mar 2015 08:09:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52289) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYZGt-0002Mm-12 for qemu-devel@nongnu.org; Thu, 19 Mar 2015 08:09:55 -0400 Date: Thu, 19 Mar 2015 17:39:51 +0530 From: Amit Shah Message-ID: <20150319120951.GA3279@grmbl.mre> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PULL v2 for-2.3] virtio-serial: guest_writable callback List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu list Cc: Peter Maydell , Amos Kong , Markus Armbruster , marcandre.lureau@redhat.com, Gerd Hoffmann The following changes since commit 17b11a1406fdc43b5022f32a6fbfcb005a353b38: Merge remote-tracking branch 'remotes/bkoppelmann/tags/pull-tricore-20150316' into staging (2015-03-16 18:27:13 +0000) are available in the git repository at: git://git.kernel.org/pub/scm/virt/qemu/amit/virtio-serial.git tags/vser-for-2.3-3 for you to fetch changes up to 4add73aa601ab42b7a9863d483fa313b06105b34: virtio: serial: expose a 'guest_writable' callback for users (2015-03-19 17:35:40 +0530) ---------------------------------------------------------------- virtio-serial api: guest_writable callback for users ---------------------------------------------------------------- Amit Shah (1): virtio: serial: expose a 'guest_writable' callback for users hw/char/virtio-serial-bus.c | 31 +++++++++++++++++++++++++++++++ include/hw/virtio/virtio-serial.h | 11 +++++++++++ 2 files changed, 42 insertions(+) Amit