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 3B46DECAAA1 for ; Mon, 24 Oct 2022 11:37:08 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1omviF-0000aU-0P; Mon, 24 Oct 2022 07:33:47 -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 1omvi3-0000Rg-1I for qemu-devel@nongnu.org; Mon, 24 Oct 2022 07:33:41 -0400 Received: from kylie.crudebyte.com ([5.189.157.229]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1omvi1-0003Fq-7n for qemu-devel@nongnu.org; Mon, 24 Oct 2022 07:33:34 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=crudebyte.com; s=kylie; h=Content-Type:Content-Transfer-Encoding: MIME-Version:References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From: Content-ID:Content-Description; bh=WgwEk8eXeie5ErykiZOrji8u5HFntIyjlsIaxbBcEKI=; b=E3EScDM79C+fkNks53NyjIXkEY s/tgvinCpGr3R0Y6Nm9PCHKUDgAw5lJXMhKoCB3PSm16A/G22iW95lCBKjVKQvm7wbh/XR3szyYn8 8Oc0ZR65kRdYgtcrBLbldsuy8CI5vOabL7jNdCHPsx1JLlJUy3RT2KQ0zVDb6ObJCEjIwZuK9igPP IZIk78SNbRho8+2Sdf1B3TFS8En93rd3Ls2XaxiZdveITt6CQzELL3dvuvznRx2cWgteKcy6oZe0U QAzaU9ePvVrowZy+ISCia9twh8eOYXap/tQM97N+YhTJUQCqnRzFuTAkLMIcc1iKy0UaxVksVbOgj 99nmZP3K+OekA60O+Snrk6roy1gi9BbO9m1fiWe/0U7p+tGiQN76BfIVnc5SB8VVsH/IwX+lqUA5z zF8rw07F/sSv0MRePrUW++Y9840kEiUAt/eizUnaJnNJN+NINhQACZBG5s4xraCE5Bb5Mz/ZF2drM ZkUtmJv38Da5YcQ9my2R4STgJUURi1yNzwIV5x5VWSXhCb4UsfiBKq60E2cHrbKpaJRVtctX/je7y MD2uGbujvmD+XxHjj9gKQnaSE0+pazkSWjHCuel7cAxz9/LNEuW4cVIByVUeMxMBY5HHJMy1krBeh IcaXz5tWelfGLmgF00BbDhuTFl+/igxhGxhJ7f8l4=; From: Christian Schoenebeck To: qemu-devel@nongnu.org, Stefan Hajnoczi Cc: Greg Kurz , Linus Heckemann , Bin Meng Subject: Re: [PULL 00/23] 9p queue 2022-10-24 Date: Mon, 24 Oct 2022 13:33:29 +0200 Message-ID: <2910072.zbdAXGa3oE@silver> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Received-SPF: pass client-ip=5.189.157.229; envelope-from=qemu_oss@crudebyte.com; helo=kylie.crudebyte.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, 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: , Sender: "Qemu-devel" Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org On Monday, October 24, 2022 12:54:23 PM CEST Christian Schoenebeck wrote: > The following changes since commit 0529245488865038344d64fff7ee05864d3d17f6: > > Merge tag 'pull-target-arm-20221020' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2022-10-20 14:36:12 -0400) > > are available in the Git repository at: > > https://github.com/cschoenebeck/qemu.git tags/pull-9p-20221024 > > for you to fetch changes up to 3ce77865bf813f313cf79c00fd951bfc95a50165: > > tests/9p: remove unnecessary g_strdup() calls (2022-10-24 12:24:32 +0200) > > ---------------------------------------------------------------- > 9pfs: performance, Windows host prep, tests restructure > > * Highlight of this PR is Linus Heckemann's GHashTable patch which > brings massive general performance improvements of 9p server > somewhere between factor 6 .. 12. > > * Bin Meng's g_mkdir patch is a preparatory patch for upcoming > Windows host support of 9p server. > > * The rest of the patches in this PR are 9p test code restructuring > and refactoring changes to improve readability and to ease > maintenance of 9p test code on the long-term. Unfortunately I haven't found any reviewer of my patches 04 .. 23. :/ I decided to queue them anyway, as they are just restructuring and refactoring of 9p test code: https://lore.kernel.org/all/cover.1664917004.git.qemu_oss@crudebyte.com If anybody finds some time at least for a glimpse on them, very much appreciated! Best regards, Christian Schoenebeck > ---------------------------------------------------------------- > Bin Meng (1): > fsdev/virtfs-proxy-helper: Use g_mkdir() > > Christian Schoenebeck (21): > tests/9p: split virtio-9p-test.c into tests and 9p client part > tests/9p: merge *walk*() functions > tests/9p: simplify callers of twalk() > tests/9p: merge v9fs_tversion() and do_version() > tests/9p: merge v9fs_tattach(), do_attach(), do_attach_rqid() > tests/9p: simplify callers of tattach() > tests/9p: convert v9fs_tgetattr() to declarative arguments > tests/9p: simplify callers of tgetattr() > tests/9p: convert v9fs_treaddir() to declarative arguments > tests/9p: simplify callers of treaddir() > tests/9p: convert v9fs_tlopen() to declarative arguments > tests/9p: simplify callers of tlopen() > tests/9p: convert v9fs_twrite() to declarative arguments > tests/9p: simplify callers of twrite() > tests/9p: convert v9fs_tflush() to declarative arguments > tests/9p: merge v9fs_tmkdir() and do_mkdir() > tests/9p: merge v9fs_tlcreate() and do_lcreate() > tests/9p: merge v9fs_tsymlink() and do_symlink() > tests/9p: merge v9fs_tlink() and do_hardlink() > tests/9p: merge v9fs_tunlinkat() and do_unlinkat() > tests/9p: remove unnecessary g_strdup() calls > > Linus Heckemann (1): > 9pfs: use GHashTable for fid table > > fsdev/virtfs-proxy-helper.c | 3 +- > hw/9pfs/9p.c | 196 ++--- > hw/9pfs/9p.h | 2 +- > tests/qtest/libqos/meson.build | 1 + > tests/qtest/libqos/virtio-9p-client.c | 1049 ++++++++++++++++++++++++++ > tests/qtest/libqos/virtio-9p-client.h | 494 +++++++++++++ > tests/qtest/virtio-9p-test.c | 1299 ++++++--------------------------- > 7 files changed, 1867 insertions(+), 1177 deletions(-) > create mode 100644 tests/qtest/libqos/virtio-9p-client.c > create mode 100644 tests/qtest/libqos/virtio-9p-client.h > >