mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
softmmu: Expand comments describing max_bounce_buffer_size
Clarify how the parameter gets configured and how it is used when servicing DMA mapping requests targeting indirect memory regions. Signed-off-by: Mattias Nissler <mnissler@rivosinc.com> Message-Id: <20240910213512.843130-1-mnissler@rivosinc.com> Acked-by: Peter Xu <peterx@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
92ec780519
commit
c3ec57e495
2 changed files with 13 additions and 2 deletions
|
@ -168,7 +168,11 @@ struct PCIDevice {
|
|||
char *failover_pair_id;
|
||||
uint32_t acpi_index;
|
||||
|
||||
/* Maximum DMA bounce buffer size used for indirect memory map requests */
|
||||
/*
|
||||
* Indirect DMA region bounce buffer size as configured for the device. This
|
||||
* is a configuration parameter that is reflected into bus_master_as when
|
||||
* realizing the device.
|
||||
*/
|
||||
uint32_t max_bounce_buffer_size;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue