Skip to content
  • Luiz Capitulino's avatar
    QMP/qmp-shell: Introduce HMP mode · 11217a75
    Luiz Capitulino authored
    
    
    In which qmp-shell will exclusively use the HMP passthrough feature,
    this is useful for testing.
    
    Example:
    
        # ./qmp-shell -H qmp-sock
        Welcome to the HMP shell!
        Connected to QEMU 0.13.50
    
        (QEMU) info network
        VLAN 0 devices:
          user.0: net=10.0.2.0, restricted=n
            e1000.0: model=e1000,macaddr=52:54:00:12:34:56
            Devices not on any VLAN:
        (QEMU)
    
    Signed-off-by: default avatarLuiz Capitulino <lcapitulino@redhat.com>
    11217a75