Re: [Qemu-devel] [PATCH RFC v7 7/7] qemu-iotests-s390x-fix-test-130

2015-05-03 Thread tu bo
Hi Kevin: On 04/28/2015 04:23 PM, Kevin Wolf wrote: Am 28.04.2015 um 04:59 hat tu bo geschrieben: Hi Kevin: On 04/27/2015 07:34 PM, Kevin Wolf wrote: Am 27.04.2015 um 13:24 hat Max Reitz geschrieben: On 27.04.2015 09:15, tu bo wrote: Hi Max: On 04/24

Re: [Qemu-devel] [PATCH RFC v7 7/7] qemu-iotests-s390x-fix-test-130

2015-04-28 Thread Kevin Wolf
Am 28.04.2015 um 04:59 hat tu bo geschrieben: > Hi Kevin: > > On 04/27/2015 07:34 PM, Kevin Wolf wrote: > > Am 27.04.2015 um 13:24 hat Max Reitz geschrieben: > > On 27.04.2015 09:15, tu bo wrote: > > Hi Max: > > On 04/24/2015 01:07 AM, Max Reitz wrote: > >

Re: [Qemu-devel] [PATCH RFC v7 7/7] qemu-iotests-s390x-fix-test-130

2015-04-27 Thread tu bo
Hi Kevin: On 04/27/2015 07:34 PM, Kevin Wolf wrote: Am 27.04.2015 um 13:24 hat Max Reitz geschrieben: On 27.04.2015 09:15, tu bo wrote: Hi Max: On 04/24/2015 01:07 AM, Max Reitz wrote: Well, that's a peculiar commit title. :-) I guess it's supposed to be "qemu-io

Re: [Qemu-devel] [PATCH RFC v7 7/7] qemu-iotests-s390x-fix-test-130

2015-04-27 Thread Kevin Wolf
Am 27.04.2015 um 13:24 hat Max Reitz geschrieben: > On 27.04.2015 09:15, tu bo wrote: > > Hi Max: > > On 04/24/2015 01:07 AM, Max Reitz wrote: > > Well, that's a peculiar commit title. :-) > > I guess it's supposed to be "qemu-iotests: s390x: fix test 130"? > > You'

Re: [Qemu-devel] [PATCH RFC v7 7/7] qemu-iotests-s390x-fix-test-130

2015-04-27 Thread Max Reitz
On 27.04.2015 09:15, tu bo wrote: Hi Max: On 04/24/2015 01:07 AM, Max Reitz wrote: Well, that's a peculiar commit title. :-) I guess it's supposed to be "qemu-iotests: s390x: fix test 130"? You're right. I will change it in the next version :-) On 23.04.2015 04:42, Xiao Guang Chen wrote: F

Re: [Qemu-devel] [PATCH RFC v7 7/7] qemu-iotests-s390x-fix-test-130

2015-04-27 Thread tu bo
Hi Max: On 04/24/2015 01:07 AM, Max Reitz wrote: Well, that's a peculiar commit title. :-) I guess it's supposed to be "qemu-iotests: s390x: fix test 130"? You're right. I will change it in the next version :-) On 23.04.2015 04:42, Xiao Guang Chen wrote: From: Bo Tu The tests for device t

Re: [Qemu-devel] [PATCH RFC v7 7/7] qemu-iotests-s390x-fix-test-130

2015-04-23 Thread Max Reitz
Well, that's a peculiar commit title. :-) I guess it's supposed to be "qemu-iotests: s390x: fix test 130"? On 23.04.2015 04:42, Xiao Guang Chen wrote: From: Bo Tu The tests for device type "ide_cd" should only be tested for the pc platform. The default device id of hard disk on the s390 platf

[Qemu-devel] [PATCH RFC v7 7/7] qemu-iotests-s390x-fix-test-130

2015-04-23 Thread Bo Tu
The tests for device type "ide_cd" should only be tested for the pc platform. The default device id of hard disk on the s390 platform differs to that of the x86 platform. A new variable device_id is defined and "virtio0" set for the s390 platform. A x86 platform specific output file is also needed.

[Qemu-devel] [PATCH RFC v7 7/7] qemu-iotests-s390x-fix-test-130

2015-04-22 Thread Xiao Guang Chen
From: Bo Tu The tests for device type "ide_cd" should only be tested for the pc platform. The default device id of hard disk on the s390 platform differs to that of the x86 platform. A new variable device_id is defined and "virtio0" set for the s390 platform. A x86 platform specific output file i