File: libvirt-qemu-override-api.xml

package info (click to toggle)
libvirt-python 11.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,428 kB
  • sloc: ansic: 10,787; python: 4,608; xml: 910; makefile: 19
file content (20 lines) | stat: -rw-r--r-- 1,135 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?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='char *' 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>
      <function name='virDomainQemuAgentCommand' file='python-qemu'>
        <info>Send a Guest Agent command to domain</info>
        <return type='char *' info='the command output'/>
        <arg name='domain' type='virDomainPtr' info='pointer to the domain'/>
        <arg name='cmd' type='const char *' info='guest agent command on domain'/>
        <arg name='timeout' type='int' info='timeout seconds'/>
        <arg name='flags' type='unsigned int' info='execution flags'/>
      </function>
  </symbols>
</api>