History log of /external/qemu/vl-android-ui.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
17ecca637df2f573edc3ecb8246c0e38a5b32465 07-Feb-2011 Vladimir Chtchetkine <vchtchetkine@google.com> Fix emulator core and UI on Windows

There are two parts in this CL:
1. Fixing the Windows build (missing set_fd_handler)
2. Replacing read/write with socket_recv/socket_send.

Change-Id: I5fa599774260257d481b738a892e1124135fc319
/external/qemu/vl-android-ui.c
21cbdd244bfd12e16c034c910e2f667b44143de0 02-Feb-2011 David 'Digit' Turner <digit@android.com> Formatting / Code styling.

Rename implFb_xxx to fbUpdatesImpl_xxx for consistency
Avoid redundant global variable access

Change-Id: I783b52ade3ff3e9f04f34162684eeb9c4c4addac
/external/qemu/vl-android-ui.c
b6c168bbb6477145e843bb4a2e56e72e6d47822d 02-Feb-2011 David 'Digit' Turner <digit@android.com> Remove QEMU-ism from UI code.

This gets rid of qemu_set_fd_handler() users in the UI
program. We can remove its implementation from vl-android-ui.c

+ Really remove qemu-timer-ui.c :-)

Change-Id: I490df8ad5d5eea36b332bf54e2b156f6b5872bf4
/external/qemu/vl-android-ui.c
07db34976ba1dd045a51c4ab2c7f52479cddcc57 02-Feb-2011 David 'Digit' Turner <digit@android.com> Simplify UI-only sources.

Get rid of console-ui.c, qemu-timer-ui.c and modify vl-android-ui.c
to use a generic Looper object instead of a crummy event loop.

We still need to implement qemu_set_fd_handler for two sources under
android/protocol/ but this will be cleaned up later.

Change-Id: Icd0762675ca2f54e720a9cec40f96caea500b52f
/external/qemu/vl-android-ui.c
e993126c6704029cb1c656922a66a32bd09b6089 02-Feb-2011 David 'Digit' Turner <digit@android.com> Move core-connection.c from to android/protocol/

Change-Id: I1f04ed1f00fccdea043f4a4fbf5ba745b36bbcc7
/external/qemu/vl-android-ui.c
85276806ec6ac969d7befa2496c1de59adaaac74 01-Feb-2011 Vladimir Chtchetkine <vchtchetkine@google.com> Refactor attach-UI service

Change-Id: Ia68ceb57ee5b5a66fa76b837fe3b990eb12e7188
/external/qemu/vl-android-ui.c
94a2fba98924c6684650d66409934358cb0c9d09 31-Jan-2011 Vladimir Chtchetkine <vchtchetkine@google.com> Refactor the framebuffer service

Change-Id: I8ac4580af65b8d58976c97b77b309dd202e75003
/external/qemu/vl-android-ui.c
e95660aadc669784406d5f5a867988b8ecc2ed0d 20-Dec-2010 Vladimir Chtchetkine <vchtchetkine@google.com> Resubmit framebuffer service implementation

Change-Id: I184e27a1e8d88835bc9f0502eccfa3f64a7aaf9e
/external/qemu/vl-android-ui.c
d87b080495e71ada650b165a1f06616b433e6073 06-Dec-2010 Vladimir Chtchetkine <vchtchetkine@google.com> Submit merged

Squashed commit of the following:

commit aeefab810c6331e2f96e81f20e4408b39dd3a2ca
Author: Vladimir Chtchetkine <vchtchetkine@google.com>
Date: Thu Dec 2 07:40:34 2010 -0800

Implement -attach-core UI option

Change-Id: I4168e2d707cab1b4873ee16d86d5126c1a316abf

Change-Id: I2da1ef5d53641f3c60d83d8d5ddf3aff34b0c6c7
/external/qemu/vl-android-ui.c
18fe86e8245878f3b7a2813bd59b8cfcf636e15c 19-Oct-2010 David 'Digit' Turner <digit@android.com> emulator-ui: Remove dependencies from qemu sources.

This change removes some QEMU-specifics that crept into the UI code.

Change-Id: Ib1974dc64e54a35dc0cd01aec1eb547a9263a0c8
/external/qemu/vl-android-ui.c
894086d21e4e5827b2f3047c481de90213ce408b 13-Oct-2010 David 'Digit' Turner <digit@android.com> emulator-ui: Fix windows build (behaviour not tested)

Change-Id: I76abd165b235dc3abeeb3a9676c0ef8097e54567
/external/qemu/vl-android-ui.c
73f31662e687ea96d579ce9dca45c640b930985f 13-Oct-2010 David 'Digit' Turner <digit@android.com> emulator-ui: fix crash on exit

+ remove net_cleanup() call in qemu_main(). It is not needed since the
corresponding function only deals with the virtual LAN management
and was causing build issues on some machines.

Change-Id: I63896b9886c59259f75025277601711b450b2c0d
/external/qemu/vl-android-ui.c
008c97e3652233186d83a5010f69741368ef98db 08-Oct-2010 Vladimir Chtchetkine <vchtchetkine@google.com> Cleanup warnings in the standalone UI build

Change-Id: I2dc79f9d0b3916749366aa4155431420e05888c1
/external/qemu/vl-android-ui.c
f59442f0e576abe1f1357135024d44e8bf66a36a 08-Oct-2010 David 'Digit' Turner <digit@android.com> Build standalone UI program (emulator-ui).

This changes introduces a new program, called emulator-ui
that only contains parts necessary to display the UI (and
removes anything related to CPU emulation).

This is only a skeleton right now, since it is not capable
of launching a core, or displaying anything meaningful,
except the skin, trackball, respond to commands (e.g.
change layouts with KP-7 and KP-9).

Later changes will introduce core launching, communication,
etc...

Change-Id: Icef9deb8a3a256532655e1cd409b4aab52565d03
/external/qemu/vl-android-ui.c