alistair23 / qemu

Alistair's fork of the official QEMU repository
http://wiki.qemu.org/Main_Page
Other
7 stars 10 forks source link

Set CPU Reset Address Correctly #11

Closed alistair23 closed 10 years ago

alistair23 commented 10 years ago

This patch changes the CPU reset address as a hack (https://github.com/alistair23/qemu/commit/0ba2d76a4eb84e6b484eaf5e91431ce71091ba37) fix this to use properties

alistair23 commented 10 years ago

This has been implemented in: https://github.com/alistair23/qemu/commit/051fc6286190b89c6766df43e61bb7539fb05c4b

This basically copies the way MIDR values are set. I'm going to create a branch just for this patch and try to upstream it