qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] qemu version updates break Windows activation
@ 2008-11-25 19:23 Frederik Himpe
  2008-11-26 14:59 ` Jamie Lokier
  2008-11-27 14:38 ` Avi Kivity
  0 siblings, 2 replies; 8+ messages in thread
From: Frederik Himpe @ 2008-11-25 19:23 UTC (permalink / raw)
  To: qemu-devel

Every time qemu/kvm is updated, the version strings in the virtual 
hardware change, which breaks an activated windows installation in qemu. 
Windows thinks it's running on other hardware, and requires manual re-
activation by phone.

Could the version strings please be made optional in the hardware?

See also http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=467043

-- 
Frederik Himpe

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Qemu-devel] qemu version updates break Windows activation
  2008-11-25 19:23 [Qemu-devel] qemu version updates break Windows activation Frederik Himpe
@ 2008-11-26 14:59 ` Jamie Lokier
  2008-11-26 15:08   ` Paul Brook
  2008-11-26 15:09   ` Stefano Stabellini
  2008-11-27 14:38 ` Avi Kivity
  1 sibling, 2 replies; 8+ messages in thread
From: Jamie Lokier @ 2008-11-26 14:59 UTC (permalink / raw)
  To: qemu-devel

Frederik Himpe wrote:
> Every time qemu/kvm is updated, the version strings in the virtual 
> hardware change, which breaks an activated windows installation in qemu. 
> Windows thinks it's running on other hardware, and requires manual re-
> activation by phone.
> 
> Could the version strings please be made optional in the hardware?
> 
> See also http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=467043

Does Windows also break whenever you do a firmware update on a real
machine?

-- Jamie

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Qemu-devel] qemu version updates break Windows activation
  2008-11-26 14:59 ` Jamie Lokier
@ 2008-11-26 15:08   ` Paul Brook
  2008-11-26 15:09   ` Stefano Stabellini
  1 sibling, 0 replies; 8+ messages in thread
From: Paul Brook @ 2008-11-26 15:08 UTC (permalink / raw)
  To: qemu-devel

On Wednesday 26 November 2008, Jamie Lokier wrote:
> Frederik Himpe wrote:
> > Every time qemu/kvm is updated, the version strings in the virtual
> > hardware change, which breaks an activated windows installation in qemu.
> > Windows thinks it's running on other hardware, and requires manual re-
> > activation by phone.
> >
> > Could the version strings please be made optional in the hardware?
> >
> > See also http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=467043
>
> Does Windows also break whenever you do a firmware update on a real
> machine?

Yes, if the new firmware causes the device to report itself slightly 
differently. I've seen this happen when upgrading real drive firmwares.

Paul

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Qemu-devel] qemu version updates break Windows activation
  2008-11-26 14:59 ` Jamie Lokier
  2008-11-26 15:08   ` Paul Brook
@ 2008-11-26 15:09   ` Stefano Stabellini
  1 sibling, 0 replies; 8+ messages in thread
From: Stefano Stabellini @ 2008-11-26 15:09 UTC (permalink / raw)
  To: qemu-devel

Jamie Lokier wrote:

> Frederik Himpe wrote:
>> Every time qemu/kvm is updated, the version strings in the virtual 
>> hardware change, which breaks an activated windows installation in qemu. 
>> Windows thinks it's running on other hardware, and requires manual re-
>> activation by phone.
>>
>> Could the version strings please be made optional in the hardware?
>>
>> See also http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=467043
> 
> Does Windows also break whenever you do a firmware update on a real
> machine?
> 

Of course it does :)

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Qemu-devel] qemu version updates break Windows activation
  2008-11-25 19:23 [Qemu-devel] qemu version updates break Windows activation Frederik Himpe
  2008-11-26 14:59 ` Jamie Lokier
@ 2008-11-27 14:38 ` Avi Kivity
  2008-11-27 14:47   ` Jamie Lokier
  2008-11-27 14:58   ` Daniel P. Berrange
  1 sibling, 2 replies; 8+ messages in thread
From: Avi Kivity @ 2008-11-27 14:38 UTC (permalink / raw)
  To: qemu-devel

Frederik Himpe wrote:
> Every time qemu/kvm is updated, the version strings in the virtual 
> hardware change, which breaks an activated windows installation in qemu. 
> Windows thinks it's running on other hardware, and requires manual re-
> activation by phone.
>
> Could the version strings please be made optional in the hardware?
>
>   

Perhaps we should switch the version strings not to include the qemu 
version, but instead carry their own version numbers, which would bump 
on on incompatible change (presumably, never).

-- 
error compiling committee.c: too many arguments to function

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Qemu-devel] qemu version updates break Windows activation
  2008-11-27 14:38 ` Avi Kivity
@ 2008-11-27 14:47   ` Jamie Lokier
  2008-11-27 14:58     ` Ben Taylor
  2008-11-27 14:58   ` Daniel P. Berrange
  1 sibling, 1 reply; 8+ messages in thread
