qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] migration: do not include coroutine_int.h
@ 2024-05-03  9:03 Paolo Bonzini
  2024-05-03 13:16 ` Richard Henderson
  0 siblings, 1 reply; 2+ messages in thread
From: Paolo Bonzini @ 2024-05-03  9:03 UTC (permalink / raw)
  To: qemu-devel

Migration code needs no private fields of the coroutine backend.
Include the "regular" coroutine.h header.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 migration/migration.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/migration/migration.h b/migration/migration.h
index 8045e39c26f..6c612c03819 100644
--- a/migration/migration.h
+++ b/migration/migration.h
@@ -19,7 +19,7 @@
 #include "qapi/qapi-types-migration.h"
 #include "qapi/qmp/json-writer.h"
 #include "qemu/thread.h"
-#include "qemu/coroutine_int.h"
+#include "qemu/coroutine.h"
 #include "io/channel.h"
 #include "io/channel-buffer.h"
 #include "net/announce.h"
-- 
2.44.0



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

* Re: [PATCH] migration: do not include coroutine_int.h
  2024-05-03  9:03 [PATCH] migration: do not include coroutine_int.h Paolo Bonzini
@ 2024-05-03 13:16 ` Richard Henderson
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Henderson @ 2024-05-03 13:16 UTC (permalink / raw)
  To: Paolo Bonzini, qemu-devel

On 5/3/24 02:03, Paolo Bonzini wrote:
> Migration code needs no private fields of the coroutine backend.
> Include the "regular" coroutine.h header.
> 
> Signed-off-by: Paolo Bonzini<pbonzini@redhat.com>
> ---
>   migration/migration.h | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~


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

end of thread, other threads:[~2024-05-03 13:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-03  9:03 [PATCH] migration: do not include coroutine_int.h Paolo Bonzini
2024-05-03 13:16 ` Richard Henderson

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