- Add support for converting to bhyve (#86)
- Add option to force use of virtio for disks (#82)
- Support spaces in box names (#79)
- Fix compatibility with qemu version in EL6 (#76)
- Allow period in box name when loading from URL (#75)
- Throw error during version search when missing box (#72)
- Support versioned boxes (#51)
- Support boxes with slash in name (#52)
- Rename input provider option (#68)
- Allow hyphen in box name when loading from url (#70)
- Specify qcow compat instead of using default (#59)
- Provide clearer error when qemu-img missing (#62)
- Improve compatibility with newer qemu-img releases
- Support Vagrant 1.5 with unversioned boxes (#47)
- Drop support for Vagrant < 1.5
- Move input provider specifier into own option
- Warn if user provided identifier for Vagrant Cloud
- Include CentOS 6.5/RHEL 6.5-friendly Qemu paths (#50)
- Fix pci id for drives in kvm (#39)
- Generate new vagrantfiles instead of copying them
- Set disk bus when converting to vagrant-libvirt (#41)
- Warn when qemu version cannot read vmdk3 files (#29)
- Fix errors in how box name and provider were parsed (#35)
- Load box from file based on existence not name (#36)
- Warn when image is not the expected type for the provider (#38)
- Determine virtualbox disk filename from ovf (#30)
- Move Qemu checks to own class
- Support kvm as input (#17)
- Fix how box is loaded by name (#19)
- Quit if input and output provider are the same (#27)
- Support libvirt as input (#18)
- Preserve dsik interface type when coverting to KVM (#21)
- Remove dependency in minitar (#24)
- Support downloading input box (#9)
- Handle errors when reading ovf file
- Rework box and converter implementation (#7)
- Write disk images as sparse files (#13)
- Switch vagrant-kvm disk format from raw to qcow2 (#16)
- Prefer the binary named qemu-system-* over qemu-kvm or kvm (#20)
- Add support for vagrant-kvm (#12)
- Add acceptance tests
- Rework provider and converter implementation (#7)
- Fix handling of fractional virtual disk sizes (#11)
- Initial release