5
0
mirror of git://git.proxmox.com/git/qemu-server.git synced 2025-01-26 10:03:51 +03:00

364 Commits

Author SHA1 Message Date
Thomas Lamprecht
303c67ba8a bsys: we have a dbgsym package now too
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-11-19 14:41:14 +01:00
Dominik Csapak
4c17b2e30d add qmeventd
this adds a program that can listen to qemu qmp events on a given socket
and if a shutdown event followed by a disconnected socket occurs,
executes qm cleanup with arguments that indicate if the
vm was closed gracefully and whether the guest initiated it

this is useful if we want to cleanup after the qemu process exited,
e.g. tap devices, vgpus, etc.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2018-11-14 15:29:59 +01:00
Thomas Lamprecht
56cd7f6981 bump version to 5.0-40
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-11-12 17:28:45 +01:00
Thomas Lamprecht
d0f6e1500d bump version to 5.0-39
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-11-09 16:21:37 +01:00
Wolfgang Bumiller
5795e6188c bump version to 5.0-38
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2018-10-18 12:29:11 +02:00
Wolfgang Bumiller
458d4133a4 bump version to 5.0-37
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2018-10-16 14:54:55 +02:00
Thomas Lamprecht
19d93db010 bump version to 5.0-36
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-09-24 11:39:01 +02:00
Thomas Lamprecht
178acded44 bump version to 5.0-35
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-09-17 15:49:31 +02:00
Thomas Lamprecht
3279808688 bump version to 5.0-34
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-09-13 11:39:04 +02:00
Thomas Lamprecht
e27003dfc7 bump version to 5.0-33
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-08-20 14:43:37 +02:00
Thomas Lamprecht
4e09f915bf bump version to 5.0-32
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-07-30 11:02:18 +02:00
Thomas Lamprecht
4c4622a880 bump version to 5.0-31
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-07-30 10:25:29 +02:00
Thomas Lamprecht
c2eb7ec274 bump version to 5.0-30
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-07-17 11:39:31 +02:00
Thomas Lamprecht
dbf34697d0 bump version to 5.0-29 2018-06-15 12:13:34 +02:00
Thomas Lamprecht
b8ff6fb2a6 bump version to 5.0-28 2018-06-11 12:55:33 +02:00
Thomas Lamprecht
616aecc100 bump version to 5.0-27 2018-06-05 15:25:03 +02:00
Wolfgang Bumiller
be15435a12 bump version to 5.0-26
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2018-05-14 14:08:39 +02:00
Wolfgang Bumiller
f716664010 bump version to 5.0-25
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2018-04-13 15:12:09 +02:00
Thomas Lamprecht
cf7b2c9e36 bump version to 5.0-24
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-03-22 09:29:30 +01:00
Wolfgang Bumiller
b20c8f7ec6 buildsys: use git rev-parse HEAD for GITVERSION
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2018-03-01 10:51:41 +01:00
Wolfgang Bumiller
799a3aa2d9 bump version to 5.0-23
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2018-02-23 13:21:18 +01:00
Wolfgang Bumiller
db4a1df822 bump version to 5.0-22
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2018-02-21 09:56:21 +01:00
Wolfgang Bumiller
45cc6761db bump version to 5.0-21
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2018-01-22 15:13:33 +01:00
Wolfgang Bumiller
332a2f2bae bump version to 5.0-20
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2018-01-16 14:27:43 +01:00
Fabian Grünbichler
d40d949455 bump version to 5.0-19 2018-01-09 15:50:06 +01:00
Wolfgang Bumiller
ca7be99668 bump version to 5.0-18
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2017-12-13 15:13:42 +01:00
Fabian Grünbichler
af736d4d0b bump version to 5.0-17 2017-10-17 14:58:17 +02:00
Fabian Grünbichler
8f943606bd bump version to 5.0-16
and add versioned dependency on pve-access-control >= 5.0-7, which
added the VM.Snapshot.Rollback privilege
2017-10-05 11:26:05 +02:00
Emmanuel Kasper
9d699c4993 Force overwriting existing compressed man pages and symbolic links
This allows calling the 'make install' target twice in a row.
2017-09-25 13:31:55 +02:00
Thomas Lamprecht
424f9940af remove legacy sparsecp
sparsecp gets only used in qmextract, which is part of the old backup
method (pre PVE 2.3).
Do not remove qmextract for now people could still have backups from
< PVE 2.3 around.
They could be restored manually, but we shouldn't make restoring
complicated. Thus replace sparsecp with `cp sparse=always`.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2017-08-23 10:03:37 +02:00
Thomas Lamprecht
3fad64a300 remove unused obsolete vmtar
This was used by the pre-VMA backup methods, as the new backup
process was introduced in PVE 2.3 (04.03.2013) and this would be only
used for creating new backups it can be removed safely.

Fixes Debian stretch build on the ARM64 architecture.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2017-08-23 10:03:37 +02:00
Wolfgang Bumiller
4d481008ce bump version to 5.0-15 2017-08-07 10:46:45 +02:00
Wolfgang Bumiller
6956993e87 bump version to 5.0-14 2017-07-17 11:19:45 +02:00
Dietmar Maurer
0a736d5c85 bump version to 5.0-13 2017-07-13 06:49:12 +02:00
Dietmar Maurer
c83ad58681 bump version to 5.0-12 2017-07-03 14:39:37 +02:00
Wolfgang Bumiller
9fea7ca3cf bump version to 5.0-11 2017-06-30 09:33:31 +02:00
Dietmar Maurer
5f54c8d443 bump version to 5.0-10 2017-06-28 13:29:33 +02:00
Dietmar Maurer
806e6e372c bump version to 5.0-9 2017-06-23 11:01:40 +02:00
Dietmar Maurer
c7c2d0a7a6 bump version to 5.0-8 2017-06-22 12:58:55 +02:00
Dietmar Maurer
3e5c89c16d bump version to 5.0-7 2017-06-22 08:52:17 +02:00
Fabian Grünbichler
a183ab0d5f build: remove fakeroot from dpkg-buildpackage 2017-06-12 10:00:25 +02:00
Fabian Grünbichler
df4694f32d build: make control static 2017-06-12 09:56:12 +02:00
Thomas Lamprecht
88c9e28016 change from dpkg-deb to dpkg-buildpackage
Add debian directory and move the respective files there and add
missing (rules, compat, docs).

Add a Source section to the control.in file and "build" (sed
control.in >control) in the $DEB target as done in most other
packages

Move the qm verifyapi check to the new "test" target, which gets
executed before the dh_auto_install target.

Remove the obsolete vzsyscalls.ph target, vzsyscalls.h is gone for a
while now

Cleanup "clean" target.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2017-06-12 09:56:12 +02:00
Dietmar Maurer
77b4c60758 bump version to 5.0-6 2017-05-31 09:21:50 +02:00
Fabian Grünbichler
35c78505d7 build: run tests on build
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2017-05-17 13:58:18 +02:00
Wolfgang Bumiller
680bacb473 bump version to 5.0-5 2017-04-28 14:02:38 +02:00
Wolfgang Bumiller
84e85ac13e bump version to 5.0-4 2017-04-21 12:06:34 +02:00
Wolfgang Bumiller
2d719468ad bump version to 5.0-3 2017-04-21 11:49:32 +02:00
Fabian Grünbichler
2998737860 bump version to 5.0-2 2017-04-10 16:28:46 +02:00
Wolfgang Bumiller
36ca08b70d bump version to 5.0-1 2017-03-13 12:00:25 +01:00