]> git.proxmox.com Git - mirror_qemu.git/commit
intel_iommu: renaming gpa to iova where proper
authorPeter Xu <peterx@redhat.com>
Tue, 7 Feb 2017 08:28:08 +0000 (16:28 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Fri, 17 Feb 2017 19:52:31 +0000 (21:52 +0200)
commit6e9055641b7a02131a7879369bcd1fe6c8ccb503
treed833f10b5574e0070b0592e3ef2aff6dd279e17d
parent046ab7e9beea6abdcc016556f82d7075e4ff0155
intel_iommu: renaming gpa to iova where proper

There are lots of places in current intel_iommu.c codes that named
"iova" as "gpa". It is really confusing to use a name "gpa" in these
places (which is very easily to be understood as "Guest Physical
Address", while it's not). To make the codes (much) easier to be read, I
decided to do this once and for all.

No functional change is made. Only literal ones.

Reviewed-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: Peter Xu <peterx@redhat.com>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/i386/intel_iommu.c