From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark McLoughlin Subject: Re: [ANNOUNCE] kvm-85 release Date: Mon, 27 Apr 2009 15:41:59 +0100 Message-ID: <1240843319.12942.45.camel@blaa> References: <49ED9295.6040405@redhat.com> Reply-To: Mark McLoughlin Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: KVM list To: Avi Kivity Return-path: Received: from mx2.redhat.com ([66.187.237.31]:40515 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757350AbZD0OmC (ORCPT ); Mon, 27 Apr 2009 10:42:02 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n3REg3nh022443 for ; Mon, 27 Apr 2009 10:42:03 -0400 In-Reply-To: <49ED9295.6040405@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: Hi Avi, On Tue, 2009-04-21 at 12:32 +0300, Avi Kivity wrote: > Again a long delayed release; I'll try to reduce the lag between > releases. > > kvm-85 comes in two flavors: the traditional kernel+qemu package > (kvm-85.tar.gz), as well as separate qemu (qemu-kvm-devel-85.tar.gz) I packaged this in Fedora 12 as qemu-0.10.50 and noticed a couple of small problems with the qemu-kvm-devel tarball: - No kernel/include/asm symlink, so it was building with the system headers and not finding e.g. KVM_FEATURE_CLOCKSOURCE - An empty kvm-85 dir And for anyone else doing similar packaging, I've also: - Disabled pwritev() support until glibc stops writing random junk. See https://bugzilla.redhat.com/497429 - Added Pauline's boot=on -help string patch - Fixed the arm target build with the patch I just sent Cheers, Mark.