[PR #76] [CLOSED] Fsdev qmp support #136

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

📋 Pull Request Information

Original PR: https://github.com/qemu/qemu/pull/76
Author: @adderllyer
Created: 11/1/2018
Status: Closed

Base: masterHead: fsdev-qmp-support


📝 Commits (2)

  • a6a5b20 This patch provide qmp interface to set/query io throttle for fsdev devices.
  • 4892d3e fsdev-qmp: fix coding style issue

📊 Changes

22 files changed (+639 additions, -354 deletions)

View changed files

📝 Makefile (+19 -1)
📝 Makefile.objs (+8 -0)
📝 block/throttle.c (+3 -3)
📝 blockdev.c (+4 -92)
📝 fsdev/qemu-fsdev-dummy.c (+11 -0)
📝 fsdev/qemu-fsdev-throttle.c (+96 -48)
📝 fsdev/qemu-fsdev-throttle.h (+4 -2)
📝 fsdev/qemu-fsdev.c (+29 -0)
📝 hmp-commands-info.hx (+15 -0)
📝 hmp-commands.hx (+15 -0)
📝 hmp.c (+75 -8)
📝 hmp.h (+4 -0)
📝 include/qemu/throttle-options.h (+2 -1)
📝 include/qemu/throttle.h (+2 -2)
📝 include/qemu/typedefs.h (+1 -0)
📝 monitor.c (+4 -0)
📝 qapi/block-core.json (+3 -119)
qapi/fsdev.json (+96 -0)
📝 qapi/qapi-schema.json (+1 -0)
qapi/tlimits.json (+89 -0)

...and 2 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/76 **Author:** [@adderllyer](https://github.com/adderllyer) **Created:** 11/1/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fsdev-qmp-support` --- ### 📝 Commits (2) - [`a6a5b20`](https://github.com/qemu/qemu/commit/a6a5b20e4991f2df8cd155545362ea71a0db0f09) This patch provide qmp interface to set/query io throttle for fsdev devices. - [`4892d3e`](https://github.com/qemu/qemu/commit/4892d3ef33fa8f3612245c702edbff798a611a3e) fsdev-qmp: fix coding style issue ### 📊 Changes **22 files changed** (+639 additions, -354 deletions) <details> <summary>View changed files</summary> 📝 `Makefile` (+19 -1) 📝 `Makefile.objs` (+8 -0) 📝 `block/throttle.c` (+3 -3) 📝 `blockdev.c` (+4 -92) 📝 `fsdev/qemu-fsdev-dummy.c` (+11 -0) 📝 `fsdev/qemu-fsdev-throttle.c` (+96 -48) 📝 `fsdev/qemu-fsdev-throttle.h` (+4 -2) 📝 `fsdev/qemu-fsdev.c` (+29 -0) 📝 `hmp-commands-info.hx` (+15 -0) 📝 `hmp-commands.hx` (+15 -0) 📝 `hmp.c` (+75 -8) 📝 `hmp.h` (+4 -0) 📝 `include/qemu/throttle-options.h` (+2 -1) 📝 `include/qemu/throttle.h` (+2 -2) 📝 `include/qemu/typedefs.h` (+1 -0) 📝 `monitor.c` (+4 -0) 📝 `qapi/block-core.json` (+3 -119) ➕ `qapi/fsdev.json` (+96 -0) 📝 `qapi/qapi-schema.json` (+1 -0) ➕ `qapi/tlimits.json` (+89 -0) _...and 2 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:55 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/qemu#136