Compare commits
10 Commits
master
...
master-ris
Author | SHA1 | Date | |
---|---|---|---|
41fd1dd0bc | |||
d2145978fd | |||
b19dfb07bb | |||
3d3a6ab3ff | |||
3326047100 | |||
f27f625845 | |||
7dafb6b5a6 | |||
34bf911448 | |||
1a736eea9b | |||
2e42dab32b |
41
.gitignore
vendored
41
.gitignore
vendored
@ -1,4 +1,43 @@
|
||||
/.build*.log
|
||||
/x86_64/
|
||||
/*.src.rpm
|
||||
/qemu-*.tar.xz
|
||||
/qemu-*.tar.bz2
|
||||
/qemu-2.9.0-rc0.tar.xz
|
||||
/qemu-2.9.0-rc1.tar.xz
|
||||
/qemu-2.9.0-rc2.tar.xz
|
||||
/qemu-2.9.0-rc3.tar.xz
|
||||
/qemu-2.9.0-rc4.tar.xz
|
||||
/qemu-2.9.0.tar.xz
|
||||
/qemu-2.10.0-rc1.tar.xz
|
||||
/qemu-2.10.0-rc3.tar.xz
|
||||
/qemu-2.10.0-rc4.tar.xz
|
||||
/qemu-2.10.0.tar.xz
|
||||
/qemu-2.10.1.tar.xz
|
||||
/qemu-2.11.0-rc1.tar.xz
|
||||
/qemu-2.11.0-rc3.tar.xz
|
||||
/qemu-2.11.0.tar.xz
|
||||
/qemu-2.11.1.tar.xz
|
||||
/qemu-2.12.0-rc0.tar.xz
|
||||
/qemu-2.12.0-rc1.tar.xz
|
||||
/qemu-2.12.0-rc2.tar.xz
|
||||
/qemu-2.12.0-rc3.tar.xz
|
||||
/qemu-2.12.0.tar.xz
|
||||
/qemu-3.0.0-rc3.tar.xz
|
||||
/qemu-3.0.0.tar.xz
|
||||
/qemu-3.1.0-rc1.tar.xz
|
||||
/qemu-3.1.0.tar.xz
|
||||
/qemu-4.0.0-rc0.tar.xz
|
||||
/qemu-4.0.0-rc1.tar.xz
|
||||
/qemu-4.0.0-rc2.tar.xz
|
||||
/qemu-4.0.0-rc3.tar.xz
|
||||
/qemu-4.0.0.tar.xz
|
||||
/qemu-4.1.0-rc0.tar.xz
|
||||
/qemu-4.1.0-rc1.tar.xz
|
||||
/qemu-4.1.0-rc2.tar.xz
|
||||
/qemu-4.1.0.tar.xz
|
||||
/qemu-4.2.0-rc1.tar.xz
|
||||
/qemu-4.2.0-rc2.tar.xz
|
||||
/qemu-4.2.0-rc5.tar.xz
|
||||
/qemu-4.2.0.tar.xz
|
||||
/qemu-5.0.0-rc0.tar.xz
|
||||
/qemu-5.0.0-rc2.tar.xz
|
||||
|
15
qemu-pr-helper.service
Normal file
15
qemu-pr-helper.service
Normal file
@ -0,0 +1,15 @@
|
||||
[Unit]
|
||||
Description=Persistent Reservation Daemon for QEMU
|
||||
|
||||
[Service]
|
||||
WorkingDirectory=/tmp
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/qemu-pr-helper
|
||||
PrivateTmp=yes
|
||||
ProtectSystem=strict
|
||||
ReadWritePaths=/var/run
|
||||
RestrictAddressFamilies=AF_UNIX
|
||||
Restart=always
|
||||
RestartSec=0
|
||||
|
||||
[Install]
|
9
qemu-pr-helper.socket
Normal file
9
qemu-pr-helper.socket
Normal file
@ -0,0 +1,9 @@
|
||||
[Unit]
|
||||
Description=Persistent Reservation Daemon for QEMU
|
||||
|
||||
[Socket]
|
||||
ListenStream=/run/qemu-pr-helper.sock
|
||||
SocketMode=0600
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (qemu-5.2.0-rc4.tar.xz) = 47e918392609c34f904962e5759125485407ae52c273053729054300e10fc67fc7ed443c9af25d1d852a5f5c70eee125c703ce15d0e571068848f405de33db3b
|
||||
SHA512 (qemu-5.0.0-rc2.tar.xz) = 6e45e162335f33a78d5f4abd66d85c86096ef398283634f9f63c6fcc19d27e437407ebc99a459040231e3e7ddfef1fd0bb02f5b0c487424dbe8f13c833dc838f
|
||||
|
Loading…
Reference in New Issue
Block a user