[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] pvpanic device should not be automatically included as
From: |
Eric Blake |
Subject: |
Re: [Qemu-devel] pvpanic device should not be automatically included as an internal device |
Date: |
Thu, 01 Aug 2013 10:26:53 -0600 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 |
On 08/01/2013 08:18 AM, Gerd Hoffmann wrote:
> On 08/01/13 15:08, Marcel Apfelbaum wrote:
>> Hi,
>>
>> The problem with pvpanic being an internal device is that VMs running
>> operating systems without a driver for this device will have problems
>> when qemu will be upgraded (from qemu without this pvpanic).
>>
>> The outcome may be, for example: in Windows(let's say XP) the Device manager
>> will open a "new device" wizard and the device will appear as an
>> unrecognized device.
>
> Only happens when also changing the machine type on upgrade as it is
> turned off on old machine types.
>
> But, yes, pvpanic will show up as "Unknown device" without driver and
> with the funky yellow exclamation mark in device manager in windows
> guests. Newer windows versions don't kick the "new device" wizard. But
> still I have my doubts that it is a good idea to add it unconditionally ...
Automatic devices with no command line argument have proven to be a
nightmare for libvirt as well. Although the just-released libvirt 1.1.1
now supports the <on_crash> element for controlling the command line
parameters of qemu related to how qemu will behave when the pvpanic
device is triggered, I would also welcome having the ability to control
whether the guest even has a pvpanic device exposed, just as we can
control whether a guest has a memballoon device exposed.
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
Re: [Qemu-devel] pvpanic device should not be automatically included as an internal device, Michael S. Tsirkin, 2013/08/01
[Qemu-devel] [PATCH for-1.6 1/2] don't create pvpanic device by default., Hu Tao, 2013/08/02