diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2016-06-20 18:14:26 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2016-06-20 18:14:26 +0100 |
commit | 7e13ea57f47710de2c19f22b27b34ab9fb045700 (patch) | |
tree | 85cecfb3f35ef76fc7d9f54725df4f5f2627a149 /hw/audio | |
parent | 7fa124b273acd22a808e742ead78c065ccd9b4c4 (diff) | |
parent | 6dbbe24337b7a8d4cac23d1cd4eedf6645ccf09b (diff) |
Merge remote-tracking branch 'remotes/mwalle/tags/lm32-queue/20160620' into staging
lm32/milkymist: some qomifying
# gpg: Signature made Mon 20 Jun 2016 17:27:53 BST
# gpg: using RSA key 0xB458ABB0D8D378E3
# gpg: Good signature from "Michael Walle <michael@walle.cc>"
# gpg: WARNING: This key is not certified with a trusted signature!
# gpg: There is no indication that the signature belongs to the owner.
# Primary key fingerprint: 2190 3E48 4537 A7C2 90CE 3EB2 B458 ABB0 D8D3 78E3
* remotes/mwalle/tags/lm32-queue/20160620:
milkymist: update specification URLs
hw/intc: QOM'ify lm32_pic.c
hw/display: QOM'ify milkymist-vgafb.c
hw/display: QOM'ify milkymist-tmu2.c
hw/timer: QOM'ify milkymist_sysctl
hw/timer: QOM'ify lm32_timer
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/audio')
-rw-r--r-- | hw/audio/milkymist-ac97.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/audio/milkymist-ac97.c b/hw/audio/milkymist-ac97.c index 5075c2b148..bc8db71ae0 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" |