All of lore.kernel.org
 help / color / mirror / Atom feed
* Odd square bracket encoding in QOM names
@ 2021-11-30  8:35 Mark Cave-Ayland
  2021-11-30  9:41 ` Michal Prívozník
  2021-11-30 16:41 ` Peter Maydell
  0 siblings, 2 replies; 5+ messages in thread
From: Mark Cave-Ayland @ 2021-11-30  8:35 UTC (permalink / raw)
  To: qemu-devel

Hi all,

Has there been a recent change as to how square brackets are encoded within QOM 
names? I noticed that the output has changed here in the "info qom-tree" output in 
qemu-system-m68k for the q800 machine.

The q800 machine has a set of 256 memory region aliases that used to appear in the 
"info qom-tree" output as:

     /mac_m68k.io[100] (memory-region)
     /mac_m68k.io[101] (memory-region)
     /mac_m68k.io[102] (memory-region)

but they now appear as:

     /mac_m68k.io\x5b100\x5d[0] (memory-region)
     /mac_m68k.io\x5b101\x5d[0] (memory-region)
     /mac_m68k.io\x5b102\x5d[0] (memory-region)

Is there something that could cause the names to be double-encoded before being 
displayed?


ATB,

Mark.


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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-30  8:35 Odd square bracket encoding in QOM names Mark Cave-Ayland
2021-11-30  9:41 ` Michal Prívozník
2021-12-01 13:58   ` Philippe Mathieu-Daudé
2021-11-30 16:41 ` Peter Maydell
2021-11-30 18:44   ` Mark Cave-Ayland

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.