Re: [PATCH v2] Fix exec migration on Windows (w32+w64).

2023-02-17 Thread John Berberian, Jr
ping. Is there anything I can do to help this get merged? Best regards, John Berberian, Jr.

Re: [PATCH v2] Fix exec migration on Windows (w32+w64).

2023-01-30 Thread John Berberian, Jr.
ping. As requested in the wiki, here's the patchew link: https://patchew.org/QEMU/20230116013421.3149183-1-jeb.st...@gmail.com/

Re: [PATCH v2] Fix exec migration on Windows (w32+w64).

2023-01-17 Thread John Berberian, Jr
es to use an exec migration on Windows and it doesn't work the same way at all. Best regards, John Berberian, Jr.

[PATCH v2] Fix exec migration on Windows (w32+w64).

2023-01-15 Thread John Berberian, Jr
d-off-by: "John Berberian, Jr" --- Whoops, forgot a header. Here's a revised patch. migration/exec.c | 24 1 file changed, 24 insertions(+) diff --git a/migration/exec.c b/migration/exec.c index 375d2e1b54..38604d73a6 100644 --- a/migration/exec.c ++

[PATCH] Fix exec migration on Windows (w32+w64).

2023-01-15 Thread John Berberian, Jr
John Berberian, Jr --- migration/exec.c | 23 +++ 1 file changed, 23 insertions(+) diff --git a/migration/exec.c b/migration/exec.c index 375d2e1b54..f65e7db7df 100644 --- a/migration/exec.c +++ b/migration/exec.c @@ -24,11 +24,29 @@ #include "io/channel-command.h&