mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-10-07 15:34:05 +03:00
Compare commits
4 Commits
v11.1.0-rc
...
v11.1.0
Author | SHA1 | Date | |
---|---|---|---|
|
9cd0673748 | ||
|
2c4e820188 | ||
|
538b50f0c9 | ||
|
d99d3e1232 |
24
NEWS.rst
24
NEWS.rst
@@ -8,7 +8,7 @@ the changes introduced by each of them.
|
||||
For a more fine-grained view, use the `git log`_.
|
||||
|
||||
|
||||
v11.1.0 (unreleased)
|
||||
v11.1.0 (2025-03-03)
|
||||
====================
|
||||
|
||||
* **Packaging changes**
|
||||
@@ -20,8 +20,6 @@ v11.1.0 (unreleased)
|
||||
as a loadable module. The ``storage-file/libvirt_storage_file_fs.so`` module
|
||||
no longer exists and its functionality is embedded directly.
|
||||
|
||||
* **Security**
|
||||
|
||||
* **Removed features**
|
||||
|
||||
* vbox: removed support for version 6.1 APIs
|
||||
@@ -72,6 +70,26 @@ v11.1.0 (unreleased)
|
||||
|
||||
* **Bug fixes**
|
||||
|
||||
* tools: ssh-proxy: Check if domain is running before connecting to it
|
||||
|
||||
If domain is not running but has a static CID configured for its VSOCK then
|
||||
the ssh-proxy parsed it anyways. This may have resulted in mistakenly
|
||||
connecting to a different domain. Domain status is checked before parsing
|
||||
its CID.
|
||||
|
||||
* apparmor: Allow SGX if configured
|
||||
|
||||
If domain has ``<memory model='sgx-epc'\>`` configured then libvirt now
|
||||
adds corresponding devices into a per-domain profile so that AppArmor does
|
||||
not deny QEMU access to them.
|
||||
|
||||
* qemu: Fix crash when starting a domain on a host with unknown host CPU
|
||||
|
||||
On hosts where we cannot detect a host CPU model (mostly aarch64 hosts)
|
||||
starting a domain with a custom CPU model caused a crash of virtqemud.
|
||||
|
||||
The bug was introduced in libvirt-10.9.0
|
||||
|
||||
|
||||
v11.0.0 (2025-01-15)
|
||||
====================
|
||||
|
8
po/ko.po
8
po/ko.po
@@ -18,7 +18,7 @@ msgstr ""
|
||||
"Project-Id-Version: libvirt 6.0.0\n"
|
||||
"Report-Msgid-Bugs-To: https://libvirt.org/bugs.html\n"
|
||||
"POT-Creation-Date: 2025-02-24 10:18+0000\n"
|
||||
"PO-Revision-Date: 2025-02-25 09:34+0000\n"
|
||||
"PO-Revision-Date: 2025-03-01 03:12+0000\n"
|
||||
"Last-Translator: 김인수 <simmon@nplob.com>\n"
|
||||
"Language-Team: Korean <https://translate.fedoraproject.org/projects/libvirt/"
|
||||
"libvirt/ko/>\n"
|
||||
@@ -27,7 +27,7 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: Weblate 5.10\n"
|
||||
"X-Generator: Weblate 5.10.2\n"
|
||||
|
||||
msgid ""
|
||||
"\n"
|
||||
@@ -1468,7 +1468,7 @@ msgid "'pool' and 'volume' must be specified together for 'pool' type source"
|
||||
msgstr "'pool' 유형 소스의 'pool' 및 'volume'을 함께 지정해야 합니다"
|
||||
|
||||
msgid "'queue' count must be configured for explicit iothread to queue mapping"
|
||||
msgstr ""
|
||||
msgstr "'queue' 상수는 명백한 iothread를 대기열 대응을 위해 구성되어야 합니다"
|
||||
|
||||
msgid "'queues' is only supported by virtio-scsi controller"
|
||||
msgstr "'queues'는 virtio-scsi 제어기에서만 지원됩니다"
|
||||
@@ -39942,7 +39942,7 @@ msgid "virtio-mem isn't supported by this QEMU binary"
|
||||
msgstr "virtio-mem은 이 QEMU 바이너리에서 지원되지 않습니다"
|
||||
|
||||
msgid "virtio-mem-ccw can't use different page size than the boot memory"
|
||||
msgstr ""
|
||||
msgstr "virtio-mem-ccw는 부트 메모리보다 다른 부분 크기를 사용 할 수 없습니다"
|
||||
|
||||
#, c-format
|
||||
msgid ""
|
||||
|
Reference in New Issue
Block a user