Linux 3.9内核将会支持谷歌的Goldfish模拟器

Ingo Molnar已经为Linux 3.9内核提交了x86平台的pull request,开发正式从昨晚开始。Linux 3.9内核将会支持谷歌Android的“Goldfish”模拟器。

谷歌Android模拟器使用被称为“Goldfish”的虚拟CPU,Linux 3.9内核主线能够支持。x86_GOLDFISH内核配置选项提供“启动对主要用于Android开发的Goldfish虚拟平台的支持。”

除了支持Goldfish虚拟模拟器,这个x86平台pull request也增加了对技术系统TS-5500平台的支持,改进了AMD系统上的NUMA支持。

针对Linux 3.9的x86平台特性pull可以在邮件列表中找到。Ingo Molnar同样提交了x86 UV的pull。这个pull增加了对SGI Ultraviolet System 3 (UV3)平台的支持。Ultraviolet System 3是SGI超级计算平台即将到来的更新。

Ingo同时呈报了x86 Hyperv的pull request。微软Hyper-V平台现在对Linux的支持包括Windows8改进的hypervisor中断模型。

转载请注明:Linux人社区>英文资讯翻译专版.编译
英文原文:Linux 3.9 Kernel To Support Google's GoldfishPosted by Michael Larabel on February 19, 2013

Ingo Molnar has already submitted his x86 platform pull request for the Linux 3.9 kernel that's now officially under development since last night. With the Linux 3.9 kernel will come support for Google's Android "Goldfish" emulator. 

Google's Android emulator uses a virtual CPU that the company calls "Goldfish", which with Linux 3.9 is now supported by mainline. The X86_GOLDFISH kernel configuration option now provides, "Enable support for the Goldfish virtual platform used primarily for Android development." 

Aside from supporting the Goldfish virtual Android emulator, this x86 platform pull request also adds in Technologic Systems TS-5500 platform support and improved NUMA support on AMD systems. 

The x86 platform feature pull for Linux 3.9 can be found on the mailing list. Ingo Molnar also submitted already the 3.9 pull for x86 UV. This pull adds in support for the SGI Ultraviolet System 3 (UV3) platform. The Ultraviolet System 3 is SGI's forthcoming update to their super-computing platform. 

Ingo also sent in the pull request for x86 HyperV. Microsoft's Hyper-V platform support for Linux now has support for Windows 8's improved hypervisor interrupt model.

点赞
收藏

评论区

加载中...

相关推荐

MySQL:[Err] 1292 - Incorrect datetime value: ‘0000-00-00 00:00:00‘ for column ‘CREATE_TIME‘ at row 1

文章目录问题用navicat导入数据时,报错:原因这是因为当前的MySQL不支持datetime为0的情况。解决修改sql\mode:sql\mode:SQLMode定义了MySQL应支持的SQL语法、数据校验等,这样可以更容易地在不同的环境中使用MySQL。全局s

Oracle 分组与拼接字符串同时使用

SELECTT.,ROWNUMIDFROM(SELECTT.EMPLID,T.NAME,T.BU,T.REALDEPART,T.FORMATDATE,SUM(T.S0)S0,MAX(UPDATETIME)CREATETIME,LISTAGG(TOCHAR(

手写Java HashMap源码

HashMap的使用教程HashMap的使用教程HashMap的使用教程HashMap的使用教程HashMap的使用教程22

java将前端的json数组字符串转换为列表

记录下在前端通过ajax提交了一个json数组的字符串,在后端如何转换为列表。前端数据转化与请求varcontracts{id:'1',name:'yanggb合同1'},{id:'2',name:'yanggb合同2'},{id:'3',name:'yang

2020年前端实用代码段,为你的工作保驾护航

有空的时候,自己总结了几个代码段,在开发中也经常使用,谢谢。1、使用解构获取json数据let jsonData  id: 1,status: "OK",data: 'a', 'b';let  id, status, data: number   jsonData;console.log(id, status, number )

谷歌开源Fuchsia OS,对标鸿蒙取代 Android?

谷歌宣布开放其操作系统Fuchsia的源代码,历经4年的长期开发,Fuchsia终于向公众开放了。这也是谷歌首次尝试开发全新的内核和通用操作系统。除了宣布开源该项目,谷歌还发布了Fuchsia的技术路线图,它的独特之处在于,它不是基于Linux内核,而是使用了Zircon的微内核。开放源代码,公布技术路线图