/external/qemu/ |
qemu-objects.h | 2 * Include all QEMU objects.
|
blockdev.h | 2 * QEMU host block devices 14 #include "qemu-queue.h"
|
charpipe.h | 15 #include "qemu-common.h" 18 * QEMU components. For Android, this is used to connect an emulated serial port
|
qemu-options.h | 2 * qemu-options.h 35 #include "qemu-options.def"
|
qlist.h | 17 #include "qemu-queue.h" 18 #include "qemu-common.h"
|
usb-dummy-android.c | 25 #include "qemu-common.h" 26 #include "qemu-timer.h"
|
blockdev.c | 2 * QEMU host block devices 14 #include "qemu-option.h" 15 #include "qemu-config.h" 128 fprintf(stderr, "qemu: '%s' invalid %s error action\n", 216 fprintf(stderr, "qemu: unsupported bus type '%s'\n", buf); 223 fprintf(stderr, "qemu: '%s' invalid physical cyls number\n", buf); 227 fprintf(stderr, "qemu: '%s' invalid physical heads number\n", buf); 231 fprintf(stderr, "qemu: '%s' invalid physical secs number\n", buf); 239 "qemu: '%s' trans must be used with cyls,heads and secs\n", 250 fprintf(stderr, "qemu: '%s' invalid translation type\n", buf) [all...] |
qemu-char.h | 4 #include "qemu-common.h" 5 #include "qemu-queue.h" 6 #include "qemu-option.h" 7 #include "qemu-config.h" 107 /* add an eventfd to the qemu devices that are polled */
|
disas.h | 4 #include "qemu-common.h"
|
gen-icount.h | 1 #include "qemu-timer.h"
|
migration-exec.c | 2 * QEMU live migration 16 #include "qemu-common.h" 19 #include "qemu-char.h" 145 DPRINTF("Unable to apply qemu wrapper to popen file\n");
|
/device/generic/goldfish/camera/ |
EmulatedQemuCameraDevice.cpp | 81 ALOGE("%s: Qemu camera device is not initialized.", __FUNCTION__); 85 ALOGW("%s: Qemu camera device '%s' is already connected.", 110 ALOGW("%s: Qemu camera device '%s' is already disconnected.", 142 ALOGE("%s: Qemu camera device '%s' is not connected.", 147 ALOGW("%s: Qemu camera device '%s' is already started.", 171 ALOGV("%s: Qemu camera device '%s' is started for %.4s[%dx%d] frames", 191 ALOGW("%s: Qemu camera device '%s' is not started.", 205 ALOGV("%s: Qemu camera device '%s' is stopped",
|
/device/generic/mini-emulator-armv7-a-neon/ |
mini_emulator_armv7a_neon.mk | 25 LOCAL_KERNEL := prebuilts/qemu-kernel/arm/kernel-qemu-armv7
|
/device/generic/mini-emulator-mips/ |
mini_emulator_mips.mk | 24 LOCAL_KERNEL := prebuilts/qemu-kernel/mips/kernel-qemu
|
/device/generic/mini-emulator-x86/ |
mini_emulator_x86.mk | 24 LOCAL_KERNEL := prebuilts/qemu-kernel/x86/kernel-qemu
|
/external/qemu/target-arm/ |
helper-android.c | 10 #include "qemu-common.h" 12 /* copy a string from the simulated virtual space to a buffer in QEMU */
|
/external/qemu/hw/ |
mips_r4k.c | 2 * QEMU/MIPS pseudo-board 18 #include "qemu-log.h" 98 fprintf(stderr, "qemu: could not load kernel '%s'\n", 112 "qemu: memory too small for initial ram disk '%s'\n", 121 fprintf(stderr, "qemu: could not load initial ram disk '%s'\n", 197 "qemu: Too much memory for this machine: %d MB, maximum 256 MB\n", 235 fprintf(stderr, "qemu: Error registering flash memory.\n"); 240 fprintf(stderr, "qemu: Warning, could not load MIPS bios '%s'\n", 284 fprintf(stderr, "qemu: too many IDE bus\n");
|
arm-misc.h | 42 /* Multiplication factor to convert from system clock ticks to qemu timer
|
/external/chromium/net/base/ |
winsock_util.h | 20 // Our testing shows that except in rare cases (when running inside QEMU),
|
/external/chromium_org/net/base/ |
winsock_util.h | 21 // Our testing shows that except in rare cases (when running inside QEMU),
|
/external/qemu/android/camera/ |
camera-service.h | 24 /* Initializes camera emulation service over qemu pipe. */
|
/external/qemu/android/ |
gps.c | 14 #include "qemu-char.h"
|
gps.h | 15 #include "qemu-common.h"
|
hw-kmsg.h | 15 #include "qemu-common.h"
|
/external/qemu/distrib/ |
build-emulator.sh | 29 cd $CURDIR/qemu
|