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

1 2 3 4 5 6 7 8 91011>>

  /external/qemu/
qemu-config.c 1 #include "qemu-common.h"
2 #include "qemu-error.h"
3 #include "qemu-option.h"
4 #include "qemu-config.h"
589 fprintf(fp, "# qemu config file\n\n");
net.c 2 * QEMU System Emulator
113 #include "qemu-common.h"
117 #include "qemu-timer.h"
118 #include "qemu-char.h"
121 #include "qemu-log.h"
645 fprintf(stderr, "qemu: ");
941 snprintf(smb_dir, sizeof(smb_dir), "/tmp/qemu-smb.%ld", (long)getpid());
943 fprintf(stderr, "qemu: could not create samba server dir '%s'\n", smb_dir);
950 fprintf(stderr, "qemu: could not create samba server configuration file '%s'\n", smb_conf);
963 "[qemu]\n
    [all...]
net-android.c 2 * QEMU System Emulator
115 #include "qemu-common.h"
119 #include "qemu-timer.h"
120 #include "qemu-char.h"
123 #include "qemu-log.h"
678 fprintf(stderr, "qemu: ");
1069 snprintf(smb_dir, sizeof(smb_dir), "/tmp/qemu-smb.%ld", (long)getpid());
1071 fprintf(stderr, "qemu: could not create samba server dir '%s'\n", smb_dir);
1078 fprintf(stderr, "qemu: could not create samba server configuration file '%s'\n", smb_conf);
1091 "[qemu]\n
    [all...]
charpipe.c 12 #include "qemu-char.h"
26 * between two QEMU character drivers that merge well into the
27 * QEMU event loop.
console.h 4 #include "qemu-char.h"
43 /* used internally by qemu for handling mice */
51 /* used internally by qemu for handling keyboards */
  /frameworks/native/opengl/libs/EGL/
Loader.cpp 80 * qemu=1 -> tells us that we run inside the emulator
81 * android.qemu.gles=<number> -> tells us the GLES GPU emulation status
89 /* First, check for qemu=1 */
90 property_get("ro.kernel.qemu",prop,"0");
95 property_get("ro.kernel.qemu.gles",prop,"0");
  /external/qemu/android/
main.c 24 #include "qemu-common.h"
90 /* this function dumps the QEMU help */
201 if(!strcmp(opt, "-qemu")) {
249 "This program is a derivative of the QEMU CPU emulator (www.qemu.org).\n\n",
421 /* generate arguments for the underlying qemu main() */
564 * (i.e. system-qemu.img) in the content directory.
859 /* We still use QEMU command-line options for the following since
    [all...]
help.c 90 " userdata-qemu.img - the /data partition image file\n"
114 " - kernel-qemu : the emulator-specific Linux kernel image.\n\n"
117 " in <build-root>/prebuilts/qemu-kernel/.\n\n"
158 " kernel-qemu the emulator-specific Linux kernel image\n"
165 " userdata-qemu.img the persistent data partition image\n"
166 " system-qemu.img an *optional* persistent system image\n"
197 " (userdata.img) into the writable one (userdata-qemu.img)\n\n"
447 " NOTE: these correspond to the <device> parameter of the QEMU -serial option\n"
448 " as described on http://bellard.org/qemu/qemu-doc.html#SEC10\n\n
    [all...]
hw-control.c 29 #include "qemu-char.h"
  /system/core/init/
init.c 76 static char qemu[32]; variable
706 if (!strcmp(name,"qemu")) {
707 strlcpy(qemu, value, sizeof(qemu));
775 /* first pass does the common stuff, and finds if we are in qemu.
776 * second pass is only necessary for qemu to export all kernel params
780 if (qemu[0])
  /external/qemu/android/avd/
info.c 46 * - mandatory user data image ("userdata-qemu.img") and cache image
49 * - optional mutable system image ("system-qemu.img"), kernel image
50 * ("kernel-qemu") and read-only ramdisk ("ramdisk.img")
72 #define CORE_HARDWARE_INI "hardware-qemu.ini"
754 ***** and userdata.img must be copied to userdata-qemu.img
893 * kernel-qemu-armv7 instead of kernel-qemu in the prebuilt
901 p = bufprint(temp, end, "%s/prebuilts/qemu-kernel/%s/kernel-qemu%s",
    [all...]
  /device/generic/goldfish/libqemu/
test_host_2.c 18 * See external/qemu/docs/ANDROID-QEMUD-PIPES.TXT for details.
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
UnixStream.cpp 84 snprintf(path, pathlen, "%s/qemu-gles-%d", tmp, port_number);
  /device/generic/goldfish/opengl/system/OpenglSystemCommon/
HostConnection.cpp 27 /* Set to 1 to use a QEMU pipe, or 0 for a TCP connection */
  /device/generic/goldfish/qemu-props/
qemu-props.c 25 #define LOG_TAG "qemu-props"
  /external/qemu/android/protocol/
core-commands-api.h 77 /* Requests a QEMU file path from the Core.
  /external/qemu/android/utils/
debug.h 45 _VERBOSE_TAG(adbclient, "ADB QEMU client") \
  /external/qemu/audio/
audio_pt_int.c 1 #include "qemu-common.h"
paaudio.c 2 #include "qemu-common.h"
340 "qemu",
394 "qemu",
517 "qemu",
rate_template.h 2 * QEMU Mixing engine
  /external/qemu/block/
parallels.c 26 #include "qemu-common.h"
  /external/qemu/docs/
ANDROID-QEMUD.TXT 10 the emulator program is using qemu pipes (see ANDROID-QEMU-PIPE.TXT for details
11 on qemu pipes).
174 - QEMU pipe communication model works similarly to the serial port multiplexing,
  /external/qemu/hw/
android_arm.c 113 fprintf(stderr, "qemu: Unsupported NIC: %s\n", nd_table[0].model);
bt.c 20 #include "qemu-common.h"
pc.h 4 #include "qemu-common.h"

Completed in 166 milliseconds

1 2 3 4 5 6 7 8 91011>>