OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:qemu
(Results
76 - 100
of
494
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/qemu-kernel/
build-kernel.sh
14
OUTPUT=/tmp/kernel-
qemu
297
# Assume this script is under external/
qemu
/distrib/ in the
404
# 1) The kernel image is called kernel-
qemu
, except for 32-bit ARM
405
# where it must be called kernel-
qemu
-armv7
407
# 2) The debug symbol file is called vmlinux-
qemu
, except for 32-bit
408
# ARM where it must be called vmlinux-
qemu
-armv7
410
OUTPUT_KERNEL=kernel-
qemu
411
OUTPUT_VMLINUX=vmlinux-
qemu
432
\$AOSP/external/
qemu
/docs/ANDROID-KERNEL.TXT
/device/generic/goldfish/
init.goldfish.rc
72
# The
qemu
-props program is used to set various system
78
service
qemu
-props /system/bin/
qemu
-props
/device/google/atv/
init.goldfish.rc
72
# The
qemu
-props program is used to set various system
78
service
qemu
-props /system/bin/
qemu
-props
/external/autotest/client/tests/kvm/tests/
usb.py
10
1) create a image file by
qemu
-img
24
if "Product
QEMU
USB MSD" not in output:
30
for i in ["ID 0000:0000", "Mass Storage", "SCSI", "
QEMU
USB HARDDRIVE"]:
/hardware/libhardware_legacy/
qemu.h
29
*
QEMU
communication channel, either through a qemud socket or
44
/* try to open a
qemu
communication channel.
88
/* use QEMU_FALLBACK(call) to call a
QEMU
-specific callback */
Android.mk
4
legacy_modules := power uevent wifi
qemu
qemu_tracing
/device/generic/goldfish/camera/
EmulatedQemuCameraDevice.h
100
*
Qemu
camera device data members
104
/*
Qemu
client that is used to communicate with the 'emulated camera'
EmulatedQemuCamera.h
64
/* Contained
qemu
camera device object. */
EmulatedQemuCamera2.cpp
38
ALOGD("Constructing emulated
qemu
camera 2 facing %s",
QemuClient.h
22
* in the emulator via
qemu
pipe.
30
*
Qemu
query
34
* Guest exchanges data with the emulator via queries sent over the
qemu
pipe.
192
*
Qemu
client base
195
/* Encapsulates a connection to the 'camera' service in the emulator via
qemu
207
*
Qemu
client API
211
/* Connects to the 'camera' service in the emulator via
qemu
pipe.
287
/*
Qemu
pipe handle. */
296
*
Qemu
client for the 'factory' service.
350
*
Qemu
client for an 'emulated camera' service
[
all
...]
/hardware/libhardware_legacy/qemu_tracing/
qemu_tracing.c
25
// tracing on the
qemu
emulator.
39
// return 0 on success, or an error if the
qemu
driver cannot be opened
/sdk/find_java/
Android.mk
48
# used in external/
qemu
/Makefile.android. The variables need to have different
49
# names to not interfere with the ones from
qemu
/Makefile.android.
/build/kati/testcase/
sort.mk
11
echo $(sort device/sample/products/AndroidProducts.mk device/moto/shamu/AndroidProducts.mk device/asus/fugu/AndroidProducts.mk device/asus/deb/AndroidProducts.mk device/asus/flo/AndroidProducts.mk device/generic/arm64/AndroidProducts.mk device/generic/
qemu
/AndroidProducts.mk device/generic/mini-emulator-x86_64/AndroidProducts.mk device/generic/x86/AndroidProducts.mk device/generic/mips/AndroidProducts.mk device/generic/mini-emulator-x86/AndroidProducts.mk device/generic/mini-emulator-mips/AndroidProducts.mk device/generic/mini-emulator-arm64/AndroidProducts.mk device/generic/mini-emulator-armv7-a-neon/AndroidProducts.mk device/generic/x86_64/AndroidProducts.mk device/generic/armv7-a-neon/AndroidProducts.mk device/htc/flounder/AndroidProducts.mk device/lge/bullhead/AndroidProducts.mk device/lge/hammerhead/AndroidProducts.mk device/huawei/angler/AndroidProducts.mk)
/build/target/board/generic_x86/
BoardConfig.mk
14
# The IA emulator (
qemu
) uses the Goldfish devices
/build/target/board/generic_x86_64/
BoardConfig.mk
20
# The IA emulator (
qemu
) uses the Goldfish devices
/device/generic/goldfish/opengl/system/OpenglSystemCommon/
QemuPipeStream.h
19
/* This file implements an IOStream that uses a
QEMU
fast-pipe
/device/generic/mips64/
BoardConfig.mk
29
# The emulator (
qemu
) uses the Goldfish devices
/device/generic/qemu/
AndroidProducts.mk
18
# to be run under upstream
QEMU
(with a few Android-related patches). Note
ranchu_arm64.mk
25
PRODUCT_MODEL := AOSP on
qemu
arm64 emulator
/external/autotest/client/tests/kvm/
base.cfg.sample
15
# Location of the
qemu
programs. You can refer to absolute paths here.
16
qemu_binary =
qemu
17
qemu_img_binary =
qemu
-img
139
# Some older
qemu
might need image_boot=yes for virtio images to work.
migration_control.srv
60
qemu_binary = /usr/libexec/
qemu
-kvm
61
qemu_img_binary = /usr/bin/
qemu
-img
/external/autotest/server/hosts/
kvm_guest.py
40
qemu_options: options to pass to
qemu
, these should be
/external/e2fsprogs/lib/ext2fs/
qcow2.c
3
* format is used originally by
QEMU
for virtual machines, and stores the
10
* It is possible to directly mount a qcow2 image using
qemu
-nbd:
13
* [root]#
qemu
-nbd -c /dev/nbd0 image.img
14
* [root]# mount /dev/nbd0p1 /mnt/
qemu
/prebuilts/go/darwin-x86/src/sync/atomic/
asm_arm.s
185
// Check for broken 64-bit LDREXD as found in
QEMU
.
189
// A bug in some copies of
QEMU
makes STREXD never succeed,
192
// https://bugs.launchpad.net/
qemu
/+bug/670883.
206
// Must be buggy
QEMU
.
/prebuilts/go/linux-x86/src/sync/atomic/
asm_arm.s
185
// Check for broken 64-bit LDREXD as found in
QEMU
.
189
// A bug in some copies of
QEMU
makes STREXD never succeed,
192
// https://bugs.launchpad.net/
qemu
/+bug/670883.
206
// Must be buggy
QEMU
.
Completed in 223 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>