History log of /external/qemu/android/protocol/fb-updates-impl.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/android/protocol/fb-updates-impl.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/android/protocol/fb-updates-impl.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/android/protocol/fb-updates-impl.c
e993126c6704029cb1c656922a66a32bd09b6089 02-Feb-2011 David 'Digit' Turner <digit@android.com> Move core-connection.c from to android/protocol/

Change-Id: I1f04ed1f00fccdea043f4a4fbf5ba745b36bbcc7
/external/qemu/android/protocol/fb-updates-impl.c
94a2fba98924c6684650d66409934358cb0c9d09 31-Jan-2011 Vladimir Chtchetkine <vchtchetkine@google.com> Refactor the framebuffer service

Change-Id: I8ac4580af65b8d58976c97b77b309dd202e75003
/external/qemu/android/protocol/fb-updates-impl.c