[PR #43] [CLOSED] Stable 2.6 #73

Open
opened 2026-01-31 21:29:39 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/qemu/qemu/pull/43
Author: @bordplate
Created: 9/27/2016
Status: Closed

Base: masterHead: stable-2.6


📝 Commits (10+)

  • d00ba3f i386: kvmvapic: initialise imm32 variable
  • 5b6c12e spice/gl: add & use qemu_spice_gl_monitor_config
  • 07a3a48 vl: change runstate only if new state is different from current state
  • 5a908cb tools: kvm_stat: Powerpc related fixes
  • ea819be exec.c: Ensure right alignment also for file backed ram
  • 2cf1a12 usb:xhci: no DMA on HC reset
  • a525dec target-mips: fix call to memset in soft reset code
  • bd5d278 target-i386: key sfence availability on CPUID_SSE, not CPUID_SSE2
  • dbbadeb configure: Allow builds with extra warnings
  • 9520c6c migration: regain control of images when migration fails to complete

📊 Changes

105 files changed (+695 additions, -347 deletions)

View changed files

📝 VERSION (+1 -1)
📝 audio/mixeng.c (+1 -1)
📝 audio/ossaudio.c (+1 -1)
📝 block/backup.c (+5 -2)
📝 block/io.c (+2 -18)
📝 block/iscsi.c (+12 -3)
📝 block/nbd-client.c (+0 -4)
📝 block/nbd-client.h (+1 -1)
📝 block/nfs.c (+16 -4)
📝 block/qcow2-cluster.c (+2 -1)
📝 blockdev.c (+6 -3)
📝 configure (+2 -1)
📝 contrib/ivshmem-server/ivshmem-server.h (+1 -1)
📝 docs/specs/rocker.txt (+1 -1)
📝 docs/throttle.txt (+1 -1)
📝 exec.c (+3 -2)
📝 hw/arm/virt.c (+5 -1)
📝 hw/display/vga.c (+28 -22)
📝 hw/display/vga_int.h (+1 -0)
📝 hw/display/vmware_vga.c (+41 -37)

...and 80 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/qemu/qemu/pull/43 **Author:** [@bordplate](https://github.com/bordplate) **Created:** 9/27/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `stable-2.6` --- ### 📝 Commits (10+) - [`d00ba3f`](https://github.com/qemu/qemu/commit/d00ba3fa9b58b3128edef8e4ed840921e29dcd88) i386: kvmvapic: initialise imm32 variable - [`5b6c12e`](https://github.com/qemu/qemu/commit/5b6c12e2456ed97452c237343a64b2a01aa7a73a) spice/gl: add & use qemu_spice_gl_monitor_config - [`07a3a48`](https://github.com/qemu/qemu/commit/07a3a482c3d10c2b83e5a3052428db502578179a) vl: change runstate only if new state is different from current state - [`5a908cb`](https://github.com/qemu/qemu/commit/5a908cb1a8a3cfcade9d35b6819168785ca1fe78) tools: kvm_stat: Powerpc related fixes - [`ea819be`](https://github.com/qemu/qemu/commit/ea819be42bf460519d285cc8336defe247fb3739) exec.c: Ensure right alignment also for file backed ram - [`2cf1a12`](https://github.com/qemu/qemu/commit/2cf1a1223b915ad6813dfc8da9e866d68a11a575) usb:xhci: no DMA on HC reset - [`a525dec`](https://github.com/qemu/qemu/commit/a525decfaa3449f1458ea2d7a06320cf46aebf3f) target-mips: fix call to memset in soft reset code - [`bd5d278`](https://github.com/qemu/qemu/commit/bd5d278668f33aa08755a982986cd1159746c037) target-i386: key sfence availability on CPUID_SSE, not CPUID_SSE2 - [`dbbadeb`](https://github.com/qemu/qemu/commit/dbbadeb48c753af6327030a7dbd1d887009ae27d) configure: Allow builds with extra warnings - [`9520c6c`](https://github.com/qemu/qemu/commit/9520c6cb1f7e0c6e61c318c1022c64e4ed776335) migration: regain control of images when migration fails to complete ### 📊 Changes **105 files changed** (+695 additions, -347 deletions) <details> <summary>View changed files</summary> 📝 `VERSION` (+1 -1) 📝 `audio/mixeng.c` (+1 -1) 📝 `audio/ossaudio.c` (+1 -1) 📝 `block/backup.c` (+5 -2) 📝 `block/io.c` (+2 -18) 📝 `block/iscsi.c` (+12 -3) 📝 `block/nbd-client.c` (+0 -4) 📝 `block/nbd-client.h` (+1 -1) 📝 `block/nfs.c` (+16 -4) 📝 `block/qcow2-cluster.c` (+2 -1) 📝 `blockdev.c` (+6 -3) 📝 `configure` (+2 -1) 📝 `contrib/ivshmem-server/ivshmem-server.h` (+1 -1) 📝 `docs/specs/rocker.txt` (+1 -1) 📝 `docs/throttle.txt` (+1 -1) 📝 `exec.c` (+3 -2) 📝 `hw/arm/virt.c` (+5 -1) 📝 `hw/display/vga.c` (+28 -22) 📝 `hw/display/vga_int.h` (+1 -0) 📝 `hw/display/vmware_vga.c` (+41 -37) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 21:29:39 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/qemu#73