3.2
	Disable virtconsole by default and add an option to enable it

3.1
	Store device parameters in a file instead of using the command line

3.0
	Convert kvm command line arguments to -device format
	Always allocate 8 virtconsoles if virtio=yes
	Always allocate 4 serial ports unless serial=none

2.16
	Use vhost_net if available
	Improve packaging and build system

2.15
	Deprecate boot= as per qemu-kvm upstream
	Add name= to nic hardware
	
2.14
	Remove pidfile locking kludge

2.13
	Replace Script::Build with autotools.
	Update debian build scripts
	Kludge around broken qemu pidfile locking

2.12
	Add serial numbers to disks.

2.11
	Add serial= setting.

2.10
	Fix init script dependencies

2.9
	Always put -name first on the command line
	Better mtab parsing
	Move debian/ dir in-tree

2.8
	Fix undefined $exit_status error message

2.7
	Allow the command to start kvm to be configured

2.6
	Add balloon support if virtio is enabled

2.5
	Check whether a VM is running before trying to start it.
	Add started/stopped/configtest commands.
	Fix bug in ID generation.

2.4
	Update documentation.
	Add aio= setting.
	Defaults for aio and cache now take backend type (file,
		block device) into consideration.
	Force file type to raw for block devices.
	Do not generate IDs for non-existent vm's.
	Remove timeout on monitor command.

2.3
	Remove memory size hack

2.2
	Enable boot=on for the first disk.

2.1
	Only enable USB tablet if VNC was enabled (saves CPU)

2.0
	Allow adding configuration parameters to the config file;
	drive= deprecated; use -drive for manual control.
	virtio=true enables virtio for network and disk;
	cache=writeback|writethrough|off tunes disk caching policy.

1.6
	kavoom shutdown now sends an ACPI powerdown event
	instead of the (mostly useless) ctrl-alt-del.

1.5
	ACPI enabled by default (no -no-acpi).

1.4
	Add option so that you can disable omitting -no-acpi unless
	you explicitly do not need it.

1.3
	Documentation (kavoom manpage)
	Add -no-acpi by default

1.2
	Don't b0rk if $HOME is not set
	Specify configuration file through $KAVOOMRC

1.1
	Make paths configurable

1.0
	Initial release
