Compare commits
1 Commits
v10.0.2-4+
...
v9.2.0-3+v
Author | SHA1 | Date | |
---|---|---|---|
32d3cfa049 |
2
Makefile
2
Makefile
@@ -58,7 +58,7 @@ $(BUILDDIR): submodule
|
|||||||
deb kvm: $(DEBS)
|
deb kvm: $(DEBS)
|
||||||
$(DEB_DBG): $(DEB)
|
$(DEB_DBG): $(DEB)
|
||||||
$(DEB): $(BUILDDIR)
|
$(DEB): $(BUILDDIR)
|
||||||
cd $(BUILDDIR); dpkg-buildpackage -b -us -uc
|
cd $(BUILDDIR); dpkg-buildpackage -b -us -uc -j32
|
||||||
lintian $(DEBS)
|
lintian $(DEBS)
|
||||||
|
|
||||||
sbuild: $(DSC)
|
sbuild: $(DSC)
|
||||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@@ -1,3 +1,9 @@
|
|||||||
|
pve-qemu-kvm (9.2.0-3+vitastor1) bookworm; urgency=medium
|
||||||
|
|
||||||
|
* Add Vitastor support
|
||||||
|
|
||||||
|
-- Vitaliy Filippov <vitalif@yourcmc.ru> Wed, 02 Apr 2025 17:39:11 +0300
|
||||||
|
|
||||||
pve-qemu-kvm (9.2.0-3) bookworm; urgency=medium
|
pve-qemu-kvm (9.2.0-3) bookworm; urgency=medium
|
||||||
|
|
||||||
* revert changes to the High Precision Event Timer (HPET) to fix performance
|
* revert changes to the High Precision Event Timer (HPET) to fix performance
|
||||||
|
1
debian/control
vendored
1
debian/control
vendored
@@ -59,6 +59,7 @@ Depends: ceph-common (>= 0.48),
|
|||||||
libspice-server1 (>= 0.14.0~),
|
libspice-server1 (>= 0.14.0~),
|
||||||
libusb-1.0-0 (>= 1.0.17-1),
|
libusb-1.0-0 (>= 1.0.17-1),
|
||||||
libusbredirparser1 (>= 0.6-2),
|
libusbredirparser1 (>= 0.6-2),
|
||||||
|
vitastor-client (>= 0.9.4),
|
||||||
libuuid1,
|
libuuid1,
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
${shlibs:Depends},
|
${shlibs:Depends},
|
||||||
|
1282
debian/patches/pve-qemu-9.2-vitastor.patch
vendored
Normal file
1282
debian/patches/pve-qemu-9.2-vitastor.patch
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@@ -72,3 +72,4 @@ pve/0054-Revert-hpet-place-read-only-bits-directly-in-new_val.patch
|
|||||||
pve/0055-Revert-hpet-remove-unnecessary-variable-index.patch
|
pve/0055-Revert-hpet-remove-unnecessary-variable-index.patch
|
||||||
pve/0056-Revert-hpet-ignore-high-bits-of-comparator-in-32-bit.patch
|
pve/0056-Revert-hpet-ignore-high-bits-of-comparator-in-32-bit.patch
|
||||||
pve/0057-Revert-hpet-fix-and-cleanup-persistence-of-interrupt.patch
|
pve/0057-Revert-hpet-fix-and-cleanup-persistence-of-interrupt.patch
|
||||||
|
pve-qemu-9.2-vitastor.patch
|
||||||
|
Reference in New Issue
Block a user