From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35602) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uouwa-0001iX-ND for qemu-devel@nongnu.org; Tue, 18 Jun 2013 08:23:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UouwW-0006Vt-1B for qemu-devel@nongnu.org; Tue, 18 Jun 2013 08:23:28 -0400 Received: from mail-yh0-x22b.google.com ([2607:f8b0:4002:c01::22b]:45681) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UouwV-0006Vn-Su for qemu-devel@nongnu.org; Tue, 18 Jun 2013 08:23:23 -0400 Received: by mail-yh0-f43.google.com with SMTP id b12so1474429yha.16 for ; Tue, 18 Jun 2013 05:23:23 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <51C05135.7070807@redhat.com> Date: Tue, 18 Jun 2013 14:23:17 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1371554221-5762-1-git-send-email-paul.durrant@citrix.com> In-Reply-To: <1371554221-5762-1-git-send-email-paul.durrant@citrix.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/2] Remove hardcoded xen-platform device initialization (v4) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paul Durrant Cc: qemu-devel@nongnu.org, xen-devel@lists.xen.org Il 18/06/2013 13:16, Paul Durrant ha scritto: > Because of concerns over backwards compatibility and a suggestion that > xenfv should be retired in favour of using the pc machine type I have re- > worked my original patch into 2 patches: > > [PATCH 1/2] Allow use of pc machine type (accel=xen) for Xen HVM > [PATCH 2/2] Move hardcoded initialization of xen-platform device. > > Application of both these patches allows alternative pc machine types to be > used with the accel=xen option, but preserves the hardcoded creation of > the xen-platform device only for machine type xenfv. Perfect! Paolo > v3: > - Add test for xen_enabled() that went missing in v2 > > v4: > - Remove erroneous whitespace hunk > - Replace hw_error() with fprintf()+exit(1) > - Add braces to single-line if > >