summaryrefslogtreecommitdiffstats
path: root/libvirt-qemu-override-api.xml
blob: d69acea5d56e340368aaa4e3fa91303899e84462 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0"?>
<api name='libvir-qemu-python'>
  <symbols>
      <function name='virDomainQemuMonitorCommand' file='python-qemu'>
        <info>Send an arbitrary monitor command through qemu monitor of domain</info>
        <return type='str *' info='the command output or None in case of error'/>
        <arg name='domain' type='virDomainPtr' info='pointer to domain object'/>
        <arg name='cmd' type='const char *' info='the command which will be passed to QEMU monitor'/>
        <arg name='flags' type='unsigned int' info='an OR&apos;ed set of virDomainQemuMonitorCommandFlags'/>
      </function>
  </symbols>
</api>