[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Questions about virtio DMA operations
From: |
Peter Maydell |
Subject: |
Re: Questions about virtio DMA operations |
Date: |
Sun, 29 Aug 2021 13:18:54 +0100 |
On Sun, 29 Aug 2021 at 04:48, Arnabjyoti Kalita
<akalita@cs.stonybrook.edu> wrote:
>
> Thank you for the detailed explanation, Peter. It makes a lot of things clear
> now.
>
> I see that the virtio block device is accessing guest physical memory that is
> not backed by a device.
That's normal, yes, but you can't guarantee it. The guest can
choose to program it to any physical memory it likes.
> Since I'm not doing a live migration, nor I am hot-unplugging the
> memory DIMM and I just want "used" virtqueue buffers be written
> to the guest memory, I can possibly just move forward without doing
> an unmap() in this case.
I'm not clear on what you're trying to do, but this doesn't
sound like the right way to go to me.
-- PMM
- Questions about virtio DMA operations, Arnabjyoti Kalita, 2021/08/28
- Re: Questions about virtio DMA operations, Peter Maydell, 2021/08/28
- Re: Questions about virtio DMA operations, Arnabjyoti Kalita, 2021/08/28
- Re: Questions about virtio DMA operations,
Peter Maydell <=
- Re: Questions about virtio DMA operations, Arnabjyoti Kalita, 2021/08/29
- Re: Questions about virtio DMA operations, Peter Maydell, 2021/08/30
- Re: Questions about virtio DMA operations, Arnabjyoti Kalita, 2021/08/30
- Re: Questions about virtio DMA operations, Arnabjyoti Kalita, 2021/08/31
- Re: Questions about virtio DMA operations, Peter Maydell, 2021/08/31