mbox

[PULL,v2,for-2.3] virtio-serial: guest_writable callback

Message ID 20150319120951.GA3279@grmbl.mre
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/virt/qemu/amit/virtio-serial.git tags/vser-for-2.3-3

Message

Amit Shah March 19, 2015, 12:09 p.m. UTC
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

Comments

Peter Maydell March 19, 2015, 5:46 p.m. UTC | #1
On 19 March 2015 at 12:09, Amit Shah <amit.shah@redhat.com> wrote:
> 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
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM