| Commit message (Expand) | Author | Age | Files | Lines |
* | [MIPS] Add Goldfish target support | Bhanu Chetlapalli | 2012-06-07 | 3 | -0/+324 |
* | Merge "Add qemu pipe access with parameter" | Andrew Hsieh | 2012-04-25 | 2 | -2/+61 |
|\ |
|
| * | Add qemu pipe access with parameter | Jiang, Yunhong | 2012-04-07 | 2 | -2/+61 |
* | | Merge "[MIPS] Tweak MIPS support to work in Android qemu framework" | Andrew Hsieh | 2012-04-19 | 1 | -1/+1 |
|\ \ |
|
| * | | [MIPS] Tweak MIPS support to work in Android qemu framework | Bhanu Chetlapalli | 2012-01-31 | 1 | -1/+1 |
* | | | Merge "[MIPS] Import MIPS target support" | Andrew Hsieh | 2012-04-19 | 5 | -0/+516 |
|\ \ \
| |/ / |
|
| * | | [MIPS] Import MIPS target support | Bhanu Chetlapalli | 2012-01-31 | 5 | -0/+516 |
* | | | Merge "[ENDIAN] Fix goldfish fb for bigendian targets" | Andrew Hsieh | 2012-04-19 | 1 | -6/+15 |
|\ \ \ |
|
| * | | | [ENDIAN] Fix goldfish fb for bigendian targets | Bhanu Chetlapalli | 2012-01-31 | 1 | -6/+15 |
| |/ / |
|
* | | | Fix save restore for nand device | Jiang, Yunhong | 2012-04-07 | 1 | -1/+3 |
| |/
|/| |
|
* | | Refactor HW config to use hw.camera_back, and hw.camera_front properties. | Vladimir Chtchetkine | 2012-03-19 | 1 | -1/+3 |
* | | Cleanup harware properties. | Vladimir Chtchetkine | 2012-03-19 | 1 | -6/+6 |
* | | Merge "Multi-touch emulation support" | Vladimir Chtchetkine | 2012-03-05 | 1 | -31/+57 |
|\ \ |
|
| * | | Multi-touch emulation support | Vladimir Chtchetkine | 2012-03-05 | 1 | -31/+57 |
| |/ |
|
* | | Corrects typo on comment. | SeongJae Park | 2012-03-01 | 1 | -1/+1 |
|/ |
|
* | Fix emulator crash restoring pipes from snapshot | Jesse Hall | 2012-01-09 | 1 | -1/+1 |
* | Fix snapshot crash | David 'Digit' Turner | 2011-11-08 | 3 | -15/+243 |
* | Scrap IRQs for x86 system image. | Vladimir Chtchetkine | 2011-10-24 | 1 | -0/+14 |
* | Fix -wipe-data option | Vladimir Chtchetkine | 2011-10-13 | 1 | -1/+12 |
* | Fix snapshots | Vladimir Chtchetkine | 2011-10-05 | 2 | -2/+1 |
* | Fix IRQ allocation for goldfish devices. | Vladimir Chtchetkine | 2011-09-29 | 5 | -4/+32 |
* | Use different macro for KVM | Vladimir Chtchetkine | 2011-09-27 | 1 | -3/+3 |
* | Fix QEMU pipe on KVM | Vladimir Chtchetkine | 2011-09-27 | 1 | -2/+17 |
* | Fix x86 qemu pipe initialization | David 'Digit' Turner | 2011-09-13 | 1 | -0/+2 |
* | Accelerate nand device in virtualization environment | Jiang Yunhong | 2011-09-13 | 2 | -2/+50 |
* | Fix qemu pipe's 'poll' callbacks | Vladimir Chtchetkine | 2011-08-25 | 2 | -7/+7 |
* | Revert "Revert "Merge c80340 from master to r13: Move charmap to hardware pro... | Xavier Ducrohet | 2011-08-22 | 1 | -18/+3 |
* | Merge "Disable trace." | Vladimir Chtchetkine | 2011-08-12 | 1 | -1/+1 |
|\ |
|
| * | Disable trace. | Vladimir Chtchetkine | 2011-08-12 | 1 | -1/+1 |
| * | Move charmap to hardware properties | David 'Digit' Turner | 2011-07-07 | 1 | -18/+3 |
* | | Revert "Merge c80340 from master to r13: Move charmap to hardware properties"... | Xavier Ducrohet | 2011-08-11 | 1 | -3/+18 |
* | | Merge c80340 from master to r13: Move charmap to hardware properties | David 'Digit' Turner | 2011-08-05 | 1 | -18/+3 |
|/ |
|
* | target-arm: integrate upstream ARM translator. | David 'Digit' Turner | 2011-06-08 | 1 | -1/+1 |
* | trace.h: rename to trace-android.h | David 'Digit' Turner | 2011-06-01 | 1 | -1/+1 |
* | ramblocks: integrate upstream implementation (sophisticated) | David 'Digit' Turner | 2011-06-01 | 4 | -21/+25 |
* | qemu-char-android.c: rename to qemu-char.c | David 'Digit' Turner | 2011-06-01 | 2 | -2/+2 |
* | savevm.c: minor integrate | David 'Digit' Turner | 2011-06-01 | 1 | -5/+6 |
* | qemu-timer.c: rename qemu_timer_new_scale() | David 'Digit' Turner | 2011-06-01 | 9 | -66/+56 |
* | New goldfish_pipe virtual device. | David 'Digit' Turner | 2011-04-28 | 4 | -614/+996 |
* | Merge "Converted a variable from char * to const char *. Removes compiler war... | David Turner | 2011-04-11 | 1 | -2/+2 |
|\ |
|
| * | Converted a variable from char * to const char *. | Ashish Bhatia | 2011-04-08 | 1 | -2/+2 |
* | | hw/android_arm.c: Initialize qemud pipes properly. | David 'Digit' Turner | 2011-04-11 | 1 | -0/+4 |
* | | goldfish_trace: Hook with goldfish_pipe.h functions. | David 'Digit' Turner | 2011-04-11 | 3 | -36/+102 |
* | | hw/goldfish_pipe.c: New support code for QEMUD fast-pipes. | David 'Digit' Turner | 2011-04-11 | 2 | -0/+838 |
|/ |
|
* | Revert "Revert "Merge 29e114d2 from master."" | Xavier Ducrohet | 2011-03-18 | 1 | -0/+36 |
* | merge from tools_r10 | The Android Open Source Project | 2011-03-18 | 1 | -36/+0 |
|\ |
|
| * | Revert "Merge 29e114d2 from master. do not merge." | Xavier Ducrohet | 2011-03-18 | 1 | -36/+0 |
| * | Merge 29e114d2 from master. do not merge. | David 'Digit' Turner | 2011-03-18 | 1 | -0/+36 |
| * | Merge 59e8e196 into tools_r10. DO NOT MERGE. | David 'Digit' Turner | 2011-02-16 | 1 | -3/+2 |
* | | Fix touchscreen emulation to return correct min/max coordinate bounds. | David 'Digit' Turner | 2011-03-18 | 1 | -0/+36 |