Home
last modified time | relevance | path

Searched +full:lm32 +full:- +full:softmmu (Results 1 – 1 of 1) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-devtools/qemu/
H A Dqemu-targets.inc11 for arch in ['ppcemb', 'lm32']:
13 softmmuonly += arch + "-softmmu,"
18 linuxuseronly += arch + "-linux-user,"
21 return softmmuonly + ''.join([arch + "-softmmu" + "," for arch in archs]).rstrip(',')
22 …return softmmuonly + linuxuseronly + ''.join([arch + "-linux-user" + "," + arch + "-softmmu" + ","…
25 return ",".join(filter(lambda i: "-linux-user" in i, get_qemu_target_list(d).split(',')))
28 return ",".join(filter(lambda i: "-linux-user" not in i, get_qemu_target_list(d).split(',')))