From owner-freebsd-testing@FreeBSD.ORG Mon Feb 16 01:44:17 2015 Return-Path: Delivered-To: freebsd-testing@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 49DEA4B1; Mon, 16 Feb 2015 01:44:17 +0000 (UTC) Received: from mail-ig0-x235.google.com (mail-ig0-x235.google.com [IPv6:2607:f8b0:4001:c05::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1862E37F; Mon, 16 Feb 2015 01:44:17 +0000 (UTC) Received: by mail-ig0-f181.google.com with SMTP id hn18so20972496igb.2; Sun, 15 Feb 2015 17:44:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=HxKKfcnu5+53X0jlM0g53sZWMvAo3MId+sbfTSSegIY=; b=E9Aa7DbKVQM9ssdfcKFdGbMnRPp37BnpOsXKZXyPklkPh3b9/cx87LVO8It2Gf8AxW 2QDGwI8uxdYD/NTQEz6JPTkVVyWLXTIYj8KeSh0ujcSJ8L4mNeE8zGaYQuNBSfb8LJWY rA56FenenWgx7CZv9FbI89z1AXE/19guPX7xy5zmUSNZWFmNKmG4FQ/VZzxag6zNIPcA d1hh8mXsLa68nz+nxk1/l4hajxYqnEJOjnmzmkG/UcPxUMzykEchUQ8WIy/AyVTc6D2a N5z3IcaFqiT1qj9Yj0xrApzm0zLFm7OSZ2xgG+Axt45flarRZuqImZpg7v/pf3OqR0yr ZpbQ== MIME-Version: 1.0 X-Received: by 10.42.188.133 with SMTP id da5mr26777399icb.37.1424051056425; Sun, 15 Feb 2015 17:44:16 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.36.17.66 with HTTP; Sun, 15 Feb 2015 17:44:16 -0800 (PST) In-Reply-To: References: Date: Sun, 15 Feb 2015 17:44:16 -0800 X-Google-Sender-Auth: QaHxPqjSQmrtOyqlk4TDJ10YXzs Message-ID: Subject: Re: Building Kyua inside qemu mips VM From: Adrian Chadd To: Craig Rodrigues Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-testing@freebsd.org" X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2015 01:44:17 -0000 Cool. Does that work for you? Building the packages in the VM may take a while, but it's IMHO a good test of the VM/platform support anyway. -adrian On 15 February 2015 at 11:32, Craig Rodrigues wrote: > Oh OK, I do have it. I guess I missed it: > > ifconfig > le0: flags=8843 metric 0 mtu 1500 > options=8 > ether 52:54:00:12:34:56 > media: Ethernet autoselect > status: active > lo0: flags=8049 metric 0 mtu 16384 > options=600003 > inet 127.0.0.1 netmask 0xff000000 > groups: lo > > > On Sun, Feb 15, 2015 at 11:11 AM, Adrian Chadd wrote: >> >> I run qemu-devel, and: >> >> adrian 3361 101.2 9.7 639416 381572 1 S+ 9:13PM 986:02.93 >> qemu-system-mips -M malta -kernel /tftpboot/kernel.MALTA -hda >> ../fullroot-malta.img -hdb ../malta-swap.img -nographic -m 256 >> >> >> >> -adrian >> >> >> On 15 February 2015 at 11:10, Adrian Chadd wrote: >> > It should just work by default. are you using qemu-devel ? If not, you >> > should be. >> > >> > >> > >> > -adrian >> > >> > On 15 February 2015 at 11:08, Craig Rodrigues >> > wrote: >> >> Can you to https://wiki.freebsd.org/FreeBSD/MipsEmulation the >> >> command-line >> >> flags to QEMU >> >> that allow usage of this NIC? >> >> >> >> Thanks. >> >> >> >> >> >> >> >> On Sun, Feb 15, 2015 at 11:03 AM, Adrian Chadd >> >> wrote: >> >>> >> >>> Yeah, it does: >> >>> >> >>> le0: irq 10 at device 11.0 on pci0 >> >>> le0: Lazy allocation of 0x20 bytes rid 0x10 type 4 at 0x120 >> >>> le0: 16 receive buffers, 4 transmit buffers >> >>> le0: bpf attached >> >>> le0: Ethernet address: 52:54:00:12:34:56 >> >>> >> >>> (I'm doing a buildworld right now inside it.) >> >>> >> >>> >> >>> -adrian >> >>> >> >>> >> >>> On 15 February 2015 at 10:55, Craig Rodrigues >> >>> wrote: >> >>> > Also, can the MALTA kernel config support any network drivers >> >>> > compatible >> >>> > with QEMU? >> >>> > I didn't see anything compiled into the default kernel config, but I >> >>> > might >> >>> > have missed it. >> >>> > >> >>> > -- >> >>> > Craig >> >>> > >> >>> > On Sun, Feb 15, 2015 at 10:51 AM, Craig Rodrigues >> >>> > >> >>> > wrote: >> >>> >> >> >>> >> Hi, >> >>> >> >> >>> >> Have you tried any of these options to cross-build ports: >> >>> >> >> >>> >> https://wiki.freebsd.org/QemuUserModeHowTo >> >>> >> >> >>> >> Those options look complicated, but workable. >> >>> >> -- >> >>> >> Craig >> >>> >> >> >>> >> >> >>> >> On Sun, Feb 15, 2015 at 10:26 AM, Adrian Chadd >> >>> >> wrote: >> >>> >>> >> >>> >>> ... ask the ports people to support cross-building as a "thing" >> >>> >>> one >> >>> >>> can >> >>> >>> do? >> >>> >>> >> >>> >>> All of those ports you've mentioned should be a perfectly good >> >>> >>> target >> >>> >>> for cross-building; I've done them before individually. >> >>> >>> >> >>> >>> >> >>> >>> >> >>> >>> -adrian >> >>> >>> >> >>> >>> >> >>> >>> On 15 February 2015 at 10:23, Craig Rodrigues >> >>> >>> >> >>> >>> wrote: >> >>> >>> > Adrian, >> >>> >>> > >> >>> >>> > I am continuing on the work started in the Hackathon which >> >>> >>> > you organized in January. I have this Jenkins job which >> >>> >>> > builds a UFS image built for mips using the MALTA kernel config: >> >>> >>> > >> >>> >>> > https://jenkins.freebsd.org/job/FreeBSD_HEAD_mips32_be/ >> >>> >>> > >> >>> >>> > I am using this invocation of QEMU to boot the image with 256MB >> >>> >>> > RAM: >> >>> >>> > >> >>> >>> > https://wiki.freebsd.org/FreeBSD/MipsEmulation#Configuring_QEMU >> >>> >>> > >> >>> >>> > I am now trying to build /usr/ports/devel/kyua >> >>> >>> > inside the VM, so that I can do "cd /usr/tests ; kyua test" to >> >>> >>> > run >> >>> >>> > all the tests. >> >>> >>> > >> >>> >>> > However, building kyua and all its dependencies (atf, sqlite, >> >>> >>> > lua, >> >>> >>> > lutok) >> >>> >>> > is taking a really long time inside this VM, on the order of >> >>> >>> > many >> >>> >>> > hours. >> >>> >>> > >> >>> >>> > Is there something I can do to boost performance so I can at >> >>> >>> > least >> >>> >>> > build >> >>> >>> > kyua faster in this VM? >> >>> >>> > >> >>> >>> > -- >> >>> >>> > Craig >> >>> >> >> >>> >> >> >>> > >> >> >> >> > >