From owner-freebsd-xen@FreeBSD.ORG Wed Aug 1 18:03:09 2012 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C478F106564A for ; Wed, 1 Aug 2012 18:03:09 +0000 (UTC) (envelope-from seanbru@yahoo-inc.com) Received: from mrout1-b.corp.bf1.yahoo.com (mrout1-b.corp.bf1.yahoo.com [98.139.253.104]) by mx1.freebsd.org (Postfix) with ESMTP id 7BC0E8FC08 for ; Wed, 1 Aug 2012 18:03:09 +0000 (UTC) Received: from [IPv6:::1] (rideseveral.corp.yahoo.com [10.73.160.231]) by mrout1-b.corp.bf1.yahoo.com (8.14.4/8.14.4/y.out) with ESMTP id q71I2Tgb008935; Wed, 1 Aug 2012 11:02:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yahoo-inc.com; s=cobra; t=1343844150; bh=aNuSBnJx+QHoPVfncmD5+w1CtAvrVvtTYdjI01E3PeU=; h=Subject:From:To:Cc:In-Reply-To:References:Content-Type:Date: Message-ID:Mime-Version:Content-Transfer-Encoding; b=IvV58TGL5PPaTOcKLQzKPVxO0/15e8p6KlIbGFn4Y/G6NWhdRG+HJPw+X4CcCuPt/ t/2O313W6Riu0BjtcORjjxsOKCgA8fV2sCPPbfUIM/cthIbn5zFv8sp1TArzuHtkyP z+OfiPIAykZOvgjPcf3fulCVoZb2wdWwoLCeO0aQ= From: Sean Bruno To: Wei Xu In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Date: Wed, 01 Aug 2012 11:02:28 -0700 Message-ID: <1343844148.5229.1.camel@powernoodle.corp.yahoo.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Milter-Version: master.31+4-gbc07cd5+ X-CLX-ID: 844149000 Cc: "freebsd-xen@freebsd.org" Subject: Re: Compiling error for amd64 on FreeBSD9.0 with XENHVM when include xen console driver. X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2012 18:03:09 -0000 On Tue, 2012-07-31 at 22:32 -0700, Wei Xu wrote: > Hi All, > I'm trying to compile new kernel with Xen Console driver on AMD 64 > platform, it's not included by default, > I got compile error like this , I checked the code and i386 has the > pc_ipi_to_irq but amd64 doesn't, > look like it hasn't been experience with amd64, is there anyone know > whether it can work? thanks. > Since there's no PV support for amd64 yet. I don't think you need the console driver. QEMU will emulate the uart(4) device for you and freebsd will use the device as its serial console. >From the dom0, you would run "xm console ". Is this what you mean to do? Sean