qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 0/3] add hotplug opt-out option for devices.


From: Gleb Natapov
Subject: Re: [Qemu-devel] [PATCH 0/3] add hotplug opt-out option for devices.
Date: Thu, 18 Nov 2010 13:01:13 +0200

On Thu, Nov 18, 2010 at 11:45:15AM +0100, Gerd Hoffmann wrote:
>   Hi,
> 
> This patch series adds a qdev flag which allows devices being tagged as
> not hotpluggable.  It also sets this flag for a number of devices.
> 
Do we want to be able to mark device as not hot-unpluggable from command
like too? Something like this -device blabla,notunplug=no.

> Gerd Hoffmann (3):
>   qdev: allow devices being tagged as not hotpluggable.
>   piix: tag as non-hotpluggable.
>   vga: tag as not hotplugable.
> 
>  hw/acpi_piix4.c |    2 ++
>  hw/cirrus_vga.c |    1 +
>  hw/ide/piix.c   |    2 ++
>  hw/piix4.c      |    1 +
>  hw/piix_pci.c   |    2 ++
>  hw/qdev.c       |   16 +++++++++++++---
>  hw/qdev.h       |    1 +
>  hw/vga-pci.c    |    1 +
>  hw/vmware_vga.c |    1 +
>  qerror.c        |    4 ++++
>  qerror.h        |    3 +++
>  11 files changed, 31 insertions(+), 3 deletions(-)
> 

--
                        Gleb.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]