Re: Disabling mergeable rx buffers for the guest

2013-07-16 Thread Paolo Bonzini
Il 16/07/2013 07:09, Naor Shlomo ha scritto: Hi, I am trying to disable the mergeable rx buffers for a Linux guest but I am currently unable to do so. I tried looking in the code of libvirt in order to find the -global virtio-net-pci.mrg_rxbuf=off but the only globals configured are:

RE: Disabling mergeable rx buffers for the guest

2013-07-16 Thread Naor Shlomo
). What am I doing wrong? Naor -Original Message- From: Paolo Bonzini [mailto:paolo.bonz...@gmail.com] On Behalf Of Paolo Bonzini Sent: Tuesday, July 16, 2013 9:12 AM To: Naor Shlomo Cc: kvm@vger.kernel.org Subject: Re: Disabling mergeable rx buffers for the guest Il 16/07/2013 07:09, Naor

Re: Disabling mergeable rx buffers for the guest

2013-07-16 Thread Paolo Bonzini
Il 16/07/2013 08:40, Naor Shlomo ha scritto: Hi Paolo and thanks for your quick reply, I tried editing (virsh edit) the domain's XML and put the XML excerpt you gave me everywhere but with no success. The moment I exit the edit mode the text was gone (I guess it didn't pass some sort of

RE: Disabling mergeable rx buffers for the guest

2013-07-16 Thread Naor Shlomo
@vger.kernel.org Subject: Re: Disabling mergeable rx buffers for the guest Il 16/07/2013 08:40, Naor Shlomo ha scritto: Hi Paolo and thanks for your quick reply, I tried editing (virsh edit) the domain's XML and put the XML excerpt you gave me everywhere but with no success. The moment I exit

Re: Disabling mergeable rx buffers for the guest

2013-07-16 Thread Paolo Bonzini
Naor -Original Message- From: Paolo Bonzini [mailto:pbonz...@redhat.com] Sent: Tuesday, July 16, 2013 9:42 AM To: Naor Shlomo Cc: kvm@vger.kernel.org Subject: Re: Disabling mergeable rx buffers for the guest Il 16/07/2013 08:40, Naor Shlomo ha scritto: Hi Paolo and thanks

Re: Disabling mergeable rx buffers for the guest

2013-07-16 Thread Paolo Bonzini
: Tuesday, July 16, 2013 12:36 PM To: Naor Shlomo Cc: kvm@vger.kernel.org Subject: Re: Disabling mergeable rx buffers for the guest Il 16/07/2013 10:06, Naor Shlomo ha scritto: Thanks again Paolo, I used your string and read the documents in the site you referred me to but could

Re: Disabling mergeable rx buffers for the guest

2013-07-16 Thread Daniel P. Berrange
On Tue, Jul 16, 2013 at 10:40:28AM +, Naor Shlomo wrote: Hi Paolo, For some unknown reason it suddenly started to accept the changes to the XML and the strings you gave me are now in place. Upon machine start I now receive the following error messages: virsh # start NaorDev error:

RE: Disabling mergeable rx buffers for the guest

2013-07-16 Thread Naor Shlomo
[mailto:pbonz...@redhat.com] Sent: Tuesday, July 16, 2013 1:42 PM To: Naor Shlomo Cc: kvm@vger.kernel.org Subject: Re: Disabling mergeable rx buffers for the guest Il 16/07/2013 12:40, Naor Shlomo ha scritto: Hi Paolo, For some unknown reason it suddenly started to accept the changes to the XML

RE: Disabling mergeable rx buffers for the guest

2013-07-16 Thread Naor Shlomo
Cc: Paolo Bonzini; kvm@vger.kernel.org Subject: Re: Disabling mergeable rx buffers for the guest On Tue, Jul 16, 2013 at 10:40:28AM +, Naor Shlomo wrote: Hi Paolo, For some unknown reason it suddenly started to accept the changes to the XML and the strings you gave me are now in place

RE: Disabling mergeable rx buffers for the guest

2013-07-16 Thread Naor Shlomo
: Tuesday, July 16, 2013 2:06 PM To: Paolo Bonzini Cc: kvm@vger.kernel.org Subject: RE: Disabling mergeable rx buffers for the guest Paolo, Sorry for all the trouble. We got a progress. Your last qemu:commandline really worked and I was able to try and start the machine. The problem is that I reached

Disabling mergeable rx buffers for the guest

2013-07-15 Thread Naor Shlomo
Hi, I am trying to disable the mergeable rx buffers for a Linux guest but I am currently unable to do so. I tried looking in the code of libvirt in order to find the -global virtio-net-pci.mrg_rxbuf=off but the only globals configured are: PIIX4_PM.disable_s*, isa-fdc.drive, isa-fdc.bootindex,