test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH] framework/qemu_kvm: fix a typo
@ 2019-01-04  7:58 Rami Rosen
  2019-01-07  5:10 ` Tu, Lijuan
  0 siblings, 1 reply; 4+ messages in thread
From: Rami Rosen @ 2019-01-04  7:58 UTC (permalink / raw)
  To: dts; +Cc: Rami Rosen

This patch fixes a typo in framework/qemu_kvm.py.

Signed-off-by: Rami Rosen <ramirose@gmail.com>
---
 framework/qemu_kvm.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/framework/qemu_kvm.py b/framework/qemu_kvm.py
index 37f35ce..ce81e4b 100644
--- a/framework/qemu_kvm.py
+++ b/framework/qemu_kvm.py
@@ -906,7 +906,7 @@ class QEMUKvm(VirtBase):
 
     def add_vm_monitor(self, **options):
         """
-        path: if adding monitor to vm, need to specify unix socket patch
+        path: if adding monitor to vm, need to specify unix socket path
         """
         if 'path' in options.keys():
             monitor_boot_line = '-monitor unix:%s,server,nowait' % options[
-- 
2.19.2

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [dts] [PATCH] framework/qemu_kvm: fix a typo
  2019-01-04  7:58 [dts] [PATCH] framework/qemu_kvm: fix a typo Rami Rosen
@ 2019-01-07  5:10 ` Tu, Lijuan
  0 siblings, 0 replies; 4+ messages in thread
From: Tu, Lijuan @ 2019-01-07  5:10 UTC (permalink / raw)
  To: Rami Rosen, dts

Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Rami Rosen
> Sent: Friday, January 4, 2019 3:59 PM
> To: dts@dpdk.org
> Cc: Rami Rosen <ramirose@gmail.com>
> Subject: [dts] [PATCH] framework/qemu_kvm: fix a typo
> 
> This patch fixes a typo in framework/qemu_kvm.py.
> 
> Signed-off-by: Rami Rosen <ramirose@gmail.com>
> ---
>  framework/qemu_kvm.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/framework/qemu_kvm.py b/framework/qemu_kvm.py index
> 37f35ce..ce81e4b 100644
> --- a/framework/qemu_kvm.py
> +++ b/framework/qemu_kvm.py
> @@ -906,7 +906,7 @@ class QEMUKvm(VirtBase):
> 
>      def add_vm_monitor(self, **options):
>          """
> -        path: if adding monitor to vm, need to specify unix socket patch
> +        path: if adding monitor to vm, need to specify unix socket path
>          """
>          if 'path' in options.keys():
>              monitor_boot_line = '-monitor unix:%s,server,nowait' %
> options[
> --
> 2.19.2

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [dts] [PATCH] framework/qemu_kvm: fix a typo
  2019-01-01  9:16 Rami Rosen
@ 2019-01-07  5:17 ` Tu, Lijuan
  0 siblings, 0 replies; 4+ messages in thread
From: Tu, Lijuan @ 2019-01-07  5:17 UTC (permalink / raw)
  To: Rami Rosen, dts

Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Rami Rosen
> Sent: Tuesday, January 1, 2019 5:17 PM
> To: dts@dpdk.org
> Cc: Rami Rosen <ramirose@gmail.com>
> Subject: [dts] [PATCH] framework/qemu_kvm: fix a typo
> 
> This patch fixes a typo in framework/qemu_kvm.py.
> 
> Signed-off-by: Rami Rosen <ramirose@gmail.com>
> ---
>  framework/qemu_kvm.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/framework/qemu_kvm.py b/framework/qemu_kvm.py index
> 37f35ce..2f039e4 100644
> --- a/framework/qemu_kvm.py
> +++ b/framework/qemu_kvm.py
> @@ -40,7 +40,7 @@ from exception import StartVMFailedException  from
> settings import get_host_ip, load_global_setting, DTS_PARALLEL_SETTING
> from utils import parallel_lock, RED
> 
> -# This name is derictly defined in the qemu guest serivce
> +# This name is directly defined in the qemu guest service
>  # So you can not change it except it is changed by the service
> QGA_DEV_NAME = 'org.qemu.guest_agent.0'
> 
> --
> 1.8.3.1

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [dts] [PATCH] framework/qemu_kvm: fix a typo
@ 2019-01-01  9:16 Rami Rosen
  2019-01-07  5:17 ` Tu, Lijuan
  0 siblings, 1 reply; 4+ messages in thread
From: Rami Rosen @ 2019-01-01  9:16 UTC (permalink / raw)
  To: dts; +Cc: Rami Rosen

This patch fixes a typo in framework/qemu_kvm.py.

Signed-off-by: Rami Rosen <ramirose@gmail.com>
---
 framework/qemu_kvm.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/framework/qemu_kvm.py b/framework/qemu_kvm.py
index 37f35ce..2f039e4 100644
--- a/framework/qemu_kvm.py
+++ b/framework/qemu_kvm.py
@@ -40,7 +40,7 @@ from exception import StartVMFailedException
 from settings import get_host_ip, load_global_setting, DTS_PARALLEL_SETTING
 from utils import parallel_lock, RED
 
-# This name is derictly defined in the qemu guest serivce
+# This name is directly defined in the qemu guest service
 # So you can not change it except it is changed by the service
 QGA_DEV_NAME = 'org.qemu.guest_agent.0'
 
-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-01-07  5:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-04  7:58 [dts] [PATCH] framework/qemu_kvm: fix a typo Rami Rosen
2019-01-07  5:10 ` Tu, Lijuan
  -- strict thread matches above, loose matches on Subject: below --
2019-01-01  9:16 Rami Rosen
2019-01-07  5:17 ` Tu, Lijuan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).