Searched +full:pre +full:- +full:scaling (Results 1 – 4 of 4) sorted by relevance
1 Hyper-V Enlightenments6 -----------11 It may, however, be hard-to-impossible to add support for these interfaces to14 KVM on x86 implements Hyper-V Enlightenments for Windows guests. These features15 make Windows and Hyper-V guests think they're running on top of a Hyper-V16 compatible hypervisor and use Hyper-V specific features.20 -----22 No Hyper-V enlightenments are enabled by default by either KVM or QEMU. In25 .. parsed-literal::27 |qemu_system| --enable-kvm --cpu host,hv_relaxed,hv_vpindex,hv_time, ...[all …]
4 * 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 …]
5 * IEC/IEEE Floating-point Arithmetic Package. Those parts of the code (and9 * the SoftFloat-2a license11 * GPL-v2-or-later14 * taken to be licensed under the Softfloat-2a license unless specifically20 This C source file is part of the SoftFloat IEC/IEEE Floating-point26 National Science Foundation under grant MIP-9311980. The original version27 of this code was written as part of a project to build a fixed-point vector79 * version 2 or later. See the COPYING file in the top-level directory.89 /*----------------------------------------------------------------------------90 | Primitive arithmetic functions, including multi-word arithmetic, and[all …]
4 * Copyright (C) 2006-2008 Qumranet Technologies11 * 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 …]