SHA256
1
0
forked from pool/qemu

Accepting request 825860 from Virtualization:Staging

Update to v5.1.0 qemu

OBS-URL: https://build.opensuse.org/request/show/825860
OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=557
This commit is contained in:
Bruce Rogers
2020-08-11 22:53:07 +00:00
committed by Git OBS Bridge
parent 44644229e6
commit 139cdd2a16
84 changed files with 715 additions and 3405 deletions

View File

@@ -1,5 +1,5 @@
<constraints>
<!-- All builds are fine with 8GB disk -->
<!-- All builds are fine with 9GB disk -->
<overwrite>
<conditions>
<package>qemu</package>
@@ -8,10 +8,22 @@
</conditions>
<hardware>
<disk>
<size unit="G">8</size>
<size unit="G">9</size>
</disk>
</hardware>
</overwrite>
<!-- To test qemu-linux-user, armv7l needs more than the default memory -->
<overwrite>
<conditions>
<arch>armv7l</arch>
<package>qemu:linux-user</package>
</conditions>
<hardware>
<memory>
<size unit="M">8192</size>
</memory>
</hardware>
</overwrite>
<!-- To build qemu, s390x needs more than the default memory -->
<overwrite>
<conditions>