惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

WordPress大学
WordPress大学
J
Java Code Geeks
Martin Fowler
Martin Fowler
Microsoft Azure Blog
Microsoft Azure Blog
月光博客
月光博客
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
人人都是产品经理
人人都是产品经理
有赞技术团队
有赞技术团队
爱范儿
爱范儿
Engineering at Meta
Engineering at Meta
GbyAI
GbyAI
博客园 - 【当耐特】
Y
Y Combinator Blog
Last Week in AI
Last Week in AI
MongoDB | Blog
MongoDB | Blog
G
Google Developers Blog
博客园 - 三生石上(FineUI控件)
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
大猫的无限游戏
大猫的无限游戏
罗磊的独立博客
The Cloudflare Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
V
V2EX
博客园 - 司徒正美

The Register - Software: Virtualization

Xen Project gets serious about safety in push to possibly partition robot brains NodeWeaver says its perpetual licensing beats VMware’s perpetual price hikes NodeWeaver: Perpetual licensing beats VMware nickel-and-dime Microsoft cuts cloudy desktop prices by 20 percent Nutanix to add KubeVirt support to run VM on K8s at the edge Western Union zaps VMware and moves to Nutanix Nutanix thinks some Azure cloud desktops belong on-prem Nutanix thinks some Azure cloud desktops belong on-prem Nutanix brings its K8s to bare metal Half of VMware users plan to reduce usage by 2028 Xen Project announces five years of support for all releases Xen Project announces five years of support for all releases Broadcom says AI companies can’t make their own silicon One vendor doesn't mind high RAM prices: VMware NUC, NUC! Who’s there? ASUS with a thin client for cloud PCs Why flexibility will define the future of functionality AWS adds nested virtualization option for handful for EC2 Cisco set to release hypervisor as VMware alternative Cisco set to release hypervisor as VMware alternative Contain your Windows apps inside Linux Windows VMware scores early win in Siemens software licensing case Broadcom 'bulldozes' VMware CSPs with March deadline Java devs want container security - not the hassle Microsoft to face questions over From SA program Dell wants £10m+ from VMware if Tesco case goes against it Lenovo has a hunch you’re about to try quitting VMware China crew abused ESXi zero-days a year before disclosure China crew abused ESXi zero-days a year before disclosure AWS adds hybrid cloud storage support for Nutanix Nutanix pushes sovereign cloud in another swipe at VMware
Open source Cloud Hypervisor adds (futile) no-AI-code policy
Simon Sharwood Simon Sharwood · 2025-09-15 · via The Register - Software: Virtualization

Virtualization

Virtualization tool for hyperscalers now scales to 8,192 vCPUs

The Cloud Hypervisor project has introduced a No AI code policy.

Cloud Hypervisor started life in 2018 as a joint effort between Google, Intel, Amazon, and Red Hat – all of which wanted to share their work on virtualization components to speed their respective efforts to create virtual machine monitors and hypervisors. The participants decided that work was best undertaken using Rust and the rust-vmm project is the result.

Intel took the project in a slightly different direction and led to the creation of Cloud Hypervisor, a Virtual Machine Monitor for cloud workloads. The Linux Foundation took on the project in 2021, when Alibaba, ARM, ByteDance, and Microsoft were also part of the project, alongside Intel.

AMD, Ampere, Germany’s Cyberus Technology and China’s Tencent Cloud have since become supporters, and the project now describes itself as “an open source Virtual Machine Monitor that runs on top of the KVM hypervisor and the Microsoft Hypervisor.” It’s mostly used by public clouds as the hypervisor in their IaaS services, and is customized to work with the hardware they buy in bulk.

The project delivered version 48 last week, complete with the new policy to “decline any contributions known to contain contents generated or derived from using Large Language Models.”

As detailed in the project’s documentation for contributors, the reasons for the ban are “… to avoid ambiguity in license compliance and optimize the use of limited project resources, especially for code review and maintenance.”

That wording suggests Cloud Hypervisor’s maintainers fear legal complications and/or contributions comprised of AI slop.

AI coding tools are almost certainly trained on open source code, but it’s hard for developers to know if the LLMs helping them to write software also snarfed copyrighted code or projects published under restrictive licenses. All of Cloud Hypervisor’s contributors are likely targets for lawsuits, so politely declining to accept AI makes sense.

Even though the project’s participants know it’s probably a futile gesture.

In a thread debating the policy, Cyberus Technology’s Philipp Schuster expressed concern “that this policy will basically be violated starting from day 0 after being merged. We never can ensure code is not at least enhanced with/from LLM.”

In response, a contributor named Bo Chen suggested “we need a procedure to make sure the policy is explicitly acknowledged. One option is to add a pull request template that includes a mandatory checkbox, requiring contributors to affirm they have read and agree to our contribution guide.”

A notable inclusion in version 48 is documentation on how to run Windows 11 guests, which should help those creating cloudy desktop-as-a-service products.

Other additions that may interest include:

  • Lifting the maximum number of supported vCPUs on x86_64 hosts using KVM from 254 to a whopping 8192;
  • Removing support for Intel’s Software Guard Extensions (SGX);
  • Adding support for inter-VM shared memory;
  • Faster pausing for VMs that run on many vCPUs.

®