Skip to content

Commit

Permalink
contrib: add qemu guest agent as an option for x86
Browse files Browse the repository at this point in the history
  • Loading branch information
grische committed Dec 22, 2023
1 parent d67474d commit b7ed6f3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contrib/genpkglist.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,9 @@ def render(self):
])
pkglists.append(PKGS_PCI_NET)

PKGS_VIRT = PackageList('VIRT', ['qemu-ga'])
pkglists.append(PKGS_VIRT)

PKGS_TLS = PackageList('TLS', [
'ca-bundle',
'libustream-openssl'
Expand Down
6 changes: 6 additions & 0 deletions site.mk
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,12 @@ INCLUDE_PCI_NET := \
EXCLUDE_PCI_NET := \
-kmod-bnx2

INCLUDE_VIRT := \
qemu-ga

EXCLUDE_VIRT := \
-qemu-ga

INCLUDE_TLS := \
ca-bundle \
libustream-openssl
Expand Down

0 comments on commit b7ed6f3

Please sign in to comment.