From nobody Sun May 19 16:58:54 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=1568905189; cv=none; d=zoho.com; s=zohoarc; b=Ai06fIgIi+J6clOGvExNBYNiB7USYkIKyo6/9kvl6zrp9KmmSq2T6D3q7S5+jUUY0P7TLtSvvVqjZKHiOYEPUv4PQrvW5R2k9GqzpWu71jqzv3F+D3GGu49KxR3zeAOKLwaoajIC+CmkFTRlLgWmhILdurtbvrWk2vO2/FaQook= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1568905189; h=Content-Type:Content-Transfer-Encoding:Cc: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=fr5UweVXFZMVt3bzkDiY0rOjsL5f7lxg8yYkh+BtPVQ=; b=AcIvD6XGKKbg4uLFxAcLURfLU/t3hat3eDMw1Ic0XE2sG5mLSTGQCuP8plT1Ohi5CjLK7lXijj3ofdjFZhvcb256vyMIxT3doqBfhZRPq7ah/zEUwopbqLgiJqClsgLG5b9/sLJWglydBnP4QysYliwW63LkAlbwfg2dErAWYwg= 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 156890518974144.82946822929273; Thu, 19 Sep 2019 07:59:49 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id AEBFE300BCE9; Thu, 19 Sep 2019 14:59:47 +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 68651194BB; Thu, 19 Sep 2019 14:59:47 +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 088F64EE68; Thu, 19 Sep 2019 14:59:47 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id x8JExk2s026236 for ; Thu, 19 Sep 2019 10:59:46 -0400 Received: by smtp.corp.redhat.com (Postfix) id 18FA260167; Thu, 19 Sep 2019 14:59:46 +0000 (UTC) Received: from laerte.brq.redhat.com (unknown [10.43.2.64]) by smtp.corp.redhat.com (Postfix) with ESMTP id 6CE046013A; Thu, 19 Sep 2019 14:59:45 +0000 (UTC) From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= To: libvir-list@redhat.com Date: Thu, 19 Sep 2019 16:59:44 +0200 Message-Id: <20190919145944.1377819-1-fidencio@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-loop: libvir-list@redhat.com Cc: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Subject: [libvirt] [glib PATCH] gconfig-domain-video: Add bochs video device 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-Type: text/plain; charset="utf-8" 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.23 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.46]); Thu, 19 Sep 2019 14:59:48 +0000 (UTC) https://bugzilla.redhat.com/show_bug.cgi?id=3D1753670 Signed-off-by: Fabiano Fid=C3=AAncio Reviewed-by: Daniel P. Berrang=C3=A9 --- libvirt-gconfig/libvirt-gconfig-domain-video.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libvirt-gconfig/libvirt-gconfig-domain-video.h b/libvirt-gconf= ig/libvirt-gconfig-domain-video.h index 973ba72..8431f6b 100644 --- a/libvirt-gconfig/libvirt-gconfig-domain-video.h +++ b/libvirt-gconfig/libvirt-gconfig-domain-video.h @@ -63,7 +63,8 @@ typedef enum { GVIR_CONFIG_DOMAIN_VIDEO_MODEL_XEN, GVIR_CONFIG_DOMAIN_VIDEO_MODEL_VBOX, GVIR_CONFIG_DOMAIN_VIDEO_MODEL_QXL, - GVIR_CONFIG_DOMAIN_VIDEO_MODEL_VIRTIO + GVIR_CONFIG_DOMAIN_VIDEO_MODEL_VIRTIO, + GVIR_CONFIG_DOMAIN_VIDEO_MODEL_BOCHS, } GVirConfigDomainVideoModel; =20 GType gvir_config_domain_video_get_type(void); --=20 2.23.0 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list