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

<<11121314151617181920>>

  /external/qemu/hw/
pci_host.h 2 * QEMU Common PCI Host bridge configuration data space access routines.
usb-msd.c 10 #include "qemu-common.h"
287 ret = set_usb_string(data, "QEMU " QEMU_VERSION);
291 ret = set_usb_string(data, "QEMU USB HARDDRIVE");
566 snprintf(s->dev.devname, sizeof(s->dev.devname), "QEMU USB MSD(%.16s)",
usb-hid.c 2 * QEMU USB HID devices
369 /* Indices are QEMU keycodes, values are from HID Usage Table. Indices
514 0, "QEMU USB Mouse");
556 1, "QEMU USB Tablet");
708 ret = set_usb_string(data, "QEMU " QEMU_VERSION);
865 pstrcpy(s->dev.devname, sizeof(s->dev.devname), "QEMU USB Tablet");
886 pstrcpy(s->dev.devname, sizeof(s->dev.devname), "QEMU USB Mouse");
905 pstrcpy(s->dev.devname, sizeof(s->dev.devname), "QEMU USB Keyboard");
usb.h 2 * QEMU USB API
192 struct USBPort *next; /* Used internally by qemu. */
scsi-disk.c 16 #include <qemu-common.h>
31 #include "qemu-common.h"
53 /* Both sector and sector_count are in terms of qemu 512 byte blocks. */
67 /* The qemu block layer uses a fixed 512 byte sector size.
583 memcpy(&outbuf[16], "QEMU CD-ROM ", 16);
586 memcpy(&outbuf[16], "QEMU HARDDISK ", 16);
588 memcpy(&outbuf[8], "QEMU ", 8);
armv7m_nvic.c 14 #include "qemu-timer.h"
45 /* qemu timers run at 1GHz. We want something closer to 1MHz. */
55 /* Conversion factor from qemu timer to SysTick frequencies. */
bt-hci-csr.c 21 #include "qemu-common.h"
22 #include "qemu-char.h"
23 #include "qemu-timer.h"
  /external/qemu/
iolooper-select.c 2 #include "qemu-common.h"
os-win32.c 34 #include "qemu-options.h"
183 QEMU to run on a single CPU */
kqemu.c 42 #include "qemu-common.h"
180 fprintf(stderr, "Could not open '%s' - QEMU acceleration layer not activated: %lu\n",
187 fprintf(stderr, "Could not open '%s' - QEMU acceleration layer not activated: %s\n",
200 fprintf(stderr, "Version mismatch between kqemu module and qemu (%08x %08x) - disabling kqemu use\n",
238 fprintf(stderr, "Error %d while initializing QEMU acceleration layer - disabling it for now\n", ret);
926 QEMU paravirtualization interface. The current interface only
savevm.c 2 * QEMU System Emulator
73 #include "qemu-common.h"
78 #include "qemu-timer.h"
79 #include "qemu-char.h"
85 #include "qemu-queue.h"
1075 fprintf(stderr, "qemu: warning: instance 0x%x of device '%s' not present in current VM\n",
1080 fprintf(stderr, "qemu: warning: error while loading state for instance 0x%x of device '%s'\n",
    [all...]
arm-semi.c 31 #include "qemu.h"
35 #include "qemu-common.h"
483 fprintf(stderr, "qemu: Unsupported SemiHosting SWI 0x%02x\n", nr);
posix-aio-compat.c 2 * QEMU posix-aio emulation
25 #include "qemu-queue.h"
28 #include "qemu-common.h"
qemu-sockets-android.c 2 * inet and unix socket functions for qemu
23 #include "qemu-common.h" /* for qemu_isdigit */
497 snprintf(unpath, sizeof(unpath), "%s/qemu-socket-XXXXXX",
shaper.c 13 #include "qemu-common.h"
14 #include "qemu-timer.h"
105 QEMUTimer* timer; /* QEMU timer */
  /external/qemu/memcheck/
memcheck_logging.h 20 #include "qemu-common.h"
  /external/qemu/target-i386/
kvm-gs-restore.c 3 #include "qemu-common.h"
  /external/qemu/tcg/sparc/
tcg-target.h 2 * Tiny Code Generator for QEMU
  /hardware/libhardware/include/hardware/
qemud.h 23 /* the following is helper code that is used by the QEMU-specific
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
UnixStream.cpp 84 snprintf(path, pathlen, "%s/qemu-gles-%d", tmp, port_number);
  /build/core/
cleanbuild.mk 205 $(PRODUCT_OUT)/data-qemu/* \
206 $(PRODUCT_OUT)/userdata-qemu.img
  /external/qemu/android/
cmdline-options.h 72 CFG_PARAM( data, "<file>", "data image (default <datadir>/userdata-qemu.img" )
82 OPT_FLAG ( no_snapshot, "perform a full boot and do not do not auto-save, but qemu vmload and vmsave operate on snapstorage" )
  /external/qemu/android/protocol/
core-connection.c 16 #include "qemu-common.h"
269 snprintf(buf, sizeof(buf), "qemu %s\r\n", stream_name);
  /external/qemu/android/camera/
camera-service.c 21 #include "qemu-common.h"
372 * qc - Qemu client to send the payload size to.
402 * qc - Qemu client to send the reply to.
448 * qc - Qemu client to send the reply to.
460 * qc - Qemu client to send the reply to.
722 * qc - Qemu client for the emulated camera.
751 * qc - Qemu client for the emulated camera.
787 * qc - Qemu client for the emulated camera.
    [all...]
  /external/qemu/block/
vpc.c 25 #include "qemu-common.h"
531 // TODO Check if "qemu" creator_app is ok for VPC
532 memcpy(footer->creator_app, "qemu", 4);

Completed in 240 milliseconds

<<11121314151617181920>>