From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:46685) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TNZit-0006kw-Hz for qemu-devel@nongnu.org; Sun, 14 Oct 2012 21:44:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TNZis-0004Pv-HF for qemu-devel@nongnu.org; Sun, 14 Oct 2012 21:44:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:20432) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TNZis-0004Pk-9E for qemu-devel@nongnu.org; Sun, 14 Oct 2012 21:44:02 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q9F1i0E0028071 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 14 Oct 2012 21:44:00 -0400 Received: from vlap.laine.org (ovpn-113-61.phx2.redhat.com [10.3.113.61]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q9F1hxqR027772 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Sun, 14 Oct 2012 21:44:00 -0400 Message-ID: <507B6A5F.2090809@redhat.com> Date: Sun, 14 Oct 2012 21:43:59 -0400 From: Laine Stump MIME-Version: 1.0 References: <5079D352.5000701@redhat.com> In-Reply-To: <5079D352.5000701@redhat.com> Content-Type: text/plain; charset=ISO-8859-9 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Problems using netdev_del+netdev_add w/o corresponding device_del+device_add List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On 10/13/2012 04:47 PM, Laine Stump wrote: > I am attempting to enhance libvirt's virDomainUpdateDeviceFlags() API to > support changing "just about anything" about the host side of a PCI > network device without actually detaching the PCI device from the guest. > Here is a patch I sent to the libvirt mailing list that I had thought > would accomplish this task: > > https://www.redhat.com/archives/libvir-list/2012-October/msg00546.html > > I am using qemu-kvm-1.2-0.1.20120806git3e430569.fc17.x86_64 on Fedora 17 In case anyone is wondering about the pre-release status of my qemu - I did just update to qemu-kvm-1.2.0-13.fc17.x86_64, and the results are the same.