]> git.proxmox.com Git - qemu.git/commit - target-ppc/cpu.h
* Update OEA environment, following the PowerPC 2.04 specification:
authorj_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 30 Sep 2007 13:03:23 +0000 (13:03 +0000)
committerj_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 30 Sep 2007 13:03:23 +0000 (13:03 +0000)
commitbe147d08790d4d80bfcf2c209031eede52b7dd62
treee21320c4e76c6d1d3b8c5fe2488ed5a6c22fa92e
parentb0566f4f4584ca1c968daf64007df58cb5a21038
* Update OEA environment, following the PowerPC 2.04 specification:
- New mtmsr/mtmsrd form that just update RI and EE bits
- New hrfid, lq and stq instructions
- Add support for supervisor and hypervisor modes process priority update
- Code provision for hypervisor SPR accesses
* Actually implement the wait instruction
* Bugfixes (missing RETURN in micro-op / missing #ifdef)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3289 c046a42c-6fe2-441c-8c8c-71466251a162
target-ppc/cpu.h
target-ppc/op.c
target-ppc/op_helper.c
target-ppc/op_helper.h
target-ppc/translate.c