Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
libvirt
提交
1b54b27b
L
libvirt
项目概览
openeuler
/
libvirt
通知
3
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
L
libvirt
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
1b54b27b
编写于
11月 07, 2017
作者:
D
Dawid Zamirski
提交者:
John Ferlan
11月 07, 2017
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
docs: Update news.xml with vbox changes.
上级
8b5eefb6
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
74 addition
and
0 deletion
+74
-0
docs/news.xml
docs/news.xml
+74
-0
未找到文件。
docs/news.xml
浏览文件 @
1b54b27b
...
@@ -37,8 +37,82 @@
...
@@ -37,8 +37,82 @@
<section
title=
"New features"
>
<section
title=
"New features"
>
</section>
</section>
<section
title=
"Improvements"
>
<section
title=
"Improvements"
>
<change>
<summary>
vbox: Add support for configuring storage controllers
</summary>
<description>
The VirtualBox driver now supports the
<code>
<
controller
>
</code>
element in the domain XML for configuring storage controllers in VBOX
VMs. Additionally, libvirt's domain XML schema was updated to allow
optional
<code>
model
</code>
attribute for
<code>
<
controller
type='ide'
>
</code>
which is used by the VBOX driver to set the
IDE controller model to be one of 'piix4', 'piix4' (default), or
'ich6'. Finally, with this change
<code>
dumpxml
</code>
generates
<code>
<
controller
>
</code>
elements that correspond to current
VBOX VM storage controller configuration.
</description>
</change>
<change>
<summary>
vbox: Add support for attaching empty removable disks
</summary>
<description>
The VirutalBox driver now supports adding CD-ROM and floppy disk
devices that do not have the disk source specified. Previously such
devices were silently ignored.
</description>
</change>
<change>
<summary>
vbox: Add support for attaching SAS storage controllers
</summary>
<description>
In VirtualBox, SCSI and SAS are distinct controller types whereas
libvirt does not make such distinction. Therefore, the VBOX driver was
updated to allow attaching SAS controllers via
<code>
<
controller
type='scsi' model='lsisas1068'
>
</code>
element. If there are
both SCSI and SAS controllers present in the VBOX VM, the domain XML
can associate the disk device using the
<code>
<
address
>
</code>
element with the
<code>
controller
</code>
attribute, and optionally,
set the port via
<code>
unit
</code>
attribute.
</description>
</change>
</section>
</section>
<section
title=
"Bug fixes"
>
<section
title=
"Bug fixes"
>
<change>
<summary>
vbox: Do not ignore failures to attach disk devices when defining
</summary>
<description>
The
<code>
define
</code>
now fails and reports an error if any of the
<code>
controller
</code>
or
<code>
disk
</code>
devices specified in the
domain XML fail to attach to the VirtualBox VM.
</description>
</change>
<change>
<summary>
vbox: Fix dumpxml to always output disk devices
</summary>
<description>
The VirtualBox driver was ignoring any disk devices in
<code>
dumpxml
</code>
output if there was a SAS storage controller
attached to the VM.
</description>
</change>
<change>
<summary>
vbox: Fix dumpxml to always generate valid domain XML
</summary>
<description>
When a VirtualBox VM has multiple disks attached, each to a different
storage controller that uses 'sd' prefix for block device names e.g.
one disk attached to SATA and one to SCSI controller, it no longer
generates XML where both would have 'sda' device name assigned.
Instead it properly assigns 'sda' and 'sdb' to those disks in the
order of appearance.
</description>
</change>
</section>
</section>
</release>
</release>
<release
version=
"v3.9.0"
date=
"2017-11-02"
>
<release
version=
"v3.9.0"
date=
"2017-11-02"
>
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录