diff mbox series

piix_pci: change the i440fx data sheet link

Message ID 20181011144451.38042-1-liq3ea@163.com (mailing list archive)
State New, archived
Headers show
Series piix_pci: change the i440fx data sheet link | expand

Commit Message

Li Qiang Oct. 11, 2018, 2:44 p.m. UTC
Seems the intel link is unavailable, change it to qemu site.

Signed-off-by: Li Qiang <liq3ea@163.com>
---
 hw/pci-host/piix.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Philippe Mathieu-Daudé Oct. 11, 2018, 3:01 p.m. UTC | #1
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 <liq3ea@163.com>
> ---
>  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é <philmd@redhat.com>

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

Thanks,

Phil.
diff mbox series

Patch

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
  */
 
 #define I440FX_PCI_HOST_BRIDGE(obj) \