OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:qemu
(Results
176 - 200
of
512
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/qemu/
aio.c
2
*
QEMU
aio implementation
14
#include "
qemu
-common.h"
16
#include "
qemu
-queue.h"
async.c
2
*
QEMU
System Emulator
25
#include "
qemu
-common.h"
26
#include "
qemu
-aio.h"
block.h
4
#include "
qemu
-aio.h"
5
#include "
qemu
-common.h"
6
#include "
qemu
-option.h"
block_int.h
2
*
QEMU
System Emulator block driver
28
#include "
qemu
-option.h"
29
#include "
qemu
-queue.h"
migration-tcp.c
2
*
QEMU
live migration
14
#include "
qemu
-common.h"
17
#include "
qemu
-char.h"
curses.c
2
*
QEMU
curses/ncurses display driver
36
#include "
qemu
-common.h"
222
/* process keys reserved for
qemu
*/
cpu-common.h
19
#include "
qemu
-queue.h"
cpus.c
2
*
QEMU
System Emulator
45
fprintf(stderr, "
qemu
: hardware error: ");
236
* HAX kernel module will exit to
qemu
. If env is NULL, vcpu is
268
#include "
qemu
-thread.h"
dyngen-exec.h
22
#include "
qemu
-common.h"
exec-all.h
2
* internal execution defines for
qemu
23
#include "
qemu
-common.h"
68
#include "
qemu
-log.h"
345
#include "
qemu
-lock.h"
qemu-malloc.c
24
#include "
qemu
-common.h"
/external/qemu/docs/
DISPLAY-STATE.TXT
1
This tries to document the mess that is DisplayState in
QEMU
.
9
A DisplayState holds state for stuff to be displayed on
QEMU
. More
121
There
QEMU
sources provide the implementation for various
140
of second).
QEMU
will then create a timer that will be programmed to called
161
Initialization happens in the
qemu
main() function in the vl.c source file.
/external/qemu/hw/
bt-sdp.c
2
* Service Discover Protocol server for
QEMU
L2CAP devices
20
#include "
qemu
-common.h"
834
ATTRIBUTE(DOC_URL, URL("http://bellard.org/
qemu
/user-doc.html"))
835
ATTRIBUTE(SVCNAME_PRIMARY, STRING("
QEMU
Bluetooth HID"))
836
ATTRIBUTE(SVCDESC_PRIMARY, STRING("
QEMU
Keyboard/Mouse"))
837
ATTRIBUTE(SVCPROV_PRIMARY, STRING("
QEMU
" QEMU_VERSION))
910
ATTRIBUTE(DOC_URL, URL("http://bellard.org/
qemu
/user-doc.html"))
911
ATTRIBUTE(SVCPROV_PRIMARY, STRING("
QEMU
" QEMU_VERSION))
933
ATTRIBUTE(DOC_URL, URL("http://bellard.org/
qemu
/user-doc.html"))
934
ATTRIBUTE(SVCPROV_PRIMARY, STRING("
QEMU
" QEMU_VERSION)
[
all
...]
pc.c
2
*
QEMU
PC System Emulator
634
fprintf(stderr, "
qemu
: could not load kernel '%s'\n",
667
"
qemu
: real_addr = 0x" TARGET_FMT_plx "\n"
668
"
qemu
: cmdline_addr = 0x" TARGET_FMT_plx "\n"
669
"
qemu
: prot_addr = 0x" TARGET_FMT_plx "\n",
695
/* High nybble = B reserved for
Qemu
; low nybble is revision number.
710
fprintf(stderr, "
qemu
: linux kernel too old to load a ram disk %s, %s, %s\n",
717
fprintf(stderr, "
qemu
: could not load initial ram disk '%s'\n",
726
fprintf(stderr, "
qemu
: read error on initial ram disk '%s'\n",
748
fprintf(stderr, "
qemu
: read error on kernel '%s'\n"
[
all
...]
mips_timer.c
3
#include "
qemu
-timer.h"
qdev.h
5
#include "
qemu
-queue.h"
/prebuilts/qemu-kernel/arm/
rebuild.sh
103
PREBUILT_KERNEL_DIR="prebuilts/
qemu
-kernel/arm"
301
cp -f arch/arm/boot/zImage "$OUT_DIR/kernel-
qemu
$2"
302
cp -f vmlinux "$OUT_DIR/vmlinux-
qemu
$2"
/device/generic/goldfish/camera/
EmulatedQemuCamera.cpp
108
ALOGV("%s:
Qemu
camera %s is initialized. Current frame is %dx%d",
/device/generic/mini-emulator-armv7-a-neon/
mini_emulator_common.mk
25
qemu
-props \
/external/chromium_org/third_party/mesa/src/src/gallium/tests/unit/
translate_test.c
91
printf("Error: CPU doesn't support SSE (test with
qemu
)\n");
103
printf("Error: CPU doesn't support SSE2 (test with
qemu
)\n");
114
printf("Error: CPU doesn't support SSE3 (test with
qemu
)\n");
124
printf("Error: CPU doesn't support SSE4.1 (test with
qemu
)\n");
/external/mesa3d/src/gallium/tests/unit/
translate_test.c
91
printf("Error: CPU doesn't support SSE (test with
qemu
)\n");
103
printf("Error: CPU doesn't support SSE2 (test with
qemu
)\n");
114
printf("Error: CPU doesn't support SSE3 (test with
qemu
)\n");
124
printf("Error: CPU doesn't support SSE4.1 (test with
qemu
)\n");
/external/qemu/android/avd/
info.h
55
_AVD_IMG(KERNEL,"kernel-
qemu
","kernel") \
59
_AVD_IMG(USERSYSTEM,"system-
qemu
.img","user system") \
60
_AVD_IMG(USERDATA,"userdata-
qemu
.img", "user data") \
161
* directory contains a file named "system-
qemu
.img".
/external/qemu/android/
core-init-utils.c
21
#include "
qemu
-common.h"
/external/qemu/audio/
audio_win_int.c
3
#include "
qemu
-common.h"
wavaudio.c
2
*
QEMU
WAV audio driver
26
#include "
qemu
-timer.h"
55
"
qemu
.wav"
221
"
qemu
.wav"
Completed in 525 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>