]>
git.proxmox.com Git - pve-qemu-kvm.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Dietmar Maurer [Mon, 24 Sep 2012 07:00:00 +0000 (09:00 +0200)]
correctly add query-savevm qmp command
Dietmar Maurer [Mon, 24 Sep 2012 06:04:20 +0000 (08:04 +0200)]
experimental patch to keep vm running during snapshot creation
Dietmar Maurer [Mon, 24 Sep 2012 06:00:20 +0000 (08:00 +0200)]
remove rate limit
Dietmar Maurer [Mon, 24 Sep 2012 05:16:23 +0000 (07:16 +0200)]
refresh all quilt patches
Dietmar Maurer [Mon, 24 Sep 2012 05:10:50 +0000 (07:10 +0200)]
use new internal-snapshot-async.patch patch
Dietmar Maurer [Mon, 24 Sep 2012 04:32:48 +0000 (06:32 +0200)]
try to use better names
Dietmar Maurer [Fri, 21 Sep 2012 11:44:09 +0000 (13:44 +0200)]
patch to save vmstate in background (not used for now)
Dietmar Maurer [Wed, 19 Sep 2012 12:11:11 +0000 (14:11 +0200)]
use writeback cache
Dietmar Maurer [Wed, 19 Sep 2012 11:09:51 +0000 (13:09 +0200)]
snapshot: fix load/save state
Dietmar Maurer [Wed, 19 Sep 2012 05:14:23 +0000 (07:14 +0200)]
add sheepdog loadvm/savevm patch
Dietmar Maurer [Tue, 18 Sep 2012 06:57:12 +0000 (08:57 +0200)]
implement loadstate - cleanup snapshot patches
Dietmar Maurer [Fri, 14 Sep 2012 09:09:45 +0000 (11:09 +0200)]
snapshot_start: use bdrv instead of file
So that we can store state on any valid qemu block device.
qemu-img: return success for non-existing snapshots on snapshot removal
Dietmar Maurer [Thu, 13 Sep 2012 07:36:25 +0000 (09:36 +0200)]
prepare for PVE 2.2 release
Dietmar Maurer [Thu, 13 Sep 2012 07:31:10 +0000 (09:31 +0200)]
make statefile really optional
Dietmar Maurer [Fri, 7 Sep 2012 05:42:07 +0000 (07:42 +0200)]
update to 1.2.0
Dietmar Maurer [Thu, 6 Sep 2012 09:33:17 +0000 (11:33 +0200)]
implement 'delete-drive-snapshot', make statefile optional
Dietmar Maurer [Wed, 5 Sep 2012 08:35:56 +0000 (10:35 +0200)]
use qemu_savevm_state instead of qemu_savevm_state_complete
Dietmar Maurer [Tue, 4 Sep 2012 10:56:51 +0000 (12:56 +0200)]
add patch for experimental snapshot support
Dietmar Maurer [Tue, 4 Sep 2012 05:27:08 +0000 (07:27 +0200)]
update to 1.2.0-rc2
Dietmar Maurer [Mon, 3 Sep 2012 12:22:40 +0000 (14:22 +0200)]
ahci: fix ahci for win7
Dietmar Maurer [Fri, 31 Aug 2012 09:33:32 +0000 (11:33 +0200)]
fix typo in patch
Dietmar Maurer [Fri, 31 Aug 2012 08:53:02 +0000 (10:53 +0200)]
add ahci migration support
Dietmar Maurer [Tue, 28 Aug 2012 05:02:21 +0000 (07:02 +0200)]
remove rbd-enable-cacheoption.patch
Dietmar Maurer [Mon, 27 Aug 2012 12:19:06 +0000 (14:19 +0200)]
update to 1.2.0-rc1
Dietmar Maurer [Thu, 16 Aug 2012 07:12:01 +0000 (09:12 +0200)]
bump version to 1.1-8
Alexandre Derumier [Thu, 16 Aug 2012 07:02:20 +0000 (09:02 +0200)]
use alsa instead oss
fix bug#241
redhat kernel have only alsa support by default, and qemu-kvm compile with oss by default.
We need to compile it with alsa support
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
Dietmar Maurer [Thu, 9 Aug 2012 08:06:16 +0000 (10:06 +0200)]
bump version to 1.1-7
Dietmar Maurer [Thu, 9 Aug 2012 08:04:10 +0000 (10:04 +0200)]
fix whitespace errors
Alexandre Derumier [Wed, 8 Aug 2012 08:17:34 +0000 (10:17 +0200)]
Enable VeNCrypt PLAIN authentication
https://bugzilla.proxmox.com/show_bug.cgi?id=84
this enable vnc plain authentication.
So external vnc client withtout x509 can connect without hacking code.
And also we can use novnc console with plain authentifcation (over ssl) or java console with x509 authentification
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
Dietmar Maurer [Tue, 17 Jul 2012 09:36:18 +0000 (11:36 +0200)]
enable libiscsi
Dietmar Maurer [Tue, 17 Jul 2012 07:01:23 +0000 (09:01 +0200)]
update to latest stable-1.1 branch (qemu-kvm-1.1.1)
Dietmar Maurer [Mon, 9 Jul 2012 05:23:23 +0000 (07:23 +0200)]
depend on stable ceph packages (0.48)
Dietmar Maurer [Mon, 9 Jul 2012 05:16:29 +0000 (07:16 +0200)]
update to latest stable-1.1 branch
Alexandre Derumier [Sat, 16 Jun 2012 14:02:50 +0000 (16:02 +0200)]
rbd : add writethrough/writeback option
This patch add writethrough/writeback support to qemu-rbd.
It'll be merge in qemu 1.2, as 1.1 in feature froze for the moment.
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
Dietmar Maurer [Thu, 14 Jun 2012 10:38:38 +0000 (12:38 +0200)]
fix cehp-common depend
Dietmar Maurer [Thu, 14 Jun 2012 09:55:41 +0000 (11:55 +0200)]
do not depend on fixed rados version
Instead we simply hope that future versions will be binary compatible.
Dietmar Maurer [Tue, 5 Jun 2012 04:50:21 +0000 (06:50 +0200)]
bump version
Alexandre Derumier [Sun, 3 Jun 2012 15:13:20 +0000 (17:13 +0200)]
add rbd support to qemu-kvm
to build, we need librbd-dev
http://ceph.com/debian/pool/main/c/ceph/librbd-dev_0.47.2-1~bpo60+1_amd64.deb
new dependencies:
ceph-common: include rbd command line
librbd and librados2 : rados protocol librairies
http://ceph.com/debian/pool/main/c/ceph/ceph-common_0.47.2-1~bpo60+1_amd64.deb
http://ceph.com/debian/pool/main/c/ceph/librbd1_0.47.2-1~bpo60+1_amd64.deb
http://ceph.com/debian/pool/main/c/ceph/librados2_0.47.2-1~bpo60+1_amd64.deb
official squeeze repository is
deb http://ceph.com/debian/ squeeze main
but maybe can we add packages in proxmox repository ?
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
Dietmar Maurer [Thu, 24 May 2012 07:27:47 +0000 (09:27 +0200)]
update to qemu-kvm-1.1-rc3
Dietmar Maurer [Mon, 21 May 2012 05:38:09 +0000 (07:38 +0200)]
fix comment
Dietmar Maurer [Mon, 21 May 2012 05:27:29 +0000 (07:27 +0200)]
update to qemu-kvm-1.1-rc2
Dietmar Maurer [Tue, 3 Apr 2012 05:30:52 +0000 (07:30 +0200)]
revert defaults of prefer_msi and share_intx
Dietmar Maurer [Mon, 26 Mar 2012 05:26:21 +0000 (07:26 +0200)]
include latest changes from master
Dietmar Maurer [Tue, 13 Mar 2012 07:59:07 +0000 (08:59 +0100)]
allow fairsched_id up to INT_MAX
Dietmar Maurer [Tue, 13 Mar 2012 06:26:20 +0000 (07:26 +0100)]
refresh quilt patches
Dietmar Maurer [Mon, 12 Mar 2012 06:11:43 +0000 (07:11 +0100)]
include latest changes from master
Derumier Alexandre [Sun, 11 Mar 2012 16:37:43 +0000 (17:37 +0100)]
remove usb fixes and add libacard fix
Signed-off-by: Derumier Alexandre <aderumier@odiso.com>
Dietmar Maurer [Fri, 2 Mar 2012 08:49:26 +0000 (09:49 +0100)]
do not build source package
Dietmar Maurer [Fri, 2 Mar 2012 08:41:58 +0000 (09:41 +0100)]
include changes from master
Derumier Alexandre [Fri, 2 Mar 2012 08:17:45 +0000 (09:17 +0100)]
usb-desc-fix-user-trigerrable-segfaults
Signed-off-by: Derumier Alexandre <aderumier@odiso.com>
Dietmar Maurer [Wed, 29 Feb 2012 08:55:31 +0000 (09:55 +0100)]
bump version to release usb tablet fix
Derumier Alexandre [Wed, 29 Feb 2012 08:02:34 +0000 (09:02 +0100)]
usb-hid-fix-tablet-activation
Signed-off-by: Derumier Alexandre <aderumier@odiso.com>
Dietmar Maurer [Thu, 23 Feb 2012 12:44:59 +0000 (13:44 +0100)]
bump versio to release Westmere cpu definition fix
Derumier Alexandre [Thu, 23 Feb 2012 08:33:52 +0000 (09:33 +0100)]
lower westmester cpu level to 2, as win7 x64 dont boot
Signed-off-by: Derumier Alexandre <aderumier@odiso.com>
Dietmar Maurer [Wed, 15 Feb 2012 10:34:37 +0000 (11:34 +0100)]
fix build
Imported the qemu-kvm sources into the git repository now.
Dietmar Maurer [Thu, 9 Feb 2012 13:06:17 +0000 (14:06 +0100)]
include updates from upstream
Derumier Alexandre [Tue, 31 Jan 2012 17:14:23 +0000 (18:14 +0100)]
update target-x86_64.conf to rhel6.2 version
Signed-off-by: Derumier Alexandre <aderumier@odiso.com>
Dietmar Maurer [Tue, 31 Jan 2012 06:11:34 +0000 (07:11 +0100)]
avoid warnings in postinst script
Dietmar Maurer [Tue, 31 Jan 2012 06:02:14 +0000 (07:02 +0100)]
install target-x86_64.conf to /etc/kvm
And try to remove dir /etc/qemu in postinst.
Dietmar Maurer [Wed, 7 Dec 2011 10:28:38 +0000 (11:28 +0100)]
do not install palcode-clipper
Dietmar Maurer [Wed, 7 Dec 2011 10:16:03 +0000 (11:16 +0100)]
update to upstream 1.0
Dietmar Maurer [Tue, 23 Aug 2011 05:41:36 +0000 (07:41 +0200)]
imported from svn 'pve-qemu-kvm/pve2'