]> git.proxmox.com Git - qemu-server.git/history - PVE/QemuServer.pm
Rename disksize to bootdisk_size and print_drive_full to print_drive_commandline_full
[qemu-server.git] / PVE / QemuServer.pm
2020-03-07 Fabian EbnerRename disksize to bootdisk_size and print_drive_full...
2020-03-07 Fabian EbnerCreate Drive.pm and move drive-related code there
2020-03-07 Fabian EbnerUse parse_drive for EFI disk
2020-03-07 Fabian EbnerReplace drivename_hash with drivedesc_hash
2020-03-06 Stefan Reiterfix #2264: add virtio-rng device
2020-02-25 Fabian Ebnerprint_drive: Use $skip to avoid the need to copy the...
2020-02-19 Fabian EbnerAlign size to 1 KiB bytes before doing 'qmp block_resize'
2020-02-12 Stefan ReiterSimplify QEMU version check and require 3.0+
2020-02-12 Stefan Reiterversion_guard scsi drive count
2020-02-12 Stefan ReiterUse 'QEMU version' -> '+pve-version' mapping for machin...
2020-02-06 Stefan Reiterqmp: use query-cpus-fast for hotplug
2020-02-06 Stefan Reiterqmp: use 'id' parameter instead of 'device'
2020-02-06 Stefan Reiterqmp: use 'blockdev-change-medium' instead of generic...
2020-02-06 Stefan ReiterRemove unused $force parameter
2020-02-05 Fabian Ebnerrename 'volid' to 'drivestr' where it's not only a...
2020-01-31 Dominik Csapakfix #2566: increase scsi limit to 31
2020-01-31 Dominik Csapakmove the vmgenid device after readconfig on q35
2020-01-24 Oguz Bektashotplug_pending: make 'ssd' option non-hotpluggable
2020-01-22 Stefan ReiterAdd CPUConfig file and migrate some helpers
2020-01-21 Fabian EbnerUse 'volname' instead of 'volid' for 'qemu_img_format'
2020-01-21 Fabian EbnerFix 2070: vm_start: for a migrating VM, use current...
2020-01-16 Oguz Bektasvmconfig_apply_pending: remove redundant write/load...
2020-01-15 Tim Marxadd timeout parameter to vm_start api endpoint
2020-01-15 Tim Marxadd new helper to calculate timeout based on vm config
2020-01-15 Stefan ReiterFixup CPU flag query to not use get_basic_machine_info
2020-01-14 Stefan ReiterAdd QEMU CPU flag querying helpers
2020-01-14 Oguz Bektasvmconfig_apply_pending: add error handling
2019-12-20 Oguz Bektashotplug_pending: remove redundant write/load config...
2019-12-13 Thomas Lamprechtgrammar fix: s/does not exists/does not exist/g
2019-12-12 Thomas Lamprechtfollowup: simplify log callback
2019-12-12 Stefan Reiterfix #2493: show QEMU errors in migration log
2019-12-12 Stefan Reiterhide long commandline on vm_start/migrate failure
2019-12-11 Stefan Reiterupdate disk size before local disk migration
2019-12-11 Dominik Csapaksuspend to disk: check more permissions
2019-12-11 Dominik Csapakrefactor finding of vmstate storage
2019-12-10 Thomas Lamprechtqemu-server: make nodename mock-able for tests
2019-12-10 Thomas Lamprechtfollowup: improve error message for outdated QEMU version
2019-12-10 Stefan Reitercheck if QEMU version is recent enough for machine...
2019-12-09 Stefan Reiterremove $vmid param from print_drive
2019-12-09 Thomas Lamprechtfollowup: minor cleanup/error message spelling
2019-12-09 Dominik Csapakfix #2510: hostpci: always check if device exists
2019-12-09 Thomas Lamprechtfix #2469: fix qemu-img convert src_format detection
2019-12-04 Thomas Lamprechtcreate_efidisk: poll the real size after volume creation
2019-11-30 Dominik Csapakdelete suspended lock when we have no vmstate
2019-11-30 Dominik Csapaklogging vmstate into Resume/Start Task
2019-11-26 Oguz Bektasskip efidisk0 in hotplug
2019-11-26 Thomas LamprechtRevert "fix #2469: fix qemu-img convert src_format...
2019-11-25 Thomas Lamprechtimplement PVE Version addition for QEMU machine
2019-11-25 Fabian Grünbichlerfix #2469: fix qemu-img convert src_format detection
2019-11-25 Fabian Grünbichlerremove wrong comment
2019-11-25 Oguz Bektasfix #2367: do not allow snapshot with name PENDING
2019-11-25 Thomas Lamprechtsplit get_basic_machine_info into get_vm_arch and get_v...
2019-11-23 Thomas Lamprechtreally fallback to PCI standard domain "0000" again
2019-11-20 Dominik Csapakadd 'tags' option
2019-11-20 Dominik Csapakfix #2436: pci: do not hardcode pci domain to 0000
2019-11-20 Thomas Lamprechtcleanup: improve locallity of variable declaration/use
2019-11-20 Stefan Reiterrefactor: split qemu_machine_feature_enabled
2019-11-20 Stefan Reiterrefactor: extract QEMU machine related helpers to package
2019-11-20 Stefan Reiterrefactor: create QemuServer::Monitor for high-level...
2019-11-20 Stefan Reiterrefactor: split check_running into _exists_ and _running_
2019-11-20 Stefan ReiterChange check_cmdline to parse_cmdline
2019-11-20 Stefan Reiterrefactor: create QemuServer::Helpers and move file...
2019-11-20 Stefan ReiterFix 'uninitialized value' warning about guest agent...
2019-11-20 Stefan ReiterAdd 'runningmachine' support to vm_commandline
2019-11-20 Thomas Lamprechtqemu: remove unused methods
2019-11-20 Thomas Lamprechtfollowup: adding qxl max_outputs breaks live-migration...
2019-11-20 Thomas Lamprechtqxl max_outputs: ostype can be undefined, assume linux
2019-11-20 Aaron Lautererprint_vga_device: fix qxl displays on Linux guests
2019-11-20 Thomas Lamprechtget_cpu_options: reuse ostype variable
2019-11-20 Thomas Lamprechtostype: update verbose description
2019-11-19 Thomas Lamprechtclone: pre-create cloud-init disk for destination
2019-11-19 Wolfgang Bumilleravoid cyclic reference
2019-11-18 Matt DunwoodieAdd 'type' to agent_fmt
2019-11-18 Aaron Lautererapi/migration: fix autocomplete for targetstorage
2019-11-18 Fabian Grünbichlerrefactor migration IP retrieval
2019-11-18 Fabian Grünbichleruse PVE::DataCenterConfig
2019-11-14 Dominik Csapakfix destroy_vm by using correct Config package
2019-11-11 Thomas Lamprechtfollowup: what vs. why comment
2019-11-11 Oguz Bektasqmreboot: clear reboot request if reboot fails
2019-11-08 Thomas Lamprechtdestroy_vm: allow to pass new config and lock instead
2019-11-08 Thomas Lamprechtrestore_tar_archive: cleanup
2019-11-08 Thomas Lamprechtdestroy_vm: refactor+cleanup and continue on unused...
2019-11-08 Thomas Lamprechtfollowup: make comment a bit shorter/more concise
2019-11-08 Dominic Jägerrestore_tar_archive: Add skiplock to destroy_vm
2019-11-08 Fabian Grünbichlermove 'use UUID' statement to correct file
2019-10-29 Dominic Jägerreplace remaining vm_destroy call-sites with destroy_vm
2019-10-29 Stefan ReiterUse get_host_arch from PVE::Tools
2019-10-29 Thomas Lamprechtruns_at_least_qemu_version: propagate QMP errors
2019-10-25 Dominik Csapakfix #2434: extend machine regex
2019-10-25 Dominic Jägerdestroy_vm: remove VM config *after* unused disk removal
2019-10-24 Thomas Lamprechtcleanup: no need to prefix module for call to module...
2019-10-23 Thomas Lamprechtqmp_socket: remove unused "name" parameter
2019-10-23 Thomas Lamprechtvmstatus: code cleanup: directly use load_config helper
2019-10-23 Thomas Lamprechtremove unused method "touch_config"
2019-10-23 Thomas Lamprechtfollowup: code cleanup and some comments
2019-10-23 Stefan Reiterfix #2408, #2355, #2380: use scsi-hd backend for iSCSI...
2019-10-23 Thomas Lamprechtbackup: is IOThread comaptible: only check running VMs
2019-10-23 Thomas Lamprechtadd runs_at_least_qemu_version to check if we can backu...
2019-10-23 Thomas Lamprechtintroduce version_cmp helper for qemu_machine_feature_e...
2019-10-22 Thomas Lamprechtfixup: vmstate: pass volid not resolved path to vollist
next