From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id C54FDC4332F for ; Mon, 13 Nov 2023 18:14:13 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1r2bRh-000357-VR; Mon, 13 Nov 2023 13:14:01 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1r2bRE-0002qd-RC for qemu-devel@nongnu.org; Mon, 13 Nov 2023 13:13:34 -0500 Received: from mail-ot1-x32a.google.com ([2607:f8b0:4864:20::32a]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1r2bRA-000823-SF for qemu-devel@nongnu.org; Mon, 13 Nov 2023 13:13:30 -0500 Received: by mail-ot1-x32a.google.com with SMTP id 46e09a7af769-6d2de704f53so2955215a34.2 for ; Mon, 13 Nov 2023 10:13:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1699899205; x=1700504005; darn=nongnu.org; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=47qdXCf7H17vKwnfJuoR9ApbQrhsQSNwWFz2iDtLcKY=; b=AQmV+1NPzORGmMhNV/8GcEpJFtOutjF2648ZJJv1EXAlbsY2LSFx2AWF/QNKxLDhiY xJjviGlngiw7p7Dgyg+iGgFPck26P8ildIx/+g6a9edfKZDsPvOtckg6DMwHN+wzNzKm CDREp0YwtJeydySpQhkVUOgem4DrZpmxmWWDfv0eGwhMOd8wuymTyjSg/mvYGZbUjbG0 trRF6dRehgKprhR+o/GzRtMXCT8iFTcrnVrs8OEO6Y03fHip9PUsmjBnJZMDiLqiwrPP EaLQL8TKxCynsBoLSQ3V76e+ZbzjQkZjYJ1Qz7XiGhim2+KzXURnyN+u6Duj/6QbaE77 xz/Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1699899205; x=1700504005; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=47qdXCf7H17vKwnfJuoR9ApbQrhsQSNwWFz2iDtLcKY=; b=w9YEi3GVkPfoxixZqxHwsk+0F9ujum5Q5fvDpwxuT2wsugjMARY/P4Kjud2w8tC07i oLv4jIK8VnWBE/J5MEsRNTny80zMN6d4/wzGGtwLPDbDLhYTnEGzKZHWQCKfwumUdFZg yRS+inENcR37FNOiBHdQIz2aNk5uTsshP9kubAdq5pQ5Dleri5/kW2PlkytCzsitDgcC Q0N/e+s/Y+UHZZLz5LBkcBFDn8hV2v4Lh4SmjcPxxuxCK+SlLstULNg9xS4WPO5N9PwX aTLTCMWV8wCZU8TcmDq8mbUSyQchIZuVLoXnVgX/w2LKt9g/XdcfPdHi1dvsgw9dZJmc EKgA== X-Gm-Message-State: AOJu0Yxs2FJZqbze/1ZMu+yJjYGFzLRN2Pi2fQfECJXQ1Dyact1DH9Rk yLDZ0XXQkNxQNOLsI018TwAzwcdxGc7APSG9wKY= X-Google-Smtp-Source: AGHT+IEMW24hoP1qxVuHtBZTWwzdY1wJIRvBdCxR4pcag8Dcp4IYaLDv8RiEja604eSuwTfs9vPIQA== X-Received: by 2002:a05:6870:e40b:b0:1ef:f127:34fa with SMTP id n11-20020a056870e40b00b001eff12734famr8873450oag.57.1699899205660; Mon, 13 Nov 2023 10:13:25 -0800 (PST) Received: from [192.168.0.4] ([71.212.149.95]) by smtp.gmail.com with ESMTPSA id it13-20020a056a00458d00b006b58af8aae3sm4092255pfb.77.2023.11.13.10.13.24 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 13 Nov 2023 10:13:25 -0800 (PST) Message-ID: Date: Mon, 13 Nov 2023 10:13:23 -0800 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH-for-9.0 03/10] hw/xen: Merge 'hw/xen/arch_hvm.h' in 'hw/xen/xen-hvm-common.h' Content-Language: en-US To: =?UTF-8?Q?Philippe_Mathieu-Daud=C3=A9?= , David Woodhouse , qemu-devel@nongnu.org Cc: "Michael S. Tsirkin" , =?UTF-8?Q?Alex_Benn=C3=A9e?= , Anthony Perard , xen-devel@lists.xenproject.org, Stefano Stabellini , qemu-block@nongnu.org, Thomas Huth , Paolo Bonzini , qemu-arm@nongnu.org, Paul Durrant , Peter Maydell , Marcel Apfelbaum , Eduardo Habkost References: <20231113152114.47916-1-philmd@linaro.org> <20231113152114.47916-4-philmd@linaro.org> From: Richard Henderson In-Reply-To: <20231113152114.47916-4-philmd@linaro.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2607:f8b0:4864:20::32a; envelope-from=richard.henderson@linaro.org; helo=mail-ot1-x32a.google.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=unavailable autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org On 11/13/23 07:21, Philippe Mathieu-Daudé wrote: > We don't need a target-specific header for common target-specific > prototypes. Declare xen_arch_handle_ioreq() and xen_arch_set_memory() > in "hw/xen/xen-hvm-common.h". > > Signed-off-by: Philippe Mathieu-Daudé > --- > include/hw/arm/xen_arch_hvm.h | 9 --------- > include/hw/i386/xen_arch_hvm.h | 11 ----------- > include/hw/xen/arch_hvm.h | 5 ----- > include/hw/xen/xen-hvm-common.h | 6 ++++++ > hw/arm/xen_arm.c | 1 - > hw/i386/xen/xen-hvm.c | 1 - > hw/xen/xen-hvm-common.c | 1 - > 7 files changed, 6 insertions(+), 28 deletions(-) > delete mode 100644 include/hw/arm/xen_arch_hvm.h > delete mode 100644 include/hw/i386/xen_arch_hvm.h > delete mode 100644 include/hw/xen/arch_hvm.h > Reviewed-by: Richard Henderson r~