search for: c7a5fdbd

Displaying 2 results from an estimated 2 matches for "c7a5fdbd".

2014 Apr 16
1
Snapshots
...h snapshots and similar stuff so could you give me example how could I edit my xml configuration? Or what I should do to make virDomainSave and virDomainRestore work? xml configuration: <domain type='kvm'>                 <name>Name</name>                   <uuid>c7a5fdbd-cdaf-9455-926a-d65c16db1810</uuid>                 <memory unit='KiB'>524288</memory>                   <currentMemory unit='KiB'>524288</currentMemory>                   <vcpu>2</vcpu>                   <os>                    <typ...
2017 Jul 20
0
cannot set maxMemory
...or (2.8), and libvirt (2.5.0). As I know, these qemu, libvirt versions support hotplugging memory. Below is the xml file I used to create a virtual machine by using 'virsh create test.xml' command. <domain type='qemu'> <name>QEmu-fedora-i686</name> <uuid>c7a5fdbd-cdaf-9455-926a-d65c16db1809</uuid> <maxMemory slots='4' unit='KiB'>2097152</maxMemory> <memory>219200</memory> <currentMemory>219200</currentMemory> <vcpu>2</vcpu> <cpu> <numa> <cell id="0&...