Home
last modified time | relevance | path

Searched refs:emulation (Results 1 – 25 of 77) sorted by relevance

1234

/external/qemu/
DChangelog31 - target-mips: fix user-mode emulation startup (Nathan Froyd)
106 - Fix SLES10sp2 installation by adding ISTAT1 register to LSI SCSI emulation
113 - BSD userspace emulation
114 - Bluetooth emulation and host passthrough support
116 - Intel e1000 emulation
117 - HPET emulation
119 - Marvell 88w8618 / MusicPal emulation
120 - Nokia N-series tablet emulation / OMAP2 processor emulation
125 - Altivec support in PPC emulation and new firmware (OpenBIOS)
130 - Freecom MusicPal system emulation (Jan Kiszka)
[all …]
DCHANGES.TXT140 - Fixed a bug in Thumb2 emulation (not used by typical SDK images yet though)
238 - Fixed bad QADD/QDADD/QSUB/QDSUB emulation in the ARM JIT.
249 - Fix GPS emulation to allow several clients concurrently. There are still
310 - Hardware emulation is now limited to the corresponding Android Virtual
358 - Using '-no-audio' no longer disables sound hardware emulation. It simply
384 - Trackball emulation has changed. First, the awkward "Control-T" keybinding
392 Also, trackball emulation is fixed in rotated/landscape mode now.
424 - Fix scrollwheel Dpad emulation in rotated mode. before that, using the
428 - Re-enable CPU fault emulation in case of unaligned data access. this was
460 - Fix scrollwheel Dpad emulation in rotated mode. before that, using the
[all …]
DLICENSE11 device emulation sources are released under the BSD license.
Dqemu-monitor.hx199 "[on|off]", "run emulation in singlestep mode or switch to normal mode", },
202 Run the emulation in single step mode.
203 If called with option off, the emulation returns to normal mode.
207 "", "stop emulation", },
210 Stop emulation.
214 "", "resume emulation", },
217 Resume emulation.
/external/qemu/target-mips/
DTODO19 - The TLB emulation is very inefficient:
36 - Userland emulation (both n32 and n64) not functional.
38 "Generic" 4Kc system emulation
43 PICA 61 system emulation
47 MALTA system emulation
51 due to lacking system controller emulation.
/external/elfutils/libebl/
Deblopenbackend.c73 const char *emulation; member
275 openbackend (elf, emulation, machine) in openbackend() argument
277 const char *emulation;
308 if ((emulation != NULL && strcmp (emulation, machines[cnt].emulation) == 0)
309 || (emulation == NULL && machines[cnt].em == machine))
312 result->emulation = machines[cnt].emulation;
404 result->emulation = "<unknown>";
444 ebl_openbackend_emulation (const char *emulation) in ebl_openbackend_emulation() argument
446 return openbackend (NULL, emulation, EM_NONE); in ebl_openbackend_emulation()
Deblbackendname.c63 return ebl != NULL ? ebl->emulation : gettext ("No backend");
DlibeblP.h65 const char *emulation; member
Dlibebl.h75 extern Ebl *ebl_openbackend_emulation (const char *emulation);
/external/qemu/docs/
DANDROID-QEMUD-SERVICES.TXT48 of hardware emulation. The corresponding clients are in
80 used to enable vibrator emulation for <timeout> milli-seconds.
92 This service is used for sensor emulation. All messages are framed and the
97 indicating which sensors are provided by the hardware emulation. The
110 an answer. This is used to simplify parts of the client emulation.
DANDROID-FRAMEBUFFER.TXT1 Android Framebuffer emulation technical notes:
4 This document tries to explain how framebuffer emulation works in the
7 1 - Hardware emulation (hw/goldfish_fb.c):
DCHAR-DEVICES.TXT125 emulation.
131 emulation.
144 - The hardware serial port emulation (e.g. hw/goldfish_tty.c) will read data
180 to connect a serial port emulation (in hw/goldfish_tty.c) to the internal
181 GSM modem emulation (see telephony/modem_driver.c).
DCPU-EMULATION.TXT21 (described below in "MMU emulation"), there are actually two TB caches per
68 When initializing the MMU emulation, one can define several zones of the
78 Most hardware emulation code initializes by registering its own region of
DANDROID-KERNEL.TXT71 need to enable ARMv7 emulation by using the -cpu cortex-a8 option, as in:
76 the emulator binary will automatically enable ARMv7 emulation for you, so doing
DDISPLAY-STATE.TXT73 by the hardware framebuffer emulation, and will be called under various
163 First, the hardware machine is initialized. The hardware fraembuffer emulation
166 allocated through malloc(). In other words, the hardware emulation does not
201 - the callback, implemented by the framebuffer hw emulation, checks for
216 Eventually, hardware emulation can also trigger other dpy_xxxx events (e.g.
/external/elfutils/src/
Dld.c235 static const char *emulation; variable
347 err = ld_prepare_state (emulation); in main()
593 if (emulation != NULL) in parse_opt_1st()
595 emulation = arg; in parse_opt_1st()
1079 if (emulation != NULL) in determine_output_format()
1081 ld_state.ebl = ebl_openbackend_emulation (emulation); in determine_output_format()
/external/grub/util/
Dmkbimage404 For El Torito floppy emulation :
408 And for El Torito Hard Disk emulation:
/external/valgrind/main/memcheck/tests/x86/
Dpushfpopf_s.S28 # because Vex does an emulation-warning check on the popfl,
/external/qemu/target-i386/
DTODO16 - CR0.AC emulation
/external/qemu-pc-bios/
DREADME2 vgabios-cirrus.bin, which are required for x86 emulation in the
/external/qemu-pc-bios/bochs/
Dconfig.h.in112 // if you plan to use the floppy drive emulation. But if
124 // CPU level emulation. Default level is set in
128 // the rest of the emulation is up to that level.
185 // Use static member functions in IO DEVice emulation modules.
689 // CLGD54XX emulation
958 // NE2K network emulation
/external/openssh/
DTODO31 - More platforms for for setproctitle() emulation (testing needed)
/external/qemu-pc-bios/vgabios/
DREADME13 The Cirrus SVGA extension is designed for the Cirrus emulation in Bochs and
73 - Kevin Lawton's vga card emulation for bochs/plex86
/external/valgrind/main/none/tests/
Dcmdline1.stdout.exp78 --show-emwarns=no|yes show warnings about emulation limits? [no]
/external/qemu/android/avd/
Dhardware-properties.ini218 # Hardware OpenGLES emulation support
223 abstract = GPU emulation

1234