Re: [Qemu-devel] [PATCH v2 0/3] iotests: cure s390x failures by switching to ccw/aliases

2017-09-15 Thread QingFeng Hao
Reviewed-by: QingFeng Hao for the series of patches. Thanks 在 2017/9/13 17:10, Cornelia Huck 写道: Recent changes in s390x made pci support dependant on the zpci cpu feature, which is not provided on all models (and not on by default). This means we cannot instatiate pci devices on a standard

Re: [Qemu-devel] [PATCH 1/3] migration: Allow ram_save_cleanup to be called with empty state

2017-09-15 Thread Fam Zheng
On Fri, 09/15 14:56, Peter Xu wrote: > On Fri, Sep 15, 2017 at 02:49:07PM +0800, Fam Zheng wrote: > > On Fri, 09/15 14:41, Peter Xu wrote: > > > On Fri, Sep 15, 2017 at 01:44:02PM +0800, Fam Zheng wrote: > > > > So that we can do cleanup unconditionally at the end of main(). > > > > > > > > Signed

[Qemu-devel] [PATCH] linux-user/syscall.c: Handle SH4's exceptional alignment for p{read, write}64

2017-09-15 Thread James Clarke
Fixes: https://bugs.launchpad.net/qemu/+bug/1716767 Signed-off-by: James Clarke --- linux-user/syscall.c | 12 1 file changed, 12 insertions(+) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 9b6364a266..24d6a81c21 100644 --- a/linux-user/syscall.c +++ b/linux-user/sy

<    1   2   3   4