summaryrefslogtreecommitdiff
path: root/app-emulation/qemu-guest-agent/files
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/qemu-guest-agent/files')
-rw-r--r--app-emulation/qemu-guest-agent/files/qemu-ga-systemd.service11
-rw-r--r--app-emulation/qemu-guest-agent/files/qemu-ga-systemd.udev2
-rw-r--r--app-emulation/qemu-guest-agent/files/qemu-ga.conf-r111
-rw-r--r--app-emulation/qemu-guest-agent/files/qemu-ga.init-r124
-rw-r--r--app-emulation/qemu-guest-agent/files/qemu-ga.logrotate9
-rw-r--r--app-emulation/qemu-guest-agent/files/qemu-guest-agent-xkeyboard-config-2.39-compat.patch11
6 files changed, 0 insertions, 68 deletions
diff --git a/app-emulation/qemu-guest-agent/files/qemu-ga-systemd.service b/app-emulation/qemu-guest-agent/files/qemu-ga-systemd.service
deleted file mode 100644
index 51cd7b37..00000000
--- a/app-emulation/qemu-guest-agent/files/qemu-ga-systemd.service
+++ /dev/null
@@ -1,11 +0,0 @@
-[Unit]
-Description=QEMU Guest Agent
-BindTo=dev-virtio\x2dports-org.qemu.guest_agent.0.device
-After=dev-virtio\x2dports-org.qemu.guest_agent.0.device
-
-[Service]
-ExecStart=-/usr/bin/qemu-ga
-Restart=always
-RestartSec=0
-
-[Install]
diff --git a/app-emulation/qemu-guest-agent/files/qemu-ga-systemd.udev b/app-emulation/qemu-guest-agent/files/qemu-ga-systemd.udev
deleted file mode 100644
index 8a290abb..00000000
--- a/app-emulation/qemu-guest-agent/files/qemu-ga-systemd.udev
+++ /dev/null
@@ -1,2 +0,0 @@
-SUBSYSTEM=="virtio-ports", ATTR{name}=="org.qemu.guest_agent.0", \
- TAG+="systemd" ENV{SYSTEMD_WANTS}="qemu-guest-agent.service"
diff --git a/app-emulation/qemu-guest-agent/files/qemu-ga.conf-r1 b/app-emulation/qemu-guest-agent/files/qemu-ga.conf-r1
deleted file mode 100644
index a1a78df3..00000000
--- a/app-emulation/qemu-guest-agent/files/qemu-ga.conf-r1
+++ /dev/null
@@ -1,11 +0,0 @@
-# Specifies the transport method used to communicate to QEMU on the host side
-# Default: virtio-serial
-#GA_METHOD="virtio-serial"
-
-# Specifies the device path for the communications back to QEMU on the host
-# Default: /dev/virtio-ports/org.qemu.guest_agent.0
-#GA_PATH="/dev/virtio-ports/org.qemu.guest_agent.0"
-
-# Additional options to qemu-guest-agent such as --fsfreeze-hook
-# See qemu-ga --help for more info
-#GA_OPTIONS="-F/etc/qemu/fsfreeze-hook"
diff --git a/app-emulation/qemu-guest-agent/files/qemu-ga.init-r1 b/app-emulation/qemu-guest-agent/files/qemu-ga.init-r1
deleted file mode 100644
index f08c0827..00000000
--- a/app-emulation/qemu-guest-agent/files/qemu-ga.init-r1
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-start() {
- GA_METHOD=${GA_METHOD:-virtio-serial}
- GA_PATH=${GA_PATH:-/dev/virtio-ports/org.qemu.guest_agent.0}
-
- ebegin "Starting QEMU Guest Agent"
-
- start-stop-daemon --start --pidfile /run/qemu-ga.pid \
- --exec /usr/bin/qemu-ga -- -m ${GA_METHOD} -p ${GA_PATH} \
- -l /var/log/qemu-ga.log -d -f /run/qemu-ga.pid -t /run ${GA_OPTIONS}
-
- eend $?
-}
-
-stop() {
- ebegin "Stopping QEMU Guest Agent"
-
- start-stop-daemon --stop --pidfile /run/qemu-ga.pid
-
- eend $?
-}
diff --git a/app-emulation/qemu-guest-agent/files/qemu-ga.logrotate b/app-emulation/qemu-guest-agent/files/qemu-ga.logrotate
deleted file mode 100644
index ffcc477d..00000000
--- a/app-emulation/qemu-guest-agent/files/qemu-ga.logrotate
+++ /dev/null
@@ -1,9 +0,0 @@
-/var/log/qemu-ga.log {
- weekly
- missingok
- rotate 4
- compress
- delaycompress
- copytruncate
- minsize 100k
-}
diff --git a/app-emulation/qemu-guest-agent/files/qemu-guest-agent-xkeyboard-config-2.39-compat.patch b/app-emulation/qemu-guest-agent/files/qemu-guest-agent-xkeyboard-config-2.39-compat.patch
deleted file mode 100644
index 744e7f20..00000000
--- a/app-emulation/qemu-guest-agent/files/qemu-guest-agent-xkeyboard-config-2.39-compat.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff --git a/pc-bios/keymaps/meson.build b/pc-bios/keymaps/meson.build
-index bff30833137b1afe114b2fc75f3e5677d3ef437c..0bd8ce0077532d0756508c0dcba0f86ddf946a63 100644
---- a/pc-bios/keymaps/meson.build
-+++ b/pc-bios/keymaps/meson.build
-@@ -1,5 +1,5 @@
- keymaps = {
-- 'ar': '-l ar',
-+ 'ar': '-l ara',
- 'bepo': '-l fr -v dvorak',
- 'cz': '-l cz',
- 'da': '-l dk',