qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] scripts/qmp-shell-wrap: Fix import path
@ 2022-02-25 17:08 John Snow
  2022-02-25 17:41 ` Kashyap Chamarthy
  0 siblings, 1 reply; 2+ messages in thread
From: John Snow @ 2022-02-25 17:08 UTC (permalink / raw)
  To: qemu-devel; +Cc: John Snow, Daniel Berrange, Kashyap Chamarthy

Mea culpa. Dan's patch wound up with the wrong import path because I
re-ordered my most recent pull request and missed that this needed a fix
on rebase.

Fixes: 43912529
Reported-by: Kashyap Chamarthy <kchamart@redhat.com>
Signed-off-by: John Snow <jsnow@redhat.com>
---
 scripts/qmp/qmp-shell-wrap | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/qmp/qmp-shell-wrap b/scripts/qmp/qmp-shell-wrap
index 9e94da114f..66846e36d1 100755
--- a/scripts/qmp/qmp-shell-wrap
+++ b/scripts/qmp/qmp-shell-wrap
@@ -4,7 +4,7 @@ import os
 import sys
 
 sys.path.append(os.path.join(os.path.dirname(__file__), '..', '..', 'python'))
-from qemu.qmp import qmp_shell
+from qemu.aqmp import qmp_shell
 
 
 if __name__ == '__main__':
-- 
2.34.1



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

* Re: [PATCH] scripts/qmp-shell-wrap: Fix import path
  2022-02-25 17:08 [PATCH] scripts/qmp-shell-wrap: Fix import path John Snow
@ 2022-02-25 17:41 ` Kashyap Chamarthy
  0 siblings, 0 replies; 2+ messages in thread
From: Kashyap Chamarthy @ 2022-02-25 17:41 UTC (permalink / raw)
  To: John Snow; +Cc: Daniel Berrange, qemu-devel

On Fri, Feb 25, 2022 at 12:08:28PM -0500, John Snow wrote:
> Mea culpa. Dan's patch wound up with the wrong import path because I
> re-ordered my most recent pull request and missed that this needed a fix
> on rebase.
> 
> Fixes: 43912529
> Reported-by: Kashyap Chamarthy <kchamart@redhat.com>
> Signed-off-by: John Snow <jsnow@redhat.com>
> ---
>  scripts/qmp/qmp-shell-wrap | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/scripts/qmp/qmp-shell-wrap b/scripts/qmp/qmp-shell-wrap
> index 9e94da114f..66846e36d1 100755
> --- a/scripts/qmp/qmp-shell-wrap
> +++ b/scripts/qmp/qmp-shell-wrap
> @@ -4,7 +4,7 @@ import os
>  import sys
>  
>  sys.path.append(os.path.join(os.path.dirname(__file__), '..', '..', 'python'))
> -from qemu.qmp import qmp_shell
> +from qemu.aqmp import qmp_shell
>  
>  
>  if __name__ == '__main__':

Works for me; thank you.

Tested-by: Kashyap Chamarthy <kchamart@redhat.com>  

> -- 
> 2.34.1
> 

-- 
/kashyap



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

end of thread, other threads:[~2022-02-25 17:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-25 17:08 [PATCH] scripts/qmp-shell-wrap: Fix import path John Snow
2022-02-25 17:41 ` Kashyap Chamarthy

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).