* [Qemu-devel] [PATCH, RFC 0/5] Improve device info handling v2
@ 2009-09-09 18:05 Blue Swirl
0 siblings, 0 replies; only message in thread
From: Blue Swirl @ 2009-09-09 18:05 UTC (permalink / raw)
To: qemu-devel
Hello,
Current monitor assumes certain functions are always available.
Because of the shortcomings of the API, devices have to keep some kind
of global state available with static variables, which is ugly.
Add info command registration to the API and make some devices use it.
User visible monitor commands change: 'info' is replaced by 'dev_info'
and also the parameter name may change, for example 'pic' becomes
'i8259.state'.
I'm not too happy about this, maybe 'info' should also handle
registered devices.
v2:
Use a structure to describe the function, thanks to Gerd Hoffmann for the idea.
Update to QDict.
Blue Swirl (5):
monitor: add device info infrastructure
x86/Sparc32: use device info for pic and irq
PCI: use device info
x86: use device info for hpet
PPC: use device info for CPU statistics
cpu-all.h | 3 --
hw/an5206.c | 9 ------
hw/arm_pic.c | 10 -------
hw/cris_pic_cpu.c | 5 ---
hw/i8259.c | 51 +++++++++++++++++++++-------------
hw/microblaze_pic_cpu.c | 5 ---
hw/pc.c | 12 ++++++++
hw/pc.h | 2 -
hw/pci.c | 51 +++++++++++++++++++---------------
hw/pci.h | 2 -
hw/shix.c | 10 -------
hw/slavio_intctl.c | 26 +++++++++++-------
hw/sun4c_intctl.c | 16 +++++++++-
hw/sun4m.c | 15 +---------
hw/sun4m.h | 8 -----
hw/sun4u.c | 8 -----
monitor.c | 70 ++++++++++++++++++++++++++---------------------
monitor.h | 10 +++++++
qemu-monitor.hx | 17 +++++-------
target-ppc/cpu.h | 2 +
target-ppc/helper.c | 4 +++
target-ppc/translate.c | 45 ++++++++++++++++++++----------
vl.c | 18 ++++++------
23 files changed, 204 insertions(+), 195 deletions(-)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-09-09 18:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-09 18:05 [Qemu-devel] [PATCH, RFC 0/5] Improve device info handling v2 Blue Swirl
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).