mbox

[PULL,0/1] virtio-serial qom'ification fix

Message ID cover.1452681699.git.amit.shah@redhat.com
State New
Headers show

Pull-request

https://git.kernel.org/pub/scm/virt/qemu/amit/virtio-serial.git tags/vs-for-2.6-1

Message

Amit Shah Jan. 13, 2016, 10:44 a.m. UTC
The following changes since commit 649a1bbaf95adb228f1030ab0618a932bc26aa8b:

  Merge remote-tracking branch 'remotes/kvaneesh/tags/for-upstream-signed' into staging (2016-01-12 17:37:22 +0000)

are available in the git repository at:

  https://git.kernel.org/pub/scm/virt/qemu/amit/virtio-serial.git tags/vs-for-2.6-1

for you to fetch changes up to d9eb0be229635a8c625a0a3d29d2d88aba1508a5:

  virtio serial port: fix to incomplete QOMify (2016-01-13 15:19:51 +0530)

----------------------------------------------------------------
small change to qom'ify virtio-serial

----------------------------------------------------------------


Cao jin (1):
  virtio serial port: fix to incomplete QOMify

 hw/char/virtio-serial-bus.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Maydell Jan. 14, 2016, 12:41 p.m. UTC | #1
On 13 January 2016 at 10:44, Amit Shah <amit.shah@redhat.com> wrote:
> The following changes since commit 649a1bbaf95adb228f1030ab0618a932bc26aa8b:
>
>   Merge remote-tracking branch 'remotes/kvaneesh/tags/for-upstream-signed' into staging (2016-01-12 17:37:22 +0000)
>
> are available in the git repository at:
>
>   https://git.kernel.org/pub/scm/virt/qemu/amit/virtio-serial.git tags/vs-for-2.6-1
>
> for you to fetch changes up to d9eb0be229635a8c625a0a3d29d2d88aba1508a5:
>
>   virtio serial port: fix to incomplete QOMify (2016-01-13 15:19:51 +0530)
>
> ----------------------------------------------------------------
> small change to qom'ify virtio-serial
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM