Re: [Qemu-devel] [PATCH] xen/pt: Fix a xen passthrough failure

2018-12-02 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 20181203023728.26774-1-yan.y.z...@intel.com Type: series Subject: [Qemu-devel] [PATCH] xen/pt: Fix a xen passthrough failure === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total

[Qemu-devel] [PATCH] xen/pt: Fix a xen passthrough failure

2018-12-02 Thread Zhao Yan
For some pci device, even its PCI_INTERRUPT_PIN is not 0, it actually doesn't support INTx mode, so its machine irq read from host sysfs is 0. In that case, report PCI_INTERRUPT_PIN as 0 to guest and let passthrough continue. Cc: Roger Pau Monné Cc: Jan Beulich Signed-off-by: Zhao Yan --- hw/x