]> git.proxmox.com Git - mirror_qemu.git/commit - hw/mips/malta.c
malta: Use symbolic hardware addresses
authorStefan Weil <sw@weilnetz.de>
Sat, 28 Jan 2012 05:18:18 +0000 (05:18 +0000)
committerStefan Weil <sw@weilnetz.de>
Thu, 15 Mar 2012 19:55:45 +0000 (20:55 +0100)
commit03a1a8e1b13bb447c898eb282ee8c3fc41c866b4
treefde5c6fdc0c504e09c34b19c447e8b6e5f417d63
parentbb4b335871677e0aa447484332e975d6c2ab0ba4
malta: Use symbolic hardware addresses

The patch adds definitions of some hardware addresses and uses these
definitions.

It also replaces the type of all addresses from signed to unsigned values.
This is only a cosmetic change because addresses are unsigned values,
the functions called also expect unsigned values,
and we need no sign extension here.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
hw/mips_malta.c