From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49320) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dGSti-00035o-1p for qemu-devel@nongnu.org; Thu, 01 Jun 2017 12:24:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dGSte-00031C-Uf for qemu-devel@nongnu.org; Thu, 01 Jun 2017 12:24:30 -0400 From: Juan Quintela In-Reply-To: <1496310843-28771-1-git-send-email-thuth@redhat.com> (Thomas Huth's message of "Thu, 1 Jun 2017 11:54:03 +0200") References: <1496310843-28771-1-git-send-email-thuth@redhat.com> Reply-To: quintela@redhat.com Date: Thu, 01 Jun 2017 18:24:22 +0200 Message-ID: <87shjjekw9.fsf@secure.mitica> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH] hw/core: nmi.c can be compiled as common-obj nowadays List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Thomas Huth Cc: qemu-devel@nongnu.org, qemu-trivial@nongnu.org, Bandan Das , Paolo Bonzini , Andrew Jones Thomas Huth wrote: > The target-specific code in nmi.c has been removed with this commit: > > commit f7e981f29548fe4af7812f5920304fe607e5bf0d > nmi: remove x86 specific nmi handling > > Signed-off-by: Thomas Huth Reviewed-by: Juan Quintela