]> git.proxmox.com Git - qemu-server.git/history - PVE
implement virtio-scsi multiqueues
[qemu-server.git] / PVE /
2015-04-04 Alexandre Derumierimplement virtio-scsi multiqueues
2015-04-04 Alexandre Derumieruse aio=native only with O_DIRECT (cache=none|directsync)
2015-04-01 Alexandre Derumierforbid hot-unplug of virtioscsi + iothread drive
2015-04-01 Alexandre Derumieradd virtio-scsi iothread support
2015-03-27 Dietmar Maurerdepend on pve-ha-manager
2015-03-27 Dietmar Maurerdelete trailing white spaces
2015-03-27 Dietmar Maurercleanup: do not use regex
2015-03-27 Alexandre Derumiernew scsihw_infos sub : code factorization
2015-03-27 Alexandre Derumierimplement virtio-scsi-single hotplug
2015-03-27 Alexandre Derumierimplement virtio-scsi-single
2015-03-20 Alexandre Derumierimplement virtio iothread hotplug
2015-03-20 Alexandre Derumieradd virtio iothread option
2015-03-19 Alexandre Derumierunplug scsi controller if no more disk exist
2015-03-19 Alexandre Derumieradd IvyBridge cpu model (qemu >= 2.3)
2015-03-18 Alexandre Derumieradd pci bridges by default for qemu > 2.3
2015-03-17 Alexandre Derumierenable cpu enforce
2015-03-17 Alexandre Derumierenable kvm_pv_eoi cpuflag
2015-03-17 Alexandre Derumieradd kvm_pv_unhalt cpu flag
2015-03-17 Alexandre Derumierenable hv_time hyperv-v enlightment
2015-03-17 Alexandre Derumierenable hv_vapic hyperv enlightment
2015-03-17 Alexandre Derumierhv_spinlocks : use 0x1fff instead 0xffff
2015-03-17 Alexandre Derumieradd qemu_machine_feature_enabled sub
2015-03-09 Alexandre Derumieralways setup balloon polling interval.
2015-03-09 Alexandre Derumiervmstatus : use vcpus if defined
2015-03-09 Dietmar MaurerRevert "balloon: use qom-get for guest balloon statisti...
2015-03-06 Alexandre Derumierballoon: use qom-get for guest balloon statistics V5
2015-03-06 Alexandre Derumierdrive_add : escape \ character
2015-03-03 Alexandre Derumierbugfix : allow manual balloning if shares = 0
2015-03-02 Dietmar Maureruse new PVE::Cluster::vm_is_ha_managed
2015-02-27 Dietmar Maurercorrect use hash with keys
2015-02-15 Dietmar Maurercorrectly set and remove lock
2015-02-14 Dietmar Maurercommit pending values when changing CDROM
2015-02-13 Alexandre Derumierbugfix : add missing queues nic option in print_net
2015-02-12 Wolfgang LinkQemuServer: check snapshot befor rollback
2015-02-12 Dietmar Maurervm_devices_list: make sure $device->{'qdev_id'} is set
2015-02-12 Alexandre Derumiervm_devices_list : list devices behind pci bridge
2015-02-12 Dietmar Maurerfix CDROM hotplug
2015-02-12 Dietmar Maurercleanup error messages
2015-02-11 Stefan PriebeQemuServer: fix wrong binding of pci root ports, bridge...
2015-02-10 Wolfgang Linkbug 597: hotplug fix
2015-02-10 Alexandre Derumiermemory hotplug option is not hotpluggable
2015-02-09 Alexandre Derumieradd foreach_dimm sub
2015-01-28 Alexandre Derumiermemory hotplug patch v10
2015-01-27 Dietmar Maureruse PVE::Tools::split_list
2015-01-27 Dietmar Maurerhotplug config: allow to enable specific features
2015-01-22 Alexandre Derumierenable vcpus hotplug
2015-01-22 Alexandre Derumieradd vcpus option
2015-01-21 Dietmar Maurerapply pending changes at vm_stop
2015-01-21 Dietmar Maurerenable hotplug by default
2015-01-20 Dietmar MaurerAdd link_down flag to network config
2015-01-20 Wolfgang LinkChange check for better understanding!
2015-01-20 Kamil TrzcinskiSupport additional e1000 variants for VM machines
2015-01-15 Alexandre Derumierpending api : fix parsing 0 value
2015-01-12 Dietmar Maurerfix test for ballon hotplug
2015-01-12 Stefan Priebeset boot strict=on to prevent booting from not listed...
2015-01-12 Stefan Priebedo not set romfile= if network is not in boot order
2015-01-08 Dietmar Maurerfix previous commit: forgot API definitions
2015-01-07 Dietmar Maurerupdate_vm api : add optionnal revert option
2015-01-07 Dietmar Maurercode cleanup
2015-01-07 Alexandre Derumierfix balloon pending update
2015-01-07 Alexandre Derumierdon't try to hotplug|unplug ide && sata drive
2015-01-07 Dietmar Maureradd optionnal current param to config api
2015-01-07 Dietmar MaurerAPI: list new 'pending' method
2015-01-07 Alexandre Derumierpending : add disk hot-unplug
2015-01-07 Dietmar Maurerremove unused code
2015-01-07 Dietmar Maurervmconfig_update_net: do not call vm_deviceplug() if...
2015-01-07 Dietmar Maurervmconfig_hotplug_pending : add update_disk
2015-01-07 Dietmar Maurervm_deviceplug: always raise exception on error
2015-01-07 Dietmar Maurervm_deviceunplug: raise expection if something fail
2015-01-07 Dietmar Maurervmconfig_hotplug_pending : add update_net
2015-01-07 Dietmar Maurervmconfig_hotplug_pending: correctly skip values
2015-01-07 Dietmar Maurerrename qemu_bridgeadd to qemu_add_pci_bridge
2015-01-07 Dietmar Maurerimplement API/CLI to get pending changes
2015-01-07 Dietmar Maurervmconfig_hotplug_pending: improve hotplug error handling
2015-01-07 Dietmar Maurercode cleanup, delete trailing white space
2015-01-07 Dietmar Maurervmconfig_cleanup_pending: new method to clenup setting...
2015-01-07 Dietmar Maurervmconfig_hotplug_pending: implement tablet hotplug
2015-01-07 Dietmar Maurerimplement trivial hotplug
2015-01-07 Dietmar Maurerfix balloon consistency check (consider pending changes)
2015-01-07 Dietmar Maurervm_start: apply pending changes
2015-01-07 Dietmar Maurerimplement vmconfig_apply_pending for stopped VM
2015-01-07 Dietmar Maurerupdate_vm_api: always write into pending section
2015-01-07 Dietmar Maurerwrite_vm_config : write pending change
2015-01-07 Dietmar Maurerparse_vm_config: only allow 'delete' inside [PENDING]
2015-01-07 Dietmar Maurerparse_vm_config: correctly handle $descr
2015-01-07 Alexandre Derumierparse_vm_config : parse pending changes
2014-12-22 Stefan Priebethis commit:
2014-12-10 Dietmar Maurerwhite space cleanups
2014-12-10 Wolfgang LinkAdd qga freeze in vzdump in snapshot mode
2014-12-04 Dietmar Maurerwhite space cleanups
2014-12-04 Alexandre Derumieradd custom numa topology support
2014-12-04 Alexandre Derumieradd numa options v3
2014-12-04 Wolfgang LinkFix in PVE::QemuServer::snapshot_create
2014-12-02 Dietmar Maurersnapshot_create: fix bug from prev. commit, consider...
2014-12-02 Wolfgang Linksnapshot_create: use guest-fsfreeze-freeze if possible
2014-12-02 Dietmar Maurerqmpclient: use guest-sync-delimited
2014-12-01 Dietmar Maurerdrive-mirror: avoid division by zero bug
2014-12-01 Dietmar Maurerqmpclient: fix mux_input regex
2014-12-01 Dietmar Maurerqmpclient: improve error handling
2014-12-01 Dietmar Maurersimplify code by using vm_qmp_command() directly
next