]> Git Repo - qemu.git/commit - target-microblaze/mmu.h
target-microblaze: Don't overuse CPUState
authorAndreas Färber <[email protected]>
Wed, 14 Mar 2012 00:38:22 +0000 (01:38 +0100)
committerAndreas Färber <[email protected]>
Wed, 14 Mar 2012 21:20:25 +0000 (22:20 +0100)
commit68cee38a9c228ada5f7cac611a229f8c6d2674c6
tree16f75570ddd7b62a710bc94455bdccd018a3b55f
parent2b3e3cfe841d213297c0fd7845952d32e8b229d2
target-microblaze: Don't overuse CPUState

Scripted conversion:
  sed -i "s/CPUState/CPUMBState/g" target-microblaze/*.[hc]
  sed -i "s/#define CPUMBState/#define CPUState/" target-microblaze/cpu.h

Signed-off-by: Andreas Färber <[email protected]>
Acked-by: Anthony Liguori <[email protected]>
target-microblaze/cpu.h
target-microblaze/helper.c
target-microblaze/mmu.c
target-microblaze/mmu.h
target-microblaze/op_helper.c
target-microblaze/translate.c
This page took 0.025581 seconds and 4 git commands to generate.