64435eabdc
Update to v4.1.0. Also includes other major packaging changes as follows: There is a new package maintenance workflow - see README.PACKAGING for details. The sibling packages qemu-linux-user and qemu-testsuite are now created with the Build Service's MultiBuild feature. This also necessitates combining the qemu-linux-user changelog content back into qemu's. Luckily the delta there is quite small. Note that the qemu spec file is now that much busier, but added section markers should help reduce the confusion. Also qemu is being enabled for RISCV host compatibility, so some changes are related to that as well. OBS-URL: https://build.opensuse.org/request/show/730437 OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=487 |
||
---|---|---|
_constraints | ||
_multibuild | ||
.gitattributes | ||
.gitignore | ||
80-kvm.rules | ||
80-qemu-ga.rules | ||
acpi_piix4-Fix-migration-from-SLE11-SP2.patch | ||
AIO-Reduce-number-of-threads-for-32bit-h.patch | ||
ati-add-edid-support.patch | ||
ati-vga-add-rage128-edid-support.patch | ||
ati-vga-fix-ati_read.patch | ||
ati-vga-make-i2c-register-and-bits-confi.patch | ||
ati-vga-make-less-verbose.patch | ||
ati-vga-try-vga-ddc-first.patch | ||
bridge.conf | ||
bundle2local.sh | ||
bundle2spec.sh | ||
bundles.tar.xz | ||
checkbundle.sh | ||
Conditionalize-ui-bitmap-installation-be.patch | ||
config.sh | ||
configure-only-populate-roms-if-softmmu.patch | ||
Disable-Waddress-of-packed-member-for-GC.patch | ||
Do-not-apply-WORKAROUND_CFLAGS-for-host-.patch | ||
enable-cross-compilation-on-ARM.patch | ||
Fix-s-directive-argument-is-null-error.patch | ||
git2pkg.sh | ||
hdata-vpd-fix-printing-char-0x00.patch | ||
hw-intc-exynos4210_gic-provide-more-room.patch | ||
hw-smbios-handle-both-file-formats-regar.patch | ||
hw-usb-dev-mtp-Fix-GCC-9-build-warning.patch | ||
hw-usb-hcd-xhci-Fix-GCC-9-build-warning.patch | ||
i8254-Fix-migration-from-SLE11-SP2.patch | ||
increase-x86_64-physical-bits-to-42.patch | ||
initbundle.sh | ||
ipxe-Makefile-fix-issues-of-build-reprod.patch | ||
ksm.service | ||
kvm.conf | ||
linux-user-add-binfmt-wrapper-for-argv-0.patch | ||
linux-user-binfmt-support-host-binaries.patch | ||
linux-user-Fake-proc-cpuinfo.patch | ||
linux-user-lseek-explicitly-cast-non-set.patch | ||
linux-user-properly-test-for-infinite-ti.patch | ||
linux-user-use-target_ulong.patch | ||
Make-char-muxer-more-robust-wrt-small-FI.patch | ||
Make-installed-scripts-explicitly-python.patch | ||
Make-keycode-gen-output-reproducible-use.patch | ||
pc-bios-s390-ccw-net-avoid-warning-about.patch | ||
pkg2git.sh | ||
PPC-KVM-Disable-mmu-notifier-check.patch | ||
qemu-4.1.0.tar.xz | ||
qemu-binfmt-conf-Modify-default-path.patch | ||
qemu-binfmt-conf-use-qemu-ARCH-binfmt.patch | ||
qemu-bridge-helper-reduce-security-profi.patch | ||
qemu-cvs-gettimeofday.patch | ||
qemu-cvs-ioctl_debug.patch | ||
qemu-cvs-ioctl_nodirection.patch | ||
qemu-ga@.service | ||
qemu-ifup | ||
qemu-kvm.1.gz | ||
qemu-rpmlintrc | ||
qemu-supportconfig | ||
qemu.changes | ||
qemu.keyring | ||
qemu.spec | ||
qemu.spec.in | ||
Raise-soft-address-space-limit-to-hard-l.patch | ||
README.PACKAGING | ||
refresh.sh | ||
roms-change-cross-compiler-naming-to-be-.patch | ||
roms-Makefile-pass-a-packaging-timestamp.patch | ||
roms-Makefile.edk2-don-t-invoke-git-sinc.patch | ||
roms-sgabios-Fix-csum8-to-be-built-by-ho.patch | ||
seabios-switch-to-python3-as-needed.patch | ||
seabios-use-python2-explicitly-as-needed.patch | ||
sgabios-Makefile-fix-issues-of-build-rep.patch | ||
stub-out-the-SAN-req-s-in-int13.patch | ||
supported.arm.txt | ||
supported.ppc.txt | ||
supported.s390.txt | ||
supported.x86.txt | ||
Switch-order-of-libraries-for-mpath-supp.patch | ||
tests-block-io-test-130-needs-some-delay.patch | ||
tests-change-error-message-in-test-162.patch | ||
tests-qemu-iotests-Triple-timeout-of-i-o.patch | ||
update_git.sh | ||
vbe-add-edid-support.patch | ||
vga-add-ati-bios-tables.patch | ||
vga-add-atiext-driver.patch | ||
vga-make-memcpy_high-public.patch | ||
vga-move-modelist-from-bochsvga.c-to-new.patch | ||
vga-Raise-VRAM-to-16-MiB-for-pc-0.15-and.patch | ||
Workaround-compilation-error-with-gcc-9..patch | ||
xen_disk-Add-suse-specific-flush-disable.patch | ||
xen-add-block-resize-support-for-xen-dis.patch | ||
xen-ignore-live-parameter-from-xen-save-.patch | ||
XXX-dont-dump-core-on-sigabort.patch |
The qemu package, and derived packages have a special maintenance workflow in order to support git based patching. Please use it in order to have changes you make be acceptable to the package maintainers. The qemu.spec file is generated from a qemu.spec.in template, so to make changes to the spec file (besides patch name or order changes), you'll need to edit the template. The patches included are inserted into the spec file by scripts described below. If you are not modifying any patches or their order, but just need to update the spec file from a changed template, run the refresh.sh script. If the set of patches is being modified, including their order, you will want to first run pkg2git.sh, in order to get the current patch queue made available in a local git branch named frombundle. (qemu packaging now includes a "bundle of git bundles" stored as a package source file, which contains the "git version" of the package patches.) You will create an altered patch queue in the $GIT_BRANCH branch (see config.h for actual name), and use the frombundle branch as a starting point (eg perhaps start by doing git reset frombundle, then cherry -pick upstream patches from there). Once you have the patch queue ready to go run git2pkg.sh to update the bundle of bundles (bundles.tsr.xz file) as well as the spec and patch files. Additional Notes: ** SPECIAL NOTE ABOUT CURRENT STATUS *** The current status as of 12 Sep 2019 is that for this incarnation of qemu packaging, the old update_git.sh workflow is no longer supported, being suplanted with the workflow described above. THIS IS STILL A WORK IN PROGRESS. If it isn't working right, please contact Bruce Rogers <brogers@suse.com>. It isn't foolproof by a long shot! Also note that qemu now takes advantage of the MultiBuild feature of the Build Service. No longer do the qemu-linux-user and qemu-testsuite packages have build service links to the qemu package, but instead are generated straight from the main qemu spec file via the use of a _multibuild file which identifies those package variants. - Bruce Rogers *** END SPECIAL NOTE *** Patches which are from an upstream git repo should have the commit id recorded just below the Subject line (after a blank line) as follows: Git-commit: <40-char-sha-id> If a patch is anticipated to be shortly included in upstream repo, mark that fact by doing the above with 40 0's, which will flag it as needing to be updated in the near future. Bug or feature tracking identifiers should also be added to the patch similarly, using the abbreviations identified here: http://en.opensuse.org/openSUSE:Packaging_Patches_guidelines#Current_set_of_abbreviations using the "Reference:" tag, with multiple entries comma separated. The ability to provide a conditional inclusion of a patch (eg based on architecture, is provided by using the "Include-If:" tag similarly, as follows: Include-If: %ifarch aarch64 This will cause the patch application in the spec file to be done as follows: %ifarch aarch64 %patch0013 -p1 %endif A track worth noting is, if a given git tracked patch is to be applied in a way that can't be done in the normal patching section of the specfile, you can still include the patch, and use it by name with the patch program elsewhere in the spec file by doing something such as: Include-If: %if 0%{?patch-possibly-applied-elsewhere} (this variable will remain undefined in the spec file) And then elsewhere in spec file, the actual patch (eg specially-handled-change.patch) is referenced as, eg: patch -p1 < %_sourcedir/specially-handled-change.patch