From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49396) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XGRMs-0005Rk-IT for qemu-devel@nongnu.org; Sun, 10 Aug 2014 07:32:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XGRMn-0003N4-1K for qemu-devel@nongnu.org; Sun, 10 Aug 2014 07:32:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35274) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XGRMm-0003Mu-QO for qemu-devel@nongnu.org; Sun, 10 Aug 2014 07:32:48 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s7ABWknR008908 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Sun, 10 Aug 2014 07:32:46 -0400 From: Gal Hammer Date: Sun, 10 Aug 2014 14:32:31 +0300 Message-Id: <1407670353-14971-1-git-send-email-ghammer@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] Virtual Machine Generation ID List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gal Hammer Hi, A two parts patch to add a QEmu support for Microsoft's Virtual Machine Generation ID device. The first one add a new ACPI directive which allow to use a 16-bytes buffer in an ACPI table. This buffer is for storing the VM's UUID. The second is the ACPI tables changes and the required command line parameter. Your comment are welcomed. Thanks, Gal. Gal Hammer (2): i386: Add an ACPI_EXTRACT_NAME_BUFFER16 directive. i386: Add a Virtual Machine Generation ID device. hw/i386/acpi-build.c | 23 +++++++++++++++++++++++ hw/i386/ssdt-misc.dsl | 33 +++++++++++++++++++++++++++++++++ qemu-options.hx | 9 +++++++++ scripts/acpi_extract.py | 23 ++++++++++++++--------- vl.c | 11 +++++++++++ 5 files changed, 90 insertions(+), 9 deletions(-) -- 1.9.3