All of lore.kernel.org
 help / color / mirror / Atom feed
* Monitor address printing
@ 2026-03-22 23:38 BALATON Zoltan
  2026-03-23  2:07 ` Pierrick Bouvier
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: BALATON Zoltan @ 2026-03-22 23:38 UTC (permalink / raw)
  To: qemu-devel; +Cc: Philippe Mathieu-Daudé, Paolo Bonzini

Hello,

Noticed that now addresses are printed with a lot of leading zeros in 
monitor:

$ qemu-system-ppc -monitor stdio -S
QEMU 10.2.90 monitor - type 'help' for more information
(qemu) x/x 0
0000000000000000000000000000000000000000000000000000000000000000: 0x00000000
(qemu) x/x 0xfff00000
00000000000000000000000000000000000000000000000000000000fff00000: 0x60000000

I suspected maybe the recent changes around 42cc2028a43 might have 
something to do with that so I tried to find a point to bisect but looks 
like some build system changes also broke that:

$ git checkout 42cc2028a43^
$ configure...
[...]
mkvenv: installing meson==1.10.0, pycotap==1.3.1, qemu.qmp==0.0.5, setuptools>=44.1.1, wheel>=0.34.2, pip>=20.3.4
ERROR: Could not find a version that satisfies the requirement wheel>=0.34.2 (from versions: none)
ERROR: No matching distribution found for wheel>=0.34.2

*** Ouch! ***

Could not provide build dependency 'meson==1.10.0':

master still builds and I get the above error with earlier version even 
with a new empty build dir so looks like some build system problem. Could 
you please check and fix these?

Regards,
BALATON Zoltan


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

end of thread, other threads:[~2026-03-23 12:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-22 23:38 Monitor address printing BALATON Zoltan
2026-03-23  2:07 ` Pierrick Bouvier
2026-03-23  5:58 ` Thomas Huth
2026-03-23  9:00 ` Philippe Mathieu-Daudé
2026-03-23  9:35   ` Philippe Mathieu-Daudé
2026-03-23  9:42     ` Philippe Mathieu-Daudé
2026-03-23 12:53       ` Dr. David Alan Gilbert

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.