Message ID | 20230504095657.239048-1-kkostiuk@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 5/4/23 10:56, Konstantin Kostiuk wrote: > From: Kostiantyn Kostiuk<kostyanf14@live.com> > > > The following changes since commit 044f8cf70a2fdf3b9e4c4d849c66e7855d2c446a: > > Merge tag 'migration-20230428-pull-request' ofhttps://gitlab.com/juan.quintela/qemu into staging (2023-05-03 10:29:30 +0100) > > are available in the Git repository at: > > git@github.com:kostyanf14/qemu.git tags/qga-pull-2023-05-04 Please adjust your .git/config to use url=https and pushurl=git@ so that you automatically get an https:// url here. Fixed by hand while applying, so no need to re-send now. r~
Thanks, Richard. It was ok to use git@ URL last time but not a problem to fix. Best Regards, Konstantin Kostiuk. On Thu, May 4, 2023 at 2:10 PM Richard Henderson < richard.henderson@linaro.org> wrote: > On 5/4/23 10:56, Konstantin Kostiuk wrote: > > From: Kostiantyn Kostiuk<kostyanf14@live.com> > > > > > > The following changes since commit > 044f8cf70a2fdf3b9e4c4d849c66e7855d2c446a: > > > > Merge tag 'migration-20230428-pull-request' ofhttps:// > gitlab.com/juan.quintela/qemu into staging (2023-05-03 10:29:30 +0100) > > > > are available in the Git repository at: > > > > git@github.com:kostyanf14/qemu.git tags/qga-pull-2023-05-04 > > Please adjust your .git/config to use url=https and pushurl=git@ > so that you automatically get an https:// url here. > > Fixed by hand while applying, so no need to re-send now. > > > r~ > >
On 5/4/23 10:56, Konstantin Kostiuk wrote: > From: Kostiantyn Kostiuk <kostyanf14@live.com> > > > The following changes since commit 044f8cf70a2fdf3b9e4c4d849c66e7855d2c446a: > > Merge tag 'migration-20230428-pull-request' of https://gitlab.com/juan.quintela/qemu into staging (2023-05-03 10:29:30 +0100) > > are available in the Git repository at: > > git@github.com:kostyanf14/qemu.git tags/qga-pull-2023-05-04 > > for you to fetch changes up to 86dcb6ab9b603450eb6d896cdc95286de2c7d561: > > qga: Fix suspend on Linux guests without systemd (2023-05-04 09:30:01 +0000) > > ---------------------------------------------------------------- > qga-pull-2023-05-04 Applied, thanks. Please update https://wiki.qemu.org/ChangeLog/8.1 as appropriate. r~
From: Kostiantyn Kostiuk <kostyanf14@live.com> The following changes since commit 044f8cf70a2fdf3b9e4c4d849c66e7855d2c446a: Merge tag 'migration-20230428-pull-request' of https://gitlab.com/juan.quintela/qemu into staging (2023-05-03 10:29:30 +0100) are available in the Git repository at: git@github.com:kostyanf14/qemu.git tags/qga-pull-2023-05-04 for you to fetch changes up to 86dcb6ab9b603450eb6d896cdc95286de2c7d561: qga: Fix suspend on Linux guests without systemd (2023-05-04 09:30:01 +0000) ---------------------------------------------------------------- qga-pull-2023-05-04 ---------------------------------------------------------------- Daniel Xu (3): qga: Refactor guest-exec capture-output to take enum qga: Add `merged` variant to GuestExecCaptureOutputMode qga: test: Add tests for `merged` flag Kfir Manor (1): qga/linux: add usb support to guest-get-fsinfo Mark Somerville (1): qga: Fix suspend on Linux guests without systemd Thomas Huth (1): qga/commands-win32.c: Drop the check for _WIN32_WINNT >= 0x0601 qga/commands-posix.c | 18 +++--- qga/commands-win32.c | 2 - qga/commands.c | 62 ++++++++++++++++++-- qga/qapi-schema.json | 36 +++++++++++- tests/unit/test-qga.c | 158 ++++++++++++++++++++++++++++++++++++++++++++------ 5 files changed, 244 insertions(+), 32 deletions(-) -- 2.25.1