From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51996) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WhzEh-0001v2-Oe for qemu-devel@nongnu.org; Wed, 07 May 2014 06:38:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WhzEY-0000wB-Nm for qemu-devel@nongnu.org; Wed, 07 May 2014 06:38:03 -0400 Received: from mail-ee0-x22c.google.com ([2a00:1450:4013:c00::22c]:47299) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WhzEY-0000vy-EL for qemu-devel@nongnu.org; Wed, 07 May 2014 06:37:54 -0400 Received: by mail-ee0-f44.google.com with SMTP id c41so572810eek.31 for ; Wed, 07 May 2014 03:37:49 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <536A0CF7.9070806@redhat.com> Date: Wed, 07 May 2014 12:37:43 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1399389445-1607-1-git-send-email-somlo@cmu.edu> <20140507090324.GA18283@redhat.com> In-Reply-To: <20140507090324.GA18283@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v6 0/2] apic: bump emulated lapic version to 0x14 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" , "Gabriel L. Somlo" Cc: agraf@suse.de, afaerber@suse.de, qemu-devel@nongnu.org Il 07/05/2014 11:03, Michael S. Tsirkin ha scritto: > On Tue, May 06, 2014 at 11:17:23AM -0400, Gabriel L. Somlo wrote: >> This patch set changes the software-emulated local apic version >> to 0x14 starting with pc machine types 2.1 and newer. This should >> be particularly helpful when running OS X guests with TCG, since >> XNU appears to have a hardcoded requirement that lapic version >= 0x14. >> >> Changelog: >> >> v6: - rebased to apply cleanly (no fuzz) against latest qemu git >> - opportunity to practice dealing with Acked-by and Reviewed-by :) >> >> v5: convert lapic version to uint8_t (only 8 bits dedicated to >> "implementation version" in the apic version register, according to >> the Intel spec). >> >> v4: - split into a two-patch series with cover letter >> - 1/2: - introduces empty 2.0 compat_props >> - depends on 3458b2b075f92f163ccb9a1f24733eb5705947f0 to add >> 2.1 machine type and move aliases (now already upstream, but >> not at the time v4 went out :) >> - 2/2: - adds lapic version as a machine property defaulting to 0x14 >> - set to 0x11 in compat_props for machines 2.0 and older >> >> v3 and older: single patch, lapic version is global, no cover letter >> >> Thanks again, >> Gabriel > > > Applied, thanks for your patience. So Gabriel what's left for OS X guests to run out of the box (with the right key for -device applesmc of course)? Paolo