From 8c465631f6029b174e6d2549e1305b5b4cb8b8de Mon Sep 17 00:00:00 2001 From: Matej Klotton Date: Fri, 17 Feb 2017 13:18:43 +0100 Subject: QemuUtil lib change to work with ubuntu and centos - replace nc to socat for comunicating with qemu QGA - change disk type to use virtio driver - add check to bind only network interface for testpmd Change-Id: I19ab16cbd8fec1ec78263ccfb1309a144e5af845 Signed-off-by: Matej Klotton --- resources/tools/disk-image-builder/nested/CHANGELOG | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'resources/tools/disk-image-builder/nested/CHANGELOG') diff --git a/resources/tools/disk-image-builder/nested/CHANGELOG b/resources/tools/disk-image-builder/nested/CHANGELOG index 50217e28c8..9901d1379d 100644 --- a/resources/tools/disk-image-builder/nested/CHANGELOG +++ b/resources/tools/disk-image-builder/nested/CHANGELOG @@ -1,3 +1,11 @@ +## [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 -- cgit 1.2.3-korg