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 12771C46CA1 for ; Sat, 16 Sep 2023 19:34:06 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qhb2B-00021p-TM; Sat, 16 Sep 2023 15:32:51 -0400 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 1qhb2A-00021P-LP for qemu-devel@nongnu.org; Sat, 16 Sep 2023 15:32:50 -0400 Received: from dfw.source.kernel.org ([139.178.84.217]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qhb28-0001vV-9a for qemu-devel@nongnu.org; Sat, 16 Sep 2023 15:32:49 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 39DE160F93; Sat, 16 Sep 2023 19:32:39 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 537C4C433C7; Sat, 16 Sep 2023 19:32:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1694892758; bh=EAh3DZ55Eo7cjOPAc/KPPFth0mlMChad3TdxBP3o1EI=; h=From:To:Cc:Subject:Date:From; b=jOmdIBdRh7KErb594j8Mv30OcwGoe+17QccGRatmuQZuOm9soFB9rFESPr2NIIYWq 0jaLTfdWfQgpVeCUnUuwHDBTBwzcFYByhuj7gV+NJjPleWi+eDQzUL0hLPctkg2lHB L5Y3bpU8P0jUSVqn4xxHLIa65SWdKfLZUCpPeyIPfrHOsWl9pyVp8zuvPS5P1FwvKL 9uw3PJ0nkgHKn62hc5lasTtdZAvbajA33JfF3TgibBMKH7gX9Kc4FI/uVo0EpUrEiF JxfyadZxyppucZ7BPZqjea5nIaAENGyC+yEIoReO3gKCZlo8qEJ0b09WH7pjUlBqQ4 CIkWtDxOFb7tA== From: deller@kernel.org To: qemu-devel@nongnu.org Cc: Helge Deller , Richard Henderson , Laurent Vivier Subject: [PULL 0/8] Hppa btlb patches Date: Sat, 16 Sep 2023 21:32:26 +0200 Message-ID: <20230916193235.169988-1-deller@kernel.org> X-Mailer: git-send-email 2.41.0 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=139.178.84.217; envelope-from=deller@kernel.org; helo=dfw.source.kernel.org X-Spam_score_int: -70 X-Spam_score: -7.1 X-Spam_bar: ------- X-Spam_report: (-7.1 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_HI=-5, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham 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 From: Helge Deller The following changes since commit 9ef497755afc252fb8e060c9ea6b0987abfd20b6: Merge tag 'pull-vfio-20230911' of https://github.com/legoater/qemu into staging (2023-09-11 09:13:08 -0400) are available in the Git repository at: https://github.com/hdeller/qemu-hppa.git tags/hppa-btlb-pull-request for you to fetch changes up to 303b1febe3dcd519314d6ed80d97a706cdd21f64: linux-user/hppa: lock both words of function descriptor (2023-09-16 21:13:08 +0200) ---------------------------------------------------------------- Block-TLB support and linux-user fixes for hppa target All 32-bit hppa CPUs allow a fixed number of TLB entries to have a different page size than the default 4k. Those are called "Block-TLBs" and are created at startup by the operating system and managed by the firmware of hppa machines through the firmware PDC_BLOCK_TLB call. This patchset adds the necessary glue to SeaBIOS-hppa and qemu to allow up to 16 BTLB entries in the emulation. Two patches from Mikulas Patocka fix signal delivery issues in linux-user on hppa. ---------------------------------------------------------------- Helge Deller (6): target/hppa: Update to SeaBIOS-hppa version 9 target/hppa: Allow up to 16 BTLB entries target/hppa: Report and clear BTLBs via fw_cfg at startup target/hppa: Add BTLB support to hppa TLB functions target/hppa: Extract diagnose immediate value target/hppa: Wire up diag instruction to support BTLB Mikulas Patocka (2): linux-user/hppa: clear the PSW 'N' bit when delivering signals linux-user/hppa: lock both words of function descriptor hw/hppa/machine.c | 10 +-- linux-user/hppa/signal.c | 6 +- pc-bios/hppa-firmware.img | Bin 720216 -> 732376 bytes roms/seabios-hppa | 2 +- target/hppa/cpu.h | 11 ++- target/hppa/helper.h | 1 + target/hppa/insns.decode | 2 +- target/hppa/int_helper.c | 2 +- target/hppa/mem_helper.c | 179 ++++++++++++++++++++++++++++++++------ target/hppa/op_helper.c | 3 +- target/hppa/translate.c | 15 +++- 11 files changed, 188 insertions(+), 43 deletions(-) -- 2.41.0