1. 0a879bf Dump hardware config. with -verbose option. by David 'Digit' Turner · 13 years ago
  2. d80a786 Fix -snapshot-list option. by David 'Digit' Turner · 13 years ago
  3. b64325d Set hw.keyboard.lid default value to false for API level >= 12 by David 'Digit' Turner · 13 years ago
  4. 5e73693 Fix -shell and -logcat options. by David 'Digit' Turner · 13 years ago
  5. 53eb66d Move AVD name initialization to the core. by David 'Digit' Turner · 13 years ago
  6. 062dd6a Move some serial ports initialization to the core. by David 'Digit' Turner · 13 years ago
  7. fd59c33 Move data partition initialization to core. by David 'Digit' Turner · 13 years ago
  8. 40841b2 Move system image initialization to core. by David 'Digit' Turner · 13 years ago
  9. 5f64b87 Move snapshot storage initialization to the core. by David 'Digit' Turner · 13 years ago
  10. 48a3c66 Move the SD Card initialization to the core. by David 'Digit' Turner · 13 years ago
  11. c480cca Move cache partition initialization to core. by David 'Digit' Turner · 13 years ago
  12. 0b01949 Move kernel/ramdisk initialization to the core. by David 'Digit' Turner · 13 years ago
  13. 25eb655 Rework AvdInfo processing. by David 'Digit' Turner · 13 years ago
  14. e5af8a2 Remove CONFIG_ANDROID_SNAPSHOTS macro. by David 'Digit' Turner · 13 years ago
  15. 092361e Remove un-needed "-netspeed full" and "-netdelay none". by David 'Digit' Turner · 13 years ago
  16. d543578 Remove un-needed -clock unix core option. by David 'Digit' Turner · 13 years ago
  17. 26d4153 Prevent hardware-qemu.ini overwrites. by David 'Digit' Turner · 13 years ago
  18. 26722dd Quote concatenated QEMU options when -verbose is used. by David 'Digit' Turner · 13 years ago
  19. bdb6f2d Remove android/main-ui.c by David 'Digit' Turner · 13 years ago
  20. 462564f Minor cleanups for core/ui Makefile separation. by David 'Digit' Turner · 13 years ago
  21. 83ffd66 Stuff hardware configuration with paths to image / partition files by Vladimir Chtchetkine · 13 years ago
  22. 2ee0959 merge from tools_r10 by The Android Open Source Project · 13 years ago
  23. 6b8555c Fix "avd name" bug. by David 'Digit' Turner · 13 years ago
  24. 5377c5b Correct auto-detection of default VM heap size. by David 'Digit' Turner · 13 years ago
  25. 2507cab Get rid of -android-gui core option. by David 'Digit' Turner · 13 years ago
  26. 42074e5 Write the core hardware configuration file to AVD's content directory. by David 'Digit' Turner · 13 years ago
  27. fc8ed80 Revert "Build arm and x86 binaries at the same time." by Xavier Ducrohet · 13 years ago
  28. a39b10b Build arm and x86 binaries at the same time. by David 'Digit' Turner · 13 years ago
  29. 755811e Rename emulator_config_xxx to user_config_xxx by David 'Digit' Turner · 13 years ago
  30. bac9add Fixing aborts caused by compute_fb_update_rect_linear() when the framebuffers by Jun Nakajima · 13 years ago
  31. 334ab47 x86: Add x86 support. Rebase the change (20906/1) due to a minor conflict. by Jun Nakajima · 13 years ago
  32. e3fdd07 Move framebuffer.h to android/ by David 'Digit' Turner · 13 years ago
  33. 74d7ace Separate init_skinned_ui() into two functions. by David 'Digit' Turner · 13 years ago
  34. f845627 Move common main routines from into android-common.[hc] by David 'Digit' Turner · 13 years ago
  35. 622f153 Generate temporary hardware.ini from configuration settings. by David 'Digit' Turner · 13 years ago
  36. 3bbc919 Compute default memory size from screen size. by David 'Digit' Turner · 14 years ago
  37. 3336176 Print concatenated QEMU options with -verbose. by David 'Digit' Turner · 14 years ago
  38. 97d795c Add support for 32-bit framebuffers. by David 'Digit' Turner · 14 years ago
  39. 90c6235 Refining main-ui.c to better separate UI and core related initialization by Vladimir Chtchetkine · 14 years ago
  40. 1306e38 Remove obsolete -audio-in and -audio-out options. by David 'Digit' Turner · 14 years ago
  41. 622b8f4 Send unsolicited time response to first signal strength query after loadvm by Tim Baverstock · 14 years ago
  42. 53d8a5c Add -no-snapshot-load option to permit reboot. by Tim Baverstock · 14 years ago
  43. 24204cc Augment the auto-loadvm behaviour with corresponding auto-savevm-on-exit behaviour. by Tim Baverstock · 14 years ago
  44. d2c51cf Separate main.c used to build the emulator from main-ui.c used to build the UI by Vladimir Chtchetkine · 14 years ago
  45. e654412 Parallelize -list-cores implementation. by David 'Digit' Turner · 14 years ago
  46. 9a33e85 Implement -list-cores UI option by Vladimir Chtchetkine · 14 years ago
  47. ae835ac Add command line flag to show list of snapshots. by Ot ten Thije · 14 years ago
  48. 353b3b1 Load state snapshot rather than booting to start emulator. by Ot ten Thije · 14 years ago
  49. 18fe86e emulator-ui: Remove dependencies from qemu sources. by David 'Digit' Turner · 14 years ago
  50. b25bf2a Passed boot properties from main to core as -boot-property parameters. by Vladimir Chtchetkine · 14 years ago
  51. cefa744 Add android_port initialization in the core. by Vladimir Chtchetkine · 14 years ago
  52. 318f17a Fixed dependency ob core data in android/help.c by Vladimir Chtchetkine · 14 years ago
  53. e131686 Moved nand and netspeed initialization from main to core. by Vladimir Chtchetkine · 14 years ago
  54. 13f3b6c Cleaned up build script from rebuilding locally generated sources by Vladimir Chtchetkine · 14 years ago
  55. b243840 Moved radio, gps and audio setup entirely into the core by Vladimir Chtchetkine · 14 years ago
  56. 7fbf497 Cleanup stuff for the UI build by Vladimir Chtchetkine · 14 years ago
  57. b5365f3 Move memchecker initialization from main.c to vl-android.c (core) by Vladimir Chtchetkine · 14 years ago
  58. 055ae42 Better separation of UI and Core sources for framebuffer emulation. by David 'Digit' Turner · 14 years ago
  59. 43552dc Remove UI dependency from goldfish_event_device.c by Vladimir Chtchetkine · 14 years ago
  60. 2fa5173 Moved dependency on android_ui_set_window_scale to ui-core-protocol.h by Vladimir Chtchetkine · 14 years ago
  61. eb83825 Move net-related routines from main.c to net-android.c by Vladimir Chtchetkine · 14 years ago
  62. 7258f6b Finished shuffling files. by Vladimir Chtchetkine · 14 years ago
  63. 4057561 Removed hw-control dependency from the UI. by Vladimir Chtchetkine · 14 years ago
  64. d81e6d1 Pass core-specific options to emulator core as cmd-line options. by Vladimir Chtchetkine · 14 years ago
  65. 111d6f8 Inter-emulator networking: add interfaces in the correct order by Dries Harnie · 14 years ago
  66. 34f2974 Add small user-event abstraction interface. by David 'Digit' Turner · 14 years ago
  67. 34d1651 Build SDL from sources directly. by David 'Digit' Turner · 14 years ago
  68. 40beab4 Enable interconnection of emulators by Dries Harnie · 14 years ago
  69. d27aca1 Moved android_emulation_setup from android/main.c to android/qemu-setup.c by Vladimir Chtchetkine · 14 years ago
  70. 0119362 Moved QEmulator out of main.c by Vladimir Chtchetkine · 14 years ago
  71. 20894ae Upstream: HOST_WORDS_ALIGNED -> WORDS_ALIGNED by David 'Digit' Turner · 14 years ago
  72. c306052 merge from tools_r6 by The Android Open Source Project · 14 years ago
  73. 9256895 Revert previous patch to fix SD Card emulation by David 'Digit' Turner · 14 years ago
  74. 4c189f8 Making the port where adb is expected configurable. by Stefan Hilzinger · 14 years ago
  75. 5389aa1 Merge memory checking from sandbox by Vladimir Chtchetkine · 14 years ago
  76. 68a8f7b qemu: android: Add support for multiple SD cards by San Mehat · 15 years ago
  77. a383d02 Extract emulator major version number from SDK Tools package revision. by David 'Digit' Turner · 15 years ago
  78. 8b657e5 Fix a crash when using an 8MB SD Card image file. by David 'Digit' Turner · 15 years ago
  79. 49dcc4d Fix typo which prevented the computation of the default /data partition size by David 'Digit' Turner · 15 years ago
  80. def0e54 Remove the disk partition size hardware properties. by David 'Digit' Turner · 15 years ago
  81. 03e1244 Add a new hardware property: vm.heapSize by David 'Digit' Turner · 15 years ago
  82. 065242d Ensure android/avd/hw-config-defs.h is properly regenerated as needed. by David 'Digit' Turner · 15 years ago
  83. bcc6ae1 Finally fix ARMv7 NEON emulation. by David 'Digit' Turner · 15 years ago
  84. ddf49e5 Workaround ARMv7 emulation issues. by David 'Digit' Turner · 15 years ago
  85. 9085a28 Implementation for dynamic charmap option in emulator. by vchtchetkine · 15 years ago
  86. 238b4b0 Fix ARMv7 emulation by disabling CPU alignment exceptions by David 'Digit' Turner · 15 years ago
  87. 87250c2 Allow skins to provide a "dpad-rotation" field for each layout. by David 'Digit' Turner · 15 years ago
  88. 5d8f37a Merge upstream QEMU 10.0.50 into the Android source tree. by David 'Digit' Turner · 15 years ago
  89. cd059b1 Added two new hardware properties to control AVD partition sizes. by David 'Digit' Turner · 15 years ago
  90. 945a054 Shorten the title of the emulator to only contain very relevant info. by Xavier Ducrohet · 15 years ago
  91. c5b1270 Add a new hw.lcd.density hardware property to AVD configuration files. by David 'Digit' Turner · 15 years ago
  92. 46be487 Add our modified SDL sources under distrib/sdl-1.2.12 by David 'Digit' Turner · 15 years ago
  93. 318e4f2 This adds the '-prop <name>=<value>' option which is used to set by David 'Digit' Turner · 15 years ago
  94. 791d861 AI 145976: am: CL 145806 Add qemud-version auto-detection logic to android/hw-qemud.c by David Turner · 15 years ago
  95. b58c44e Automated import from //branches/donutburger/...@142528,142528 by David Turner · 15 years ago
  96. 9877e2e auto import from //branches/cupcake_rel/...@140373 by The Android Open Source Project · 15 years ago
  97. b3ee93a auto import from //branches/cupcake_rel/...@138607 by The Android Open Source Project · 15 years ago
  98. b059fac auto import from //branches/cupcake/...@137873 by The Android Open Source Project · 15 years ago
  99. 92c7311 auto import from //depot/cupcake/@136594 by The Android Open Source Project · 15 years ago
  100. 8b23a6c auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago