qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] piix_pci: change the i440fx data sheet link


From: Philippe Mathieu-Daudé
Subject: Re: [Qemu-devel] [PATCH] piix_pci: change the i440fx data sheet link
Date: Thu, 11 Oct 2018 17:01:25 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.0

Hi Li,

On 11/10/2018 16:44, Li Qiang wrote:
> Seems the intel link is unavailable, change it to qemu site.
> 
> Signed-off-by: Li Qiang <address@hidden>
> ---
>  hw/pci-host/piix.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/hw/pci-host/piix.c b/hw/pci-host/piix.c
> index 0e608347c1..e709abeb08 100644
> --- a/hw/pci-host/piix.c
> +++ b/hw/pci-host/piix.c
> @@ -40,7 +40,7 @@
>  
>  /*
>   * I440FX chipset data sheet.
> - * http://download.intel.com/design/chipsets/datashts/29054901.pdf
> + * https://wiki.qemu.org/images/b/bb/29054901.pdf

Good idea, but please use: https://wiki.qemu.org/File:29054901.pdf

With this change:
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>

>   */
>  
>  #define I440FX_PCI_HOST_BRIDGE(obj) \
> 

Thanks,

Phil.



reply via email to

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