QemuUtil lib change to work with ubuntu and centos
[csit.git] / resources / tools / disk-image-builder / nested / CHANGELOG
index 9a05188..9901d13 100644 (file)
@@ -1,3 +1,35 @@
+## [1.6] - 2017-02-20
+
+### Changes
+- replace /dev/sda to /dev/vda, to use with virtio disk driver
+- add noapic to bootloader's kernel line
+- bind igb_uio driver only to network device
+
+
+## [1.5] - 2016-11-14
+
+### Changes
+- DPDK upgrade to 16.11
+
+
+## [1.4] - 2016-10-10
+
+### Changes
+- DPDK upgrade to 16.07
+
+
+## [1.3] - 2016-06-12
+
+### Changes
+- Use Glibc instead of uClibc. Required for DPDK.
+- Include buildroot patch for DPDK. Update build.sh
+  script to include that patch.
+- Update Linux kernel config to include UIO support
+
+### Added
+- Python, DPDK to image
+
+
 ## [1.2] - 2016-05-25
 
 ### Changes