aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Support dynamic skin layoutSiva Velusamy2013-03-281-1/+19
| | | | | | | This CL adds support for a skin whose layout section is generated at runtime based on the hardware configuration. Change-Id: I5f81f665b49ce0f3ec5795d922a08b30c1f34b98
* [MIPS] Add MIPS support to build-kernel.shBhanu Chetlapalli2012-05-211-0/+5
| | | | | | Enables building of mips goldfish kernel Signed-Off-By: Bhanu Chetlapalli <bhanu@mips.com>
* Implement ADB communication over QEMU pipeVladimir Chtchetkine2011-12-131-0/+53
| | | | Change-Id: I62ff5898c7a955aaaa8af8f7ee7ed018af860f80
* ANDROID-KERNEL.TXT: Update documentDavid 'Digit' Turner2011-10-041-3/+8
| | | | | | | | | | | | This patch renames docs/KERNEL.TXT to docs/ANDROID-KERNEL.TXT and also updates the content with: - the new git repository and branch to use to get the kernel sources (android.git.kernel.org/kernel/qemu.git android-goldfish-2.6.29) - how to rebuild the ARMv7 kernel image (just use the --armv7 flag) Change-Id: I87cbbcbcbdfa2b9b0efaac6d3410a68ad336e5b3
* Fic minor bug, and update docs.Vladimir Chtchetkine2011-08-081-2/+15
| | | | Change-Id: Ifdc2b019c499d995c8dc493dd4684dd21d0cf995
* Document new QEMU pipe implementation.David 'Digit' Turner2011-05-041-0/+224
| | | | | | + Rename android/pipe-net.c to android/hw-pipe-net.c Change-Id: Ia2e2466c3bf3ea812f36639420fad7ce2e0cb61d
* Add kernel-rebuilding script for the emulator.David 'Digit' Turner2011-03-051-1/+32
| | | | | | Supports both arm and x86. Change-Id: Ib4665eece4433f0a611b5420ef29785eeb26de1a
* Added state snapshot support for QemuD.Ot ten Thije2010-10-141-0/+24
| | | | | | | | | | | | | | | | | With this patch, both modem and sensor functionality are correctly restored when a state snapshot is loaded. This was not the case previously because communication with either of these services is done using the qemud daemon, which did not support snapshots. The boot-properties and charpipe services have no specific save/load functionality yet, since the framework itself should be reviewed first. Adding support for bootproperties should not be difficult though, and charpipe may not need it. For a description of the high-level process for saving and loading, consult section IV "State snapshots" in docs/ANDROID-QEMUD.TXT. Change-Id: I5b06d88b911ca096e78060163174904c48a01c66
* Add new "qemu monitor" command to the console.David 'Digit' Turner2010-09-081-3/+3
| | | | | | | | | | | | | | | | | | | This allows you to access the QEMU virtual machine monitor directly from the console (instead of playing with the command-line to do it). The implementation of the 'quit' command has been modified to simply close the connection, instead of stopping the emulator program. This patch introduces changes that allow a console session to be detached and redirected at runtime to other internal services of the emulator program. This will be useful in the future to implement other features. + doc typo + add proper definitions for CONFIG_ANDROID on config-host.h + remove obsolete sysdeps.h dependency in android/console.c Change-Id: If16cfe41c12a26eb8f56e3a9c24452eafa5efab4
* update Android kernel build documentation.David 'Digit' Turner2010-08-241-1/+17
| | | | Change-Id: Ia9aa6ce2cbdfd31bd5a51d1e27adf98fd6e4f4c7
* Better separation of UI and Core sources for framebuffer emulation.David 'Digit' Turner2010-07-271-0/+263
| | | | | | + new document under docs/DISPLAY-STATE.TXT to explain what's happening. Change-Id: Ia0d233377266212da49af932c7528f46f5feb92d
* docs: Add ANDROID-TRACING.TXT to document how tracing worksDavid 'Digit' Turner2010-06-161-0/+66
| | | | Change-Id: I3a1cbe3f64cc222ce0bda1aafcbb02700c281277
* Add documentation for framebuffer emulation.David 'Digit' Turner2010-03-301-0/+88
| | | | Change-Id: I9f1ac21df0e6644533c4f35fe51e08ae7a979fb3
* Merge memory checking from sandboxVladimir Chtchetkine2010-02-182-0/+80
| | | | Change-id: Ibce845d0
* Add two documentation files describing the format of config and skin files.David 'Digit' Turner2009-12-072-0/+324
|
* This adds the '-prop <name>=<value>' option which is used to setDavid 'Digit' Turner2009-05-261-0/+25
| | | | | | | | | | boot-time system properties from the command line. This is done by implementing a new 'boot-properties' qemud service in the emulator. This is to be used by the 'qemu-props' helper program that will be invoked by /system/etc/init.goldfish.rc to read a list of system properties from the emulator and set them in the emulated system during boot.
* AI 145976: am: CL 145806 Add qemud-version auto-detection logic to ↵David Turner2009-04-132-4/+169
| | | | | | | | | | | | | | | | android/hw-qemud.c Document the supported QEMUD services in known Android systems Print "Press F6 to exit trackball mode..." in the window title bar when one activates the persistent trackball mode. The actual text depends on your key binding configuration. Refine the skin directory auto-search paths when an AVD name is not given on the command line. This makes the following work correctly: tools/emulator -sysdir platforms/android-1.5/images -data foo.img Original author: digit Merged from: //branches/cupcake/... Automated import of CL 145976
* AI 144596: am: CL 144595 Fix the AVD configuration code to support ↵David Turner2009-04-053-18/+495
| | | | | | | | | | | | | | "sdcard.path" in config.ini to indicate an explicit SD Card image file (instead of using the one in the content directory) Note that this also fix a bug where the SD Card image was not properly locked in the previous implementation. Allow the http-proxy support code to actually manage to receive chunked encoding data, instead of complaining needlessly. Introduce a new CharBuffer object that is used indirectly by "-radio <hostdevice>" and "-gps <hostdevice>" options Add new documentation for QEMUD and CharDriverState objects Update the Audio documentation with ASCII graphics (because I'm an artist too) Original author: digit Merged from: //branches/cupcake/... Automated import of CL 144596
* auto import from //branches/cupcake/...@137873The Android Open Source Project2009-03-111-8/+8
|
* auto import from //depot/cupcake/@136594The Android Open Source Project2009-03-051-0/+91
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-032-0/+185