From owner-freebsd-virtualization@FreeBSD.ORG Wed Jan 22 06:23:59 2014 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C6246FEC for ; Wed, 22 Jan 2014 06:23:59 +0000 (UTC) Received: from mail-pa0-x230.google.com (mail-pa0-x230.google.com [IPv6:2607:f8b0:400e:c03::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9400B1317 for ; Wed, 22 Jan 2014 06:23:59 +0000 (UTC) Received: by mail-pa0-f48.google.com with SMTP id kx10so7893722pab.7 for ; Tue, 21 Jan 2014 22:23:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dokukino.com; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=9Y0QqIP1E7WV+zIeWMaG7MgvLyP8Nuf7i5yNFU3MNHw=; b=v9SXyt8Z46H6ZKwqWee6a78A7T5V/9P7sLNtJjTG5gw4fdb9tjumPAzwJ9mddCR3Nr 8l97HW8KkC818SZKhj+9U9rieDYIxFh4kSRxRPOCoPWOj+gSwBadjhOxpE1VWeYDBrkf ZyAx6971vBaTEgOtZqTGImFnSvIgjtJRpC/IA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=9Y0QqIP1E7WV+zIeWMaG7MgvLyP8Nuf7i5yNFU3MNHw=; b=JRzwrgnnz8ZDMKAGnt5jScBNPc5Lmkqix8W45cyFmH9qQV8wNyhDTxRNOuJweGMEnA /o1iTBOWGlJQTpUx1vWN6HnEgpNq6xRXwx/FFlxwUBq7H+49t23Mf/JAhg1hIZQVJmPU 4skEVQF2/HRBMzYaP2VdduSJPt1pWJ547ug5hQZgTToW6sIvX9GlDNx2sE+OiAEq+4eq CoPPjQ/fojqrpJSvGMHlDrgOGgW3dURS5H1BfrdveBtHAQ4iyoSfudIi8t6RGnog62zA Ibdk/nWFBdKTY4v1YA7NQqCOvFPXVRO6kF/wiihKSr8uOIenM7B7katT1hLDX9ikCmYi t6bg== X-Gm-Message-State: ALoCoQkf+KHf+OB3ln4drfL1aAqa+mkk3l8QsOTTAK3/ruU78fzANKI+ALdWermSepUYLhgZLGcp X-Received: by 10.68.194.97 with SMTP id hv1mr13757766pbc.162.1390371838962; Tue, 21 Jan 2014 22:23:58 -0800 (PST) MIME-Version: 1.0 Received: by 10.68.36.38 with HTTP; Tue, 21 Jan 2014 22:23:18 -0800 (PST) In-Reply-To: <52DF5F22.3060706@freebsd.org> References: <52DF5F22.3060706@freebsd.org> From: Takuya ASADA Date: Wed, 22 Jan 2014 15:23:18 +0900 Message-ID: Subject: Re: Linux on BHyVe in 10.0-RELEASE To: Peter Grehan Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: "freebsd-virtualization@freebsd.org" X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jan 2014 06:23:59 -0000 Thanks, I'll test your image. 2014/1/22 Peter Grehan > Hi Takuya, > > > * Debian 7.3 with bhyve-scripts >> Able to install, bootup! >> But serial console sometimes outputs "AT+GCAP" or something, looks like AT >> command? >> Maybe I mis-configured Debian during installation? >> > > I think I saw this but it eventually popped up a login prompt. Guessing > it was attempting to detect if a modem was present. > > > * OpenBSD 5.4 with bhyve-scripts >> Hangs at virtio0 initialization: >> >> scsibus0 at vioblk0: 2 targets >> sd0 at scsibus0 targ 0 lun 0: SCSI3 0/direct >> fixed >> sd0: 10240MB, 512 bytes/sector, 20971520 sectors >> virtio0: couldn't map interrupt >> > > OpenBSD 5.4 doesn't have the change to use MSI interrupts for virtio > devices (http://www.openbsd.org/cgi-bin/cvsweb/src/sys/dev/pci/ > virtio_pci.c 1.7) > > I built a 5.4/amd64 flashrd image with this change at > http://people.freebsd.org/~grehan/flashimg.amd64-20131014.bz2 > > 5.5 isn't displaying serial console output - I've yet to debug this; > probably an issue with grub-bhyve. > > later, > > Peter. > >