]> git.proxmox.com Git - qemu.git/commit
hw/alpha: Use SRM epoch
authorRichard Henderson <rth@twiddle.net>
Sun, 14 Jul 2013 00:23:37 +0000 (17:23 -0700)
committerRichard Henderson <rth@twiddle.net>
Sun, 14 Jul 2013 20:40:36 +0000 (13:40 -0700)
commite605e969953d793036dbd450da6b59bb434fb3d8
tree31b51e01480e1b5e87d4516625d925dcf221205f
parent678421650dc166cd6cb35bb2bc0baf1b481b40ca
hw/alpha: Use SRM epoch

The 1980 epoch is used by the ARC PALcode for NT.  But we're emulating
a system using the SRM PALcode.  Using the proper epoch results in less
confusion in the guest userland.

Signed-off-by: Richard Henderson <rth@twiddle.net>
hw/alpha/dp264.c