From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43226) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UoYg8-00059O-8T for qemu-devel@nongnu.org; Mon, 17 Jun 2013 08:37:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UoYfz-000673-3K for qemu-devel@nongnu.org; Mon, 17 Jun 2013 08:37:00 -0400 Received: from smtp02.citrix.com ([66.165.176.63]:18677) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UoYfy-00064U-UI for qemu-devel@nongnu.org; Mon, 17 Jun 2013 08:36:51 -0400 From: Paul Durrant Date: Mon, 17 Jun 2013 13:36:35 +0100 Message-ID: <1371472598-20330-1-git-send-email-paul.durrant@citrix.com> MIME-Version: 1.0 Content-Type: text/plain Subject: [Qemu-devel] [PATCH 0/2] Remove hardcoded xen-platform device initialization (v2) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, xen-devel@lists.xen.org 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.