Re: [Qemu-devel] [PATCH 0/8] VT-d: some enhancements on iotlb and tools

2017-06-28 Thread Peter Xu
On Tue, Jun 27, 2017 at 05:42:59PM +0300, Michael S. Tsirkin wrote: > On Tue, Jun 27, 2017 at 05:03:31PM +0800, Peter Xu wrote: > > Patch 1: fixes a very rare PT path issue on iova value. It didn't > > break anything since it's merely not touched (only if when IOMMU > > enabled, then set one device

Re: [Qemu-devel] [PATCH 0/8] VT-d: some enhancements on iotlb and tools

2017-06-27 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 1498554219-4942-1-git-send-email-pet...@redhat.com Subject: [Qemu-devel] [PATCH 0/8] VT-d: some enhancements on iotlb and tools Type: series === TEST SCRIPT BEGIN === #!/bin/bash BASE

Re: [Qemu-devel] [PATCH 0/8] VT-d: some enhancements on iotlb and tools

2017-06-27 Thread Michael S. Tsirkin
On Tue, Jun 27, 2017 at 05:03:31PM +0800, Peter Xu wrote: > Patch 1: fixes a very rare PT path issue on iova value. It didn't > break anything since it's merely not touched (only if when IOMMU > enabled, then set one device to PT), but still better fix it. Pls Cc HMP/QMP maintainers on interface p

Re: [Qemu-devel] [PATCH 0/8] VT-d: some enhancements on iotlb and tools

2017-06-27 Thread Peter Xu
On Tue, Jun 27, 2017 at 05:03:31PM +0800, Peter Xu wrote: > Patch 1: fixes a very rare PT path issue on iova value. It didn't > break anything since it's merely not touched (only if when IOMMU > enabled, then set one device to PT), but still better fix it. > > Patch 2-5: added "info iommu" hmp com

[Qemu-devel] [PATCH 0/8] VT-d: some enhancements on iotlb and tools

2017-06-27 Thread Peter Xu
Patch 1: fixes a very rare PT path issue on iova value. It didn't break anything since it's merely not touched (only if when IOMMU enabled, then set one device to PT), but still better fix it. Patch 2-5: added "info iommu" hmp command, and implemented for VT-d. Meanwhile, added some statistics for