From nobody Thu May 2 16:48:08 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) client-ip=209.132.183.28; envelope-from=libvir-list-bounces@redhat.com; helo=mx1.redhat.com; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1561099925; cv=none; d=zoho.com; s=zohoarc; b=P7h8TrFHutpv5a6oLdGPNDB1N3RQdSddtVdmrz5EhtLso+YPWtIX6C/EET6p4C15VcfOSji15XDVUSBIavRQpVvTzg5VT1OCgvsX2BZLS2Aw5yTjEA3Vu2gAtSAgJvI/cAyYhG6XLVvmZ8DnSqGQIJpuTCP3Hir3jBy326zrCg0= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1561099925; h=Content-Type:Content-Transfer-Encoding:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To:ARC-Authentication-Results; bh=tkthcYIYLtuBFvzNeHHFcnb3Sav4GoU1wIaUorksSTk=; b=DKh1e0QWdDF4ET3fFfPse6toDrjVAJXx+2unjxkJLvSelQ4pY1QjdX8ReE5QFKkGpbhTj7TjZV1Tx2aMDgHDtm8YxFCN5IEyN7bW6ZRfvixp0c59OCoi3z4izsxqpcsoH7rJc4lDUKDJ4WKz6IQu3X3ByOUr5tA7Q5m/m6iuaTw= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1561099925227675.87059034012; Thu, 20 Jun 2019 23:52:05 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 1953B30BBEA4; Fri, 21 Jun 2019 06:51:46 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 853A61001B1B; Fri, 21 Jun 2019 06:51:35 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id BD76A206D2; Fri, 21 Jun 2019 06:51:18 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id x5L6ooVC002775 for ; Fri, 21 Jun 2019 02:50:50 -0400 Received: by smtp.corp.redhat.com (Postfix) id 0CA7010190A7; Fri, 21 Jun 2019 06:50:50 +0000 (UTC) Received: from angien.brq.redhat.com (unknown [10.43.2.229]) by smtp.corp.redhat.com (Postfix) with ESMTP id 8C8831001B28 for ; Fri, 21 Jun 2019 06:50:46 +0000 (UTC) From: Peter Krempa To: libvir-list@redhat.com Date: Fri, 21 Jun 2019 08:50:46 +0200 Message-Id: <1a63ef2a25ed644e6cab017f94e1db108d897554.1561099821.git.pkrempa@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-loop: libvir-list@redhat.com Subject: [libvirt] [PATCH] Revert "news: Document removal of qemu commandline parsing" X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.46]); Fri, 21 Jun 2019 06:52:03 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Jano probably based his branch on top of mine and didn't notice when I moved the section up slightly and thus git applied it again. Keep only the instance followin the new features section. This reverts commit 9c68bb4a5c2c8c050e531533e5188a637ba1dd9f. Signed-off-by: Peter Krempa --- Pushed under the trivial rule. docs/news.xml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/docs/news.xml b/docs/news.xml index 681e9a60a3..cada389092 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -67,18 +67,6 @@
-
- - - qemu: Remove support for virDomainQemuAttach and virConnectDomai= nXMLFromNative APIs - - - The qemu implementations for the APIs mentioned above were remov= ed - and the APIs now return error. The implementation was stale for a - long time and did not allow working with moder use of qemu in li= bvirt. - - -
--=20 2.21.0 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list