]> git.proxmox.com Git - qemu-server.git/history - PVE/QemuServer.pm
set template flag earlier
[qemu-server.git] / PVE / QemuServer.pm
2013-04-22 Dietmar Maurerset template flag earlier
2013-04-22 Dietmar Maurerdo not allow template creation if there are snapshots.
2013-04-22 Alexandre Derumiertemplate_create : add template:1 option.
2013-04-19 Dietmar Maurerfix bug 377: make qm rescan work properly
2013-04-19 Alexandre Derumieris_template : return 1 if template option == 1
2013-04-19 Alexandre Derumieradd template config option
2013-04-18 Dietmar Maurerallow sparse restore for sheepdog and rbd
2013-03-22 Dietmar Maurerparse_net: fix warning about uninitialized value
2013-03-07 Alexandre Derumiervirtio disk hot-unplug: drive_del after device_del
2013-03-07 Alexandre Derumiernic hot-unplug: delete netdev after device removal
2013-02-27 Alexandre Derumierbugfix #340 : don't set cache=none to cdrom
2013-02-25 Dietmar Maurerdefault cpu type is kvm64 now
2013-02-25 Alexandre Derumierset cache=none if option is not defined
2013-02-22 Alexandre Derumierusb-tablet : always use uhci controller
2013-02-22 Alexandre Derumieruhci controller : use new -device syntax
2013-02-22 Dietmar MaurerRevert "enable usb2 controller by default"
2013-02-22 Dietmar Maurerdisable hotplug by default
2013-02-19 Dietmar Maurerhotplug/unplug devices by default
2013-02-19 Alexandre Derumierqemu_netdevadd : convert to qmp
2013-02-19 Alexandre Derumierqemu_netdevdel : convert to qmp
2013-02-19 Alexandre Derumierqemu_deviceadd : convert to qmp
2013-02-19 Alexandre Derumierqemu_devicedel : convert to qmp
2013-02-19 Alexandre Derumierhotplug/unplug tablet on config update
2013-02-19 Alexandre Derumierenable usb2 controller by default
2013-02-18 Alexandre Derumiertemplate_create : check has_feature template
2013-02-15 Dietmar Maureradd missing newline
2013-02-15 Dietmar Maurertemplate_create: check for 'clone' feature
2013-02-15 Dietmar Maureris_template: always return a defined value
2013-02-15 Alexandre Derumiervmstatus : return template if vm is a template
2013-02-15 Dietmar Maurermove template checks up one level
2013-02-15 Alexandre Derumierforbid snapshot create if current it's a template
2013-02-15 Alexandre Derumierforbid vm_start if current config is a template.
2013-02-15 Alexandre Derumierforbid rollback if current config is a template.
2013-02-15 Alexandre Derumierforbid snapshot delete if it's a template
2013-02-15 Alexandre Derumieradd is_template sub
2013-02-15 Alexandre Derumieradd template_create
2013-02-14 Dietmar Maurerdo not set cache=none for .raw files
2013-02-13 Alexandre Derumierqemu 1.4 fix : rename stats-polling-interval to guest...
2013-01-28 Dietmar Maurerfix tar restore: correctly check if VM config already...
2013-01-17 Dietmar Maurerallow to suspend/resume VM during backup
2013-01-16 Dietmar Maurerallow to run as qemu-system-x86_64
2013-01-07 Dietmar Maurerfix bug #307: correctly restore disk settings
2013-01-04 Alexandre Derumierballoon: don't set balloon && polling interval at start...
2013-01-04 Dietmar Maurervma restore: only delete disks contained in backup.
2012-12-31 Alexandre Derumieradd set migrate_downtime default value to 0.1 && add...
2012-12-28 Dietmar Maurercorrectly set shares (allow 0)
2012-12-28 Alexandre Derumieradd sub has_feature
2012-12-27 Alexandre Derumiermove qmp migrate_set_down && migrate_set_speed to qemum...
2012-12-20 Dietmar Maureruse vm_mon_cmd_nocheck at startup
2012-12-19 Dietmar Maurerreport balloon_min in bytes (not MBs)
2012-12-19 Dietmar Maurerenable balloon by default, unless explicitly disabled
2012-12-19 Dietmar Maureradd shares property for auto-ballooning
2012-12-18 Dietmar Maureruse new query-balloon to get used/free memory
2012-12-13 Dietmar Maurerinclude new qemu backup feature
2012-11-27 Dietmar Maurercleanup cpu types
2012-11-23 Dietmar Maurerfix version parser for qemu 1.3
2012-11-16 Dietmar Maurerqmb balloon command expects bytes
2012-11-02 Dietmar Maurervzdump: restore sata drives correctly
2012-10-23 Dietmar Maureradd 'win8' ostype
2012-09-27 Dietmar Maurerdisable vzdump for VM containing snapshots
2012-09-26 Dietmar Maurerfix bug 251: use new command line syntax
2012-09-25 Dietmar Maurerreserve more space for live snapshot state (2*memory)
2012-09-25 Dietmar Maurermigrate volumes used inside snapshots including vmstate
2012-09-24 Dietmar Maurerupdates for async shapshot patch
2012-09-20 Dietmar Maurerremove timeout when loading state from file.
2012-09-19 Dietmar Maurerfix syntax error
2012-09-19 Dietmar Maurerwe need to continue the VM after loading state
2012-09-19 Dietmar Maurerrollback: do important tests before stopping VM
2012-09-18 Dietmar Maurerallow nexenta snapshots, use new -loadstate option
2012-09-14 Dietmar Maurerfix syntax error
2012-09-14 Dietmar Maurercontinue VM after snapshot rollback
2012-09-12 Dietmar Maurersnapshot: save state and implement rollback
2012-09-12 Dietmar Maurersnapshot: allocate/free volid for VM state
2012-09-12 Dietmar Maurersnapshot: don't overwrite main VM description
2012-09-12 Dietmar Maurersnapshot_delete: correctly unlink parent refs
2012-09-12 Dietmar Maurersnapshot_create: correctly set parent when creating...
2012-09-12 Dietmar Maurersnapshot_create: check if vm is running before try...
2012-09-12 Dietmar Maurersnapshot_delete: save changes after each drive snapshot...
2012-09-12 Dietmar Maurerimprove snapshot delete - add force option to API
2012-09-11 Dietmar Maureradd description for snapshots
2012-09-11 Dietmar Maureradd snapshot time stamp
2012-09-10 Dietmar Maurertest snapshot capability, fix unused drive handling
2012-09-10 Dietmar Maurermake 'parent' a real option
2012-09-10 Dietmar Maurerfix snapshot rollback
2012-09-10 Dietmar Maurerdo not copy list of unused disk into snapshot config
2012-09-10 Dietmar Maurerfix snapshot permissions - check for VM.Snapshot
2012-09-10 Dietmar Maurerregister standard option for snapshot name
2012-09-07 Dietmar Maurerupdate config on snapshot commands
2012-09-07 Dietmar Maureradd save/load snapshot information, add basic snapshot...
2012-09-06 Alexandre Derumieradd qemu_volume_snapshot_delete
2012-09-06 Alexandre Derumieradd qga_unfreezefs
2012-09-06 Alexandre Derumieradd qga_freezefs
2012-09-06 Alexandre Derumieradd qemu_snapshot_end
2012-09-06 Alexandre Derumieradd qemu_snapshot_start
2012-09-06 Alexandre Derumieradd qemu_volume_snapshot
2012-09-04 Dietmar Maurerset correct default for new 'agent' option
2012-09-04 Dietmar Maurerrename option 'qga' to 'agent'
2012-09-04 Alexandre Derumieradd qemu guest agent support
2012-08-30 Dietmar Maureruse mbps instead of bps
2012-08-29 Dietmar Maurercleanup: split out parse_size
next