HomeSort by relevance Sort by last modified time
    Searched full:qemu (Results 1 - 25 of 318) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /hardware/libhardware_legacy/qemu/
Android.mk 2 LOCAL_SRC_FILES += qemu/qemu.c
  /external/qemu/
qemu_timers.h 5 #include "qemu-timer.h"
LICENSE 1 The following points clarify the QEMU license:
3 1) QEMU as a whole is released under the GNU General Public License
5 2) Parts of QEMU have specific licenses which are compatible with the
9 In particular, the QEMU virtual CPU core library (libqemu.a) is
16 4) QEMU is a trademark of Fabrice Bellard.
Android.mk 3 # standard QEMU Makefile
9 include Makefile.qemu
monitor.h 4 #include "qemu-common.h"
5 #include "qemu-char.h"
android-rebuild.sh 3 # this script is used to rebuild all QEMU binaries for the host
migration-dummy-android.c 2 * QEMU live migration
14 #include "qemu-common.h"
qemu-aio.h 2 * QEMU aio implementation
17 #include "qemu-common.h"
18 #include "qemu-char.h"
bt-host.c 21 #include "qemu-common.h"
22 #include "qemu-char.h"
63 fprintf(stderr, "qemu: error %i writing bluetooth packet.\n",
103 fprintf(stderr, "qemu: error %i reading HCI frame\n", errno);
145 fprintf(stderr, "qemu: bad HCI packet type %02x\n", pkt[-1]);
163 fprintf(stderr, "qemu: `%s' not available\n", id);
173 fprintf(stderr, "qemu: Can't open `%s': %s (%i)\n",
184 fprintf(stderr, "qemu: Can't set HCI filter on socket (%i)\n", errno);
203 fprintf(stderr, "qemu: bluetooth passthrough not supported (yet)\n");
  /prebuilt/linux-x86/emulator/
PREBUILT 2 external/qemu/distrib/update-audio.sh tool.
  /sdk/emulator/qtools/tests/gtrace/
Makefile 4 QEMU=$(P4ROOT)/device/tools/qemu/arm-softmmu/qemu-system-arm
10 $(QEMU) -QEMU -kernel test.bin -trace foo
  /hardware/libhardware_legacy/gps/
gps.cpp 6 #include "qemu.h"
17 LOGD("using QEMU GPS Hardware emulation\n");
  /external/qemu/android/config/Linux/
config-host.h 2 #define CONFIG_QEMU_SHAREDIR "/usr/local/share/qemu"
  /external/qemu/android/config/
config.h 3 #define CONFIG_QEMU_PREFIX "/usr/gnemul/qemu-arm"
  /external/qemu/android/config/darwin-ppc/
config-host.h 2 #define CONFIG_QEMU_SHAREDIR "/usr/local/share/qemu"
  /external/qemu/android/config/darwin-x86/
config-host.h 2 #define CONFIG_QEMU_SHAREDIR "/usr/local/share/qemu"
  /external/qemu/android/config/freebsd-x86/
config-host.h 2 #define CONFIG_QEMU_SHAREDIR "/usr/local/share/qemu"
  /external/qemu/android/config/linux-x86/
config-host.h 2 #define CONFIG_QEMU_SHAREDIR "/usr/local/share/qemu"
  /external/qemu/android/config/windows/
config-host.h 2 #define CONFIG_QEMU_SHAREDIR "/usr/local/share/qemu"
  /external/qemu/distrib/sdl-1.2.12/
README.ANDROID 1 This is a modified version of SDL 1.2.12 that is used by the Android QEMU emulator.
  /external/qemu/distrib/
make-distrib.sh 6 # - the sources of our patched QEMU emulator
24 # clone the current source tree to $TMPDIR/qemu
25 QEMUDIR=$TMPDIR/qemu
35 mv $TMPDIR/qemu/distrib/sdl-1.2.12 $SDLDIR
  /external/qemu/hw/
xen.h 5 * stuff needed outside xen-*.c, i.e. interfaces to qemu.
goldfish_trace.c 54 printf("QEMU.trace: kernel, context switch %u\n", value);
67 printf("QEMU.trace: kernel, tgid %u\n", value);
75 printf("QEMU.trace: kernel, fork %u\n", value);
88 printf("QEMU.trace: kernel, clone %u\n", value);
111 printf("QEMU.trace: kernel, init exec [%lx,%lx]@%lx [%s]\n",
146 printf("QEMU.trace: kernel, execve %s[%d]\n", arg, cmdlen);
155 printf("QEMU.trace: kernel, exit %x\n", value);
175 printf("QEMU.trace: kernel, name %s\n", path);
184 printf("QEMU.trace: kernel, mmap [%lx,%lx]@%lx [%s]\n", vstart, vend, eoff, path);
212 printf("QEMU.trace: kernel, init name %u [%s]\n", pid, path)
    [all...]
  /sdk/emulator/tools/
Android.mk 23 # The 'qemu-props' program is run from /system/etc/init.goldfish.rc
27 LOCAL_MODULE := qemu-props
28 LOCAL_SRC_FILES := qemu-props.c
  /system/core/rootdir/etc/
init.goldfish.sh 41 # call 'qemu-props' to set system properties from the emulator.
43 /system/bin/qemu-props
47 setprop ro.qemu.init.completed 1

Completed in 1130 milliseconds

1 2 3 4 5 6 7 8 91011>>