5377c5bfde6ba62490417bb0a7d7c1be1151692e |
|
10-Feb-2011 |
David 'Digit' Turner <digit@android.com> |
Correct auto-detection of default VM heap size. This patch removes the need for the -m <memory> core option. Instead, the RAM size is taken by default from qemu-hardware.ini. Also, the default value of vm.heapSize is no longer 16MB, it is now adjusted based on the RAM size (16/32/48 values) + Get rid of core -lcd-density option (use .ini file instead) Change-Id: I93919926b61a132c7943a1bb2c41f7a3ab7f2d2f
/external/qemu/android/qemulator.h
|
74d7acec6643694132a127feb5ccadda7ea793d6 |
|
02-Feb-2011 |
David 'Digit' Turner <digit@android.com> |
Separate init_skinned_ui() into two functions. This removes init_skinned_ui() and adds parse_skin_files() and init_sdl_ui(). The first function only parses skin files and options, and doesn't do anything related to the UI. The second function does setup the SDL UI after all options/skin processing has been performed. We also modify main.c and main-ui.c to move the call to init_sdl_ui() as far as possible after the options parsing. + Move core attachment code to the end of qemu_main() in main-ui.c Change-Id: I2bf5f0a096d827ae1fee070a8fa45cbd4629d54f
/external/qemu/android/qemulator.h
|
3bbc919b70c78e0be6387d06faa90743deedb4dc |
|
19-Jan-2011 |
David 'Digit' Turner <digit@android.com> |
Compute default memory size from screen size. This change is used when using a magic skin (e.g. -skin 800x600) or when using the full Android build system, in order to determine a good default for the RAM size. Change-Id: I900e28146592cdd3f0df9b3f1828b119309eea85
/external/qemu/android/qemulator.h
|
cf755ea6f4b850a6afd12ef8308da8def7ba8941 |
|
12-Jan-2011 |
Vladimir Chtchetkine <vchtchetkine@google.com> |
Hook up framebuffer changes with UI window Change-Id: Ib2dff72c808614cd6ded096d62717afc1c41e667
/external/qemu/android/qemulator.h
|
0119362f0d74ca74f3ea743f6e0e527a9edcc474 |
|
11-May-2010 |
Vladimir Chtchetkine <vchtchetkine@google.com> |
Moved QEmulator out of main.c Change-Id: I20964bb5d7fbef5ea22d265427793a2a7fce2017
/external/qemu/android/qemulator.h
|