HomeSort by relevance Sort by last modified time
    Searched full:qemu (Results 126 - 150 of 512) sorted by null

1 2 3 4 56 7 8 91011>>

  /device/generic/goldfish/camera/
EmulatedQemuCamera2.cpp 38 ALOGD("Constructing emulated qemu camera 2 facing %s",
  /device/generic/goldfish/opengl/system/OpenglSystemCommon/
QemuPipeStream.h 19 /* This file implements an IOStream that uses a QEMU fast-pipe
  /external/qemu/
INSTALL 30 The Android emulator is a heavy fork of QEMU 0.8.2, and as such,
80 cd $TOP/external/qemu/distrib/sdl-1.2.15
92 cd $TOP/external/qemu
112 cd $TOP/tools/qemu
cpus.h 2 * QEMU System Emulator
iohandler.c 2 * QEMU System Emulator - managing I/O handler
26 #include "qemu-common.h"
27 #include "qemu-char.h"
28 #include "qemu-queue.h"
ioport.h 27 #include "qemu-common.h"
qbool.c 16 #include "qemu-common.h"
qemu-error.h 17 /* all members are private to qemu-error.c */
qfloat.c 16 #include "qemu-common.h"
qint.c 15 #include "qemu-common.h"
softmmu_outside_jit.c 23 #include "qemu-common.h"
sysemu.h 5 #include "qemu-common.h"
6 #include "qemu-option.h"
7 #include "qemu-queue.h"
8 #include "qemu-timer.h"
  /external/qemu/android/
hw-control.h 15 #include "qemu-common.h"
hw-kmsg.c 13 #include "qemu-char.h"
hw-lcd.c 41 boot_property_add("qemu.sf.lcd_density", temp);
  /external/qemu/block/
raw-posix-aio.h 2 * QEMU Posix block I/O backend AIO support
  /external/qemu/docs/
CPU-EMULATION.TXT 1 HOW THE QEMU EXECUTION ENGINE WORKS:
7 QEMU starts by isolating code "fragments" from the emulated machine code.
36 TCG stands for "Tiny Code Generator" and is specific to QEMU. It supports
56 The page cache is called the "TLB" in the QEMU sources.
CHAR-DEVICES.TXT 0 QEMU CHARACTER "DEVICES" MANAGEMENT
6 One of the strangest abstraction in QEMU is the "CharDriverState"
14 that QEMU implements a big event loop with no blocking i/o allowed. You
15 can see "qemu-char.h" for the full interface, but here we will only describe
75 to the parameters of the '-serial' QEMU option described here:
77 http://www.nongnu.org/qemu/qemu-doc.html#SEC10
  /external/qemu/hw/
android_mips.c 89 fprintf(stderr, "qemu: could not load kernel '%s'\n", kernel_filename);
103 "qemu: memory too small for initial ram disk '%s'\n",
113 fprintf(stderr, "qemu: could not load initial ram disk '%s'\n",
206 fprintf(stderr, "qemu: Unsupported NIC: %s\n", nd_table[0].model);
baum.h 2 * QEMU Baum
pci.h 4 #include "qemu-common.h"
22 /* QEMU-specific Vendor and Device ID definitions */
48 /* QEMU/Bochs VGA (0x1234) */
63 /* Red Hat / Qumranet (for QEMU) -- see pci-ids.txt */
pcmcia.h 6 #include "qemu-common.h"
  /external/qemu/tcg/
README 6 compiler. It was simplified to be used in QEMU. It also has its roots
12 code. It is of course not the same as the "target" of QEMU which is
15 from the host, although it is never the case for QEMU.
17 A TCG "function" corresponds to a QEMU Translated Block (TB).
27 functions defined. A TCG global can be a memory location (e.g. a QEMU
28 CPU register), a fixed host register (e.g. the QEMU CPU state pointer)
29 or a memory location which is stored in a register outside QEMU TBs
109 optimization in QEMU.
379 ********* QEMU specific operations
400 Load data at the QEMU CPU address t1 into t0. t1 has the QEMU CPU addres
    [all...]
  /hardware/libhardware_legacy/
Android.mk 4 legacy_modules := power uevent vibrator wifi qemu qemu_tracing
  /hardware/libhardware_legacy/vibrator/
vibrator.c 17 #include "qemu.h"

Completed in 234 milliseconds

1 2 3 4 56 7 8 91011>>