[PR #222] [CLOSED] Sm4 support #269

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

📋 Pull Request Information

Original PR: https://github.com/qemu/qemu/pull/222
Author: @huazq
Created: 9/22/2022
Status: Closed

Base: masterHead: sm4_support


📝 Commits (10+)

  • 4319ae9 tests: fix tpm-crb tpm-tis tests race
  • 1783745 device_tree: Increase FDT_MAX_SIZE to 1 MiB
  • 8ca471d ccid: Fix dwProtocols advertisement of T=0
  • cb7a41f nbd/client: Fix error messages during NBD_INFO_BLOCK_SIZE
  • 38b7a3e s390-ccw: force diag 308 subcode to unsigned long
  • b90c931 tcg/arm: Fix memory barrier encoding
  • 1ace462 target/arm: Implement v8M VLLDM and VLSTM
  • 62f7a38 target/ppc: always set PPC_MEM_TLBIE in pre 2.8 migration hack
  • 2dbaba7 spapr: don't advertise radix GTSE if max-compat-cpu < power9
  • 9ec09b6 qxl: fix local renderer crash

📊 Changes

106 files changed (+2200 additions, -462 deletions)

View changed files

📝 MAINTAINERS (+6 -0)
📝 VERSION (+1 -1)
📝 block.c (+14 -3)
📝 block/file-posix.c (+3 -0)
📝 block/iscsi.c (+1 -1)
📝 block/mirror.c (+8 -4)
📝 block/nbd-client.c (+7 -3)
📝 block/nfs.c (+7 -0)
📝 block/qcow.c (+1 -0)
📝 block/qcow2.c (+1 -1)
📝 block/raw-format.c (+39 -25)
📝 block/throttle.c (+33 -21)
📝 blockjob.c (+2 -0)
📝 chardev/char-mux.c (+1 -0)
📝 configure (+3 -1)
📝 cpus.c (+16 -2)
📝 device_tree.c (+1 -1)
📝 fpu/softfloat.c (+31 -23)
📝 hw/display/qxl-render.c (+2 -1)
📝 hw/i386/intel_iommu.c (+296 -100)

...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/222 **Author:** [@huazq](https://github.com/huazq) **Created:** 9/22/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `sm4_support` --- ### 📝 Commits (10+) - [`4319ae9`](https://github.com/qemu/qemu/commit/4319ae939c8dd5d098f4d67e8456abbab22ad16e) tests: fix tpm-crb tpm-tis tests race - [`1783745`](https://github.com/qemu/qemu/commit/1783745673dd083cbceea6d9976a048fb03ab17b) device_tree: Increase FDT_MAX_SIZE to 1 MiB - [`8ca471d`](https://github.com/qemu/qemu/commit/8ca471da10838c58baf310bdda4c6f0ea0b329fe) ccid: Fix dwProtocols advertisement of T=0 - [`cb7a41f`](https://github.com/qemu/qemu/commit/cb7a41f3f93e9d85fc739e3036612e1b622a4651) nbd/client: Fix error messages during NBD_INFO_BLOCK_SIZE - [`38b7a3e`](https://github.com/qemu/qemu/commit/38b7a3ea724ecdf63dbe989620970e5aab96b14a) s390-ccw: force diag 308 subcode to unsigned long - [`b90c931`](https://github.com/qemu/qemu/commit/b90c93106e71a4f4e558ba98b90aa6578919a031) tcg/arm: Fix memory barrier encoding - [`1ace462`](https://github.com/qemu/qemu/commit/1ace462f9b15d6e126dcd80250a2d98a05ff2b07) target/arm: Implement v8M VLLDM and VLSTM - [`62f7a38`](https://github.com/qemu/qemu/commit/62f7a38610a9bdc5c0f7a990982b631ac9d29c11) target/ppc: always set PPC_MEM_TLBIE in pre 2.8 migration hack - [`2dbaba7`](https://github.com/qemu/qemu/commit/2dbaba7af0ae803ff3ea9b12b1db72f8f152105a) spapr: don't advertise radix GTSE if max-compat-cpu < power9 - [`9ec09b6`](https://github.com/qemu/qemu/commit/9ec09b654254f3031d08d13eb91263cdf9a84b35) qxl: fix local renderer crash ### 📊 Changes **106 files changed** (+2200 additions, -462 deletions) <details> <summary>View changed files</summary> 📝 `MAINTAINERS` (+6 -0) 📝 `VERSION` (+1 -1) 📝 `block.c` (+14 -3) 📝 `block/file-posix.c` (+3 -0) 📝 `block/iscsi.c` (+1 -1) 📝 `block/mirror.c` (+8 -4) 📝 `block/nbd-client.c` (+7 -3) 📝 `block/nfs.c` (+7 -0) 📝 `block/qcow.c` (+1 -0) 📝 `block/qcow2.c` (+1 -1) 📝 `block/raw-format.c` (+39 -25) 📝 `block/throttle.c` (+33 -21) 📝 `blockjob.c` (+2 -0) 📝 `chardev/char-mux.c` (+1 -0) 📝 `configure` (+3 -1) 📝 `cpus.c` (+16 -2) 📝 `device_tree.c` (+1 -1) 📝 `fpu/softfloat.c` (+31 -23) 📝 `hw/display/qxl-render.c` (+2 -1) 📝 `hw/i386/intel_iommu.c` (+296 -100) _...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:30:32 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/qemu#269