All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/1] virtio-serial qom'ification fix
@ 2016-01-13 10:44 Amit Shah
  2016-01-13 10:44 ` [Qemu-devel] [PULL 1/1] virtio serial port: fix to incomplete QOMify Amit Shah
  2016-01-14 12:41 ` [Qemu-devel] [PULL 0/1] virtio-serial qom'ification fix Peter Maydell
  0 siblings, 2 replies; 3+ messages in thread
From: Amit Shah @ 2016-01-13 10:44 UTC (permalink / raw)
  To: qemu list; +Cc: Amit Shah, Peter Maydell

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(-)

-- 
2.5.0

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Qemu-devel] [PULL 1/1] virtio serial port: fix to incomplete QOMify
  2016-01-13 10:44 [Qemu-devel] [PULL 0/1] virtio-serial qom'ification fix Amit Shah
@ 2016-01-13 10:44 ` Amit Shah
  2016-01-14 12:41 ` [Qemu-devel] [PULL 0/1] virtio-serial qom'ification fix Peter Maydell
  1 sibling, 0 replies; 3+ messages in thread
From: Amit Shah @ 2016-01-13 10:44 UTC (permalink / raw)
  To: qemu list; +Cc: Amit Shah, Peter Maydell, Cao jin

From: Cao jin <caoj.fnst@cn.fujitsu.com>

Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
Message-Id: <1452068575-21543-1-git-send-email-caoj.fnst@cn.fujitsu.com>
Reviewed-by: Amit Shah <amit.shah@redhat.com>
Signed-off-by: Amit Shah <amit.shah@redhat.com>
---
 hw/char/virtio-serial-bus.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/char/virtio-serial-bus.c b/hw/char/virtio-serial-bus.c
index 497b0af..2d2a659 100644
--- a/hw/char/virtio-serial-bus.c
+++ b/hw/char/virtio-serial-bus.c
@@ -798,7 +798,7 @@ static const TypeInfo virtser_bus_info = {
 
 static void virtser_bus_dev_print(Monitor *mon, DeviceState *qdev, int indent)
 {
-    VirtIOSerialPort *port = DO_UPCAST(VirtIOSerialPort, dev, qdev);
+    VirtIOSerialPort *port = VIRTIO_SERIAL_PORT(qdev);
 
     monitor_printf(mon, "%*sport %d, guest %s, host %s, throttle %s\n",
                    indent, "", port->id,
-- 
2.5.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PULL 0/1] virtio-serial qom'ification fix
  2016-01-13 10:44 [Qemu-devel] [PULL 0/1] virtio-serial qom'ification fix Amit Shah
  2016-01-13 10:44 ` [Qemu-devel] [PULL 1/1] virtio serial port: fix to incomplete QOMify Amit Shah
@ 2016-01-14 12:41 ` Peter Maydell
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Maydell @ 2016-01-14 12:41 UTC (permalink / raw)
  To: Amit Shah; +Cc: qemu list

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-01-14 12:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-13 10:44 [Qemu-devel] [PULL 0/1] virtio-serial qom'ification fix Amit Shah
2016-01-13 10:44 ` [Qemu-devel] [PULL 1/1] virtio serial port: fix to incomplete QOMify Amit Shah
2016-01-14 12:41 ` [Qemu-devel] [PULL 0/1] virtio-serial qom'ification fix Peter Maydell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.