Displaying 10 results from an estimated 10 matches for "qemuxml2argvdata".
2014 Sep 28
2
Re: what is the xml fomat about memory-backend-file
.../25 2:05, Eric Blake wrote:
> On 09/24/2014 02:05 AM, Linhaifeng wrote:
>> Hi,
>>
>> I want to use virsh to create a VM with the qemu parameter '-object memory-backend-file,id=mem,size=2048M,mem-path=/mnt/huge,share=on -numa node,memdev=mem'.
>
> Looking at tests/qemuxml2argvdata/qemuxml2argv-hugepages-pages.args, I
> see several instances of "-object memory-backend-file...", so look at
> the counterpart .xml file for some examples:
>
> <memoryBacking>
> <hugepages>
> <page size='2048' unit='KiB' nodese...
2010 Oct 30
1
qemu sdl parameters via libvirt
Hello List, I run a few VMs via libvirt using '--sdl'. I would like
to use qemu parameters -no-quit, -no-frame and -ctrl-grab with
libvirt. Does libvirt support a way to use these qemu parameters?
Does libvirt provide a way to add these options under <graphics/> in
the domain.xml using 'virsh edit domain.xml'?
My current <graphics/> is as follows:
<graphics
2014 Sep 24
2
what is the xml fomat about memory-backend-file
Hi,
I want to use virsh to create a VM with the qemu parameter '-object memory-backend-file,id=mem,size=2048M,mem-path=/mnt/huge,share=on -numa node,memdev=mem'.
How to write the XML file?
2018 Sep 17
2
Re: NUMA issues on virtualized hosts
...e the performance drop. You
can try enabling iothreads:
https://libvirt.org/formatdomain.html#elementsIOThreadsAllocation
This is a qemu feature that allows you to create more I/O threads and
also pin them. This is an example how to use them:
https://libvirt.org/git/?p=libvirt.git;a=blob;f=tests/qemuxml2argvdata/iothreads-disk.xml;h=0aa32c392300c0a86ad26185292ebc7a0d85d588;hb=HEAD
And this is an example how to pin them:
https://libvirt.org/git/?p=libvirt.git;a=blob;f=tests/qemuxml2argvdata/cputune-iothreads.xml;h=311a1d3604177d9699edf7132a75f387aa57ad6f;hb=HEAD
Also, since iothreads are capable of handl...
2018 Sep 17
0
Re: NUMA issues on virtualized hosts
...enabling iothreads:
>
> https://libvirt.org/formatdomain.html#elementsIOThreadsAllocation
>
> This is a qemu feature that allows you to create more I/O threads and
> also pin them. This is an example how to use them:
>
> https://libvirt.org/git/?p=libvirt.git;a=blob;f=tests/qemuxml2argvdata/iothreads-disk.xml;h=0aa32c392300c0a86ad26185292ebc7a0d85d588;hb=HEAD
>
> And this is an example how to pin them:
>
> https://libvirt.org/git/?p=libvirt.git;a=blob;f=tests/qemuxml2argvdata/cputune-iothreads.xml;h=311a1d3604177d9699edf7132a75f387aa57ad6f;hb=HEAD
>
> Also, since...
2013 Apr 09
2
fail to convert qemu xml to args with libvirt-1.0.4: An error occurred, but the cause is unknown
Hi,
I used to convert qemu XML to args with libvirt-1.0.3.
But it failed to convert with libvirt-1.0.4.
# virsh domxml-to-native qemu-argv test.xml >test.sh
error: An error occurred, but the cause is unknown
Comparing the debug file as below:
1) lbvirt-1.0.3
<cut>
2013-04-09 03:23:47.296+0000: 2669: debug : virEventPollInterruptLocked:716 : Interrupting
2013-04-09 03:23:47.296+0000:
2014 Sep 24
0
Re: what is the xml fomat about memory-backend-file
On 09/24/2014 02:05 AM, Linhaifeng wrote:
> Hi,
>
> I want to use virsh to create a VM with the qemu parameter '-object memory-backend-file,id=mem,size=2048M,mem-path=/mnt/huge,share=on -numa node,memdev=mem'.
Looking at tests/qemuxml2argvdata/qemuxml2argv-hugepages-pages.args, I
see several instances of "-object memory-backend-file...", so look at
the counterpart .xml file for some examples:
<memoryBacking>
<hugepages>
<page size='2048' unit='KiB' nodeset='1'/>
<p...
2014 Sep 28
0
Re: what is the xml fomat about memory-backend-file
...Blake wrote:
>> On 09/24/2014 02:05 AM, Linhaifeng wrote:
>>> Hi,
>>>
>>> I want to use virsh to create a VM with the qemu parameter '-object memory-backend-file,id=mem,size=2048M,mem-path=/mnt/huge,share=on -numa node,memdev=mem'.
>> Looking at tests/qemuxml2argvdata/qemuxml2argv-hugepages-pages.args, I
>> see several instances of "-object memory-backend-file...", so look at
>> the counterpart .xml file for some examples:
>>
>> <memoryBacking>
>> <hugepages>
>> <page size='2048'...
2012 Feb 21
3
libvirt doesn't boot kVM, hangs, qemu on 100% CPU
Hi folks,
it's been adventurous.
Yesterday night I've started debugging this particular
issue of why my KVMs don't boot on Ubuntu 11.10.
A first hint was apparmor, which seemed to deny access
to the LVM partitions I had assigned as disks.
After correctly configuring apparmor, or even disabling
it the issue was still the same.
After a wild goose chase, I decided to update everything,
I
2018 Sep 14
3
NUMA issues on virtualized hosts
Hello,
I have cluster with AMD EPYC 7351 cpu. Two CPUs per node. I have performance
8-NUMA configuration:
This is from hypervizor:
[root@hde10 ~]# lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 64
On-line CPU(s) list: 0-63
Thread(s) per core: 2
Core(s) per socket: 16
Socket(s): 2
NUMA