History log of /device/generic/goldfish/qemud/qemud.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d0dc61679414c81f211da4ad1eb54c3ee7e95c0b 20-Jan-2017 Lingfeng Yang <lfy@google.com> [goldfish] update goldfish for O

1. use latest qemu_pipe / qemd header combos
2. self contain them in goldfish/ so we don't break
anything that doesn't use goldfish but uses qemu pipe
3. stahp building the "vibrator" device for now since it uses
a lotof legacy stuff that is delted in O
4. upgrade sensor HAL impl to version 1.3

bug: 34465648

after this, rotation and camera work at least

Change-Id: I6157ede893d720acf4f8fcbe42db68a911cad531
/device/generic/goldfish/qemud/qemud.c
c25d1a31c56b7efe69a3a4099a3d11f1790676d1 15-Jun-2016 David 'Digit' Turner <digit@google.com> Remove obsolete 'qemud' service.

The qemud service was a small daemon used to implement
a multiplexing communication channel over a tty between
guest processes and the emulator. It has been replaced
by the QEMU pipe device since at least API level 14, and
is thus not needed anymore.

This patch removes it from the system build.

IMPORTANT NOTE:
Many of the sources include <hardware/qemud.h>, currently
provided by hardware/libhware/include/, but this header
uses the pipe directly to connect to the emulator. Such
code is thus unaffected by this patch.

Change-Id: I652ac746f1d17f8b2cced2782269013f768e3739
/device/generic/goldfish/qemud/qemud.c
72c36ece210a21f2816ac91e9424006e0d11310f 20-Feb-2015 Elliott Hughes <enh@google.com> Fix implicit function declarations in goldfish.

Change-Id: If737f7a756268fb301efc1bf2888ebf9ed409f58
/device/generic/goldfish/qemud/qemud.c
324a0c43835b935721c938a2684874e0b5bf8311 07-Nov-2013 Octavian Purdila <octavian.purdila@intel.com> Disable echo on all tty lines

The new serial names use in the upstream goldfish patches are
/dev/ttyGF* and they do not match the current check (/dev/ttyS*).

For: ABIT-15
Change-Id: I84fd470924406e054ebafd53488a3e834b552c4f
Signed-off-by: Octavian Purdila <octavian.purdila@intel.com>
Signed-off-by: Jun Tian <jun.j.tian@intel.com>
/device/generic/goldfish/qemud/qemud.c
8a94683196406b83b14218d1beef66067f126a16 08-Mar-2013 keunyoung <keunyoung@google.com> migrate opengl and system from development/tools

- components under system are moved one directory up like all other HALs

Change-Id: I03b870b870d83b247ac398cadfb155f03c9adfa0
/device/generic/goldfish/qemud/qemud.c