OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:qemu
(Results
26 - 50
of
494
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/qemu-kernel/x86_64/ranchu/
README
5
$AOSP/external/
qemu
/docs/ANDROID-KERNEL.TXT
/external/autotest/client/tests/qemu_iotests/
qemu_iotests.py
12
@see: http://www.kernel.org/pub/scm/linux/kernel/git/hch/
qemu
-iotests.git
21
self.qemu_img_path = os_dep.command('
qemu
-img')
22
self.qemu_io_path = os_dep.command('
qemu
-io')
24
raise error.TestNAError('Commands
qemu
-img or
qemu
-io missing')
28
def setup(self, tarball='
qemu
-iotests.tar.bz2'):
65
@param qemu_path: Optional
qemu
install path.
91
e_msg = ("
Qemu
-iotests failed. Failed cases: %s" %
94
e_msg = "
Qemu
-iotests failed"
/external/autotest/client/tests/kvm/steps/
memtest86+.steps
4
#
QEMU
command line:
qemu
-system-x86_64 blank.qcow2 -cdrom /home/cyber/Installs/memtest86+-2.01.iso -m 256 -nographic -monitor unix:/tmp/monitor_127731285350,server,nowait &
/external/autotest/contrib/virt/
README
55
1) To run a test of the upstream
qemu
git repo:
59
-x 'only
qemu
-git..sanity' "Upstream
qemu
.git sanity"
65
--koji-tag=f15 --koji-pkg=':
qemu
-kvm:
qemu
-kvm,
qemu
-img,
qemu
-kvm-tools' \
66
--koji-pkg='seabios' --koji-pkg='vgabios' --koji-pkg=':gpxe:gpxe-roms-
qemu
' \
/external/autotest/client/tests/kvm/
unittests.cfg.sample
24
qemu_binary =
qemu
25
qemu_img_binary =
qemu
-img
54
user_git_repo = git://git.kernel.org/pub/scm/virt/kvm/
qemu
-kvm.git
67
# unittests.cfg file on
qemu
-kvm, uncomment and edit test_list
control.parallel
52
qemu
=os.path.join(rootdir, '
qemu
')
53
qemu_img=os.path.join(rootdir, '
qemu
-img')
66
link_if_not_exist(pwd,
qemu
, '
qemu
')
67
link_if_not_exist(pwd, qemu_img, '
qemu
-img')
117
#"koji_build": '
qemu
-0.10-16.fc11',
121
#"src_pkg": '
qemu
',
123
#"pkg_list": ['
qemu
-kvm', '
qemu
-kvm-tools', 'qemu-system-x86', 'qemu-common', 'qemu-img']
[
all
...]
/external/e2fsprogs/lib/ext2fs/
qcow2.h
3
* qcow2 formatted disk images. This format is used originally by
QEMU
11
* It is possible to directly mount a qcow2 image using
qemu
-nbd:
14
* [root]#
qemu
-nbd -c /dev/nbd0 image.img
15
* [root]# mount /dev/nbd0p1 /mnt/
qemu
/prebuilts/android-emulator/
README
4
external/
qemu
/android/scripts/package-release.sh \
13
external/
qemu
306387b Revert "metrics: Start reporting opengles hardware strings."
14
external/
qemu
-android 1bc6453 ui/sdl2.c: Fix Android Mesa-based GPU emulation.
19
$ cd external/
qemu
&& git log --oneline --no-merges 7025489..306387b .
21
09ebdc1
qemu
-launcher: Implement -show-kernel properly.
22
9ed6018 Added C++11 support to
qemu
build
25
adb7f72
qemu
-launcher: Add
qemu
=1 and set lcd-density
28
dd5822e
qemu
-launcher: Add support for GPU emulation.
29
c2495d0 build-
qemu
-android.sh: Use --enable-androi
[
all
...]
/device/generic/goldfish/qemu-props/
Android.mk
21
# The '
qemu
-props' program is run from /system/etc/init.goldfish.rc
25
LOCAL_MODULE :=
qemu
-props
26
LOCAL_SRC_FILES :=
qemu
-props.c
/external/autotest/client/tests/kvm/tests/
qemu_img.py
8
'
qemu
-img' functions test:
18
raise error.TestError("Binary of '
qemu
-img' not found")
26
Simple '
qemu
-img check' function implementation.
28
@param cmd:
qemu
-img base command.
45
Subcommand '
qemu
-img check' test.
50
@param cmd:
qemu
-img base command.
77
Simple wrapper of '
qemu
-img create'
79
@param cmd:
qemu
-img base command.
103
Subcommand '
qemu
-img create' test.
105
@param cmd:
qemu
-img base command
[
all
...]
/external/mesa3d/src/gallium/state_trackers/d3d1x/tools/
fxc
9
emu="
qemu
-i386 wine"
/prebuilts/android-emulator/linux-x86_64/qemu/linux-x86/
qemu-system-i386
qemu-system-x86_64
qemu-system-aarch64
/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-arm64/
mini_emulator_arm64.mk
24
LOCAL_KERNEL := prebuilts/
qemu
-kernel/arm/kernel-
qemu
-armv7
/device/generic/mini-emulator-armv7-a-neon/
m_e_arm.mk
25
LOCAL_KERNEL := prebuilts/
qemu
-kernel/arm/kernel-
qemu
-armv7
/device/generic/mini-emulator-mips/
m_e_mips.mk
24
LOCAL_KERNEL := prebuilts/
qemu
-kernel/mips/kernel-
qemu
/device/generic/mini-emulator-mips64/
m_e_mips64.mk
25
LOCAL_KERNEL := prebuilts/
qemu
-kernel/mips64/kernel-
qemu
/device/generic/mini-emulator-x86/
mini_emulator_x86.mk
24
LOCAL_KERNEL := prebuilts/
qemu
-kernel/x86/kernel-
qemu
/device/generic/mini-emulator-x86_64/
mini_emulator_x86_64.mk
24
LOCAL_KERNEL := prebuilts/
qemu
-kernel/x86_64/kernel-
qemu
/device/generic/qemu/
init.ranchu.rc
32
setprop ro.kernel.
qemu
1
33
setprop ro.kernel.
qemu
.gles 0
/external/valgrind/docs/internals/
qemu-aarch64-linux-HOWTO.txt
2
How to install and configure a
QEMU
aarch64-linux installation.
9
when the guest becomes idle,
qemu
uses only very little host cpu, so
14
https://gmplib.org/~tege/
qemu
.html, section 14 (for arm64)
16
Build
qemu
-2.2.1 with --target-list including aarch64-softmmu
29
/path/to/Qemu221/bin/
qemu
-img create disk6G.img 6G
31
/path/to/Qemu221/bin/
qemu
-system-aarch64 \
83
When it reboots, kill
qemu
from another shell, else it will try to reinstall.
87
/path/to/Qemu221/bin/
qemu
-system-aarch64 -M virt \
qemu-mips64-linux-HOWTO.txt
2
How to install and configure a
QEMU
mips64-linux installation.
9
when the guest becomes idle,
qemu
uses only very little host cpu, so
14
https://gmplib.org/~tege/
qemu
.html section 8 (for mips64)
16
Build
qemu
-2.2.1 with --target-list including mips64-softmmu
33
/path/to/Qemu221/bin/
qemu
-img create disk4G.img 4G
35
/path/to/Qemu221/bin/
qemu
-system-mips64 \
81
When it reboots, kill
qemu
from another shell, else it will try to reinstall.
85
/path/to/Qemu221/bin/
qemu
-system-mips64 \
/external/vboot_reference/tests/
test_using_qemu.sh
7
# Script to run a test under
qemu
15
# QEMU_RUN - path to
QEMU
binary inside chroot
Completed in 159 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>