From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45515) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZbzA-0006Hy-7K for qemu-devel@nongnu.org; Thu, 02 Oct 2014 04:43:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XZbz2-0002hp-Jv for qemu-devel@nongnu.org; Thu, 02 Oct 2014 04:43:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:6927) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZbz2-0002gj-CC for qemu-devel@nongnu.org; Thu, 02 Oct 2014 04:43:32 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s928hV69031107 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Thu, 2 Oct 2014 04:43:31 -0400 Date: Thu, 2 Oct 2014 11:46:59 +0300 From: "Michael S. Tsirkin" Message-ID: <20141002084659.GA19859@redhat.com> References: <1410953992-14542-1-git-send-email-ghammer@redhat.com> <871tqscgjo.fsf@blackfin.pond.sub.org> <542D0DAA.2080000@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <542D0DAA.2080000@redhat.com> Subject: Re: [Qemu-devel] [PATCH 0/2 V5] Virtual Machine Generation ID List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gal Hammer Cc: Paolo Bonzini , Igor Mammedov , Markus Armbruster , qemu-devel@nongnu.org On Thu, Oct 02, 2014 at 11:32:42AM +0300, Gal Hammer wrote: > On 01/10/2014 11:58, Markus Armbruster wrote: > >Did this get stuck? > > I think so. Did I miss a comment which was not handled in the last version > of the patch? > > Gal. I don't think you did but you have to Cc maintainers if you want your patches to be applied :) I'll queue this for review, thanks! > >Gal Hammer writes: > > > >>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 actual device. > >> > >>Your comment are welcomed. > >> > >>Thanks, > >> > >> Gal. > >> > >>V5: - include the pre-compiled ASL file > >> - remove an empty line at end of files. > >> > >>V4: - Move device's description to SSDT table (dynamic build). > >> > >>V3: - Fix a typo in error message string. > >> - Move device's description from DSDT back to SSDT table. > >> > >>V2: - Remove "-uuid" command line parameter. > >> - Move device's description from SSDT to DSDT table. > >> - Add new "vmgenid" sysbus device. >