Home
last modified time | relevance | path

Searched +full:pre +full:- +full:scaling (Results 1 – 4 of 4) sorted by relevance

/qemu/docs/system/i386/
H A Dhyperv.rst1 Hyper-V Enlightenments
6 -----------
11 It may, however, be hard-to-impossible to add support for these interfaces to
14 KVM on x86 implements Hyper-V Enlightenments for Windows guests. These features
15 make Windows and Hyper-V guests think they're running on top of a Hyper-V
16 compatible hypervisor and use Hyper-V specific features.
20 -----
22 No Hyper-V enlightenments are enabled by default by either KVM or QEMU. In
25 .. parsed-literal::
27 |qemu_system| --enable-kvm --cpu host,hv_relaxed,hv_vpindex,hv_time, ...
[all …]
/qemu/hw/display/
H A Dssd0303.c4 * Copyright (c) 2006-2007 CodeSourcery.
34 /* Scaling factor for pixels. */
80 switch (s->mode) { in ssd0303_send()
84 s->mode = SSD0303_CMD; in ssd0303_send()
86 s->mode = SSD0303_DATA; in ssd0303_send()
92 if (s->col < 132) { in ssd0303_send()
93 s->framebuffer[s->col + s->row * 132] = data; in ssd0303_send()
94 s->col++; in ssd0303_send()
95 s->redraw = 1; in ssd0303_send()
99 old_cmd_state = s->cmd_state; in ssd0303_send()
[all …]
/qemu/fpu/
H A Dsoftfloat.c5 * IEC/IEEE Floating-point Arithmetic Package. Those parts of the code (and
9 * the SoftFloat-2a license
11 * GPL-v2-or-later
14 * taken to be licensed under the Softfloat-2a license unless specifically
20 This C source file is part of the SoftFloat IEC/IEEE Floating-point
26 National Science Foundation under grant MIP-9311980. The original version
27 of this code was written as part of a project to build a fixed-point vector
79 * version 2 or later. See the COPYING file in the top-level directory.
89 /*----------------------------------------------------------------------------
90 | Primitive arithmetic functions, including multi-word arithmetic, and
[all …]
/qemu/target/i386/kvm/
H A Dkvm.c4 * Copyright (C) 2006-2008 Qumranet Technologies
11 * See the COPYING file in the top-level directory.
16 #include "qapi/qapi-events-run-state.h"
28 #include "standard-headers/asm-x86/kvm_para.h"
29 #include "hw/xen/interface/arch-x86/cpuid.h"
32 #include "host-cpu.h"
39 #include "../confidential-guest.h"
42 #include "xen-emu.h"
44 #include "hyperv-proto.h"
47 #include "qemu/host-utils.h"
[all …]