]> git.proxmox.com Git - qemu.git/commit - target-moxie/translate.c
Add moxie target code
authorAnthony Green <green@moxielogic.com>
Mon, 18 Mar 2013 19:49:22 +0000 (15:49 -0400)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 23 Mar 2013 14:25:41 +0000 (14:25 +0000)
commit525bd324c282c68ff95e389acd647ae115fd003c
treebffcb580e565cfcf0c706a8305c29c6e0fd5dfc3
parentf7c61bf8fc1b05613b49d1dd2300d1a1fbc927de
Add moxie target code

Signed-off-by: Anthony Green <green@moxielogic.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
target-moxie/Makefile.objs [new file with mode: 0644]
target-moxie/cpu.c [new file with mode: 0644]
target-moxie/cpu.h [new file with mode: 0644]
target-moxie/helper.c [new file with mode: 0644]
target-moxie/helper.h [new file with mode: 0644]
target-moxie/machine.c [new file with mode: 0644]
target-moxie/machine.h [new file with mode: 0644]
target-moxie/mmu.c [new file with mode: 0644]
target-moxie/mmu.h [new file with mode: 0644]
target-moxie/translate.c [new file with mode: 0644]