Re: [OE-core] [PATCH 01/10] oeqa/targetcontrol.py: simplify checking for qemu_use_kvm

2017-08-21 Thread Robert Yang
On 08/22/2017 04:35 AM, Richard Purdie wrote: On Mon, 2017-08-21 at 16:02 +0800, Robert Yang wrote: Ping. Can you repost this series please? I suspect you've changed the patches Thanks, I will repost them. And Yes, I had fixed Paul's comments. // Robert as per the feedback from Paul

Re: [OE-core] [PATCH 01/10] oeqa/targetcontrol.py: simplify checking for qemu_use_kvm

2017-08-21 Thread Richard Purdie
On Mon, 2017-08-21 at 16:02 +0800, Robert Yang wrote: > Ping. Can you repost this series please? I suspect you've changed the patches as per the feedback from Paul but I'd like to see another round of review before we consider this. Just repushing is fine for minor changes but more significant

Re: [OE-core] [PATCH 01/10] oeqa/targetcontrol.py: simplify checking for qemu_use_kvm

2017-08-21 Thread Robert Yang
Ping. // Robert On 08/09/2017 05:46 PM, Robert Yang wrote: On 08/08/2017 11:30 PM, Richard Purdie wrote: On Mon, 2017-07-31 at 02:50 -0700, Robert Yang wrote: The "if qemu_use_kvm" is not needed. Signed-off-by: Robert Yang --- meta/lib/oeqa/targetcontrol.py |

Re: [OE-core] [PATCH 01/10] oeqa/targetcontrol.py: simplify checking for qemu_use_kvm

2017-08-09 Thread Robert Yang
On 08/08/2017 11:30 PM, Richard Purdie wrote: On Mon, 2017-07-31 at 02:50 -0700, Robert Yang wrote: The "if qemu_use_kvm" is not needed. Signed-off-by: Robert Yang --- meta/lib/oeqa/targetcontrol.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff

Re: [OE-core] [PATCH 01/10] oeqa/targetcontrol.py: simplify checking for qemu_use_kvm

2017-08-09 Thread Robert Yang
On 08/08/2017 11:30 PM, Richard Purdie wrote: On Mon, 2017-07-31 at 02:50 -0700, Robert Yang wrote: The "if qemu_use_kvm" is not needed. Signed-off-by: Robert Yang --- meta/lib/oeqa/targetcontrol.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff

Re: [OE-core] [PATCH 01/10] oeqa/targetcontrol.py: simplify checking for qemu_use_kvm

2017-08-08 Thread Richard Purdie
On Mon, 2017-07-31 at 02:50 -0700, Robert Yang wrote: > The "if qemu_use_kvm" is not needed. > > Signed-off-by: Robert Yang > --- >  meta/lib/oeqa/targetcontrol.py | 5 ++--- >  1 file changed, 2 insertions(+), 3 deletions(-) > > diff --git

[OE-core] [PATCH 01/10] oeqa/targetcontrol.py: simplify checking for qemu_use_kvm

2017-07-31 Thread Robert Yang
The "if qemu_use_kvm" is not needed. Signed-off-by: Robert Yang --- meta/lib/oeqa/targetcontrol.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/meta/lib/oeqa/targetcontrol.py b/meta/lib/oeqa/targetcontrol.py index 3255e3a5c63..11e6c820e85