From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49781) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gD8Xk-0005IW-RP for qemu-devel@nongnu.org; Thu, 18 Oct 2018 09:40:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gD8Xh-00080G-Mm for qemu-devel@nongnu.org; Thu, 18 Oct 2018 09:40:52 -0400 Received: from mail-wr1-x444.google.com ([2a00:1450:4864:20::444]:34315) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gD8Xh-0007zU-DU for qemu-devel@nongnu.org; Thu, 18 Oct 2018 09:40:49 -0400 Received: by mail-wr1-x444.google.com with SMTP id l6-v6so33345031wrt.1 for ; Thu, 18 Oct 2018 06:40:49 -0700 (PDT) References: <20181011161820.38794-1-liq3ea@163.com> From: Marcel Apfelbaum Message-ID: <9df25d36-4150-29d4-8d68-3da5dfb89468@gmail.com> Date: Thu, 18 Oct 2018 16:41:43 +0300 MIME-Version: 1.0 In-Reply-To: <20181011161820.38794-1-liq3ea@163.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US Subject: Re: [Qemu-devel] [PATCH v2] piix_pci: change the i440fx data sheet link List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Li Qiang , mst@redhat.com Cc: qemu-devel@nongnu.org, philmd@redhat.com On 10/11/18 7:18 PM, Li Qiang wrote: > Seems the intel link is unavailable, change it to qemu site. > > Signed-off-by: Li Qiang > Reviewed-by: Philippe Mathieu-Daudé > --- > 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 > */ > Reviewed-by: Marcel Apfelbaum Thanks, Marcel > #define I440FX_PCI_HOST_BRIDGE(obj) \