qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] virtio-gpu: tag as not hotpluggable


From: Michael S. Tsirkin
Subject: Re: [Qemu-devel] [PATCH] virtio-gpu: tag as not hotpluggable
Date: Tue, 10 Jan 2017 01:17:02 +0200

On Mon, Jan 09, 2017 at 02:55:38PM +0100, Gerd Hoffmann wrote:
> qemu can't hotplug display devices.
> 
> Signed-off-by: Gerd Hoffmann <address@hidden>

Reviewed-by: Michael S. Tsirkin <address@hidden>


> ---
>  hw/display/virtio-gpu.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/hw/display/virtio-gpu.c b/hw/display/virtio-gpu.c
> index ca88cf4..f410a3e 100644
> --- a/hw/display/virtio-gpu.c
> +++ b/hw/display/virtio-gpu.c
> @@ -1282,6 +1282,7 @@ static void virtio_gpu_class_init(ObjectClass *klass, 
> void *data)
>  
>      dc->props = virtio_gpu_properties;
>      dc->vmsd = &vmstate_virtio_gpu;
> +    dc->hotpluggable = false;
>  }
>  
>  static const TypeInfo virtio_gpu_info = {
> -- 
> 1.8.3.1



reply via email to

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