qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Posible regressions around spapr-dr-connector property drc-connector[]
@ 2015-12-03 15:30 Markus Armbruster
  2015-12-04  0:01 ` David Gibson
  0 siblings, 1 reply; 8+ messages in thread
From: Markus Armbruster @ 2015-12-03 15:30 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-ppc, agraf, david

1. Before commit 94649d4 "spapr: Don't use QOM [*] syntax for DR
   connectors", the indexes were small integers:

       (qemu) info qom-tree
       /machine (pseries-2.4-machine)
         /unattached (container)
           [...]
           /device[5] (spapr-pci-host-bridge)
             /pci@800000020000000.mmio[0] (qemu:memory-region)
             /pci@800000020000000.mmio-alias[0] (qemu:memory-region)
             /pci@800000020000000.io[0] (qemu:memory-region)
             /pci@800000020000000.io-alias[0] (qemu:memory-region)
             /pci.0 (PCI)
             /pci@800000020000000.iommu-root[0] (qemu:memory-region)
             /dr-connector[0] (spapr-dr-connector)
             /dr-connector[1] (spapr-dr-connector)
             /dr-connector[2] (spapr-dr-connector)
             [...]

   Since then, they're big ones:

             /dr-connector[1073741824] (spapr-dr-connector)
             /dr-connector[1073741825] (spapr-dr-connector)
             /dr-connector[1073741826] (spapr-dr-connector)

   The commit message doesn't quite spell out this change, and I'm
   therefore double-checkint it's intentional.  Is it?

2. Before commit 6c2f9a1 "qapi: Make output visitor return qnull()
   instead of NULL", qom-get returned {}:

   Since then, it returns null:

       QMP> { "execute": "qom-get", "arguments": { "path": "/machine/unattached/device[5]/dr-connector[1073741950]", "property": "fdt" } }
       {"return": null}

   Does anyone care?

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

end of thread, other threads:[~2015-12-08  0:24 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-03 15:30 [Qemu-devel] Posible regressions around spapr-dr-connector property drc-connector[] Markus Armbruster
2015-12-04  0:01 ` David Gibson
2015-12-04  8:05   ` Markus Armbruster
2015-12-04  9:35     ` David Gibson
2015-12-04 10:11       ` Markus Armbruster
2015-12-04 11:52         ` Peter Maydell
2015-12-08  0:18         ` David Gibson
2015-12-08  0:24           ` Eric Blake

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).