Skip to content

Commit 317fbd6

Browse files
committed
docs: add info about v11 and v12
Signed-off-by: Adalbert Lazăr <[email protected]>
1 parent 20542d0 commit 317fbd6

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

docs/kvmi.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,32 @@ at least)
234234
the vCPU threads [Christoph]
235235
- other small changes (code refactoring, message validation, etc.).
236236

237+
## v11
238+
239+
- Publication: **7th December 2020**
240+
- [Mailing list](https://lore.kernel.org/kvm/[email protected]/)
241+
- Kernel: `5.10`
242+
243+
Changes since v10:
244+
245+
- fix the event reply validation
246+
- fix the compile-time warnings reported by "kernel test robot <[email protected]>"
247+
- send the error code (KVM_ENOMEM) when the memory allocation fails
248+
while handling the KVMI_VCPU_GET_XSAVE command
249+
250+
## v12
251+
252+
- Publication: **6th October 2021**
253+
- [Mailing list](https://lore.kernel.org/kvm/[email protected]/)
254+
- Kernel: `5.15`
255+
256+
Changes since v11:
257+
258+
- rebase to 5.15 (from 5.10)
259+
- remove patches no longer needed
260+
- remove kvm_get_max_gfn()/KVMI_VM_GET_MAX_GFN (a couple of tests are needed to see
261+
if it is better to send the memory size from QEMU, during handshake)
262+
237263
## Debugging
238264

239265
Enable CONFIG_DYNAMIC_DEBUG, CONFIG_FTRACE and CONFIG_FUNCTION_TRACER and rebuild the kernel.

0 commit comments

Comments
 (0)