[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [qemu-s390x] [PULL 2/2] iotests: simple mirror test wit
From: |
Kevin Wolf |
Subject: |
Re: [Qemu-devel] [qemu-s390x] [PULL 2/2] iotests: simple mirror test with kvm on 1G image |
Date: |
Wed, 5 Dec 2018 09:46:14 +0100 |
User-agent: |
Mutt/1.10.1 (2018-07-13) |
Am 05.12.2018 um 09:23 hat Christian Borntraeger geschrieben:
> >>> +# prepare source image
> >>> +qemu_img_create('-f', iotests.imgfmt, '-o', 'preallocation=metadata',
> >>> disk,
> >>> + str(size))
> >>> +
> >>> +vm = QEMUMachine(iotests.qemu_prog)
> >>> +vm.add_args('-machine', 'pc,accel=kvm')
>
> This (pc) clearly does not work on other architectures.
> In addition to that, I also need to add -no-shutdown on s390 (see 068 for a
> similar case)
Leaving out pc definitely makes sense, and the bug still reproduces for
me without it.
I don't understand the -no-shutdown, though. Already for 068, neither
the code nor the commit message when it was added explain why this is
needed.
Can you turn this into a proper patch and add a comment why -no-shutdown
is needed?
Kevin
- [Qemu-devel] [PULL 0/2] Block layer patches, Kevin Wolf, 2018/12/03
- [Qemu-devel] [PULL 1/2] mirror: fix dead-lock, Kevin Wolf, 2018/12/03
- [Qemu-devel] [PULL 2/2] iotests: simple mirror test with kvm on 1G image, Kevin Wolf, 2018/12/03
- Message not available
- Message not available
- Re: [Qemu-devel] [qemu-s390x] [PULL 2/2] iotests: simple mirror test with kvm on 1G image, Christian Borntraeger, 2018/12/05
- Re: [Qemu-devel] [qemu-s390x] [PULL 2/2] iotests: simple mirror test with kvm on 1G image,
Kevin Wolf <=
- Re: [Qemu-devel] [qemu-s390x] [PULL 2/2] iotests: simple mirror test with kvm on 1G image, Christian Borntraeger, 2018/12/05
- Re: [Qemu-devel] [qemu-s390x] [PULL 2/2] iotests: simple mirror test with kvm on 1G image, Vladimir Sementsov-Ogievskiy, 2018/12/05
- Re: [Qemu-devel] [qemu-s390x] [PULL 2/2] iotests: simple mirror test with kvm on 1G image, Christian Borntraeger, 2018/12/05
- Re: [Qemu-devel] [qemu-s390x] [PULL 2/2] iotests: simple mirror test with kvm on 1G image, Vladimir Sementsov-Ogievskiy, 2018/12/05
- Re: [Qemu-devel] [qemu-s390x] [PULL 2/2] iotests: simple mirror test with kvm on 1G image, Christian Borntraeger, 2018/12/05
- Re: [Qemu-devel] [qemu-s390x] [PULL 2/2] iotests: simple mirror test with kvm on 1G image, Vladimir Sementsov-Ogievskiy, 2018/12/05
- Re: [Qemu-devel] [qemu-s390x] [PULL 2/2] iotests: simple mirror test with kvm on 1G image, Christian Borntraeger, 2018/12/05
- Re: [Qemu-devel] [qemu-s390x] [PULL 2/2] iotests: simple mirror test with kvm on 1G image, Christian Borntraeger, 2018/12/06
- Re: [Qemu-devel] [qemu-s390x] [PULL 2/2] iotests: simple mirror test with kvm on 1G image, Kevin Wolf, 2018/12/07
Re: [Qemu-devel] [PULL 0/2] Block layer patches, Peter Maydell, 2018/12/03