From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44470) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXDK0-0006mS-Hv for qemu-devel@nongnu.org; Wed, 02 Sep 2015 15:03:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZXDJw-0002Ye-Eb for qemu-devel@nongnu.org; Wed, 02 Sep 2015 15:03:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35382) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXDJw-0002YN-8v for qemu-devel@nongnu.org; Wed, 02 Sep 2015 15:03:44 -0400 From: "Richard W.M. Jones" Date: Wed, 2 Sep 2015 20:03:36 +0100 Message-Id: <1441220618-4750-1-git-send-email-rjones@redhat.com> Subject: [Qemu-devel] [PATCH 1/2] acpi: Allow ACPI default OEM ID and OEM table ID fields to be set. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: mst@redhat.com Cc: peter.maydell@linaro.org, ehabkost@redhat.com, zhaoshenglong@huawei.com, qemu-devel@nongnu.org, pbonzini@redhat.com, imammedo@redhat.com, rth@twiddle.net A couple of patches allowing two default fields in the ACPI table headers to be set. The motivation for this is to avoid the need for the following patch which Debian is carrying downstream to fix some Windows guests that have been converted to KVM using virt-p2v (or direct copy of disks): Patch - https://bugzilla.redhat.com/attachment.cgi?id=1057813 Bug - https://bugzilla.redhat.com/show_bug.cgi?id=1248758 Previous discussion of the Debian patch (not my patch) was here: https://lists.gnu.org/archive/html/qemu-devel/2014-04/threads.html#00879 Rich.