qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 02/10] pc: remove has_igd_gfx_passthru global


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [PATCH v2 02/10] pc: remove has_igd_gfx_passthru global
Date: Fri, 18 Dec 2015 08:46:20 +0100

> > +    return (qdev_get_machine->igd_gfx_passthru
> >              && ((dev->class_code >> 0x8) == PCI_CLASS_DISPLAY_VGA));
> >  }
> 
> Doesn't compile:
> 
> qemu/hw/xen/xen_pt.h: In function ‘is_igd_vga_passthrough’:
> qemu/hw/xen/xen_pt.h:325:29: error: request for member ‘igd_gfx_passthru’ in 
> something not a structure or union
>      return (qdev_get_machine->igd_gfx_passthru

Incremental fix attached (will squash into v2).

cheers,
  Gerd

Attachment: 0001-fixup-build-on-xen.patch
Description: Text Data


reply via email to

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