Commit Graph

  • daffdf44e7 Accepting request 1176488 from Virtualization devel Ana Guerrero 2024-05-27 09:41:14 +0000
  • d833104bab - Fix qemu-linux-user build Dario Faggioli 2024-05-22 16:57:07 +0000
  • c329054de5 - Remove duplicated entries from changelog Dario Faggioli 2024-05-17 16:43:34 +0000
  • da4f01b6ac - Fixes: * [openSUSE][RPM] Prioritize PA over PipeWire in SLE (bsc#1222218) * [openSUSE][RPM] Hostname normalization (for repr. build) done properly (boo#1084909) Dario Faggioli 2024-05-17 14:52:55 +0000
  • dba61f8424 - Fixup obscpio archives Dario Faggioli 2024-05-16 16:48:04 +0000
  • 2170c8b3a2 - Update to version 8.2.4. Full changelog/backports here: https://lore.kernel.org/qemu-devel/1715632914.382233.1013785.nullmailer@tls.msk.ru/ Some of the upstream backports are: target/sh4: Fix SUBV opcode target/sh4: Fix ADDV opcode hw/arm/npcm7xx: Store derivative OTP fuse key in little endian hw/dmax/xlnx_dpdma: fix handling of address_extension descriptor fields hw/ufs: Fix buffer overflow bug tests/avocado: update sunxi kernel from armbian to 6.6.16 target/loongarch/cpu.c: typo fix: expection backends/cryptodev-builtin: Fix local_error leaks nbd/server: Mark negotiation functions as coroutine_fn nbd/server: do not poll within a coroutine context linux-user: do_setsockopt: fix SOL_ALG.ALG_SET_KEY target/riscv/kvm: change timer regs size to u64 target/riscv/kvm: change KVM_REG_RISCV_FP_D to u64 target/riscv/kvm: change KVM_REG_RISCV_FP_F to u32 ... * mirror: Don't call job_pause_point() under graph lock (bsc#1224179) Dario Faggioli 2024-05-16 15:34:13 +0000
  • 4e48964374 - Fixes: * [openSUSE][RPM] Prioritize PA over PipeWire in SLE (bsc#1222218) * [openSUSE][RPM] Hostname normalization (for repr. build ) done properly (boo#1084909) Dario Faggioli 2024-05-08 20:52:00 +0000
  • ec0955573e Accepting request 1171015 from Virtualization Ana Guerrero 2024-05-02 21:43:25 +0000
  • 98acd7fc18 - Add the missing sources Dario Faggioli 2024-04-30 12:51:15 +0000
  • 803bc05e18 - Fix a build issue on riscv: * target/riscv/kvm: rename riscv_reg_id() to riscv_reg_id_ulong() * target/riscv/kvm: add RISCV_CONFIG_REG() * target/riscv/kvm: change timer regs size to u64 * target/riscv/kvm: change KVM_REG_RISCV_FP_D to u64 * target/riscv/kvm: change KVM_REG_RISCV_FP_F to u32 - Update to version 8.2.3. Full changelog/backports here: https://lore.kernel.org/qemu-devel/1713980341.971368.1218343.nullmailer@tls.msk.ru/ Some of the upstream backports are: * Update version for 8.2.3 release * ppc/spapr: Initialize max_cpus limit to SPAPR_IRQ_NR_IPIS. * ppc/spapr: Introduce SPAPR_IRQ_NR_IPIS to refer IRQ range for CPU IPIs. * hw/pci-host/ppc440_pcix: Do not expose a bridge device on PCI bus * hw/isa/vt82c686: Keep track of PIRQ/PINT pins separately * virtio-pci: fix use of a released vector * linux-user/x86_64: Handle the vsyscall page in open_self_maps_{2,4} * hw/audio/virtio-snd: Remove unused assignment * hw/net/net_tx_pkt: Fix overrun in update_sctp_checksum() * hw/sd/sdhci: Do not update TRNMOD when Command Inhibit (DAT) is set * hw/net/lan9118: Fix overflow in MIL TX FIFO * hw/net/lan9118: Replace magic '2048' value by MIL_TXFIFO_SIZE definition * backends/cryptodev: Do not abort for invalid session ID * hw/misc/applesmc: Fix memory leak in reset() handler * hw/block/nand: Fix out-of-bound access in NAND block buffer * hw/block/nand: Have blk_load() take unsigned offset and return boolean * hw/block/nand: Factor nand_load_iolen() method out * qemu-options: Fix CXL Fixed Memory Window interleave-granularity typo * hw/virtio/virtio-crypto: Protect from DMA re-entrancy bugs * hw/char/virtio-serial-bus: Protect from DMA re-entrancy bugs * hw/display/virtio-gpu: Protect from DMA re-entrancy bugs * ...and many more... Dario Faggioli 2024-04-30 10:27:53 +0000
  • 6efbe970e8 Accepting request 1168800 from Virtualization Ana Guerrero 2024-04-18 20:08:05 +0000
  • 3e4ec36230 - Backports and bugfixes: * hw/net/net_tx_pkt: Fix overrun in update_sctp_checksum() (bsc#1222841, CVE-2024-3567) * hw/virtio/virtio-crypto: Protect from DMA re-entrancy bugs (bsc#1222843, CVE-2024-3446) * hw/char/virtio-serial-bus: Protect from DMA re-entrancy bugs (bsc#1222843, CVE-2024-3446) * hw/display/virtio-gpu: Protect from DMA re-entrancy bugs (bsc#1222843, CVE-2024-3446) * hw/virtio: Introduce virtio_bh_new_guarded() helper (bsc#1222843, CVE-2024-3446) * hw/sd/sdhci: Do not update TRNMOD when Command Inhibit (DAT) is set (bsc#1222845, CVE-2024-3447) * hw/nvme: Use pcie_sriov_num_vfs() (bsc#1220065, CVE-2024-26328) Dario Faggioli 2024-04-18 09:35:23 +0000
  • 9f5ea18787 Accepting request 1158236 from Virtualization Ana Guerrero 2024-03-17 21:10:51 +0000
  • 6512880e04 - Update to version 8.2.2. Full changelog here: https://lore.kernel.org/qemu-devel/1709577077.783602.1474596.nullmailer@tls.msk.ru/ Some upstream backports: * chardev/char-socket: Fix TLS io channels sending too much data to the backend * tests/unit/test-util-sockets: Remove temporary file after test * hw/usb/bus.c: PCAP adding 0xA in Windows version * hw/intc/Kconfig: Fix GIC settings when using "--without-default-devices" * gitlab: force allow use of pip in Cirrus jobs * tests/vm: avoid re-building the VM images all the time * tests/vm: update openbsd image to 7.4 * target/i386: leave the A20 bit set in the final NPT walk * target/i386: remove unnecessary/wrong application of the A20 mask * target/i386: Fix physical address truncation * target/i386: check validity of VMCB addresses * target/i386: mask high bits of CR3 in 32-bit mode * pl031: Update last RTCLR value on write in case it's read back * hw/nvme: fix invalid endian conversion * update edk2 binaries to edk2-stable202402 * update edk2 submodule to edk2-stable202402 * target/ppc: Fix crash on machine check caused by ifetch * target/ppc: Fix lxv/stxv MSR facility check * .gitlab-ci.d/windows.yml: Drop msys2-32bit job * system/vl: Update description for input grab key * docs/system: Update description for input grab key * hw/hppa/Kconfig: Fix building with "configure --without-default-devices" * tests/qtest: Depend on dbus_display1_dep * meson: Explicitly specify dbus-display1.h dependency * audio: Depend on dbus_display1_dep * ui/console: Fix console resize with placeholder surface * ui/clipboard: add asserts for update and request Dario Faggioli 2024-03-15 13:42:02 +0000
  • 3ed5138cbb Accepting request 1154847 from Virtualization Ana Guerrero 2024-03-05 17:47:27 +0000
  • f55d766200 - Fix bsc#1220799. Amended commit: * [openSUSE]: Increase default phys bits to 42, if host supports that (bsc#1205978, bsc#1219977, bsc#1220799) Dario Faggioli 2024-03-04 14:41:14 +0000
  • 073e12d1e1 Accepting request 1153541 from Virtualization Dominique Leuenberger 2024-03-02 22:20:41 +0000
  • 7ac4d27425 - Backports and bugfixes: * [openSUSE]: Increase default phys bits to 42, if host supports that (bsc#1205978, bsc#1219977) * vfio/pci: Clear MSI-X IRQ index always (bsc#1220275) Dario Faggioli 2024-02-29 18:09:00 +0000
  • 64cfcba42f Accepting request 1149630 from Virtualization Ana Guerrero 2024-02-23 15:41:45 +0000
  • 61b9849b99 - Rework of some downstream patches. No functional changes Dario Faggioli 2024-02-22 18:14:52 +0000
  • ad839e1e00 - Just "prettify" the spec files a little: * [openSUSE][RPM] Cosmetic fixes to spec files (copyright, sorting, etc) Dario Faggioli 2024-02-21 17:21:23 +0000
  • 3005d1c42d Accepting request 1147915 from Virtualization Ana Guerrero 2024-02-21 16:53:06 +0000
  • 097c4ef237 - Patchqueue shrinking and bugfixing (actually, more of a temporary workaround, until a proper solution is found upstream): * [openSUSE] roms/seabios: revert some upstream commits that break a lot of use-cases * [openSUSE] roms/seabios: Drop an old (and no longer necessary) downstream patch (bsc#1219977) Dario Faggioli 2024-02-21 15:30:42 +0000
  • e132b4c55c Update to latest stable version (8.2.1) - Downstream changes: * [openSUSE][RPM]: Install the VGA module "more often" (bsc#1219164) * [openSUSE][RPM] Fix handling of qemu-kvm legacy package for RISCV * [openSUSE][RPM] factor common definitions between qemu and qemu-linux-user spec files - Upstream backports: * target/arm: Fix incorrect aa64_tidcp1 feature check * target/arm: Fix A64 scalar SQSHRN and SQRSHRN * target/xtensa: fix OOB TLB entry access * qtest: bump aspeed_smc-test timeout to 6 minutes * monitor: only run coroutine commands in qemu_aio_context * iotests: port 141 to Python for reliable QMP testing * iotests: add filter_qmp_generated_node_ids() * block/blklogwrites: Fix a bug when logging "write zeroes" operations. * virtio-net: correctly copy vnet header when flushing TX (bsc#1218484, CVE-2023-6693) * tcg/arm: Fix SIGILL in tcg_out_qemu_st_direct * linux-user/riscv: Adjust vdso signal frame cfa offsets * linux-user: Fixed cpu restore with pc 0 on SIGBUS * block/io: clear BDRV_BLOCK_RECURSE flag after recursing in bdrv_co_block_status * coroutine-ucontext: Save fake stack for pooled coroutine * tcg/s390x: Fix encoding of VRIc, VRSa, VRSc insns * accel/tcg: Revert mapping of PCREL translation block to multiple virtual addresses * acpi/tests/avocado/bits: wait for 200 seconds for SHUTDOWN event from bits VM * s390x/pci: drive ISM reset from subsystem reset * s390x/pci: refresh fh before disabling aif * s390x/pci: avoid double enable/disable of aif * hw/scsi/esp-pci: set DMA_STAT_BCMBLT when BLAST command issued * hw/scsi/esp-pci: synchronise setting of DMA_STAT_DONE with ESP completion interrupt * hw/scsi/esp-pci: generate PCI interrupt from separate ESP and PCI sources * hw/scsi/esp-pci: use correct address register for PCI DMA transfers * migration/rdma: define htonll/ntohll only if not predefined * hw/pflash: implement update buffer for block writes * hw/pflash: use ldn_{be,le}_p and stn_{be,le}_p * hw/pflash: refactor pflash_data_write() * backends/cryptodev: Do not ignore throttle/backends Errors * target/i386: pcrel: store low bits of physical address in data[0] * target/i386: fix incorrect EIP in PC-relative translation blocks * target/i386: Do not re-compute new pc with CF_PCREL * load_elf: fix iterator's type for elf file processing * target/hppa: Update SeaBIOS-hppa to version 15 * target/hppa: Fix IOR and ISR on error in probe * target/hppa: Fix IOR and ISR on unaligned access trap * target/hppa: Export function hppa_set_ior_and_isr() * target/hppa: Avoid accessing %gr0 when raising exception * hw/hppa: Move software power button address back into PDC * target/hppa: Fix PDC address translation on PA2.0 with PSW.W=0 * hw/pci-host/astro: Add missing astro & elroy registers for NetBSD * hw/hppa/machine: Disable default devices with --nodefaults option * hw/hppa/machine: Allow up to 3840 MB total memory * readthodocs: fully specify a build environment * .gitlab-ci.d/buildtest.yml: Work around htags bug when environment is large * target/s390x: Fix LAE setting a wrong access register * tests/qtest/virtio-ccw: Fix device presence checking * tests/acpi: disallow tests/data/acpi/virt/SSDT.memhp changes * tests/acpi: update expected data files * edk2: update binaries to git snapshot * edk2: update build config, set PcdUninstallMemAttrProtocol = TRUE. * edk2: update to git snapshot * tests/acpi: allow tests/data/acpi/virt/SSDT.memhp changes * util: fix build with musl libc on ppc64le * tcg/ppc: Use new registers for LQ destination * hw/intc/arm_gicv3_cpuif: handle LPIs in in the list registers * hw/vfio: fix iteration over global VFIODevice list * vfio/container: Replace basename with g_path_get_basename * edu: fix DMA range upper bound check * hw/net: cadence_gem: Fix MDIO_OP_xxx values * audio/audio.c: remove trailing newline in error_setg * chardev/char.c: fix "abstract device type" error message * target/riscv: Fix mcycle/minstret increment behavior * hw/net/can/sja1000: fix bug for single acceptance filter and standard frame * target/i386: the sgx_epc_get_section stub is reachable * configure: use a native non-cross compiler for linux-user * include/ui/rect.h: fix qemu_rect_init() mis-assignment * target/riscv/kvm: do not use non-portable strerrorname_np() * iotests: Basic tests for internal snapshots * vl: Improve error message for conflicting -incoming and -loadvm * block: Fix crash when loading snapshot on inactive node - Fixes: * bsc#1218484 (CVE-2023-6693) Dario Faggioli 2024-02-20 11:04:26 +0000
  • 1173fcd316 Accepting request 1147256 from Virtualization Ana Guerrero 2024-02-18 19:20:47 +0000
  • 1886bdb83a - Try to solve the qemu-kvm dependency issues on all arches (see, e.g., bsc#1218684) * [openSUSE][RPM] Create the legacy qemu-kvm symlink for all arches - Update changelog with proper bug references Dario Faggioli 2024-02-17 02:30:29 +0000
  • cd0b0541ea - Update the service file to use OBS-scm (by fvogt) - Various fixes: * [openSUSE][RPM] Fix enabling features on non-x86_64 * [openSUSE][RPM] Disable test-crypto-secret in linux-user build * [openSUSE] Update ipxe submodule reference (bsc#1219733, bsc#1219722) * [openSUSE][RPM] spec: allow building without spice Dario Faggioli 2024-02-16 15:27:25 +0000
  • 7a0e4ed3ff Accepting request 1144426 from Virtualization Ana Guerrero 2024-02-06 15:33:48 +0000
  • d24cbd6c66 - Fix a build issue of OVMF caused by https://gitlab.com/qemu-project/qemu/-/issues/2064: * target/i386: fix incorrect EIP in PC-relative translation blocks * target/i386: Do not re-compute new pc with CF_PCREL Dario Faggioli 2024-02-06 01:18:50 +0000
  • 59e8855d5a - Add the missing tarball Dario Faggioli 2024-01-12 13:54:47 +0000
  • a98dba93f7 - Update to latest upstream release, 8.2.0: The full list of changes are available at: https://wiki.qemu.org/ChangeLog/8.2 Highlights include: * New virtio-sound device emulation * New virtio-gpu rutabaga device emulation used by Android emulator * New hv-balloon for dynamic memory protocol device for Hyper-V guests * New Universal Flash Storage device emulation * Network Block Device (NBD) 64-bit offsets for improved performance * dump-guest-memory now supports the standard kdump format * ARM: Xilinx Versal board now models the CFU/CFI, and the TRNG device * ARM: CPU emulation support for cortex-a710 and neoverse-n2 * ARM: architectural feature support for PACQARMA3, EPAC, Pauth2, FPAC, FPACCOMBINE, TIDCP1, MOPS, HBC, and HPMN0 * HPPA: CPU emulation support for 64-bit PA-RISC 2.0 * HPPA: machine emulation support for C3700, including Astro memory controller and four Elroy PCI bridges * LoongArch: ISA support for LASX extension and PRELDX instruction * LoongArch: CPU emulation support for la132 * RISC-V: ISA/extension support for AIA virtualization support via KVM, and vector cryptographic instructions * RISC-V: Numerous extension/instruction cleanups, fixes, and reworks * s390x: support for vfio-ap passthrough of crypto adapter for protected virtualization guests * Tricore: support for TC37x CPU which implements ISA v1.6.2 * Tricore: support for CRCN, FTOU, FTOHP, and HPTOF instructions * x86: Zen support for PV console and network devices - Patch added (from upstream stable tree): * include/ui/rect.h: fix qemu_rect_init() mis-assignment Dario Faggioli 2024-01-12 13:50:55 +0000
  • 0a462f7302 - Some packaging and dependencies fixes: * [openSUSE] rpm: restrict canokey to openSUSE only * [openSUSE] rpm: fix virtiofsd dependency on 32 bit systems * [openSUSE] rpm: add support for canokeys (boo#1217520) Dario Faggioli 2024-01-10 14:02:07 +0000
  • e0952d7f38 - Rearrange dependencies and subpackages and filter features for ALP * [openSUSE] rpm: disable Xen support in ALP-based distros * [openSUSE] rpm: some more refinements of inter-subpackage dependencies Dario Faggioli 2023-12-15 14:36:21 +0000
  • 9424b28c74 - Fix boo#1084909 and create a new qemu-spice metapackage: * [openSUSE] rpm: normalize hostname, for reproducible builds (#44) * [openSUSE] rpm: new subpackage, for SPICE Dario Faggioli 2023-12-15 12:05:17 +0000
  • ffa4311d27 Accepting request 1129780 from Virtualization Ana Guerrero 2023-11-30 20:59:27 +0000
  • e30d28c757 - Align to upstream stable release. It includes many of the patches we had backported ourself, to fix bugs and issues, plus more. See here for details: * https://lore.kernel.org/qemu-devel/1700589639.257680.3420728.nullmailer@tls.msk.ru/ * https://gitlab.com/qemu-project/qemu/-/commits/stable-8.1?ref_type=heads An (incomplete!) list of such backports is: * Update version for 8.1.3 release * hw/mips: LOONGSON3V depends on UNIMP device * target/arm: HVC at EL3 should go to EL3, not EL2 * s390x/pci: only limit DMA aperture if vfio DMA limit reported * target/riscv/kvm: support KVM_GET_REG_LIST * target/riscv/kvm: improve 'init_multiext_cfg' error msg * tracetool: avoid invalid escape in Python string * tests/tcg/s390x: Test LAALG with negative cc_src * target/s390x: Fix LAALG not updating cc_src * tests/tcg/s390x: Test CLC with inaccessible second operand * target/s390x: Fix CLC corrupting cc_src * tests/qtest: ahci-test: add test exposing reset issue with pending callback * hw/ide: reset: cancel async DMA operation before resetting state * target/mips: Fix TX79 LQ/SQ opcodes * target/mips: Fix MSA BZ/BNZ opcodes displacement * ui/gtk-egl: apply scale factor when calculating window's dimension * ui/gtk: force realization of drawing area * ati-vga: Implement fallback for pixman routines * ... Dario Faggioli 2023-11-29 11:14:28 +0000
  • c1b8f30a3d Accepting request 1126776 from Virtualization Ana Guerrero 2023-11-17 19:48:04 +0000
  • ce3cbbd2a6 - Fix bsc#1216638: * target/s390x: Fix LAALG not updating cc_src * target/s390x: Fix CLC corrupting cc_src Dario Faggioli 2023-11-16 07:08:56 +0000
  • e3caa4d715 Accepting request 1120310 from Virtualization Ana Guerrero 2023-10-26 15:12:11 +0000
  • 32c7be468a - Reference bug 1215192 for CVE-2023-42467 Dario Faggioli 2023-10-25 17:32:28 +0000
  • ff030b776e - [openSUSE] supportconfig: Adapt plugin to modern supportconfig Dario Faggioli 2023-10-24 11:11:50 +0000
  • 2754f6cc82 - [openSUSE] Add -p1 to autosetup in spec files * So patches can be applied easily (might be useful for development) Dario Faggioli 2023-10-18 14:37:34 +0000
  • dce4aebdd4 - Fix (bsc#1215486): * [openSUSE][RPM] spec: enable the Pipewire audio backend (bsc#1215486) Dario Faggioli 2023-10-06 11:23:36 +0000
  • 9259a18f09 - (Properly) fix: bsc#1213210 * linux-user/elfload: Enable vxe2 on s390x - Fix: bsc#1215677 * optionrom: Remove build-id section Dario Faggioli 2023-10-05 15:46:37 +0000
  • c2455a0509 Accepting request 1111408 from Virtualization Ana Guerrero 2023-09-17 17:28:46 +0000
  • 9507393ed9 - Fix bsc#1215311: * roms/ipxe: Backport 0aa2e4ec9635, in preparation of binutils 2.41 (bsc#1215311) - Add mention to bsc#1211697 Dario Faggioli 2023-09-14 17:54:10 +0000
  • fabf38384e - Fix the build for SLE/Leap: * [openSUSE][RPM] Make the package buildable on SLE/Leap 15.x Dario Faggioli 2023-09-14 13:34:09 +0000
  • d77ebe8643 Accepting request 1110620 from Virtualization Ana Guerrero 2023-09-13 18:43:21 +0000
  • ba1eb44149 - Update to QEMU 8.1.0 and other fixes Dario Faggioli 2023-09-12 13:00:19 +0000
  • 2e4e1d26bd Accepting request 1103082 from Virtualization Dominique Leuenberger 2023-08-10 13:32:43 +0000
  • 5a32aa4f08 - perl-Text-Markdown is not available in all distros and for all arch-es. Use discount instead - Patches added: * [openSUSE][spec] Use discount instead of perl-Text-Markdown Dario Faggioli 2023-08-08 00:02:19 +0000
  • 8653034201 - Update to version 8.0.4: * Official changelog not released on the mailing list yet * Security issues fixed: - bsc#1212850 (CVE-2023-3354) - bsc#1213001 (CVE-2023-3255) - bsc#1213925 (CVE-2023-3180) - bsc#1207205 (CVE-2023-0330) Dario Faggioli 2023-08-07 17:35:31 +0000
  • 3a7d4cb905 Accepting request 1101031 from Virtualization Dominique Leuenberger 2023-07-28 20:19:38 +0000
  • 6f7b10183f - Add bug reference to the changelog Dario Faggioli 2023-07-27 09:22:43 +0000
  • aa440b8ed3 - Patches added: * hw/ide/piix: properly initialize the BMIBA register * ui/vnc-clipboard: fix infinite loop in inflate_buffer (CVE-2023-3255) Dario Faggioli 2023-07-27 09:04:39 +0000
  • d7b034ad1a Accepting request 1099120 from Virtualization Ana Guerrero 2023-07-19 17:10:03 +0000
  • 7c544e3997 Accepting request 1099119 from home:anag:branches:Virtualization Ana Guerrero 2023-07-17 16:26:48 +0000
  • 1da60434c7 Accepting request 1099065 from home:anag:branches:Virtualization Ana Guerrero 2023-07-17 09:40:27 +0000
  • 2a91db4867 - Include the new tarball (and remove the old one) Dario Faggioli 2023-07-12 13:15:45 +0000
  • f58b0594db - Update to version 8.0.3: * [openSUSE][RPM] Update to version 8.0.3 Dario Faggioli 2023-07-12 13:12:19 +0000
  • 2ad9d209b3 Accepting request 1096174 from Virtualization Dominique Leuenberger 2023-07-01 21:17:51 +0000
  • b66be37265 - Patches added (first one is relevant for boo#1197298 and bsc#1212768): * [openSUSE][RPM] Use --preserve-argv0 in qemu-linux-user (#32) * [openSUSE][RPM] Split qemu-tools package (#31) Dario Faggioli 2023-06-30 15:38:04 +0000
  • fcfa1182bd Accepting request 1090583 from Virtualization Dominique Leuenberger 2023-06-04 14:41:35 +0000
  • e7df2d8979 - Update to version 8.0.2: * Stability, security and bug fixes - Patch added: * [openSUSE][RPM] Update to version 8.0.2 Dario Faggioli 2023-06-01 23:50:23 +0000
  • 4aa452f1af Accepting request 1089601 from Virtualization Dominique Leuenberger 2023-05-30 20:01:48 +0000
  • 3f749b70f1 - Patch added: [openSUSE][RPM] Fix deps for virtiofsd and improve spec files Dario Faggioli 2023-05-29 14:44:54 +0000
  • a44e1edc88 - Update the _constraints file: * the qemu-testsuite package does not exist any longer, but some of the tests are done in the qemu package (so "transfer" some of the constraints to that one) - some of the builds are failing with OOM, happening while the RPM is actually put together, at the end of the process. Try to give them more RAM Dario Faggioli 2023-05-23 08:24:18 +0000
  • 2ad5aecff4 - Patch added: [openSUSE][RPM] spec: require virtiofsd, now that it is a sep package (#27) Dario Faggioli 2023-05-22 16:34:46 +0000
  • 89e5671a48 - Update to version 8.0.0 (https://wiki.qemu.org/ChangeLog/8.0) * Removed features: https://qemu-project.gitlab.io/qemu/about/removed-features.html * Deprecated features: https://qemu-project.gitlab.io/qemu/about/deprecated.html * Some notable changes: - ARM: - New emulated CPU types: - Cortex-A55 CPU - Cortex-R52 CPU - x86 - Add support for Xen guests under KVM with Linux v5.12+ - New CPU model "SapphireRapids" - VFIO - Experimental migration support has been updated to the v2 VFIO migration protocol - virtio - virtio-mem now fully supports combining preallocation with migration - vDPA - Support live migration of vhost-vdpa net devices without CVQ, with no need of x-svq - virtiofs - The old C virtiofsd has been removed, use the new Rust implementation instead. * Patches added: [openSUSE][RPM] Try to avoid recommending too many packages (bsc#1205680) [openSUSE][RPM] Move documentation to a subpackage and fix qemu-headless (bsc#1209629) roms: add back edk2-basetools target async: Suppress GCC13 false positive in aio_bh_poll() [openSUSE][OBS] Limit the workflow runs to the factory branch (#25) [openSUSE][RPM] Spec file adjustments for 8.0.0 Dario Faggioli 2023-05-22 14:01:12 +0000
  • 8be310aeee - Disable the set_version service. It needs more tweaks for it to work well for us Dario Faggioli 2023-05-16 06:55:07 +0000
  • 51dd7f3f66 Accepting request 1086718 from Virtualization Dominique Leuenberger 2023-05-13 15:17:09 +0000
  • 9ded6c685a Accepting request 1086717 from home:dfaggioli:devel:Virtualization Dario Faggioli 2023-05-12 09:52:35 +0000
  • bc808b243d Accepting request 1086713 from home:dfaggioli:devel:Virtualization Dario Faggioli 2023-05-12 09:37:05 +0000
  • 03742c41f4 Accepting request 1086093 from home:dfaggioli:devel:Virtualization Dario Faggioli 2023-05-10 14:17:03 +0000
  • bdb3c10a3c Accepting request 1074331 from Virtualization Dominique Leuenberger 2023-03-28 15:48:18 +0000
  • 31efaee51d Accepting request 1074330 from home:dfaggioli:devel:Virtualization Dario Faggioli 2023-03-25 13:58:21 +0000
  • 1a027a2e8b Accepting request 1073761 from Virtualization Dominique Leuenberger 2023-03-24 14:18:21 +0000
  • afd285f0d5 Accepting request 1073731 from home:dfaggioli:devel:Virtualization Dario Faggioli 2023-03-22 09:31:57 +0000
  • c199b183e1 Accepting request 1073696 from home:dfaggioli:devel:Virtualization Dario Faggioli 2023-03-22 07:34:34 +0000
  • 5ea938bebb Accepting request 1072460 from Virtualization Dominique Leuenberger 2023-03-19 15:15:46 +0000
  • 11181d0f99 Accepting request 1072453 from home:dfaggioli:devel:Virtualization Dario Faggioli 2023-03-16 16:49:05 +0000
  • f2d49b57c7 Accepting request 1070451 from Virtualization Dominique Leuenberger 2023-03-11 17:22:56 +0000
  • 54dcf1c894 Accepting request 1070449 from home:dfaggioli:devel:Virtualization Dario Faggioli 2023-03-09 15:24:53 +0000
  • 6b721d0ce9 Accepting request 1067613 from Virtualization Dominique Leuenberger 2023-02-28 11:47:49 +0000
  • 042283de9c Accepting request 1067611 from home:dfaggioli:devel:Virtualization Dario Faggioli 2023-02-24 14:34:05 +0000
  • afd6880a4c Accepting request 1067425 from home:dfaggioli:devel:Virtualization Dario Faggioli 2023-02-23 14:39:23 +0000
  • f3c7f8c6e9 Accepting request 1065424 from Virtualization Dominique Leuenberger 2023-02-14 19:07:51 +0000
  • 26c5841a5b Accepting request 1065423 from home:lizhang:branches:Virtualization Li Zhang 2023-02-13 10:43:24 +0000
  • 14664d86f9 Accepting request 1064332 from Virtualization Dominique Leuenberger 2023-02-12 18:13:59 +0000
  • 817ae1e80a Accepting request 1064282 from home:dfaggioli:devel:Virtualization Dario Faggioli 2023-02-10 14:59:47 +0000
  • ff8910906d osc copypac from project:Virtualization package:qemu revision:755 Dario Faggioli 2023-02-10 14:49:13 +0000
  • 14ed0dcb3e Accepting request 1064274 from home:dfaggioli:devel:Virtualization Dario Faggioli 2023-02-10 14:23:55 +0000
  • 7c8dd5551b Accepting request 1061672 from Virtualization Dominique Leuenberger 2023-01-29 13:10:13 +0000
  • cf555b688e Accepting request 1061671 from home:dfaggioli:devel:Virtualization Dario Faggioli 2023-01-28 01:30:27 +0000
  • 53ac5f4be5 Accepting request 1057942 from Virtualization Dominique Leuenberger 2023-01-13 23:02:15 +0000
  • 48f72cf044 Accepting request 1057941 from home:lizhang:branches:Virtualization Li Zhang 2023-01-12 09:37:39 +0000
  • 045ad7b40a Accepting request 1057125 from Virtualization Dominique Leuenberger 2023-01-10 13:59:33 +0000
  • 1d7cab1087 Accepting request 1056260 from home:dirkmueller:Factory Dario Faggioli 2023-01-09 16:13:56 +0000
  • b31b1f256b Accepting request 1038724 from Virtualization Dominique Leuenberger 2022-11-29 09:52:44 +0000
  • 843c8510e8 Accepting request 1036262 from home:yecril71pl:branches:Virtualization Dario Faggioli 2022-11-28 15:01:08 +0000