From: giwoong.kim Date: Thu, 15 Mar 2012 05:38:41 +0000 (+0900) Subject: [Title] rename qemu binary X-Git-Tag: TizenStudio_2.0_p2.3~1699 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=433573ce3667de0e3dd8441b683a76a2d9371018;p=sdk%2Femulator%2Fqemu.git [Title] rename qemu binary [Type] [Module] [Priority] [Jira#] [Redmine#] [Problem] [Cause] [Solution] [TestCase] --- diff --git a/tizen/distrib/temp/run_emulator.sh b/tizen/distrib/temp/run_emulator.sh index a7bdd28..d2e534f 100755 --- a/tizen/distrib/temp/run_emulator.sh +++ b/tizen/distrib/temp/run_emulator.sh @@ -1,2 +1,2 @@ #!/bin/bash -./qemu-system-i386 --skin-args width=480 height=800 test.hb.ignore=false --qemu-args -drive file=emulimg.x86,if=virtio -boot c -append "console=ttyS0 video=uvesafb:ywrap,480x800-32@60 proxy= dns1=168.126.63.1 sdb_port=26100 dpi=2070 root=/dev/vda rw ip=10.0.2.16::10.0.2.2:255.255.255.0::eth0:none 5" -serial file:emulator.klog -m 512 -M maru-x86-machine -net nic,model=virtio -soundhw all -usb -usbdevice maru-touchscreen -vga maru -bios bios.bin -L . -kernel bzImage -usbdevice keyboard -net user -rtc base=utc -enable-kvm -redir tcp:1202:10.0.2.16:22 +./emulator-x86 --skin-args width=480 height=800 test.hb.ignore=true --qemu-args -drive file=emulimg.x86,if=virtio -boot c -append "console=ttyS0 video=uvesafb:ywrap,480x800-32@60 proxy= dns1=168.126.63.1 sdb_port=26100 dpi=2070 root=/dev/vda rw ip=10.0.2.16::10.0.2.2:255.255.255.0::eth0:none 5" -serial file:emulator.klog -m 512 -M maru-x86-machine -net nic,model=virtio -soundhw all -usb -usbdevice maru-touchscreen -vga maru -bios bios.bin -L . -kernel bzImage -usbdevice keyboard -net user -rtc base=utc -enable-kvm -redir tcp:1202:10.0.2.16:22