Displaying 8 results from an estimated 8 matches for "jincheng".
2014 Mar 13
4
questions on clock catchup
...='catchup'>
<catchup slew='123'/> or <catchup threshold='123'/> or <catchup limit='123'/>
</timer>
</clock>
But there is no further explanation.
Does anyone know what's the meaning of these attributes ?
Best wishes,
Jincheng Miao
2014 Aug 09
3
Error when compiling libvirt 1.2.7 on CentOS 6.4
Hi,
I was trying to follow this guide (http://libvirt.org/compiling.html) to
compile libvirt1.2.7 on CentOS6.4. There is an error on executing "make".
Below is the steps to reproduce and the error messages. Any help is
appreciated. Thanks.
$ sudo yum install gcc make gnutls-devel device-mapper-devel \
python-devel libnl-devel yajl-devel \
libxml2-devel libpciaccess-devel
$ wget
2014 Aug 13
1
Re: Error when compiling libvirt 1.2.7 on CentOS 6.4
On 08/13/2014 01:33 AM, Jincheng Miao wrote:
>> Making all in src
>> make[2]: Entering directory `/home/ec2-user/libvirt-1.2.7/src'
>> GEN libvirt_access.xml
>> /bin/sh: -w: command not found
>
> Here is the accident, why sh executes '-w' command.
> That should be:
> /usr/bi...
2014 Mar 13
0
Re: questions on clock catchup
On 03/13/2014 12:49 AM, Jincheng Miao wrote:
> In http://libvirt.org/formatdomain.html#elementsTime , we could find there are
> three attributes of catchup tickpolicy: limit, threshold and slew.
>
> "
> The catchup element has three optional attributes, each a positive integer.
> The attributes are threshol...
2014 Mar 13
0
Re: questions on clock catchup
On Thu, Mar 13, 2014 at 02:49:13AM -0400, Jincheng Miao wrote:
> In http://libvirt.org/formatdomain.html#elementsTime , we could find there are
> three attributes of catchup tickpolicy: limit, threshold and slew.
>
> "
> The catchup element has three optional attributes, each a positive integer.
> The attributes are threshold...
2014 Sep 28
2
Re: what is the xml fomat about memory-backend-file
On 2014/9/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
2014 Aug 13
0
Re: Error when compiling libvirt 1.2.7 on CentOS 6.4
On 08/10/2014 06:18 AM, Hongbin Lu wrote:
> Hi,
>
> I was trying to follow this guide (http://libvirt.org/compiling.html)
> to compile libvirt1.2.7 on CentOS6.4. There is an error on executing
> "make". Below is the steps to reproduce and the error messages. Any
> help is appreciated. Thanks.
>
> $ sudo yum install gcc make gnutls-devel device-mapper-devel \
2014 Sep 28
0
Re: what is the xml fomat about memory-backend-file
On 09/28/2014 01:38 PM, Linhaifeng wrote:
>
> On 2014/9/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