qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 92b3ee: qom: Fix crash with qom-list and link


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 92b3ee: qom: Fix crash with qom-list and link properties
Date: Fri, 11 Apr 2014 10:30:07 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 92b3eeadd9bc72f1f4e5ba1f62a289dc0190e88f
      
https://github.com/qemu/qemu/commit/92b3eeadd9bc72f1f4e5ba1f62a289dc0190e88f
  Author: Cole Robinson <address@hidden>
  Date:   2014-04-11 (Fri, 11 Apr 2014)

  Changed paths:
    M qom/object.c

  Log Message:
  -----------
  qom: Fix crash with qom-list and link properties

Commit 9561fda8d90e176bef598ba87c42a1bd6ad03ef7 changed the type of
'opaque' for link properties, but missed updating this call site.
Reproducer:

./x86_64-softmmu/qemu-system-x86_64 -qmp unix:./qmp.sock,server &
./scripts/qmp/qmp-shell ./qmp.sock
(QEMU) qom-list path=//machine/i440fx/pci.0/child[2]

Reported-by: Marcin Gibuła <address@hidden>
Signed-off-by: Cole Robinson <address@hidden>
Message-id: address@hidden
Acked-by: Andreas Färber <address@hidden>
Signed-off-by: Peter Maydell <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]