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

1 2 34 5 6 7 8 91011>>

  /external/qemu/
readline.h 4 #include "qemu-common.h"
acl.h 2 * QEMU access control list management
28 #include "qemu-queue.h"
keymaps.h 2 * QEMU keysym to keycode conversion using rdesktop keymaps
28 #include "qemu-common.h"
migration.h 2 * QEMU live migration
17 #include "qemu-common.h"
monitor.h 4 #include "qemu-common.h"
5 #include "qemu-char.h"
qemu-timer-common.c 2 * QEMU System Emulator
24 #include "qemu-timer.h"
vl.c 2 * QEMU System Emulator
153 #include "qemu-timer.h"
154 #include "qemu-char.h"
162 #include "qemu-option.h"
564 fprintf(stderr, "qemu: Unknown bluetooth HCI `%s'.\n", str);
575 fprintf(stderr, "qemu: Too many bluetooth HCIs (max %i).\n", MAX_NICS);
601 fprintf(stderr, "qemu: warning: adding a VHCI to "
620 fprintf(stderr, "qemu: unrecognised bluetooth vlan Id\n");
628 fprintf(stderr, "qemu: warning: adding a slave device to "
634 fprintf(stderr, "qemu: unsupported bluetooth device `%s'\n", devname)
    [all...]
vl-android.c 2 * QEMU System Emulator
30 #include "qemu-common.h"
44 #include "qemu-timer.h"
45 #include "qemu-char.h"
195 #include "qemu-timer.h"
196 #include "qemu-char.h"
521 * between the tasks that do not require restarting Qemu.
528 * Resets the rotate_log_requested_flag. Normally called after qemu
536 * Clears the passed qemu log when the rotate_logs_requested
538 * require restarting Qemu
    [all...]
qemu-options.hx 143 attempt to do disk IO directly to the guests memory. QEMU may still perform
154 qemu -drive file=file,index=2,media=cdrom
160 qemu -drive file=file,index=0,media=disk
161 qemu -drive file=file,index=1,media=disk
162 qemu -drive file=file,index=2,media=disk
163 qemu -drive file=file,index=3,media=disk
168 qemu -drive file=file,if=ide,index=1,media=cdrom
173 qemu -drive if=ide,index=1,media=cdrom
178 qemu -drive file=file,if=scsi,bus=0,unit=6
183 qemu -drive file=file,index=0,if=flopp
    [all...]
Changelog 18 - Avoid permanently disabled QEMU monitor when UNIX migration fails (Daniel P. Berrange)
20 - qemu-io: Fix memory leak (Kevin Wolf)
56 - qemu: delete rule target on error (Michael S. Tsirkin)
94 - qemu-img: fix help message (Aurelien Jarno)
124 - qemu-nbd utility to mount supported block formats
296 - Fixed Fedora Core 2 problems (now you can run qemu without any
352 - qemu-fast fixes
357 - QEMU can now boot a PowerPC Linux kernel (Jocelyn Mayer)
373 in qemu-i386 and qemu-fast
    [all...]
buffered_file.c 2 * QEMU buffered QEMUFile
14 #include "qemu-common.h"
16 #include "qemu-timer.h"
17 #include "qemu-char.h"
61 fprintf(stderr, "qemu file buffer expansion failed\n");
vl-android-ui.c 2 * QEMU System Emulator
39 #include "qemu-common.h"
42 #include "qemu-timer.h"
43 #include "qemu-char.h"
222 QEMU to run on a single CPU */
  /external/qemu/telephony/
modem_driver.h 16 #include "qemu-common.h"
  /external/qemu/android/
display-core.c 19 #include "qemu-common.h"
23 * detected. Call the normal QEMU function for this here.
looper-qemu.c 13 /* Implement the Looper interface on top of the QEMU main event loop */
17 #include "qemu-common.h"
18 #include "qemu-timer.h"
19 #include "qemu-char.h"
103 * Since the QEMU main event loop looks like the following:
206 /* recompute read/write handlers for QEMU */
251 /* make QEMU forget about this fd */
389 APANIC("Trying to run the QEMU main event loop explicitely!");
  /external/qemu-pc-bios/bochs/bios/
rombios.h 21 /* define it to include QEMU specific code */
63 # define BX_APPNAME "QEMU"
  /sdk/avdlauncher/
Android.mk 35 # used in external/qemu/Makefile.android. The variables need to have different
36 # names to not interfere with the ones from qemu/Makefile.android.
  /sdk/find_lock/
Android.mk 36 # used in external/qemu/Makefile.android. The variables need to have different
37 # names to not interfere with the ones from qemu/Makefile.android.
  /sdk/sdklauncher/
Android.mk 35 # used in external/qemu/Makefile.android. The variables need to have different
36 # names to not interfere with the ones from qemu/Makefile.android.
  /device/generic/goldfish/camera/
EmulatedCameraFactory.cpp 51 /* Connect to the factory service in the emulator, and create Qemu cameras. */
64 /* Make sure that array is allocated (in case there were no 'qemu'
121 /* Make sure that array is allocated (in case there were no 'qemu'
359 * Iterate the list, creating, and initializin emulated qemu cameras for each
398 /* Create and initialize qemu camera. */
425 /* Defined by 'qemu.sf.fake_camera' boot property: if property exist, and
429 if ((property_get("qemu.sf.fake_camera", prop, NULL) > 0) &&
439 /* Defined by 'qemu.sf.back_camera_hal_version' boot property: if the
442 if (property_get("qemu.sf.back_camera_hal", prop, NULL) > 0) {
449 ALOGE("qemu.sf.back_camera_hal is not a number: %s", prop)
    [all...]
QemuClient.cpp 19 * services in the emulator via qemu pipe.
38 * Qemu query
191 * Qemu client base
210 * Qemu client API
219 ALOGE("%s: Qemu client is already connected", __FUNCTION__);
231 * characters for 'qemud:'. This is required by qemu pipe protocol. */
261 ALOGE("%s: Qemu client is not connected", __FUNCTION__);
265 /* Note that we don't use here qemud_client_send, since with qemu pipes we
267 * the pipe. So, we can use simple write, and qemu pipe will take care of the
273 ALOGE("%s: Error sending data via qemu pipe: '%s'"
    [all...]
  /frameworks/base/docs/html/tools/help/
emulator.jd 139 <pre>emulator -avd &lt;avd_name&gt; [-&lt;option&gt; [&lt;value&gt;]] ... [-&lt;qemu args&gt;]</pre>
171 If <code>-data</code> is not used, the emulator looks for a file named {@code userdata-qemu.img}
268 <td>Enable the root shell (as in <code>-shell</code> and specify the QEMU character
270 <td>&lt;device&gt; must be a QEMU device type. See the documentation for '-serial <em>dev</em>' at
271 <a href="http://wiki.qemu.org/download/qemu-doc.html">http://wiki.qemu.org/download/qemu-doc.html</a>
279 <li><code>-shell-serial fdpair:0:1</code> uses the normal stdin and stdout fds, except that QEMU won't tty-cook the data.</li>
410 an external character device or socket. The format of <code>&lt;device&gt;</code> must be QEMU-specifi
    [all...]
  /build/target/board/vbox_x86/
init.vbox_x86.rc 63 # The qemu-props program is used to set various system
69 service qemu-props /system/bin/qemu-props
  /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/generic/mini-emulator-armv7-a-neon/
init.mini-emulator.rc 81 # The qemu-props program is used to set various system
87 service qemu-props /system/bin/qemu-props

Completed in 271 milliseconds

1 2 34 5 6 7 8 91011>>