From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33396) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aOiDt-0005X0-G5 for qemu-devel@nongnu.org; Thu, 28 Jan 2016 03:46:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aOiDo-0000sv-6O for qemu-devel@nongnu.org; Thu, 28 Jan 2016 03:46:37 -0500 Received: from mail-wm0-x22c.google.com ([2a00:1450:400c:c09::22c]:35194) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aOiDn-0000sS-RL for qemu-devel@nongnu.org; Thu, 28 Jan 2016 03:46:32 -0500 Received: by mail-wm0-x22c.google.com with SMTP id r129so14106975wmr.0 for ; Thu, 28 Jan 2016 00:46:31 -0800 (PST) Sender: Paolo Bonzini References: <56A09E51.4020600@redhat.com> From: Paolo Bonzini Message-ID: <56A9D562.4000905@redhat.com> Date: Thu, 28 Jan 2016 09:46:26 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] virtio-scsi/blk dataplane and guest memory allocation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Roy Shterman Cc: famz@redhat.com, qemu-devel@nongnu.org, stefanha@redhat.com On 28/01/2016 08:28, Roy Shterman wrote: > > Important to understand that after modifying and saving configuration of > xml with virsh edit $name_of_guest > > when i reenter the xml i can't see the iothread configuration in there. > don't understand why. > I suspect that your libvirt is too old. Paolo