OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

virtio-comment message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [PATCH] Define the DEVICE ID of Virtio Cpu balloon device as 47


The virtio CPU balloon device is a primitive device for managing guest
CPU capacity: the device asks for certain CPU cores to be online,
offlined or throttled, and the driver performs the requested operation.
This allows the guest to adapt to changes in allowance of underlying CPU
capacity.

Signed-off-by: Shujun Xue <shujunxue@google.com>
---
Âcontent.tex | 2 ++
Â1 file changed, 2 insertions(+)

diff --git a/content.tex b/content.tex
index 0a62dce..6149612 100644
--- a/content.tex
+++ b/content.tex
@@ -739,6 +739,8 @@ \chapter{Device Types}\label{sec:Device Types}
Â\hline
Â45Â Â Â Â Â&Â ÂSPI master \\
Â\hline
+47Â Â Â Â Â&Â ÂCpu balloon device \\
+\hline
Â\end{tabular}

ÂSome of the devices above are unspecified by this document,
--
2.43.0.429.g432eaa2c6b-goog


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]