From owner-freebsd-emulation@FreeBSD.ORG Fri Aug 26 05:37:57 2005 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5BCD16A41F for ; Fri, 26 Aug 2005 05:37:57 +0000 (GMT) (envelope-from bu7cher@yandex.ru) Received: from mail.rdu.kirov.ru (ns.rdu.kirov.ru [217.9.151.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EF7C43D45 for ; Fri, 26 Aug 2005 05:37:56 +0000 (GMT) (envelope-from bu7cher@yandex.ru) Received: from kirov.so-cdu.ru (kirov [172.21.81.1]) by mail.rdu.kirov.ru (Postfix) with ESMTP id 8A8D3115641; Fri, 26 Aug 2005 09:37:53 +0400 (MSD) Received: from kirov.so-cdu.ru (localhost [127.0.0.1]) by rdu.kirov.ru (Postfix) with SMTP id 822CC15C5A; Fri, 26 Aug 2005 09:37:53 +0400 (MSD) Received: by rdu.kirov.ru (Postfix, from userid 1014) id 49F2715C59; Fri, 26 Aug 2005 09:37:53 +0400 (MSD) Received: from [172.21.81.52] (elsukov.kirov.so-cdu.ru [172.21.81.52]) by rdu.kirov.ru (Postfix) with ESMTP id 1C76915C4B; Fri, 26 Aug 2005 09:37:53 +0400 (MSD) Message-ID: <430EAA9A.1060700@yandex.ru> Date: Fri, 26 Aug 2005 09:37:30 +0400 From: "Andrey V. Elsukov" User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "albi@scii.nl" References: <20050825205410.33738d0a.albi@scii.nl> In-Reply-To: <20050825205410.33738d0a.albi@scii.nl> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-emulation@freebsd.org Subject: Re: qemu-questions X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Aug 2005 05:37:58 -0000 albi@scii.nl wrote: > - if i'm using the kqemu-module, how do i know qemu is actually using > it ? Before run qemu you must load kqemu module with kldload. When qemu uses kernel module it put messages to /dev/console, you can see this messages in /var/log/message. -- WBR, Andrey V. Elsukov