Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-14 | microblaze hw/: Don't use CPUState | Andreas Färber | |
Scripted conversion: for file in hw/microblaze_*.[hc] hw/petalogix_ml605_mmu.c hw/petalogix_s3adsp1800_mmu.c; do sed -i "s/CPUState/CPUMBState/g" $file done Signed-off-by: Andreas Färber <afaerber@suse.de> Acked-by: Anthony Liguori <aliguori@us.ibm.com> | |||
2011-08-22 | xilinx: removed microbalze_pic_init from xilinx.h | Peter A. G. Crosthwaite | |
This is a microblaze target specific function that belongs outside of xilinx.h (which is a collection of target independent device model instantiator functions) Signed-off-by: Peter A. G. Crosthwaite <peter.crosthwaite@petalogix.com> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com> |