Accepting request 228957 from home:a_faerber:branches:Virtualization

Update to v2.0.0-rc1

OBS-URL: https://build.opensuse.org/request/show/228957
OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=200
This commit is contained in:
Andreas Färber
2014-04-03 22:50:11 +00:00
committed by Git OBS Bridge
parent 0e7dd46c01
commit 678bd2896d
48 changed files with 204 additions and 232 deletions

View File

@@ -21,9 +21,9 @@ Url: http://www.qemu.org/
Summary: Universal CPU emulator
License: BSD-3-Clause and GPL-2.0 and GPL-2.0+ and LGPL-2.1+ and MIT
Group: System/Emulators/PC
Version: 1.7.90
Version: 1.7.91
Release: 0
Source: qemu-2.0.0-rc0.tar.bz2
Source: qemu-2.0.0-rc1.tar.bz2
# This patch queue is auto-generated from https://github.com/openSUSE/qemu
Patch0001: 0001-XXX-dont-dump-core-on-sigabort.patch
Patch0002: 0002-XXX-work-around-SA_RESTART-race-wit.patch
@@ -36,34 +36,32 @@ Patch0008: 0008-qemu-cvs-ioctl_debug.patch
Patch0009: 0009-qemu-cvs-ioctl_nodirection.patch
Patch0010: 0010-block-vmdk-Support-creation-of-SCSI.patch
Patch0011: 0011-linux-user-add-binfmt-wrapper-for-a.patch
Patch0012: 0012-linux-user-be-silent-about-capget-f.patch
Patch0013: 0013-PPC-KVM-Disable-mmu-notifier-check.patch
Patch0014: 0014-linux-user-fix-segfault-deadlock.patch
Patch0015: 0015-linux-user-binfmt-support-host-bina.patch
Patch0016: 0016-linux-user-arm-no-tb_flush-on-reset.patch
Patch0017: 0017-linux-user-Ignore-broken-loop-ioctl.patch
Patch0018: 0018-linux-user-lock-tcg.patch
Patch0019: 0019-linux-user-Run-multi-threaded-code-.patch
Patch0020: 0020-linux-user-lock-tb-flushing-too.patch
Patch0021: 0021-linux-user-Fake-proc-cpuinfo.patch
Patch0022: 0022-linux-user-implement-FS_IOC_GETFLAG.patch
Patch0023: 0023-linux-user-implement-FS_IOC_SETFLAG.patch
Patch0024: 0024-linux-user-XXX-disable-fiemap.patch
Patch0025: 0025-slirp-nooutgoing.patch
Patch0026: 0026-vnc-password-file-and-incoming-conn.patch
Patch0027: 0027-linux-user-add-more-blk-ioctls.patch
Patch0028: 0028-linux-user-use-target_ulong.patch
Patch0029: 0029-block-Add-support-for-DictZip-enabl.patch
Patch0030: 0030-block-Add-tar-container-format.patch
Patch0031: 0031-Legacy-Patch-kvm-qemu-preXX-dictzip.patch
Patch0032: 0032-Legacy-Patch-kvm-qemu-preXX-report-.patch
Patch0033: 0033-console-add-question-mark-escape-op.patch
Patch0034: 0034-Make-char-muxer-more-robust-wrt-sma.patch
Patch0035: 0035-linux-user-lseek-explicitly-cast-no.patch
Patch0036: 0036-virtfs-proxy-helper-Provide-__u64-f.patch
Patch0037: 0037-roms-Build-vgabios.bin.patch
Patch0038: 0038-configure-Enable-PIE-for-ppc-and-pp.patch
Patch0039: 0039-xen_disk-add-discard-support.patch
Patch0012: 0012-PPC-KVM-Disable-mmu-notifier-check.patch
Patch0013: 0013-linux-user-fix-segfault-deadlock.patch
Patch0014: 0014-linux-user-binfmt-support-host-bina.patch
Patch0015: 0015-linux-user-arm-no-tb_flush-on-reset.patch
Patch0016: 0016-linux-user-Ignore-broken-loop-ioctl.patch
Patch0017: 0017-linux-user-lock-tcg.patch
Patch0018: 0018-linux-user-Run-multi-threaded-code-.patch
Patch0019: 0019-linux-user-lock-tb-flushing-too.patch
Patch0020: 0020-linux-user-Fake-proc-cpuinfo.patch
Patch0021: 0021-linux-user-implement-FS_IOC_GETFLAG.patch
Patch0022: 0022-linux-user-implement-FS_IOC_SETFLAG.patch
Patch0023: 0023-linux-user-XXX-disable-fiemap.patch
Patch0024: 0024-slirp-nooutgoing.patch
Patch0025: 0025-vnc-password-file-and-incoming-conn.patch
Patch0026: 0026-linux-user-add-more-blk-ioctls.patch
Patch0027: 0027-linux-user-use-target_ulong.patch
Patch0028: 0028-block-Add-support-for-DictZip-enabl.patch
Patch0029: 0029-block-Add-tar-container-format.patch
Patch0030: 0030-Legacy-Patch-kvm-qemu-preXX-dictzip.patch
Patch0031: 0031-Legacy-Patch-kvm-qemu-preXX-report-.patch
Patch0032: 0032-console-add-question-mark-escape-op.patch
Patch0033: 0033-Make-char-muxer-more-robust-wrt-sma.patch
Patch0034: 0034-linux-user-lseek-explicitly-cast-no.patch
Patch0035: 0035-virtfs-proxy-helper-Provide-__u64-f.patch
Patch0036: 0036-configure-Enable-PIE-for-ppc-and-pp.patch
Patch0037: 0037-xen_disk-add-discard-support.patch
# Please do not add patches manually here, run update_git.sh.
# this is to make lint happy
Source300: rpmlintrc
@@ -116,7 +114,7 @@ emulations. This can be used together with the OBS build script to
run cross-architecture builds.
%prep
%setup -q -n qemu-2.0.0-rc0
%setup -q -n qemu-2.0.0-rc1
%patch0001 -p1
%patch0002 -p1
%patch0003 -p1
@@ -154,8 +152,6 @@ run cross-architecture builds.
%patch0035 -p1
%patch0036 -p1
%patch0037 -p1
%patch0038 -p1
%patch0039 -p1
%build
./configure --prefix=%_prefix --sysconfdir=%_sysconfdir \