Tagged articles
4 articles
Page 1 of 1
dbaplus Community
dbaplus Community
May 19, 2024 · Cloud Computing

What Is a vCPU? Comparing Virtual and Physical CPUs and Calculating Allocation

This article explains what a vCPU is, how it differs from a physical CPU, the relationship between them, methods for calculating available vCPU counts based on sockets, cores, and threads, and outlines typical allocation, scheduling, and application scenarios in cloud and virtualization environments.

CPU schedulingVirtualizationresource allocation
0 likes · 12 min read
What Is a vCPU? Comparing Virtual and Physical CPUs and Calculating Allocation
Tencent Cloud Developer
Tencent Cloud Developer
Jul 6, 2023 · Cloud Computing

Hybrid vCPU: Tencent Cloud's Exploration of Virtualizing Heterogeneous CPU Architecture

Tencent Cloud’s Hybrid vCPU research, presented at KVM Forum 2023, outlines a three‑stage roadmap from homogeneous cores to mixed x86, ARM, and RISC‑V CPUs, detailing how virtualizing heterogeneous topologies, frequencies, caches, and PMU features can boost VM performance, security, live‑migration flexibility, and data‑center utilization.

Hybrid CPUKVMLive Migration
0 likes · 25 min read
Hybrid vCPU: Tencent Cloud's Exploration of Virtualizing Heterogeneous CPU Architecture
Architects' Tech Alliance
Architects' Tech Alliance
Sep 19, 2021 · Fundamentals

Deepin aBos Integrated Machine: Architecture and Virtualization Technologies

The article explains Deepin's aBos integrated machine solution, detailing its three‑layer virtualization architecture, the role of the aSV hypervisor built on Linux KVM and QEMU, and the mechanisms of CPU, memory, and I/O virtualization, including Type‑I and Type‑II hypervisors, vCPU scheduling, and hardware‑assisted techniques.

I/O virtualizationKVMQEMU
0 likes · 13 min read
Deepin aBos Integrated Machine: Architecture and Virtualization Technologies
ITPUB
ITPUB
Jun 20, 2017 · Cloud Computing

How to Bind KVM vCPU to Specific Host CPUs with taskset

This guide explains processor affinity, shows how to isolate host CPUs using the isolcpus kernel parameter, and provides step‑by‑step commands to launch a KVM guest and bind its vCPU threads to dedicated CPUs with taskset, including verification techniques and useful tips.

CPU affinityKVMVirtualization
0 likes · 14 min read
How to Bind KVM vCPU to Specific Host CPUs with taskset