diff options
| author | Peter Xu <peterx@redhat.com> | 2017-05-17 16:57:42 +0800 |
|---|---|---|
| committer | Michael S. Tsirkin <mst@redhat.com> | 2017-05-18 00:35:15 +0300 |
| commit | a764040cc831cfe5b8bf1c80e8341b9bf2de3ce8 (patch) | |
| tree | 86ad673ceb08f68504eaf0eee8b001c160dd200f /hw/net/virtio-net.c | |
| parent | 3936161f1fd72d1dfa577aaba910819c5e873260 (diff) | |
| download | focaccia-qemu-a764040cc831cfe5b8bf1c80e8341b9bf2de3ce8.tar.gz focaccia-qemu-a764040cc831cfe5b8bf1c80e8341b9bf2de3ce8.zip | |
exec: abstract address_space_do_translate()
This function is an abstraction helper for address_space_translate() and address_space_get_iotlb_entry(). It does the lookup of address into memory region section, then does proper IOMMU translation if necessary. Refactor the two existing functions to use it. This fixes vhost when IOMMU is disabled by guest. Tested-by: Maxime Coquelin <maxime.coquelin@redhat.com> Signed-off-by: Peter Xu <peterx@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/net/virtio-net.c')
0 files changed, 0 insertions, 0 deletions