From patchwork Wed Aug 21 16:43:16 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Bonzini X-Patchwork-Id: 268867 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 74A0C2C00B8 for ; Thu, 22 Aug 2013 02:46:01 +1000 (EST) Received: from localhost ([::1]:54887 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VCBXj-0002SY-EF for incoming@patchwork.ozlabs.org; Wed, 21 Aug 2013 12:45:59 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36186) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VCBWH-0000sW-4A for qemu-devel@nongnu.org; Wed, 21 Aug 2013 12:44:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VCBW8-0003qY-Eb for qemu-devel@nongnu.org; Wed, 21 Aug 2013 12:44:28 -0400 Received: from mail-qa0-x22e.google.com ([2607:f8b0:400d:c00::22e]:56499) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VCBW8-0003qP-B0 for qemu-devel@nongnu.org; Wed, 21 Aug 2013 12:44:20 -0400 Received: by mail-qa0-f46.google.com with SMTP id bq6so529328qab.19 for ; Wed, 21 Aug 2013 09:44:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=p7PkId7F7/zxUlX3mjPHFct/rKbv2M+ZwX822m9bI+0=; b=kYeiRpv5ZNNvuLapTRCDlNEbZYpSCOqI8RGZ3gr2S4Qy1NIEFSLi6Od9tmjGaMnlg+ zFmN+3Z8bSxaTYI1gfbdW5rsNNke1qD6/YXBMEJqcAxck1FZUUM/NefGT9sdE+I1UpMH N2NqjvwwBkqVwdkWHEmNel9uJH4sZ9wLKP8d924KfhazUy6z0pO8XxJmFA3GuXbqhs9e KNpIEsa2kKRXSonTpFRJCQPV2cmIjZUMu2a1Iv8BuqCte0YQAUm/8pChwE1z4DS4wVZ5 VQh8FkPsGivxB7ycS71MQMSMdI+TJH0XkHi2Vx/GvcCZeFzPbRSuG//N02CJOJJq3CnS eP0Q== X-Received: by 10.49.26.201 with SMTP id n9mr10203531qeg.34.1377103459632; Wed, 21 Aug 2013 09:44:19 -0700 (PDT) Received: from yakj.usersys.redhat.com (net-37-116-203-123.cust.dsl.vodafone.it. [37.116.203.123]) by mx.google.com with ESMTPSA id m10sm11903256qae.12.1969.12.31.16.00.00 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 21 Aug 2013 09:44:18 -0700 (PDT) From: Paolo Bonzini To: qemu-devel@nongnu.org Date: Wed, 21 Aug 2013 18:43:16 +0200 Message-Id: <1377103396-24307-4-git-send-email-pbonzini@redhat.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1377103396-24307-1-git-send-email-pbonzini@redhat.com> References: <1377103396-24307-1-git-send-email-pbonzini@redhat.com> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400d:c00::22e Cc: pkrempa@redhat.com, marcel.a@redhat.com, libvir-list@redhat.com, lersek@redhat.com, mst@redhat.com, armbru@redhat.com, lcapitulino@redhat.com, rhod@redhat.com, kraxel@redhat.com, anthony@codemonkey.ws, hutao@cn.fujitsu.com, afaerber@suse.de Subject: [Qemu-devel] [PATCH 3/3] pvpanic: rename to isa-pvpanic X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org The pvpanic situation is already messed up enough. Let us give our libvirt friends an easy indication that we have untied our side. Not-yet-signed-off-by: Paolo Bonzini ... because we first have to determine how to expose the device's existence in the ACPI tables or in fw_cfg. Signed-off-by: Paolo Bonzini --- hw/misc/pvpanic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/misc/pvpanic.c b/hw/misc/pvpanic.c index 1928cc9..b53011d 100644 --- a/hw/misc/pvpanic.c +++ b/hw/misc/pvpanic.c @@ -27,7 +27,7 @@ /* The pv event value */ #define PVPANIC_PANICKED (1 << PVPANIC_F_PANICKED) -#define TYPE_ISA_PVPANIC_DEVICE "pvpanic" +#define TYPE_ISA_PVPANIC_DEVICE "isa-pvpanic" #define ISA_PVPANIC_DEVICE(obj) \ OBJECT_CHECK(PVPanicState, (obj), TYPE_ISA_PVPANIC_DEVICE)