From patchwork Mon Jun 20 16:39:09 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Walle X-Patchwork-Id: 9188325 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 1E1A5601C0 for ; Mon, 20 Jun 2016 17:35:30 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0EF6A27B2F for ; Mon, 20 Jun 2016 17:35:30 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 0286E27BF7; Mon, 20 Jun 2016 17:35:29 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 7D6DF27B2F for ; Mon, 20 Jun 2016 17:35:29 +0000 (UTC) Received: from localhost ([::1]:45291 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bF36e-0005qf-Ih for patchwork-qemu-devel@patchwork.kernel.org; Mon, 20 Jun 2016 13:35:28 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37121) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bF2FQ-0008ME-EC for qemu-devel@nongnu.org; Mon, 20 Jun 2016 12:40:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bF2FN-0007EY-3m for qemu-devel@nongnu.org; Mon, 20 Jun 2016 12:40:28 -0400 Received: from ssl.serverraum.org ([213.133.101.245]:57658) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bF2FM-0007EQ-Oo for qemu-devel@nongnu.org; Mon, 20 Jun 2016 12:40:25 -0400 Received: from thanatos.fritz.box (unknown [IPv6:2001:6f8:968:0:56be:f7ff:fe37:9af7]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by ssl.serverraum.org (Postfix) with ESMTPSA id CB1BA2245E; Mon, 20 Jun 2016 18:40:18 +0200 (CEST) Authentication-Results: ssl.serverraum.org; dmarc=none header.from=walle.cc DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=walle.cc; s=mail2016061301; t=1466440819; bh=MO28OeK034hjtW/9G4eps6EwlOwcqoZVdN8HhcdfrW8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=p5h9+o8N0iQ5GYCSV4myHRMDUmWglvTsa75QJ+eM91IpSrqRc6Q65oOzFNGHLo93I q6Ea8NvhAYtdrecAMPumXNxFePjoSRA9h2GMshqdLoxJfIq939JsJP9Cm4nbmSduPE 5q/7+E581ucF0rnKLrbiRVyiIVc46GGfrYw10Ju4= From: Michael Walle To: qemu-devel@nongnu.org Date: Mon, 20 Jun 2016 18:39:09 +0200 Message-Id: <1466440749-17195-7-git-send-email-michael@walle.cc> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1466440749-17195-1-git-send-email-michael@walle.cc> References: <1466440749-17195-1-git-send-email-michael@walle.cc> X-Virus-Scanned: clamav-milter 0.99.2 at web X-Virus-Status: Clean X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 213.133.101.245 Subject: [Qemu-devel] [PULL 6/6] milkymist: update specification URLs X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: xiaoqiang zhao , Peter Maydell , Michael Walle Errors-To: qemu-devel-bounces+patchwork-qemu-devel=patchwork.kernel.org@nongnu.org Sender: "Qemu-devel" X-Virus-Scanned: ClamAV using ClamSMTP The old milkymist.org domain just forwards to mm-labs.hk nowadays. I've created a mirror of the documents. Signed-off-by: Michael Walle --- hw/audio/milkymist-ac97.c | 2 +- hw/char/milkymist-uart.c | 2 +- hw/display/milkymist-tmu2.c | 2 +- hw/display/milkymist-vgafb.c | 2 +- hw/misc/milkymist-hpdmc.c | 2 +- hw/misc/milkymist-pfpu.c | 2 +- hw/sd/milkymist-memcard.c | 2 +- hw/timer/milkymist-sysctl.c | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/hw/audio/milkymist-ac97.c b/hw/audio/milkymist-ac97.c index 5075c2b..bc8db71 100644 --- a/hw/audio/milkymist-ac97.c +++ b/hw/audio/milkymist-ac97.c @@ -18,7 +18,7 @@ * * * Specification available at: - * http://www.milkymist.org/socdoc/ac97.pdf + * http://milkymist.walle.cc/socdoc/ac97.pdf */ #include "qemu/osdep.h" diff --git a/hw/char/milkymist-uart.c b/hw/char/milkymist-uart.c index 72f8484..baddb37 100644 --- a/hw/char/milkymist-uart.c +++ b/hw/char/milkymist-uart.c @@ -18,7 +18,7 @@ * * * Specification available at: - * http://www.milkymist.org/socdoc/uart.pdf + * http://milkymist.walle.cc/socdoc/uart.pdf */ #include "qemu/osdep.h" diff --git a/hw/display/milkymist-tmu2.c b/hw/display/milkymist-tmu2.c index cee8fb0..356483f 100644 --- a/hw/display/milkymist-tmu2.c +++ b/hw/display/milkymist-tmu2.c @@ -20,7 +20,7 @@ * * * Specification available at: - * http://www.milkymist.org/socdoc/tmu2.pdf + * http://milkymist.walle.cc/socdoc/tmu2.pdf * */ diff --git a/hw/display/milkymist-vgafb.c b/hw/display/milkymist-vgafb.c index 39e16d6..177fdac 100644 --- a/hw/display/milkymist-vgafb.c +++ b/hw/display/milkymist-vgafb.c @@ -19,7 +19,7 @@ * * * Specification available at: - * http://www.milkymist.org/socdoc/vgafb.pdf + * http://milkymist.walle.cc/socdoc/vgafb.pdf */ #include "qemu/osdep.h" diff --git a/hw/misc/milkymist-hpdmc.c b/hw/misc/milkymist-hpdmc.c index b97000f..e6140ee 100644 --- a/hw/misc/milkymist-hpdmc.c +++ b/hw/misc/milkymist-hpdmc.c @@ -18,7 +18,7 @@ * * * Specification available at: - * http://www.milkymist.org/socdoc/hpdmc.pdf + * http://milkymist.walle.cc/socdoc/hpdmc.pdf */ #include "qemu/osdep.h" diff --git a/hw/misc/milkymist-pfpu.c b/hw/misc/milkymist-pfpu.c index 57acd7b..1da21a6 100644 --- a/hw/misc/milkymist-pfpu.c +++ b/hw/misc/milkymist-pfpu.c @@ -18,7 +18,7 @@ * * * Specification available at: - * http://www.milkymist.org/socdoc/pfpu.pdf + * http://milkymist.walle.cc/socdoc/pfpu.pdf * */ diff --git a/hw/sd/milkymist-memcard.c b/hw/sd/milkymist-memcard.c index c04ff02..1f2f0ed 100644 --- a/hw/sd/milkymist-memcard.c +++ b/hw/sd/milkymist-memcard.c @@ -18,7 +18,7 @@ * * * Specification available at: - * http://www.milkymist.org/socdoc/memcard.pdf + * http://milkymist.walle.cc/socdoc/memcard.pdf */ #include "qemu/osdep.h" diff --git a/hw/timer/milkymist-sysctl.c b/hw/timer/milkymist-sysctl.c index 30a4bc4..2194832 100644 --- a/hw/timer/milkymist-sysctl.c +++ b/hw/timer/milkymist-sysctl.c @@ -18,7 +18,7 @@ * * * Specification available at: - * http://www.milkymist.org/socdoc/sysctl.pdf + * http://milkymist.walle.cc/socdoc/sysctl.pdf */ #include "qemu/osdep.h"