答复: [PATCH] ide:do nothing for identify cmd if no any device attached

2020-11-11 Thread RockCui-oc
Hi all, Any suggestions for this patch? Rock 发件人: John Snow 发送时间: 2020年10月3日 3:37 收件人: Max Reitz; RockCui-oc; qemu-devel@nongnu.org 抄送: Peter Maydell; Cobe Chen(BJ-RD) 主题: Re: [PATCH] ide:do nothing for identify cmd if no any device attached On 9/3/20 6:40 AM

Re: [PATCH] ide:do nothing for identify cmd if no any device attached

2020-10-02 Thread John Snow
On 9/3/20 6:40 AM, Max Reitz wrote: On 02.09.20 20:02, John Snow wrote: (CC Max for block backend model confusion, see below) On 8/16/20 11:38 PM, zhaoxin\RockCuioc wrote: This patch is for avoiding win7 IDE driver polling 0x1f7 when no any device attached. During Win7 VM boot procedure, if us

答复: [PATCH] ide:do nothing for identify cmd if no any device attached

2020-09-08 Thread RockCui-oc
se { ret = s->status; } so I follow this. Rock 发件人: Max Reitz 发送时间: 2020年9月3日 18:40 收件人: John Snow; RockCui-oc; qemu-devel@nongnu.org 抄送: Cobe Chen(BJ-RD); Peter Maydell 主题: Re: [PATCH] ide:do

Re: [PATCH] ide:do nothing for identify cmd if no any device attached

2020-09-03 Thread Max Reitz
On 02.09.20 20:02, John Snow wrote: > (CC Max for block backend model confusion, see below) > > On 8/16/20 11:38 PM, zhaoxin\RockCuioc wrote: >> This patch is for avoiding win7 IDE driver polling 0x1f7 when >> no any device attached. During Win7 VM boot procedure, if use virtio for >> disk and the

Re: [PATCH] ide:do nothing for identify cmd if no any device attached

2020-09-02 Thread John Snow
(CC Max for block backend model confusion, see below) On 8/16/20 11:38 PM, zhaoxin\RockCuioc wrote: This patch is for avoiding win7 IDE driver polling 0x1f7 when no any device attached. During Win7 VM boot procedure, if use virtio for disk and there is no any device be attached on hda & hdb, the

Re: [PATCH] ide:do nothing for identify cmd if no any device attached

2020-08-16 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200817033803.14014-1-rockcui...@zhaoxin.com/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN

[PATCH] ide:do nothing for identify cmd if no any device attached

2020-08-16 Thread zhaoxin\RockCuioc
This patch is for avoiding win7 IDE driver polling 0x1f7 when no any device attached. During Win7 VM boot procedure, if use virtio for disk and there is no any device be attached on hda & hdb, the win7 IDE driver would poll 0x1f7 for a while. This action may be stop windows LOGO atomic for a while

Re: [PATCH] ide:do nothing for identify cmd if no any device attached

2020-08-14 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200814043657.5815-1-rockcui...@zhaoxin.com/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN

Re: [PATCH] ide:do nothing for identify cmd if no any device attached

2020-08-14 Thread no-reply
identify cmd if no any device attached === TEST SCRIPT BEGIN === #!/bin/bash git rev-parse base > /dev/null || exit 0 git config --local diff.renamelimit 0 git config --local diff.renames True git config --local diff.algorithm histogram ./scripts/checkpatch.pl --mailback base.. === TEST SCRIPT

[PATCH] ide:do nothing for identify cmd if no any device attached

2020-08-14 Thread zhaoxin\RockCuioc
From: "zhaoxin\\rockcuioc" This patch is for avoiding win7 IDE driver polling 0x1f7 when no any device attached. During Win7 VM boot procedure, if use virtio for disk and there is no any device be attached on hda & hdb, the win7 IDE driver would poll 0x1f7 for a while. This action may be stop win