Re: [Qemu-devel] [PATCH V13 3/4] pc: add a Virtual Machine Generation ID device

2015-03-05 Thread Michael S. Tsirkin
On Thu, Mar 05, 2015 at 01:51:26PM +1100, David Gibson wrote: > On Tue, 3 Mar 2015 12:06:05 +0100 > Igor Mammedov wrote: > > > On Tue, 3 Mar 2015 12:03:26 +1100 > > David Gibson wrote: > > > > > On Mon, 2 Mar 2015 22:06:22 +0100 > > > "Michael S. Tsirkin" wrote: > > > > > > > On Mon, Mar 02,

Re: [Qemu-devel] [PATCH V13 3/4] pc: add a Virtual Machine Generation ID device

2015-03-04 Thread David Gibson
On Tue, 3 Mar 2015 12:06:05 +0100 Igor Mammedov wrote: > On Tue, 3 Mar 2015 12:03:26 +1100 > David Gibson wrote: > > > On Mon, 2 Mar 2015 22:06:22 +0100 > > "Michael S. Tsirkin" wrote: > > > > > On Mon, Mar 02, 2015 at 06:05:43PM +0100, Igor Mammedov wrote: > > > > On Sun, 1 Mar 2015 16:09:33

Re: [Qemu-devel] [PATCH V13 3/4] pc: add a Virtual Machine Generation ID device

2015-03-03 Thread Igor Mammedov
On Tue, 3 Mar 2015 12:03:26 +1100 David Gibson wrote: > On Mon, 2 Mar 2015 22:06:22 +0100 > "Michael S. Tsirkin" wrote: > > > On Mon, Mar 02, 2015 at 06:05:43PM +0100, Igor Mammedov wrote: > > > On Sun, 1 Mar 2015 16:09:33 +0100 > > > "Michael S. Tsirkin" wrote: > > > > > > > On Wed, Feb 25,

Re: [Qemu-devel] [PATCH V13 3/4] pc: add a Virtual Machine Generation ID device

2015-03-03 Thread Michael S. Tsirkin
On Tue, Mar 03, 2015 at 12:03:26PM +1100, David Gibson wrote: > On Mon, 2 Mar 2015 22:06:22 +0100 > "Michael S. Tsirkin" wrote: > > > On Mon, Mar 02, 2015 at 06:05:43PM +0100, Igor Mammedov wrote: > > > On Sun, 1 Mar 2015 16:09:33 +0100 > > > "Michael S. Tsirkin" wrote: > > > > > > > On Wed, Fe

Re: [Qemu-devel] [PATCH V13 3/4] pc: add a Virtual Machine Generation ID device

2015-03-02 Thread David Gibson
On Mon, 2 Mar 2015 22:06:22 +0100 "Michael S. Tsirkin" wrote: > On Mon, Mar 02, 2015 at 06:05:43PM +0100, Igor Mammedov wrote: > > On Sun, 1 Mar 2015 16:09:33 +0100 > > "Michael S. Tsirkin" wrote: > > > > > On Wed, Feb 25, 2015 at 05:08:52PM +, Igor Mammedov wrote: > > > > Based on Microsof

Re: [Qemu-devel] [PATCH V13 3/4] pc: add a Virtual Machine Generation ID device

2015-03-02 Thread Michael S. Tsirkin
On Mon, Mar 02, 2015 at 06:05:43PM +0100, Igor Mammedov wrote: > On Sun, 1 Mar 2015 16:09:33 +0100 > "Michael S. Tsirkin" wrote: > > > On Wed, Feb 25, 2015 at 05:08:52PM +, Igor Mammedov wrote: > > > Based on Microsoft's sepecifications (paper can be dowloaded from > > > http://go.microsoft.c

Re: [Qemu-devel] [PATCH V13 3/4] pc: add a Virtual Machine Generation ID device

2015-03-02 Thread Laszlo Ersek
On 03/02/15 18:05, Igor Mammedov wrote: > On Sun, 1 Mar 2015 16:09:33 +0100 > "Michael S. Tsirkin" wrote: > >> On Wed, Feb 25, 2015 at 05:08:52PM +, Igor Mammedov wrote: >>> Based on Microsoft's sepecifications (paper can be dowloaded from >>> http://go.microsoft.com/fwlink/?LinkId=260709), a

Re: [Qemu-devel] [PATCH V13 3/4] pc: add a Virtual Machine Generation ID device

2015-03-02 Thread Igor Mammedov
On Sun, 1 Mar 2015 16:09:33 +0100 "Michael S. Tsirkin" wrote: > On Wed, Feb 25, 2015 at 05:08:52PM +, Igor Mammedov wrote: > > Based on Microsoft's sepecifications (paper can be dowloaded from > > http://go.microsoft.com/fwlink/?LinkId=260709), add a device > > description to the SSDT ACPI ta

Re: [Qemu-devel] [PATCH V13 3/4] pc: add a Virtual Machine Generation ID device

2015-03-02 Thread Igor Mammedov
On Mon, 2 Mar 2015 09:50:39 +0100 "Michael S. Tsirkin" wrote: > On Wed, Feb 25, 2015 at 05:08:52PM +, Igor Mammedov wrote: > > diff --git a/include/hw/acpi/acpi.h b/include/hw/acpi/acpi.h > > index 1f678b4..a09cb3f 100644 > > --- a/include/hw/acpi/acpi.h > > +++ b/include/hw/acpi/acpi.h > > @

Re: [Qemu-devel] [PATCH V13 3/4] pc: add a Virtual Machine Generation ID device

2015-03-02 Thread Michael S. Tsirkin
On Wed, Feb 25, 2015 at 05:08:52PM +, Igor Mammedov wrote: > diff --git a/include/hw/acpi/acpi.h b/include/hw/acpi/acpi.h > index 1f678b4..a09cb3f 100644 > --- a/include/hw/acpi/acpi.h > +++ b/include/hw/acpi/acpi.h > @@ -25,6 +25,7 @@ > #include "qemu/option.h" > #include "exec/memory.h" >

Re: [Qemu-devel] [PATCH V13 3/4] pc: add a Virtual Machine Generation ID device

2015-03-01 Thread Michael S. Tsirkin
On Wed, Feb 25, 2015 at 05:08:52PM +, Igor Mammedov wrote: > Based on Microsoft's sepecifications (paper can be dowloaded from > http://go.microsoft.com/fwlink/?LinkId=260709), add a device > description to the SSDT ACPI table and its implementation. > > The GUID is set using "vmgenid.uuid" pr

Re: [Qemu-devel] [PATCH V13 3/4] pc: add a Virtual Machine Generation ID device

2015-02-26 Thread Igor Mammedov
On Wed, 25 Feb 2015 20:59:41 +0100 "Michael S. Tsirkin" wrote: > > diff --git a/hw/i386/acpi-dsdt.dsl b/hw/i386/acpi-dsdt.dsl > > index a611e07..884038b 100644 > > --- a/hw/i386/acpi-dsdt.dsl > > +++ b/hw/i386/acpi-dsdt.dsl > > @@ -306,8 +306,6 @@ DefinitionBlock ( > > Scope(\_GPE) { > >