qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] vga: set catagory bit for secondary vga device


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [PATCH] vga: set catagory bit for secondary vga device
Date: Mon, 08 Dec 2014 12:41:58 +0100

On Fr, 2014-12-05 at 11:33 +0800, address@hidden wrote:
> From: Gonglei <address@hidden>
> 
> Signed-off-by: Gonglei <address@hidden>
> ---
>  hw/display/vga-pci.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/hw/display/vga-pci.c b/hw/display/vga-pci.c
> index db922f1..53739e4 100644
> --- a/hw/display/vga-pci.c
> +++ b/hw/display/vga-pci.c
> @@ -321,6 +321,7 @@ static void secondary_class_init(ObjectClass *klass, void 
> *data)
>      dc->vmsd = &vmstate_vga_pci;
>      dc->props = secondary_pci_properties;
>      dc->reset = pci_secondary_vga_reset;
> +    set_bit(DEVICE_CATEGORY_DISPLAY, dc->categories);
>  }
>  
>  static const TypeInfo vga_info = {

added to vga patch queue.

thanks,
  Gerd





reply via email to

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