]> git.proxmox.com Git - qemu-server.git/history - PVE/QemuServer.pm
add lsi controller hotplug
[qemu-server.git] / PVE / QemuServer.pm
2012-01-23 Derumier Alexandreadd lsi controller hotplug
2012-01-23 Derumier Alexandrecreate qemu_deviceadd, qemu_devicedel, qemu_driveadd...
2012-01-23 Derumier Alexandreprint_drivedevice_full : change deviceid: device-scsi...
2012-01-23 Derumier Alexandrerename vm_deviceadd to vm_deviceplug, and vm_devicedel...
2012-01-23 Derumier Alexandrerename scsicontroller deviceid from scsi0/1 to lsi0/1
2012-01-17 Dietmar Maurercatch exception when storage does not exists
2012-01-17 Dietmar Maurerfix bug #81: do no deactivate volumes in vzdump stop...
2012-01-09 Dietmar Maureruse 'da' instead of 'dk' for Danish keyboard
2011-12-16 Dietmar Maurerdo not raise exceptions in vm_stop_cleanup
2011-12-15 Dietmar Maurerimplement forceStop for vm_shutdown
2011-12-13 Derumier Alexandrescsi-block auto detection
2011-12-08 Dietmar Maurerfix bootorder
2011-12-08 Dietmar Maurerdo not use ehci by default
2011-12-07 Dietmar Maureruse cache=none by default (for raw format)
2011-12-07 Dietmar Maureruse new bootindex option
2011-12-07 Dietmar Maurercode cleanup
2011-12-07 Dietmar Maurerfix version parser for qemu-kvm 1.0
2011-12-07 Derumier Alexandreadd ide-cd, ide-hd, scsi-cd, scsi-hd, scsi-block to...
2011-11-29 Dietmar Maurerfix stopall
2011-11-25 Dietmar Maurerdo not call check_lock() for sendkey
2011-11-25 Dietmar Maureractivate LVM LVs more carefully
2011-11-23 Dietmar Maurerset correct migrate speed
2011-11-18 Dietmar Maurerfix cpu usage
2011-11-18 Dietmar Maureradd cache=unsafe mode
2011-10-25 Dietmar Maureruse split_args from PVE::Tools
2011-10-25 Dietmar Maureruse shellquote from PVE::Tools
2011-10-20 Dietmar Maurerfix shell quoting
2011-10-19 Dietmar Maurerenable piped input with qmrestore
2011-10-19 Derumier Alexandrebugfix scsicontroller
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-11 Dietmar Maurerfurther code cleanups
2011-10-11 Dietmar Maureruse 'boolean' for hotplug option
2011-10-11 Derumier Alexandreadd a hook to call vm_deviceadd when the disk in config...
2011-10-11 Derumier Alexandreadd vm_devicedel sub
2011-10-11 Derumier Alexandreadd vm_deviceadd sub
2011-10-11 Derumier Alexandreadd vm_devices_list sub
2011-10-11 Derumier AlexandreAdd hotplug option
2011-10-10 Dietmar Maurercreate background tasks
2011-10-05 Dietmar Maureruse random_ether_addr() from PVE::Tools
2011-10-05 Derumier Alexandreremove net6 reservation and add comments for addr1...
2011-10-04 Derumier Alexandrefix net device pci addr
2011-10-04 Derumier Alexandrefix scsi controllers pci addr
2011-10-04 Derumier Alexandrefix watchdog pci addr
2011-10-04 Derumier Alexandrefix hostpci addr
2011-10-03 Derumier AlexandreFix balloon0 device pci addr
2011-09-29 Dietmar Maurerchange default boot order to cdn
2011-09-26 Dietmar Maureronly list 'qemu' VMs
2011-09-16 Dietmar Maurercleanup balloon patch - removed debug code
2011-09-16 Derumier AlexandreBalloon ugly hack
2011-09-15 Dietmar Maurerfix coding style
2011-09-15 Dietmar Maurerfix online migration
2011-09-15 Derumier Alexandreadd print_pci_addr
2011-09-14 Dietmar Maurermove code from qmigrate into PVE/QemuMigrate.pm
2011-09-14 Dietmar Maureruse new PVE::ProcFSTools::read_proc_pid_stat()
2011-09-12 Dietmar Maurerdelete trailing whitespaces
2011-09-12 Dietmar Maurercheck hvm support before starting VM
2011-09-12 Dietmar Maurerfix serial/parallel option - check if device really...
2011-09-12 Dietmar Maurerremove support for old hostusb syntax
2011-09-12 Dietmar MaurerSimplify serial/parallel option parser
2011-09-12 Dietmar MaurerSimplify schema for serial/parallel options (use pattern)
2011-09-12 Derumier Alexandreparallel : new qemu syntax V2
2011-09-12 Derumier Alexandreserial : new qemu syntax V2
2011-09-12 Derumier AlexandreHostpci rework v4
2011-09-09 Dietmar Maurerfix build error
2011-09-09 Derumier AlexandreAdd scsi controllers V2
2011-09-09 Dietmar MaurerNew method to check if VM uses local resources
2011-09-09 Dietmar MaurerAdd node parameter to config_file()
2011-09-08 Dietmar MaurerAdd watchdog support
2011-09-08 Derumier Alexandreconvert old monitor syntax to chardev
2011-09-08 Derumier Alexandreadd print_drivedevice_full sub for disk -device syntax
2011-09-08 Derumier Alexandrechange print_drive sub to new device syntax
2011-09-08 Derumier AlexandreSet max nics=6, max virtio disk=6 and scsi disk to...
2011-09-07 Dietmar MaurerAdd digest to prevent concurrent changes
2011-08-23 Dietmar Maurerimported from svn 'qemu-server/pve2'