Re: [RFC PATCH v4 22/36] i386/tdx: Track RAM entries for TDX VM

2022-05-27 Thread Xiaoyao Li
On 5/26/2022 3:33 PM, Xiaoyao Li wrote: On 5/24/2022 3:37 PM, Gerd Hoffmann wrote: +    if (e->address == address && e->length == length) { +    e->type = TDX_RAM_ADDED; +    } else if (e->address == address) { +    e->address += length; +    e->length -=

Re: make -j check failing on master, interesting valgrind errors on qos-test vhost-user-blk-test/basic

2022-05-27 Thread Claudio Fontana
On 5/27/22 9:26 AM, Dario Faggioli wrote: > On Thu, 2022-05-26 at 20:18 +0200, Claudio Fontana wrote: >> Forget about his aspect, I think it is a separate problem. >> >> valgind of qos-test when run restricted to those specific paths (-p >>

Re: make -j check failing on master, interesting valgrind errors on qos-test vhost-user-blk-test/basic

2022-05-27 Thread Dario Faggioli
On Thu, 2022-05-26 at 20:18 +0200, Claudio Fontana wrote: > Forget about his aspect, I think it is a separate problem. > > valgind of qos-test when run restricted to those specific paths (-p > /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-net-pci/virtio- >

Re: Re: [PATCH 0/3] recover hardware corrupted page by virtio balloon

2022-05-27 Thread zhenwei pi
On 5/27/22 02:37, Peter Xu wrote: On Wed, May 25, 2022 at 01:16:34PM -0700, Jue Wang wrote: The hypervisor _must_ emulate poisons identified in guest physical address space (could be transported from the source VM), this is to prevent silent data corruption in the guest. With a paravirtual

<    1   2   3   4