From: Jamie Lokier @ 2008-11-27 14:47 UTC (permalink / raw)
  To: qemu-devel

Avi Kivity wrote:
> Frederik Himpe wrote:
> >Every time qemu/kvm is updated, the version strings in the virtual 
> >hardware change, which breaks an activated windows installation in qemu. 
> >Windows thinks it's running on other hardware, and requires manual re-
> >activation by phone.
> >
> >Could the version strings please be made optional in the hardware?
> >
> >  
> 
> Perhaps we should switch the version strings not to include the qemu 
> version, but instead carry their own version numbers, which would bump 
> on on incompatible change (presumably, never).

Microsoft Virtual PC lets you override the version strings and UUIDs
yourself for some things, I think.  They are in the XML VM description
file, which is what you click on start a VM.

This is helpful for moving existing VM images from one hypervisor to
another without needing Windows re-activation.  VMware probably does
the same, to be able to run Virtual PC images unchanged.

-- Jamie

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Qemu-devel] qemu version updates break Windows activation
  2008-11-27 14:38 ` Avi Kivity
  2008-11-27 14:47   ` Jamie Lokier
@ 2008-11-27 14:58   ` Daniel P. Berrange
  1 sibling, 0 replies; 8+ messages in thread
From: Daniel P. Berrange @ 2008-11-27 14:58 UTC (permalink / raw)
  To: qemu-devel

On Thu, Nov 27, 2008 at 04:38:34PM +0200, Avi Kivity wrote:
> Frederik Himpe wrote:
> >Every time qemu/kvm is updated, the version strings in the virtual 
> >hardware change, which breaks an activated windows installation in qemu. 
> >Windows thinks it's running on other hardware, and requires manual re-
> >activation by phone.
> >
> >Could the version strings please be made optional in the hardware?
> >
> >  
> 
> Perhaps we should switch the version strings not to include the qemu 
> version, but instead carry their own version numbers, which would bump 
> on on incompatible change (presumably, never).

This sounds like a good idea. If a guest really badly wants to know the
QEMU version number, it is already exposed via the SMBIOS data tables,
so its redundant to include in the per-device info too.

NB, this doesn't just impact Windows - when configuring evdev in Linux
it is desirable to configure it to match based on device name, rather
than the unstable path /dev/input/event3. This is only possible if the
device name is stable though, so removing the QEMU version number would
help make more reliable Linux Xorg configs too.

Daniel
-- 
|: Red Hat, Engineering, London   -o-   http://people.redhat.com/berrange/ :|
|: http://libvirt.org  -o-  http://virt-manager.org  -o-  http://ovirt.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: GnuPG: 7D3B9505  -o-  F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 :|

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Qemu-devel] qemu version updates break Windows activation
  2008-11-27 14:47   ` Jamie Lokier
@ 2008-11-27 14:58     ` Ben Taylor
  0 siblings, 0 replies; 8+ messages in thread
From: Ben Taylor @ 2008-11-27 14:58 UTC (permalink / raw)
  To: qemu-devel

On Thu, Nov 27, 2008 at 9:47 AM, Jamie Lokier <jamie@shareable.org> wrote:
> Avi Kivity wrote:
>> Frederik Himpe wrote:
>> >Every time qemu/kvm is updated, the version strings in the virtual
>> >hardware change, which breaks an activated windows installation in qemu.
>> >Windows thinks it's running on other hardware, and requires manual re-
>> >activation by phone.
>> >
>> >Could the version strings please be made optional in the hardware?
>> >
>> >
>>
>> Perhaps we should switch the version strings not to include the qemu
>> version, but instead carry their own version numbers, which would bump
>> on on incompatible change (presumably, never).
>
> Microsoft Virtual PC lets you override the version strings and UUIDs
> yourself for some things, I think.  They are in the XML VM description
> file, which is what you click on start a VM.
>
> This is helpful for moving existing VM images from one hypervisor to
> another without needing Windows re-activation.  VMware probably does
> the same, to be able to run Virtual PC images unchanged.

Being to set a bios string may also allow things like recovery disks
to be used in qemu (My HP recovery disks only boot on the system
it's built for, via a bios string - I discovered this while trying to make
it partition the disk differently during the restore).

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2008-11-27 14:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-25 19:23 [Qemu-devel] qemu version updates break Windows activation Frederik Himpe
2008-11-26 14:59 ` Jamie Lokier
2008-11-26 15:08   ` Paul Brook
2008-11-26 15:09   ` Stefano Stabellini
2008-11-27 14:38 ` Avi Kivity
2008-11-27 14:47   ` Jamie Lokier
2008-11-27 14:58     ` Ben Taylor
2008-11-27 14:58   ` Daniel P. Berrange

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).