SHA256
1
0
forked from pool/qemu

Accepting request 657323 from home:bfrogers:branches:Virtualization

Update to v3.1.0

OBS-URL: https://build.opensuse.org/request/show/657323
OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=434
This commit is contained in:
Bruce Rogers
2018-12-11 20:47:06 +00:00
committed by Git OBS Bridge
parent efcf6cdbc8
commit 57b090e911
51 changed files with 106 additions and 95 deletions

View File

@@ -1,18 +1,18 @@
-------------------------------------------------------------------
Thu Dec 6 17:47:34 UTC 2018 - Bruce Rogers <brogers@suse.com>
Tue Dec 11 17:38:09 UTC 2018 - Bruce Rogers <brogers@suse.com>
- Update to v3.1.0-rc5: See http://wiki.qemu.org/ChangeLog/3.1
- Update to v3.1.0: See http://wiki.qemu.org/ChangeLog/3.1
Take note that ongoing feature deprecation is tracked at both
http://wiki.qemu-project.org/Features/LegacyRemoval and in
Appendix B of the qemu-doc.* files installed with the qemu package
Some noteworthy changes:
* x86 IceLake-Server and IceLake-Client cpu models added
* Document recommendations for choosing cpu modesl for x86 guests
* Support for Hyper-V enlightened VMC
* Support for Hyper-V enlightened VMCS
* stdvga and bochs-display devices can expose EDID information to the
guest. stdvga xres and yres properties are exposed in the EDID information
* s390 improvements: vfio-ap crypto device support, max-cpu model added,
etoken support, huge page packing support
etoken support, huge page backing support
* ARM: ARMv6M architecture and Cortex-M0 cpu host support added,
Cortex-A72 cpu model added, GICv2 virtualization extensions, emulation
of AArch32 virtualization, Scalable Vector Extension implemented
@@ -66,8 +66,9 @@ Thu Dec 6 17:47:34 UTC 2018 - Bruce Rogers <brogers@suse.com>
- Modify update_git.sh script to enable packaging qemu from development
time sources, not just at release time
- Removed erroneous (and now useless) tests for tar and gzip formats
- Due to OBS build failures observed, increase ppc64, ppc64le
memory for qemu-testsuite in _constraints file
- Don't exclude s390x anymore from building the qemu-testsuite
- Based on current OBS building observations make changes to storage
and memory requires specified in the _constraints file
-------------------------------------------------------------------
Thu Nov 8 17:42:55 UTC 2018 - Bruce Rogers <brogers@suse.com>