34c34,35
< def __init__(self, script=None, mem=None, disk=None, rootdev=None):
---
> def __init__(self, script=None, mem=None, disk=None, rootdev=None,
> os_type='linux'):
38a40
> self.ostype = os_type
71a74,76
> def os_type(self):
> return self.ostype
>
122c127,128
< 'ARMv7a-Gingerbread-Android.SMP.mouse.nolock.clean.img')],
---
> 'ARMv7a-Gingerbread-Android.SMP.mouse.nolock.clean.img',
> None, 'android-gingerbread')],
124c130,131
< 'ARMv7a-Gingerbread-Android.SMP.mouse.nolock.img')],
---
> 'ARMv7a-Gingerbread-Android.SMP.mouse.nolock.img',
> None, 'android-gingerbread')],
126c133,134
< 'ARMv7a-ICS-Android.SMP.nolock.clean.img')],
---
> 'ARMv7a-ICS-Android.SMP.nolock.clean.img',
> None, 'android-ics')],
128c136,137
< 'ARMv7a-ICS-Android.SMP.nolock.img')]
---
> 'ARMv7a-ICS-Android.SMP.nolock.img',
> None, 'android-ics')]