summaryrefslogtreecommitdiff
path: root/hw/display
diff options
context:
space:
mode:
authorMichael Walle <michael@walle.cc>2016-06-20 17:08:41 +0100
committerMichael Walle <michael@walle.cc>2016-06-20 18:12:04 +0200
commit6dbbe24337b7a8d4cac23d1cd4eedf6645ccf09b (patch)
tree9946321b60aefcc8e6f111294e9bc74ac08cc664 /hw/display
parent5e502d31db1d6759baa36f765775294a2b16991e (diff)
downloadqemu-6dbbe24337b7a8d4cac23d1cd4eedf6645ccf09b.tar.gz
milkymist: update specification URLs
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 <michael@walle.cc>
Diffstat (limited to 'hw/display')
-rw-r--r--hw/display/milkymist-tmu2.c2
-rw-r--r--hw/display/milkymist-vgafb.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/hw/display/milkymist-tmu2.c b/hw/display/milkymist-tmu2.c
index cee8fb089b..356483fb21 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 39e16d6c8f..177fdac7d8 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"