PING: [PATCH] qemu: support kvm-pv-ipi off

2021-10-31 Thread zhenwei pi
PING On 10/27/21 3:04 PM, zhenwei pi wrote: QEMU version 3.1 introduced PV_SEND_IPI CPUID feature bit under commit 7f710c32bb8 (target-i386: adds PV_SEND_IPI CPUID feature bit). This patch adds a new KVM feature 'pv-ipi' to disable this feature (enabled by default). Newer CPU platform (Ex, AMD

Re: [libvirt PATCH v2 0/3] PCI VPD: Handle More Edge Cases

2021-10-31 Thread Daniel Henrique Barboza
On 10/29/21 15:57, Dmitrii Shcherbakov wrote: This patch set improves edge case testing: * The parser is now more strict about checking boundary conditions when parsing fields: an invalid field length is a possibility which is now being accounted for; * The parser will now make

[PATCH 2/2] qemu: add DEVICE_UNPLUG_GUEST_ERROR event support

2021-10-31 Thread Daniel Henrique Barboza
The upcoming QEMU 6.2.0 implements a new event called DEVICE_UNPLUG_GUEST_ERROR, a new event that reports generic device unplug errors that were detected by the guest and reported back to QEMU. This new event is going to be specially useful for pseries guests that uses newer kernels (must have

[PATCH 0/2] DEVICE_UNPLUG_GUEST_ERROR support

2021-10-31 Thread Daniel Henrique Barboza
Hi, This small series adds support to a new QMP event called DEVICE_UNPLUG_GUEST_SUPPORT introduced recently in upstream QEMU. This event is emitted when a device removal error is detected in the guest side. Libvirt can use this event to to abort the removal operation immediately instead of

for rbd, how to use qmp directly to add dick

2021-10-31 Thread longguang.yue
Hi, all:     in my case, i need to add device via qmp.  but for rbd  drive needs a secret object. how to produce secret object. 'base64 -d' outputs unreadable code . -object

[PATCH v1] docs: add minor clarifications for librbd encryption

2021-10-31 Thread Or Ozeri
This should make the documentation less confusing mainly for Ceph people. Signed-off-by: Or Ozeri --- docs/formatstorageencryption.html.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/formatstorageencryption.html.in b/docs/formatstorageencryption.html.in index