hmp: Remove "info pcmcia"
This command lists PCMCIA sockets and cards. Only a few ARM boards have sockets (akita, borzoi, connex, mainstone, spitz, terrier, tosa, verdex, z2), the only card is the DSCM-1xxxx Hitachi Microdrive (qdev "microdrive"), and it is only inserted during machine init, if ever. So this command doesn't really tell anybody anything new so far. Moreover, pcmcia_socket_unregister() has a use-after-free bug, flagged by Coverity. Has never been used, because there has never been code to eject a PCMCIA card. Not worth fixing & converting to QMP. Remove it. Signed-off-by:Markus Armbruster <armbru@redhat.com> Acked-by:
Luiz Capitulino <lcapitulino@redhat.com> Acked-by:
Andreas Färber <afaerber@suse.de> Message-id: 1411144812-22958-1-git-send-email-armbru@redhat.com Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
Showing
- hmp-commands.hx 0 additions, 2 deletionshmp-commands.hx
- hw/ide/microdrive.c 0 additions, 1 deletionhw/ide/microdrive.c
- hw/pcmcia/pxa2xx.c 0 additions, 21 deletionshw/pcmcia/pxa2xx.c
- include/hw/pcmcia.h 0 additions, 6 deletionsinclude/hw/pcmcia.h
- monitor.c 0 additions, 8 deletionsmonitor.c
- vl.c 0 additions, 44 deletionsvl.c
Loading
Please register or sign in to comment