mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-30 00:30:42 +00:00
revert tablet mice fix
This commit is contained in:
parent
ee88df8148
commit
684bcdd7a4
2
Makefile
2
Makefile
@ -2,7 +2,7 @@ RELEASE=2.0
|
|||||||
|
|
||||||
VERSION=2.0
|
VERSION=2.0
|
||||||
PACKAGE=qemu-server
|
PACKAGE=qemu-server
|
||||||
PKGREL=21
|
PKGREL=22
|
||||||
|
|
||||||
DESTDIR=
|
DESTDIR=
|
||||||
PREFIX=/usr
|
PREFIX=/usr
|
||||||
|
@ -2494,10 +2494,6 @@ sub vm_start {
|
|||||||
|
|
||||||
vm_balloonset($vmid, $conf->{balloon}) if $conf->{balloon};
|
vm_balloonset($vmid, $conf->{balloon}) if $conf->{balloon};
|
||||||
|
|
||||||
my $tablet = defined($conf->{tablet}) ? $conf->{tablet} : $defaults->{tablet};
|
|
||||||
PVE::QemuServer::vm_monitor_command($vmid, "mouse_set 1", 0) if $tablet; #ensure usb tablet is activated
|
|
||||||
|
|
||||||
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
qemu-server (2.0-22) unstable; urgency=low
|
||||||
|
|
||||||
|
* revert tablet mice fix - does not work reliable
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Wed, 29 Feb 2012 09:45:30 +0100
|
||||||
|
|
||||||
qemu-server (2.0-21) unstable; urgency=low
|
qemu-server (2.0-21) unstable; urgency=low
|
||||||
|
|
||||||
* fix tablet mice as default when live migrate
|
* fix tablet mice as default when live migrate
|
||||||
|
Loading…
Reference in New Issue
Block a user