Displaying 5 results from an estimated 5 matches for "setmemory".
Did you mean:
set_memory
2020 Sep 15
1
how does setMemory work?
Hi guys,
I used setMemory in order to dynamically change guest's memory on QEMU-KVM.
As expected, memory(total, free, available) in the guest was really
changed, but after a few seconds, it automatically reverted to its initial
memory.
So, setMemory changes the guest's memory temporarily?
Thanks.
2020 Sep 16
0
Question about reduced memory by balloon driver (QEMU specific?)
Hi guys,
When a guest's memory is dynamically reduced with setMemory API (and
"balloon" QMP API), I'm wondering whether the virtio-balloon driver in the
guest is consuming such reduced memory.
If so, how can I see that the memory virtio-balloon is consuming?
and is it possible the virtio-balloon has such a huge memory even though
it's a kernel mod...
2011 Jan 03
1
availability of snapshots functionality via Python bindings
...;interfaceStats', 'maxMemory', 'maxVcpus',
'memoryPeek', 'migrate', 'name', 'pinVcpu', 'reboot', 'resume', 'save',
'schedulerParameters', 'schedulerType', 'setAutostart', 'setMaxMemory',
'setMemory', 'setSchedulerParameters', 'setVcpus', 'shutdown',
'suspend', 'undefine', 'vcpus']
- --
Regards,
mk
- --
Premature optimization is the root of all fun.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mo...
2011 Feb 14
1
Use libvirt-python to attach cdrom
Hi all,
I want to attach cdrom by libvirt.py .But can't find a func in
libvirt.py can finish this work.
Who can help me ?
Regard
--
Seven Ling
E-mail: jiejie.ling at qq.com
2010 Jul 05
0
Release of libvirt-0.8.2
...m struct remote_error (Matthew Booth)
- util: fix va_start usage bug (Eric Blake)
- Don't wipe generated iface target in active domains (Jiri Denemark)
- Various fixes for the spec file (Daniel Veillard)
- lxc: Check domain is active/inactive as required by operation (Jiri Denemark)
- lxc: Make SetMemory work for active domains only (Jiri Denemark)
- cgroup: Fix possible memory leak in virCgroupMakeGroup (Ryota Ozaki)
- Fix memory leaks in cmdInterfaceEdit and cmdNWFilterEdit. (Laine Stump)
- lxc: Fix failure on starting a domain with multiple interfaces (Ryota Ozaki)
Improvements:
- vbox: Let con...