From cb1916a25799ebff5d0df60e19cb00ad0bc47ff6 Mon Sep 17 00:00:00 2001 From: Jeremi Piotrowski Date: Wed, 19 Oct 2022 13:26:28 +0200 Subject: [PATCH] qemu-guest-agent: add changelog and to auto-update package-list --- .../third_party/portage-stable/.github/workflows/packages-list | 2 ++ .../changelog/changes/2022-10-19-qemu-guest-agent.md | 1 + 2 files changed, 3 insertions(+) create mode 100644 sdk_container/src/third_party/portage-stable/changelog/changes/2022-10-19-qemu-guest-agent.md diff --git a/sdk_container/src/third_party/portage-stable/.github/workflows/packages-list b/sdk_container/src/third_party/portage-stable/.github/workflows/packages-list index 3007fd3c6d..c57215901f 100644 --- a/sdk_container/src/third_party/portage-stable/.github/workflows/packages-list +++ b/sdk_container/src/third_party/portage-stable/.github/workflows/packages-list @@ -8,6 +8,8 @@ app-crypt/adcli app-editors/vim app-editors/vim-core +app-emulation/qemu-guest-agent + app-portage/portage-utils dev-lang/duktape diff --git a/sdk_container/src/third_party/portage-stable/changelog/changes/2022-10-19-qemu-guest-agent.md b/sdk_container/src/third_party/portage-stable/changelog/changes/2022-10-19-qemu-guest-agent.md new file mode 100644 index 0000000000..7f2fb730da --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/changelog/changes/2022-10-19-qemu-guest-agent.md @@ -0,0 +1 @@ +- Add qemu-guest-agent to all amd64 images, it will be automatically enabled when qemu-ga virtio-port is detected ([coreos-overlay#2240](https://github.com/flatcar/coreos-overlay/pull/2240), [portage-stable#373](https://github.com/flatcar/portage-stable/pull/373))