This article describes how to run eeepc.iso inside Qemu, a generic and open source machine emulator and virtualizer.
                  
The tested version is 0.10.5 on Fedora 11, and 0.9.1 on Debian 5.0.
                  Workable features:
                  
                  • Internet access (DHCP mode).
                  • Audio, playing music.
                
Create a script qemu-android like
qemu-android <path to eeepc.iso>
                      
                          Like Virtual Box, you can save data to a qemu virtual disk.
                          First, create a qemu virtual disk (size 1GB) by
                          
qemu-img create -f qcow2 android.img 1G
                            qemu-android eeepc.iso -hda android.img -boot d
                            If the Android inside Qemu enters suspend mode, it cannot wake up. So it is better to set the Screen timeout to be Never (Setting -> Sound & display -> Screen timeout).