~kleber-souza/ubuntu/+source/linux/+git/xenial:master-next-kvm

Last commit made on 2018-03-14
Get this branch:
git clone -b master-next-kvm https://git.launchpad.net/~kleber-souza/ubuntu/+source/linux/+git/xenial
Only Kleber Sacilotto de Souza can upload to this branch. If you are Kleber Sacilotto de Souza please log in for upload directions.

Branch merges

Branch information

Name:
master-next-kvm
Repository:
lp:~kleber-souza/ubuntu/+source/linux/+git/xenial

Recent commits

f58108b... by Kleber Sacilotto de Souza

UBUNTU: [config] updateconfigs for master changes

BugLink: http://bugs.launchpad.net/bugs/1745071

Config changes caused by KPTI patches for upstream update to Linux
4.4.110.

Signed-off-by: Kleber Sacilotto de Souza <email address hidden>

4ac582c... by Julio Montes

UBUNTU: kvm: [config] Enable 9P fs

BugLink: http://bugs.launchpad.net/bugs/1752147

In Kata Containers the root filesystem of the container is shared
and mounted in the container through 9P

Next configs are needed to support 9P
* CONFIG_9P_FS
* CONFIG_9P_FS_POSIX_ACL
* CONFIG_9P_FS_SECURITY
* CONFIG_NET_9P
* CONFIG_NET_9P_VIRTIO

Signed-off-by: Julio Montes <email address hidden>
Signed-off-by: Samuel Ortiz <email address hidden>
Acked-by: Stefan Bader <email address hidden>
Acked-by: Colin Ian King <email address hidden>
Signed-off-by: Kleber Sacilotto de Souza <email address hidden>

5bf9d3c... by Julio Montes

UBUNTU: kvm: [config] Enable DAX

BugLink: http://bugs.launchpad.net/bugs/1752147

Kata Containers use DAX to start the virtual machine improving the boot time

Next configs are needed to enable DAX
* CONFIG_BLK_DEV_RAM
* CONFIG_FS_DAX

Signed-off-by: Julio Montes <email address hidden>
Signed-off-by: Samuel Ortiz <email address hidden>
Acked-by: Stefan Bader <email address hidden>
Acked-by: Colin Ian King <email address hidden>
Signed-off-by: Kleber Sacilotto de Souza <email address hidden>

01de44d... by Julio Montes

UBUNTU: kvm: [config] Add support for DPDK

BugLink: http://bugs.launchpad.net/bugs/1752147

Kata Containers use DPDK

Next configs are needed to support DPDK
* CONFIG_UIO
* CONFIG_UIO_PCI_GENERIC
* CONFIG_PROC_PAGE_MONITOR
* CONFIG_HUGETLBFS
* CONFIG_HUGETLB_PAGE

Signed-off-by: Julio Montes <email address hidden>
Signed-off-by: Samuel Ortiz <email address hidden>
Acked-by: Stefan Bader <email address hidden>
Acked-by: Colin Ian King <email address hidden>
Signed-off-by: Kleber Sacilotto de Souza <email address hidden>

13be7ed... by Julio Montes

UBUNTU: kvm: [config] Enable PCI Hotplug

BugLink: http://bugs.launchpad.net/bugs/1752147

In Kata Containers block devices and others are hot-added to the container

Next configs are needed to support this feature:
* CONFIG_HOTPLUG_PCI_ACPI
* CONFIG_HOTPLUG_PCI
* CONFIG_PCIEASPM_DEFAULT
* CONFIG_PCIEASPM
* CONFIG_HOTPLUG_PCI_PCIE
* CONFIG_PCIEAER
* CONFIG_HOTPLUG_PCI_SHPC

Signed-off-by: Julio Montes <email address hidden>
Signed-off-by: Samuel Ortiz <email address hidden>
Acked-by: Stefan Bader <email address hidden>
Acked-by: Colin Ian King <email address hidden>
Signed-off-by: Kleber Sacilotto de Souza <email address hidden>

e4ceabc... by Kamal Mostafa

UBUNTU: kvm: [config] enable SQUASHFS

BugLink: http://bugs.launchpad.net/bugs/1736561

linux-kvm needs these config options for best performance and
functionality for common workloads per the Ubuntu Server team.

Signed-off-by: Kamal Mostafa <email address hidden>
Acked-by: Colin Ian King <email address hidden>
Acked-by: Leann Ogasawara <email address hidden>

2256ba6... by Kamal Mostafa

UBUNTU: kvm: [config] enable EFI_VARS

BugLink: http://bugs.launchpad.net/bugs/1736561

linux-kvm needs these config options for best performance and
functionality for common workloads per the Ubuntu Server team.

Signed-off-by: Kamal Mostafa <email address hidden>
Acked-by: Colin Ian King <email address hidden>
Acked-by: Leann Ogasawara <email address hidden>

d79534d... by Kamal Mostafa

UBUNTU: kvm: [config] enable HW_RANDOM_{AMD,INTEL,TIMERIOMEM}

BugLink: http://bugs.launchpad.net/bugs/1736561

linux-kvm needs these config options for best performance and
functionality for common workloads per the Ubuntu Server team.

Signed-off-by: Kamal Mostafa <email address hidden>
Acked-by: Colin Ian King <email address hidden>
Acked-by: Leann Ogasawara <email address hidden>

4979ebd... by Kamal Mostafa

UBUNTU: kvm: [config] enable BONDING, MACVLAN, TUN, VETH

BugLink: http://bugs.launchpad.net/bugs/1736561

linux-kvm needs these config options for best performance and
functionality for common workloads per the Ubuntu Server team.

Signed-off-by: Kamal Mostafa <email address hidden>
Acked-by: Colin Ian King <email address hidden>
Acked-by: Leann Ogasawara <email address hidden>

f44f0c0... by Kamal Mostafa

UBUNTU: kvm: [config] enable ATA, PATA, SATA

BugLink: http://bugs.launchpad.net/bugs/1736561

linux-kvm needs these config options for best performance and
functionality for common workloads per the Ubuntu Server team.

Signed-off-by: Kamal Mostafa <email address hidden>
Acked-by: Colin Ian King <email address hidden>
Acked-by: Leann Ogasawara <email address hidden>