summaryrefslogtreecommitdiffstats
path: root/monitor.c
diff options
context:
space:
mode:
authorbalrog2007-04-30 02:51:09 +0200
committerbalrog2007-04-30 02:51:09 +0200
commit201a51fc386c0a2b55b13ad99589b1dfd1f39a5d (patch)
tree65d9796b41078e960398c50cc14e2d8e52042066 /monitor.c
parentKill broken host register definitions, thanks to Paul Brook and Herve (diff)
downloadqemu-201a51fc386c0a2b55b13ad99589b1dfd1f39a5d.tar.gz
qemu-201a51fc386c0a2b55b13ad99589b1dfd1f39a5d.tar.xz
qemu-201a51fc386c0a2b55b13ad99589b1dfd1f39a5d.zip
PCMCIA bus support. Parts of CF-ATA command set. Hitachi DSCM microdrive emulation.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2748 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'monitor.c')
-rw-r--r--monitor.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/monitor.c b/monitor.c
index 24c4dfb44f..ed03b345ef 100644
--- a/monitor.c
+++ b/monitor.c
@@ -1316,6 +1316,8 @@ static term_cmd_t info_cmds[] = {
"", "show capture information" },
{ "snapshots", "", do_info_snapshots,
"", "show the currently saved VM snapshots" },
+ { "pcmcia", "", pcmcia_info,
+ "", "show guest PCMCIA status" },
{ "mice", "", do_info_mice,
"", "show which guest mouse is receiving events" },
{ "vnc", "", do_info_vnc,