From owner-freebsd-hackers@FreeBSD.ORG Thu Dec 4 19:05:06 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2E5AF1065670 for ; Thu, 4 Dec 2008 19:05:06 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.232]) by mx1.freebsd.org (Postfix) with ESMTP id EF6E78FC12 for ; Thu, 4 Dec 2008 19:05:05 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so4010007rvf.43 for ; Thu, 04 Dec 2008 11:05:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=VvnmXbu2PDP+1Cor7TkrYR0n2wsCsV7T+8MfObzi1Ow=; b=IsQaQE9UNhDkg4FMEEMHM7rh0CwxpdWVYlq4uQQMpd03CkqCRaLlIwWrSE48/J9nGV Es15jPQZXacjY5H/MkFkOH6bQzhm6sGMITgQbRCTnsqW9BwGre5QFx9svFtUNZw5eZ8J +pv6tRV2UrDfOmHi6vxxxZUcS5+eJkOm+Z5ls= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=n3/22dNc/t3m1NDZq9vevMlcna19q1hFmDxwRHyIOrGODeYTf+pBJyq1qqalHa2P+F btnHFAtP3Cg0nGRNbK2UTMAGRZuIHbq0DzG4yn+jfFU/89mAK/aF2zcJxBzNK//PVLY3 hpWJq5qBR84HMevZC0N61xrwJrC9sfnrEt20Q= Received: by 10.140.164.1 with SMTP id m1mr7078627rve.212.1228417505528; Thu, 04 Dec 2008 11:05:05 -0800 (PST) Received: by 10.140.158.13 with HTTP; Thu, 4 Dec 2008 11:05:05 -0800 (PST) Message-ID: <7d6fde3d0812041105h43cf6586r5092e234a6350310@mail.gmail.com> Date: Thu, 4 Dec 2008 11:05:05 -0800 From: "Garrett Cooper" To: "Zaphod Beeblebrox" In-Reply-To: <5f67a8c40812040952u1364563awcfd493695e7fea7c@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <5f67a8c40812021718i4cc225fem5b02a448702ec606@mail.gmail.com> <7d6fde3d0812040327w7c92826i64c6073a453d65ef@mail.gmail.com> <5f67a8c40812040952u1364563awcfd493695e7fea7c@mail.gmail.com> Cc: freebsd-hackers@freebsd.org Subject: Re: AMD64 qemu completely broken? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2008 19:05:06 -0000 On Thu, Dec 4, 2008 at 9:52 AM, Zaphod Beeblebrox wrote: > On Thu, Dec 4, 2008 at 6:27 AM, Garrett Cooper wrote: >> >> Are you running the ports version, or a different version, and/or are >> you using kqemu (I've heard this was broken, in the past)? My group at >> Cisco has several issues with older versions of qemu for PPC and when >> we applied patches, it improved support greatly in some cases, and >> introduced bugs in other cases =\. >> >> I'd definitely hit the devel list for QEMU and see what they say while >> you're waiting for a more substantial reply here. > > I'm using the ports version. I am using kqemu... although I can try without > the kernel module later today. > > How out-of-date is the port? 1. Try without kqemu :) (or at least rebuild it, then disable it if you continue to run into problems). 2. emulators/qemu is the latest stable, but there are typically a number of changes floating out in the devel branch (emulators/qemu-devel) that might be of interest to you: [root@optimus /store]# grep -r ^PORTVERSION /usr/ports/emulators/qemu* /usr/ports/emulators/qemu/Makefile:PORTVERSION= 0.9.1 /usr/ports/emulators/qemu-devel/Makefile:PORTVERSION= 0.9.1s.20080620 -Garrett