Re: [PATCH] [qemu-kvm-next-tree] fix compile error of hw/device-assignment.c

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

 



On Thu, 2010-12-09 at 14:43 +0800, Wei Yongjun wrote:
> Fix the following compile error in next tree:
>   CC    x86_64-softmmu/device-assignment.o
> hw/device-assignment.c: In function âassigned_device_pci_cap_initâ:
> hw/device-assignment.c:1463: error: âPCI_PM_CTRL_NO_SOFT_RSTâ undeclared (first use in this function)
> hw/device-assignment.c:1463: error: (Each undeclared identifier is reported only once
> hw/device-assignment.c:1463: error: for each function it appears in.)
> 
> Signed-off-by: Wei Yongjun <yjwei@xxxxxxxxxxxxxx>

Interesting, my build environment was finding RST somewhere.  Thanks for
the fix.

Acked-by: Alex Williamson <alex.williamson@xxxxxxxxxx>

> ---
>  hw/device-assignment.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/hw/device-assignment.c b/hw/device-assignment.c
> index 50c6408..8446cd4 100644
> --- a/hw/device-assignment.c
> +++ b/hw/device-assignment.c
> @@ -1460,7 +1460,7 @@ static int assigned_device_pci_cap_init(PCIDevice *pci_dev)
>          /* assign_device will bring the device up to D0, so we don't need
>           * to worry about doing that ourselves here. */
>          pci_set_word(pci_dev->config + pos + PCI_PM_CTRL,
> -                     PCI_PM_CTRL_NO_SOFT_RST);
> +                     PCI_PM_CTRL_NO_SOFT_RESET);
>  
>          pci_set_byte(pci_dev->config + pos + PCI_PM_PPB_EXTENSIONS, 0);
>          pci_set_byte(pci_dev->config + pos + PCI_PM_DATA_REGISTER, 0);



--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux