]> git.proxmox.com Git - qemu-server.git/history - PVE/API2/Qemu.pm
split snapshot into separate methods.
[qemu-server.git] / PVE / API2 / Qemu.pm
2012-09-10 Dietmar Maurersplit snapshot into separate methods.
2012-09-07 Dietmar Maurerupdate config on snapshot commands
2012-09-06 Alexandre Derumieradd qm snapshot command
2012-08-30 Dietmar Maureruse mbps instead of bps
2012-08-23 Dietmar Maurerwe call vm_stop to target host,
2012-08-23 Alexandre Derumieradd migratedfrom param to start vm with conf file an...
2012-08-08 Dietmar Maurerfix for resize: final cleanups
2012-08-08 Dietmar Maurerfix for resize: only allow to resize one disk.
2012-08-08 Dietmar Maurerfix for resize: remove useless permission checks
2012-08-08 Dietmar Maurerfix for resize: avoid conflicting path
2012-08-08 Alexandre Derumierqm : add resize
2012-08-01 Dietmar Maureradd size hint to drive options
2012-08-01 Dietmar MaurerAvoid warnings about undefined values
2012-07-27 Dietmar Maurerbug fix: allow to set devices directly (-ide1 /dev...
2012-07-16 Alexandre Derumierimplement qmp block_set_io_throttle on running vm confi...
2012-07-13 Dietmar Maurernew option for vmstatus to query $full informations...
2012-07-13 Dietmar Maureruse qmp for everything - remove old monitor code
2012-06-26 Alexandre Derumierconvert eject cdrom monitor command to qmp
2012-06-25 Alexandre Derumiercheck if volume exist on volume update.
2012-05-30 Dietmar Maurerfix pool permission checks on create
2012-05-29 Alexandre Derumierdie if vdisk_free fail on delete_drive
2012-05-23 Dietmar Maureravoid warning if vm does not belong to a pool
2012-04-07 Dietmar Maurerfix bug in storage availability check (migrate)
2012-04-02 Dietmar Maurerfix bug #134: allow to pass file names to qmrestore...
2012-03-30 Dietmar Maurerfix bug #12: check storage availability early (migrate)
2012-03-29 Dietmar Maurerfix bug #121: activate volumes correctly
2012-03-27 Dietmar Maurerdo not use clusvcadm if we start using 'starturi' parameter
2012-03-27 Dietmar Maureravoid recursive calls to clusvcadm
2012-03-27 Dietmar Maurerfix bug #97: execute 'clusvcadm' commands for HA manage...
2012-03-27 Dietmar Maureronly wait 1 second to aquire lock on vm_create
2012-02-20 Dietmar Maurerfix cdrom permission check
2012-02-15 Dietmar Maurercorrectly remove cdrom and iscsi devices
2012-02-07 Dietmar Maurerfix typo
2012-02-06 Dietmar Maurerfix typo
2012-02-06 Dietmar Maureruse check_volume_access from $rpcenv
2012-02-06 Dietmar Maureruse check() instead of check_storage_perm()
2012-02-03 Dietmar Maurercorrectly add/remove VMs to pool
2012-02-03 Dietmar Maurerfix typo
2012-02-03 Dietmar Maurerfix CD eject
2012-02-03 Dietmar Maurercleanup update_vm - factor out code to make is simpler
2012-02-02 Dietmar Maurerreplace change_config_nolock with update_config_nolock
2012-02-02 Dietmar Maurercleanup update_vm - carefully reload config after changes
2012-02-02 Dietmar Maurercleanup update_vm - always reload config
2012-02-02 Dietmar Maurercleanup update_vm - move param checks to start of function
2012-02-02 Dietmar Maurerstart adding permission checks
2012-01-30 Derumier Alexandreadd nic hotplug to update_vm
2012-01-27 Dietmar Maureradd lock around update_vm code
2012-01-27 Dietmar Maurerremoved trailing whitespace
2012-01-27 Derumier Alexandreupdate_vm rework
2012-01-23 Dietmar Maureruse new syntax for permission attribute
2012-01-23 Derumier Alexandrerework of hotplug/unplug in Qemu.pm
2012-01-23 Derumier Alexandrerename vm_deviceadd to vm_deviceplug, and vm_devicedel...
2012-01-19 Dietmar Maureruse new assemble_vnc_ticket
2012-01-17 Dietmar Maurerfix bug #81: do no deactivate volumes in vzdump stop...
2011-12-22 Dietmar Maureradd ha flag to status info
2011-12-16 Dietmar Maurerdont raise errors if not needed
2011-12-15 Dietmar Maurerimplement forceStop for vm_shutdown
2011-12-07 Dietmar Maureruse new AbstractMigrate.pm
2011-11-30 Dietmar Maurerfix vm_shutdown bug - pass storecfg parameter
2011-11-29 Dietmar Maurerwe can only resume a VM which is running
2011-11-25 Dietmar Maurertry to detect errors before starting the background...
2011-11-25 Dietmar Maureractivate LVM LVs more carefully
2011-11-23 Dietmar Maurerimprove error message when archive does not exist
2011-11-17 Dietmar Maureronly raise exception when parameter -force is set
2011-11-09 Dietmar Maurerimplement monitor API
2011-11-03 Dietmar Maurerallow node name 'localhost'
2011-10-20 Dietmar Maurerallow to pass volume IDs in create_vm (restore)
2011-10-20 Dietmar Maurertest for CLI when using pipe
2011-10-19 Dietmar Maurerenable piped input with qmrestore
2011-10-18 Dietmar Maurerimplement unique option for restore
2011-10-18 Dietmar Maurerdestroy old data when restore with --force
2011-10-17 Dietmar Maurerimplement qmrestore
2011-10-14 Derumier AlexandreFix/cleanup disk hotplug
2011-10-12 Dietmar Maurerremove wrong inline comment
2011-10-11 Derumier Alexandreadd a hook to call vm_devicedel with disk is removed...
2011-10-11 Dietmar Maureradd timeout parameter for stop/shotdown
2011-10-10 Dietmar Maurercreate background tasks
2011-10-05 Dietmar Maurercleanups
2011-09-14 Dietmar Maurermove code from qmigrate into PVE/QemuMigrate.pm
2011-09-07 Dietmar MaurerAdd digest to prevent concurrent changes
2011-08-23 Dietmar Maurerimported from svn 'qemu-server/pve2'