Accepting request 230823 from home:a_faerber:branches:Virtualization

Fix some aarch64 emulation bugs and try to tackle qtest failures

OBS-URL: https://build.opensuse.org/request/show/230823
OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=205
This commit is contained in:
Andreas Färber
2014-04-18 21:44:56 +00:00
committed by Git OBS Bridge
parent b2789dba62
commit bca080deaf
53 changed files with 360 additions and 53 deletions

View File

@@ -1,9 +1,31 @@
-------------------------------------------------------------------
Fri Apr 18 17:55:03 UTC 2014 - afaerber@suse.de
- Fix aarch64 emulation issues:
0043-arm-translate.c-Fix-smlald-Instruct.patch
0044-target-arm-A64-fix-unallocated-test.patch
-------------------------------------------------------------------
Thu Apr 17 16:46:52 UTC 2014 - afaerber@suse.de
- Attempt to solve or debug occasional qtest fd assertions
0039-qtest-Assure-that-init_socket-s-lis.patch
0040-qtest-Add-error-reporting-to-socket.patch
0041-qtest-Increase-socket-timeout.patch
0042-qtest-Be-paranoid-about-accept-addr.patch
-------------------------------------------------------------------
Thu Apr 17 15:46:26 UTC 2014 - afaerber@suse.de
- Update to v2.0.0: cf. http://wiki.qemu-project.org/ChangeLog/2.0
* Update update_git.sh script accordingly
-------------------------------------------------------------------
Mon Apr 14 17:49:54 UTC 2014 - afaerber@suse.de
- Update to v2.0.0-rc3: cf. http://wiki.qemu-project.org/ChangeLog/2.0
* Update update_git.sh script accordingly
* Addresses CVE-2014-0150 (bnc#873235), CVE-2013-4544
* Addresses CVE-2014-0150 (bnc#873235), CVE-2013-4544 (bnc#873613)
-------------------------------------------------------------------
Fri Apr 11 16:10:50 UTC 2014 - afaerber@suse.de