Re: [Qemu-devel] [PATCH] s390/pci: remove unnecessary cpu_synchronize_state

2014-12-09 Thread Cornelia Huck
On Mon, 8 Dec 2014 09:18:59 +0100 Frank Blaschka wrote: > Remove all unnecessary calls to cpu_synchronize_state > > Signed-off-by: Frank Blaschka > --- > hw/s390x/s390-pci-inst.c | 6 -- > 1 file changed, 6 deletions(-) Applied to s390-next.

Re: [Qemu-devel] [PATCH] s390/pci: remove unnecessary cpu_synchronize_state

2014-12-08 Thread Thomas Huth
On Mon, 8 Dec 2014 09:18:59 +0100 Frank Blaschka wrote: > Remove all unnecessary calls to cpu_synchronize_state > > Signed-off-by: Frank Blaschka > --- > hw/s390x/s390-pci-inst.c | 6 -- > 1 file changed, 6 deletions(-) > > diff --git a/hw/s390x/s390-pci-inst.c b/hw/s390x/s390-pci-inst.c

[Qemu-devel] [PATCH] s390/pci: remove unnecessary cpu_synchronize_state

2014-12-08 Thread Frank Blaschka
Remove all unnecessary calls to cpu_synchronize_state Signed-off-by: Frank Blaschka --- hw/s390x/s390-pci-inst.c | 6 -- 1 file changed, 6 deletions(-) diff --git a/hw/s390x/s390-pci-inst.c b/hw/s390x/s390-pci-inst.c index f503665..83ab60f 100644 --- a/hw/s390x/s390-pci-inst.c +++ b/hw/s390