From nobody Thu Oct 26 10:48:06 2023 X-Original-To: freebsd-questions@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4SGMvt165Yz4xdtQ for ; Thu, 26 Oct 2023 10:48:10 +0000 (UTC) (envelope-from felix.reichenberger@tuta.io) Received: from w4.tutanota.de (w4.tutanota.de [81.3.6.165]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.tutanota.de", Issuer "Sectigo RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4SGMvs1yFzz3RhG for ; Thu, 26 Oct 2023 10:48:09 +0000 (UTC) (envelope-from felix.reichenberger@tuta.io) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=tuta.io header.s=s1 header.b=qpqI1E4B; spf=pass (mx1.freebsd.org: domain of felix.reichenberger@tuta.io designates 81.3.6.165 as permitted sender) smtp.mailfrom=felix.reichenberger@tuta.io; dmarc=pass (policy=quarantine) header.from=tuta.io Received: from tutadb.w10.tutanota.de (unknown [192.168.1.10]) by w4.tutanota.de (Postfix) with ESMTP id 7EE6D1060160; Thu, 26 Oct 2023 10:48:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1698317286; s=s1; d=tuta.io; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Cc:Date:Date:In-Reply-To:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:References:Sender; bh=vu2w7rG0E6pYMgMoDKzHrBrfkiuoDiNvZ1EQSbOGUGc=; b=qpqI1E4BaQjkCpjQaN+L5gBANHz4USn2N01aR0Afu2IZ/gVCoS+QH1lnpMR1BXpB KR5jd12owucxU17kEjFHoI2UOG29hNUmogUv0zJLDGTP7jwmuqBC5P6B0NFZVbmRRGR ztsxCkrlEDPvQ5oPYtefPaqs2jfQspmWQxNGRjUudu4pTQ00lsNU28Mh1nu92dUlUcb pqyunvhzMiub9mH3gEDEoryHmX6eF3ZdxJDomTODw+JzQDSHpfGjXe+cjMsSAf6pKBD I5Oe3pBkso16BEO3nN7P+rLUuk2C6/lPweIb907UsuVpZazMiHwH1f861D3dwnALyey L6y0UmSC+A== Date: Thu, 26 Oct 2023 12:48:06 +0200 (CEST) From: Felix Reichenberger To: Olivier Nicole Cc: Freebsd Questions Message-ID: In-Reply-To: References: Subject: Re: Kernel module for Proxmox hypervisor List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spamd-Result: default: False [-4.30 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.996]; DMARC_POLICY_ALLOW(-0.50)[tuta.io,quarantine]; RWL_MAILSPIKE_EXCELLENT(-0.40)[81.3.6.165:from]; R_DKIM_ALLOW(-0.20)[tuta.io:s=s1]; R_SPF_ALLOW(-0.20)[+ip4:81.3.6.160/28]; ONCE_RECEIVED(0.10)[]; MIME_GOOD(-0.10)[text/plain]; MLMMJ_DEST(0.00)[freebsd-questions@freebsd.org]; RCVD_COUNT_ONE(0.00)[1]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; ASN(0.00)[asn:24679, ipnet:81.3.0.0/18, country:DE]; RCPT_COUNT_TWO(0.00)[2]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[81.3.6.165:from]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[tuta.io:+]; TO_DN_ALL(0.00)[]; ARC_NA(0.00)[] X-Rspamd-Queue-Id: 4SGMvs1yFzz3RhG X-Spamd-Bar: ---- 25. Okt. 2023, 04:40 von Olivier.Nicole@cs.ait.ac.th: > Hi, > > I am wondering if there is a kernel module to install for a FreeBSD > virtual machine on a Proxmox hypervisor, something like open-vm-tools > for VMware. > > Thanks in advance, > > Olivier > -- > Hi, you can take a loot at qemu-guest-agent (emulators/qemu) Regards