]> git.proxmox.com Git - qemu.git/commit
openpic: BRR1 is not a CPU-specific register.
authorScott Wood <scottwood@freescale.com>
Thu, 13 Dec 2012 16:12:03 +0000 (16:12 +0000)
committerAlexander Graf <agraf@suse.de>
Mon, 7 Jan 2013 16:37:08 +0000 (17:37 +0100)
commit0d4046833ba44c5f29e5dcce2dde0a6202225e59
treee2c9c6a71b54e63a616c126e1a819efd71aa7451
parent0fe04622c11a4f131070196ad5cd97ce94d9c33b
openpic: BRR1 is not a CPU-specific register.

It's in the address range that normally contains a magic redirection
to the CPU-specific region of the curretn CPU, but it isn't actually
a per-CPU register.  On real hardware BRR1 shows up only at 0x40000,
not at 0x60000 or other non-magic per-CPU areas.  Plus, this makes
it possible to read the register on the QEMU command line with "xp".

Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
hw/openpic.c