-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathRELEASE-NOTES.txt
23 lines (17 loc) · 1003 Bytes
/
RELEASE-NOTES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
HEAD
* no changes yet
2.0
* support virtio-scsi-pci so discard/fstrim will work
* cache option for disks
* workaround issue where adding a down device to a bridge can cause network interruption
* bridge ifup and ifdown changes
* renamed qemu-bridge script to qemu-ifup, so you need to update your apparmor profiles if you use them
* fixed issue with old name qemu-bridge, split into qemu-ifup and qemu-ifdown
* support ovmf firmware (UEFI)
1.0
* SYNTAX: changed "diskType=..." "cdType=..." defaults to be like the others: "disk_type=..."
* BUG: cd_type wasn't used properly
* started writing version numbers and tagging; x.y and if syntax changes, +1 to x, otherwise to y
* started writing release notes, intended to cover any config file syntax changes needed when updating
* added "drive_xxx=..." also, which applies to and is overriden by "disk_xxx=..." and "cd_xxx=..."
* added "baloon=1" option (but without anything to actually automate ballooning... probably not automatic in vanilla qemu)