Skip to content

Commit

Permalink
Merge pull request #4003 from huangyum/aw_bits
Browse files Browse the repository at this point in the history
Minor fix for intel-iommu param aw-bits
  • Loading branch information
luckyh committed Sep 19, 2024
2 parents 71b094f + 5e3e5f9 commit 5d272aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions virttest/qemu_devices/qdevices.py
Original file line number Diff line number Diff line change
Expand Up @@ -1259,6 +1259,7 @@ def _cmdline_json(self):
# guest-stats-polling-interval from
# device ("driver": "virtio-balloon-ccw")
# acpi-index from device("driver": "virtio-net-pci")
# aw-bits from device("driver": "intel-iommu")
elif key in (
"physical_block_size",
"logical_block_size",
Expand All @@ -1282,6 +1283,7 @@ def _cmdline_json(self):
"opt_io_size",
"guest-stats-polling-interval",
"acpi-index",
"aw-bits",
):
command_dict[key] = int(val)
# port from usb related driver
Expand Down

0 comments on commit 5d272aa

Please sign in to comment.