From patchwork Fri Jun 26 14:03:59 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David CARLIER X-Patchwork-Id: 11627681 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 7629914E3 for ; Fri, 26 Jun 2020 14:06:15 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 4CE1A207D8 for ; Fri, 26 Jun 2020 14:06:15 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="Zat6Fl/T" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4CE1A207D8 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+patchwork-qemu-devel=patchwork.kernel.org@nongnu.org Received: from localhost ([::1]:35264 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jooze-000082-ID for patchwork-qemu-devel@patchwork.kernel.org; Fri, 26 Jun 2020 10:06:14 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43440) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jooxi-000610-2b; Fri, 26 Jun 2020 10:04:14 -0400 Received: from mail-ed1-x541.google.com ([2a00:1450:4864:20::541]:45924) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jooxg-0004Oa-ED; Fri, 26 Jun 2020 10:04:13 -0400 Received: by mail-ed1-x541.google.com with SMTP id d16so382337edz.12; Fri, 26 Jun 2020 07:04:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=XA6nzqvVSiJXdseQ/eelzB9rYtYWuwUACPaHWj97sq4=; b=Zat6Fl/TI+4DSV/Cxfjj3oMu5Kzn+P5tnqLFexKsqd3B6D9jMFA4zHodLgOfu294VK TzylrYLx/+Jsc12OUnmGEQcxtqzBspgzAI8EW+XlZ0ou4ImC+hh97ywJwJscOXLOqgK+ FDCG8tZgUI/kS8yvKKVw+CzMzM84rxvva3VIPwgyck1Zj57TRZF1Q4tgE8CPLa32DaKK eyovMpv5gH32NQ2aRCjDXgCo4hI9t1sUPhALVVh5MLQao5OC6Tt0/Y2FD5UxzP+MbPgT HcZdG9UZbuQs4dKFjazaNPOY8rsUj3Kk10q62hY4Qx6ToES8egwcoTlXI7X2MIL1yWTj nRvA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=XA6nzqvVSiJXdseQ/eelzB9rYtYWuwUACPaHWj97sq4=; b=R52Rg+v2Y2e2XajpeUybirZw62k4uG8b6E5G1EhPqs6bnECs0xFdAiFt63vjzRueG+ BqO/FkKkPG26dLrc2QFb9MBcEEAJXM2boDqI2wz15VhsVzdOA3jbcqIBdCWUqiHydHJW xwkdEg3i+8UcqsWK9GsS5Mjaevbsm3JII8T7eXG/O44hjhHtal2Ghl+cjRW9a6nrfOkb zLBcV4t1/sUkq6tIt7hQ45nBhQRNTT3x7jDtvEY/o8kVk/RtsiPOS4udFXi9gIV/nx35 /Zf8P4eNHqMFJ3YPMSPNZL5nPnRaipz22OMk14fX1kvoyEBZLbH6F0hD2qiom6vMVpqd csOQ== X-Gm-Message-State: AOAM53018m5dTXIkZLUBpZ4d7/BgSKIpcrkfV0aP6PoLxAva/Vgw6ELI XzzUgDV2ht4ffSYqsT+yjKE+e/77GZpMbYz0rj4Lle7kwsosIA== X-Google-Smtp-Source: ABdhPJzWKvHq/Cl2NaRCRxA4MJm7SQFp/zQXc5xszIFwcqpe6SBj9Hyj3V29e8E4k4vVIiAqc/Km9BEodJul7+G8REA= X-Received: by 2002:a05:6402:354:: with SMTP id r20mr1966454edw.32.1593180250270; Fri, 26 Jun 2020 07:04:10 -0700 (PDT) MIME-Version: 1.0 From: David CARLIER Date: Fri, 26 Jun 2020 15:03:59 +0100 Message-ID: Subject: [PATCH 3/3] qemu_init_exec_dir Haiku implementation To: QEMU Trivial , qemu-devel Received-SPF: pass client-ip=2a00:1450:4864:20::541; envelope-from=devnexen@gmail.com; helo=mail-ed1-x541.google.com X-detected-operating-system: by eggs.gnu.org: No matching host in p0f cache. That's all we know. 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, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=_AUTOLEARN X-Spam_action: no action 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: , Errors-To: qemu-devel-bounces+patchwork-qemu-devel=patchwork.kernel.org@nongnu.org Sender: "Qemu-devel" From 6fa7a4108236f513201192654e07c7044a3d7e58 Mon Sep 17 00:00:00 2001 From: David Carlier Date: Fri, 26 Jun 2020 13:51:37 +0000 Subject: [PATCH 3/3] qemu_init_exec_dir Haiku implementation Signed-off-by: David Carlier --- util/oslib-posix.c | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/util/oslib-posix.c b/util/oslib-posix.c index 7ad9195c44..459e3f8093 100644 --- a/util/oslib-posix.c +++ b/util/oslib-posix.c @@ -60,6 +60,10 @@ #include #endif +#ifdef __HAIKU__ +#include +#endif + #include "qemu/mmap-alloc.h" #ifdef CONFIG_DEBUG_STACK_USAGE @@ -389,6 +393,21 @@ void qemu_init_exec_dir(const char *argv0) } } } +#elif defined(__HAIKU__) + { + image_info ii; + int32_t c = 0; + + *buf = '\0'; + while (get_next_image_info(0, &c, &ii) == B_OK) { + if (ii.type == B_APP_IMAGE) { + strncpy(buf, ii.name, sizeof(buf)); + buf[sizeof(buf) - 1] = 0; + p = buf; + break; + } + } + } #endif /* If we don't have any way of figuring out the actual executable location then try argv[0]. */