[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v2] piix_pci: change the i440fx data sheet link
From: |
Michael S. Tsirkin |
Subject: |
Re: [Qemu-devel] [PATCH v2] piix_pci: change the i440fx data sheet link |
Date: |
Tue, 23 Oct 2018 18:47:02 -0400 |
On Thu, Oct 11, 2018 at 09:18:20AM -0700, Li Qiang wrote:
> Seems the intel link is unavailable, change it to qemu site.
>
> Signed-off-by: Li Qiang <address@hidden>
> Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
BTW you need to fix up your setup: patches you sent confuse git
am and other tools. Somethig to do with encoding.
> ---
> 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..56a42055f1 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/File:29054901.pdf
> */
>
> #define I440FX_PCI_HOST_BRIDGE(obj) \
> --
> 2.17.1
>
>