mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
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
This commit is contained in:
parent
01179c382b
commit
201a51fc38
4 changed files with 831 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue