From nobody Thu Apr 25 09:45:07 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org ARC-Seal: i=1; a=rsa-sha256; t=1562939011; cv=none; d=zoho.com; s=zohoarc; b=dbwjUfCXyX/nlne+6UPziMhrVh+l0JgggsPuoZz0bu14iGTxyeFC+c/hwm4kBl2Ybl4eRc51iC2d3YxcufFfTGJL5qHAQ2T+eaSRyh8sZBVP3oAdOnnWrzgq8hKcpu+l4ylPlEigH2A2TiW2s4kI/u2hh17lp7Rz72PC5TqqoQo= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1562939011; 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=2ya+Q4f0D/MrbemTFdCd8SDWbOuPTuGXqjAKSdFTWZI=; b=lv7UTsvvx8S4NAlSQvQrqXZsPUXXZjH/HyJ8S9OCxpvnusvV2PiKGtyQ0vwToNHViOpPeZqnDcU2HapfHNjxTVCwOLGmORoIDl6pMwLgggr9CB5zPJhsgbIrDQhipSh8l+Y9VnaW4CUrZdrY8cBaOsPGQSoyc7fv3KAJIodxq/Y= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1562939011128898.4421731047559; Fri, 12 Jul 2019 06:43:31 -0700 (PDT) Received: from localhost ([::1]:49574 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hlvpf-0003tI-SR for importer@patchew.org; Fri, 12 Jul 2019 09:43:27 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58595) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hlvpU-0003Sb-Ry for qemu-devel@nongnu.org; Fri, 12 Jul 2019 09:43:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hlvpQ-00011g-VM for qemu-devel@nongnu.org; Fri, 12 Jul 2019 09:43:16 -0400 Received: from mail.weilnetz.de ([37.120.169.71]:41204 helo=v2201612906741603.powersrv.de) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hlvpP-0000wk-Jp; Fri, 12 Jul 2019 09:43:12 -0400 Received: from localhost (localhost [127.0.0.1]) by v2201612906741603.powersrv.de (Postfix) with ESMTP id ECD6EDB7FD9; Fri, 12 Jul 2019 15:43:08 +0200 (CEST) Received: from v2201612906741603.powersrv.de ([127.0.0.1]) by localhost (v2201612906741603.powersrv.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XI3unvaVzp3S; Fri, 12 Jul 2019 15:43:08 +0200 (CEST) Received: from qemu.weilnetz.de (qemu.weilnetz.de [188.68.58.204]) by v2201612906741603.powersrv.de (Postfix) with ESMTP id 57F11DAB1BC; Fri, 12 Jul 2019 15:43:08 +0200 (CEST) Received: by qemu.weilnetz.de (Postfix, from userid 1000) id 4822246004F; Fri, 12 Jul 2019 15:43:08 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at v2201612906741603.powersrv.de From: Stefan Weil To: qemu-devel@nongnu.org Date: Fri, 12 Jul 2019 15:43:07 +0200 Message-Id: <20190712134307.31112-1-sw@weilnetz.de> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 37.120.169.71 Subject: [Qemu-devel] [PATCH v2] Remove old global variables max_cpus and smp_cpus X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: qemu-trivial@nongnu.org, Stefan Weil , Eduardo Habkost , Like Xu , Laurent Vivier Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" Signed-off-by: Stefan Weil Reviewed-by: Laurent Vivier --- v2: Remove also max_cpus (merci =C3=A0 Laurent Vivier ) include/sysemu/sysemu.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/sysemu/sysemu.h b/include/sysemu/sysemu.h index 984c439ac9..e70edf7c1c 100644 --- a/include/sysemu/sysemu.h +++ b/include/sysemu/sysemu.h @@ -103,8 +103,6 @@ extern const char *keyboard_layout; extern int win2k_install_hack; extern int alt_grab; extern int ctrl_grab; -extern int smp_cpus; -extern unsigned int max_cpus; extern int cursor_hide; extern int graphic_rotate; extern int no_quit; --=20 2.20.1