2 <api name='libvir-qemu-python'>
4 <function name='virDomainQemuMonitorCommand' file='python-qemu'>
5 <info>Send an arbitrary monitor command through qemu monitor of domain</info>
6 <return type='str *' info='the command output or None in case of error'/>
7 <arg name='domain' type='virDomainPtr' info='pointer to domain object'/>
8 <arg name='cmd' type='const char *' info='the command which will be passed to QEMU monitor'/>
9 <arg name='flags' type='unsigned int' info='an OR'ed set of virDomainQemuMonitorCommandFlags'/>
11 <function name='virDomainQemuAgentCommand' file='python-qemu'>
12 <info>Send a Guest Agent command to domain</info>
13 <return type='str *' info='the command output'/>
14 <arg name='domain' type='virDomainPtr' info='pointer to the domain'/>
15 <arg name='cmd' type='const char *' info='guest agent command on domain'/>
16 <arg name='timeout' type='int' info='timeout seconds'/>
17 <arg name='flags' type='unsigned int' info='execution flags'/>