On Mon, Dec 12, 2016 at 11:08:18AM +0800, Peter Xu wrote:
> DMAR test is based on QEMU edu device. A 4B DMA memory copy is carried
> out as the simplest DMAR test.
Hi Peter,
Sorry for missing to provide feedback on your series.
I did just a cursory review, but did not notice few issue below.
> S
Hi all,
Looks like hw/misc/pci-testdev.c does not work for wildcard-eventfd and
datamatch-eventfd tests (more precisely - for any non no-eventfd tests).
Test writes to pci-testdev's addresses (reported by PCITestDevHdr::offset
field) do not cause invocations of MemoryRegionOps::write() callback.
On Fri, Oct 23, 2015 at 03:18:34PM +0100, Peter Maydell wrote:
> On 21 October 2015 at 23:01, Alexander Gordeev wrote:
> > On Wed, Oct 21, 2015 at 10:26:27PM +0100, Peter Maydell wrote:
> >> On 21 October 2015 at 21:43, Alexander Gordeev wrote:
> >> > PCIe device t
On Wed, Oct 21, 2015 at 10:26:27PM +0100, Peter Maydell wrote:
> On 21 October 2015 at 21:43, Alexander Gordeev wrote:
> > PCIe device tree unit name is pcie@1000 - which denotes
> > IO space base address. However, the corresponding node's
> > "reg" proper
Firmware (IEEE 1275).
CC: Peter Maydell
CC: Andrew Jones
Signed-off-by: Alexander Gordeev
---
hw/arm/virt.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/hw/arm/virt.c b/hw/arm/virt.c
index 5d38c47..567be08 100644
--- a/hw/arm/virt.c
+++ b/hw/arm/virt.c
@@ -740,7 +740,6
Currently PCI IO address 0 is not allowed even though
the IO space starts from 0. This update makes PCI IO
address 0 usable.
CC: Peter Maydell
CC: Andrew Jones
Signed-off-by: Alexander Gordeev
---
hw/arm/virt.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/hw/arm/virt.c b/hw/arm/virt.c
On Tue, Oct 13, 2015 at 09:16:34AM +0100, Peter Maydell wrote:
> On 13 October 2015 at 07:31, Alexander Gordeev wrote:
> > On Mon, Oct 12, 2015 at 10:03:03PM +0100, Peter Maydell wrote:
> >> On 12 October 2015 at 21:55, Alexander Gordeev wrote:
> >> > Currently P
On Mon, Oct 12, 2015 at 10:03:03PM +0100, Peter Maydell wrote:
> On 12 October 2015 at 21:55, Alexander Gordeev wrote:
> > Currently PCI IO address 0 is not allowed even though
> > the IO space starts from 0. As result, PCI IO is not
> > possible to use at all.
>
> I
Currently PCI IO address 0 is not allowed even though
the IO space starts from 0. As result, PCI IO is not
possible to use at all.
CC: Peter Maydell
CC: Andrew Jones
Signed-off-by: Alexander Gordeev
---
hw/arm/virt.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/hw/arm/virt.c b/hw/arm