Re: [PATCH] libqos: pci-pc: use 32-bit write for EJ register

2020-06-24 Thread Paolo Bonzini
On 24/06/20 09:46, Thomas Huth wrote: > On 23/06/2020 18.18, Paolo Bonzini wrote: >> The memory region ops have min_access_size == 4 so obey it. >> >> Signed-off-by: Paolo Bonzini >> --- >>   tests/qtest/libqos/pci-pc.c | 2 +- >>   1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git

Re: [PATCH] libqos: pci-pc: use 32-bit write for EJ register

2020-06-24 Thread Thomas Huth
On 23/06/2020 18.18, Paolo Bonzini wrote: The memory region ops have min_access_size == 4 so obey it. Signed-off-by: Paolo Bonzini --- tests/qtest/libqos/pci-pc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/qtest/libqos/pci-pc.c b/tests/qtest/libqos/pci-pc.c

Re: [PATCH] libqos: pci-pc: use 32-bit write for EJ register

2020-06-23 Thread Paolo Bonzini
On 23/06/20 22:55, Michael S. Tsirkin wrote: > On Tue, Jun 23, 2020 at 12:18:51PM -0400, Paolo Bonzini wrote: >> The memory region ops have min_access_size == 4 so obey it. >> >> Signed-off-by: Paolo Bonzini > > Reviewed-by: Michael S. Tsirkin > > I assume you are queueing this with the memory

Re: [PATCH] libqos: pci-pc: use 32-bit write for EJ register

2020-06-23 Thread Michael S. Tsirkin
On Tue, Jun 23, 2020 at 12:18:51PM -0400, Paolo Bonzini wrote: > The memory region ops have min_access_size == 4 so obey it. > > Signed-off-by: Paolo Bonzini Reviewed-by: Michael S. Tsirkin I assume you are queueing this with the memory core change? > --- > tests/qtest/libqos/pci-pc.c | 2

[PATCH] libqos: pci-pc: use 32-bit write for EJ register

2020-06-23 Thread Paolo Bonzini
The memory region ops have min_access_size == 4 so obey it. Signed-off-by: Paolo Bonzini --- tests/qtest/libqos/pci-pc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/qtest/libqos/pci-pc.c b/tests/qtest/libqos/pci-pc.c index 0bc591d1da..3bb2eb3ba8 100644 ---