[PR #295] [CLOSED] added shit #397

Closed
opened 2026-01-31 21:31:06 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/qemu/qemu/pull/295
Author: @Whanos
Created: 8/8/2025
Status: Closed

Base: stable-9.2Head: stable-9.2


📝 Commits (1)

📊 Changes

18 files changed (+282 additions, -93 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 README.rst (+45 -0)
USER_OVERRIDES.h (+120 -0)
📝 block/bochs.c (+2 -1)
📝 configs/devices/i386-softmmu/default.mak (+1 -0)
📝 hw/ide/atapi.c (+2 -2)
📝 hw/ide/core.c (+12 -11)
📝 hw/scsi/scsi-bus.c (+3 -2)
📝 hw/scsi/scsi-disk.c (+4 -3)
📝 hw/smbios/smbios.c (+7 -1)
📝 hw/usb/dev-audio.c (+5 -5)
📝 hw/usb/dev-hid.c (+23 -22)
📝 hw/usb/dev-hub.c (+7 -6)
📝 hw/usb/dev-network.c (+17 -16)
📝 hw/usb/dev-storage.c (+10 -9)
📝 linux-user/syscall.c (+3 -0)
📝 roms/edk2-version (+2 -2)
📝 target/i386/kvm/kvm.c (+18 -13)

📄 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/295 **Author:** [@Whanos](https://github.com/Whanos) **Created:** 8/8/2025 **Status:** ❌ Closed **Base:** `stable-9.2` ← **Head:** `stable-9.2` --- ### 📝 Commits (1) - [`31b0352`](https://github.com/qemu/qemu/commit/31b035260d954ce3a6663e09a518c2f5b1159389) added shit ### 📊 Changes **18 files changed** (+282 additions, -93 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `README.rst` (+45 -0) ➕ `USER_OVERRIDES.h` (+120 -0) 📝 `block/bochs.c` (+2 -1) 📝 `configs/devices/i386-softmmu/default.mak` (+1 -0) 📝 `hw/ide/atapi.c` (+2 -2) 📝 `hw/ide/core.c` (+12 -11) 📝 `hw/scsi/scsi-bus.c` (+3 -2) 📝 `hw/scsi/scsi-disk.c` (+4 -3) 📝 `hw/smbios/smbios.c` (+7 -1) 📝 `hw/usb/dev-audio.c` (+5 -5) 📝 `hw/usb/dev-hid.c` (+23 -22) 📝 `hw/usb/dev-hub.c` (+7 -6) 📝 `hw/usb/dev-network.c` (+17 -16) 📝 `hw/usb/dev-storage.c` (+10 -9) 📝 `linux-user/syscall.c` (+3 -0) 📝 `roms/edk2-version` (+2 -2) 📝 `target/i386/kvm/kvm.c` (+18 -13) </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:31:06 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/qemu#397