From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45911) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c712Z-0007yr-VN for qemu-devel@nongnu.org; Wed, 16 Nov 2016 09:18:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c712U-0007vR-T2 for qemu-devel@nongnu.org; Wed, 16 Nov 2016 09:18:19 -0500 Received: from mx1.redhat.com ([209.132.183.28]:54064) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c712U-0007uv-Nu for qemu-devel@nongnu.org; Wed, 16 Nov 2016 09:18:14 -0500 From: Eduardo Habkost Date: Wed, 16 Nov 2016 12:17:33 -0200 Message-Id: <1479305856-32556-1-git-send-email-ehabkost@redhat.com> Subject: [Qemu-devel] [PULL 0/3] pc: remove redundant fw_cfg file "etc/boot-cpus" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, Peter Maydell Cc: "Michael S. Tsirkin" , Marcel Apfelbaum , Igor Mammedov Unfortunately not in time for -rc0, but we still want to remove "etc/boot-cpus" before 2.8.0 is released. The following changes since commit b0bcc86d2a87456f5a276f941dc775b265b309cf: Update version for v2.8.0-rc0 release (2016-11-15 20:55:12 +0000) are available in the git repository at: git://github.com/ehabkost/qemu.git tags/machine-pull-request for you to fetch changes up to e3cadac073a99489df1627be56c3f487f5cb9e31: pc: fix FW_CFG_NB_CPUS to account for -device added CPUs (2016-11-16 12:10:00 -0200) ---------------------------------------------------------------- pc: remove redundant fw_cfg file "etc/boot-cpus" ---------------------------------------------------------------- Igor Mammedov (3): Revert "pc: Add 'etc/boot-cpus' fw_cfg file for machine with more than 255 CPUs" fw_cfg: move FW_CFG_NB_CPUS out of fw_cfg_init1() pc: fix FW_CFG_NB_CPUS to account for -device added CPUs hw/arm/virt.c | 4 +++- hw/i386/pc.c | 26 ++++++++++++-------------- hw/nvram/fw_cfg.c | 1 - hw/ppc/mac_newworld.c | 1 + hw/ppc/mac_oldworld.c | 1 + hw/sparc/sun4m.c | 1 + hw/sparc64/sun4u.c | 1 + include/hw/i386/pc.h | 4 ++-- 8 files changed, 21 insertions(+), 18 deletions(-) -- 2.7.4