aboutsummaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix a crash that happened when the content directory didn't have a cache.img ...David 'Digit' Turner2011-03-151-2/+3
* | x86: Enable KVM mode for Android x86 emulator (update/rebase)Jun Nakajima2011-03-043-1/+45
* | Move data partition initialization to core.David 'Digit' Turner2011-03-011-1/+1
* | Move cache partition initialization to core.David 'Digit' Turner2011-03-011-0/+2
* | x86: Fixing audio.Jun Nakajima2011-02-241-0/+6
* | Minor cleanups for core/ui Makefile separation.David 'Digit' Turner2011-02-231-0/+3
* | Add hw.keyboard.lidDavid 'Digit' Turner2011-02-101-3/+2
* | Revert "Build arm and x86 binaries at the same time."Xavier Ducrohet2011-02-091-3/+0
* | Build arm and x86 binaries at the same time.David 'Digit' Turner2011-02-101-0/+3
|/
* Fixing aborts caused by compute_fb_update_rect_linear() when the framebuffersJun Nakajima2011-02-081-1/+10
* events: Fix no-Dpad emulation when hw.keyboard=yesDavid 'Digit' Turner2011-02-061-0/+23
* x86: Add x86 support. Rebase the change (20906/1) due to a minor conflict.Jun Nakajima2011-02-023-4/+21
* New files are from the upstream QEMU (0.10.5), and the code is based onJun Nakajima2011-01-2915-0/+7212
* Security fix from Tavis Ormandyrich cannings2011-01-251-3/+5
* Make "qwerty2" the default charmap.David 'Digit' Turner2011-01-191-8/+22
* Sligh speedup for pixel conversion routines with Duff's device.David 'Digit' Turner2011-01-181-20/+33
* hw: framebuffer: add support for 32-bit framebuffers.David 'Digit' Turner2011-01-181-14/+21
* hw: goldfish_fb: Minimize the size of the update rectangle.David 'Digit' Turner2011-01-161-92/+323
* upstream: integrate block changesDavid 'Digit' Turner2011-01-024-14/+133
* Add -audio-test-out option to the core.David 'Digit' Turner2011-01-021-1/+1
* Replacement of padding with ftruncate.Tim Baverstock2010-11-231-33/+53
* Add env var ANDROID_TMP to override /tmp/android location.Raphael2010-11-161-1/+1
* Fix linux-x86_64 build.David 'Digit' Turner2010-10-212-3/+3
* Fix incorrect orientation at boot.David 'Digit' Turner2010-10-201-6/+41
* Added state snapshot support for QemuD.Ot ten Thije2010-10-141-0/+2
* Merge "Permanent fix for workaround of timer issue (commit a7f114bc)."Ot ten Thije2010-10-141-2/+1
|\
| * Permanent fix for workaround of timer issue (commit a7f114bc).Ot ten Thije2010-09-241-2/+1
* | Save NAND disk state in snapshots.Ot ten Thije2010-10-131-45/+206
|/
* Remove compiler warnings when building the emulator.David 'Digit' Turner2010-09-226-13/+28
* upstream: osdep changes + fix mingw build.David Turner2010-09-131-41/+41
* upstream: minow hw updates.David Turner2010-09-1312-45/+40
* upstream: buffered file minor change.David Turner2010-09-131-1/+3
* Add basic suspend/resume support for networking.Ot ten Thije2010-09-081-2/+81
* Fix suspending and resuming timers.Ot ten Thije2010-09-061-26/+37
* Moved nand and netspeed initialization from main to core.Vladimir Chtchetkine2010-08-262-2/+109
* Better separation of UI and Core sources for framebuffer emulation.David 'Digit' Turner2010-07-274-41/+50
* Remove UI dependency from goldfish_event_device.cVladimir Chtchetkine2010-07-221-1/+2
* Add small user-event abstraction interface.David 'Digit' Turner2010-05-251-1/+2
* Upstream: integrate timer/clock management changes.David 'Digit' Turner2010-05-113-15/+13
* Upstream: Move ioport code to ioport.[hc]David 'Digit' Turner2010-05-112-11/+3
* Upstream: Replace sys-queue.h with qemu-queue.hDavid 'Digit' Turner2010-05-104-23/+21
* Upstream: HOST_WORDS_ALIGNED -> WORDS_ALIGNEDDavid 'Digit' Turner2010-05-102-5/+5
* Revert previous patch to fix SD Card emulationDavid 'Digit' Turner2010-04-153-97/+16
* Make trace filename message only display with -debug-init / -verboseDavid 'Digit' Turner2010-02-251-2/+6
* Merge memory checking from sandboxVladimir Chtchetkine2010-02-182-41/+179
* qemu: android: Add control console support for managing sdcardsSan Mehat2009-12-072-6/+14
* qemu: android: Add support for multiple SD cardsSan Mehat2009-12-073-16/+89
* Fix a crash when using an 8MB SD Card image file.David 'Digit' Turner2009-12-011-2/+6
* Move NAND size warning to debug log.Xavier Ducrohet2009-10-011-3/+3
* Merge upstream QEMU 10.0.50 into the Android source tree.David 'Digit' Turner2009-09-1461-1028/+11189