diff mbox

UBUNTU: [Config] disable LGUEST_GUEST

Message ID 1276152721-16449-1-git-send-email-ike.pan@canonical.com
State Accepted
Delegated to: Stefan Bader
Headers show

Commit Message

Ike Panhc June 10, 2010, 6:52 a.m. UTC
Commit 434e71 'virtio: explicit advertisement of driver features' which add a
new inline function virtio_has_feature() in include/linux/virtio_config.h
causes compile failed when CONFIG_LGUEST_GUEST=y.

Since lguest is not used with netbook kernel and disabled in master branch, it
is good to disable in config.

There are five VIRTIO related configs has been removed due to that they are
enabled only because of lguest.

Signed-off-by: Ike Panhc <ike.pan@canonical.com>
---
 debian/binary-custom.d/lpia/config.lpia |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

Comments

Andy Whitcroft June 10, 2010, 10:21 a.m. UTC | #1
On Thu, Jun 10, 2010 at 02:52:01PM +0800, Ike Panhc wrote:
> Commit 434e71 'virtio: explicit advertisement of driver features' which add a
> new inline function virtio_has_feature() in include/linux/virtio_config.h
> causes compile failed when CONFIG_LGUEST_GUEST=y.
> 
> Since lguest is not used with netbook kernel and disabled in master branch, it
> is good to disable in config.
> 
> There are five VIRTIO related configs has been removed due to that they are
> enabled only because of lguest.
> 
> Signed-off-by: Ike Panhc <ike.pan@canonical.com>
> ---
>  debian/binary-custom.d/lpia/config.lpia |    7 +------
>  1 files changed, 1 insertions(+), 6 deletions(-)
> 
> diff --git a/debian/binary-custom.d/lpia/config.lpia b/debian/binary-custom.d/lpia/config.lpia
> index d575dd5..9133077 100644
> --- a/debian/binary-custom.d/lpia/config.lpia
> +++ b/debian/binary-custom.d/lpia/config.lpia
> @@ -153,7 +153,7 @@ CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
>  CONFIG_PARAVIRT=y
>  CONFIG_PARAVIRT_GUEST=y
>  CONFIG_VMI=y
> -CONFIG_LGUEST_GUEST=y
> +# CONFIG_LGUEST_GUEST is not set
>  # CONFIG_M386 is not set
>  # CONFIG_M486 is not set
>  CONFIG_M586=y
> @@ -1123,7 +1123,6 @@ CONFIG_CDROM_PKTCDVD=m
>  CONFIG_CDROM_PKTCDVD_BUFFERS=8
>  # CONFIG_CDROM_PKTCDVD_WCACHE is not set
>  CONFIG_ATA_OVER_ETH=m
> -CONFIG_VIRTIO_BLK=m
>  # CONFIG_MISC_DEVICES is not set
>  CONFIG_EEPROM_93CX6=m
>  CONFIG_IDE=y
> @@ -1695,7 +1694,6 @@ CONFIG_NETCONSOLE_DYNAMIC=y
>  CONFIG_NETPOLL=y
>  # CONFIG_NETPOLL_TRAP is not set
>  CONFIG_NET_POLL_CONTROLLER=y
> -CONFIG_VIRTIO_NET=m
>  # CONFIG_ISDN is not set
>  CONFIG_PHONE=m
>  CONFIG_PHONE_IXJ=m
> @@ -1879,7 +1877,6 @@ CONFIG_LEGACY_PTY_COUNT=256
>  # CONFIG_PRINTER is not set
>  CONFIG_PPDEV=m
>  CONFIG_HVC_DRIVER=y
> -CONFIG_VIRTIO_CONSOLE=y
>  CONFIG_IPMI_HANDLER=m
>  # CONFIG_IPMI_PANIC_EVENT is not set
>  CONFIG_IPMI_DEVICE_INTERFACE=m
> @@ -3306,8 +3303,6 @@ CONFIG_CRYPTO_DEV_PADLOCK_SHA=m
>  CONFIG_CRYPTO_DEV_GEODE=m
>  CONFIG_HAVE_KVM=y
>  # CONFIG_VIRTUALIZATION is not set
> -CONFIG_VIRTIO=y
> -CONFIG_VIRTIO_RING=y

Looks good to me, its not obvious why a Netbook would need any of this.

Acked-by: Andy Whitcroft <apw@canonical.com>

-apw
Stefan Bader June 10, 2010, 10:30 a.m. UTC | #2
To be in sync with master as long as there is no reason to diverge sounds good.
For getting that into master as well (since builds seem to fail there, too) I
guess there should be a call to updateconfigs merged in.

Stefan

On 06/10/2010 08:52 AM, Ike Panhc wrote:
> Commit 434e71 'virtio: explicit advertisement of driver features' which add a
> new inline function virtio_has_feature() in include/linux/virtio_config.h
> causes compile failed when CONFIG_LGUEST_GUEST=y.
> 
> Since lguest is not used with netbook kernel and disabled in master branch, it
> is good to disable in config.
> 
> There are five VIRTIO related configs has been removed due to that they are
> enabled only because of lguest.
> 
> Signed-off-by: Ike Panhc <ike.pan@canonical.com>
Acked-by: Stefan Bader <stefan.bader@canonical.com>
> ---
>  debian/binary-custom.d/lpia/config.lpia |    7 +------
>  1 files changed, 1 insertions(+), 6 deletions(-)
> 
> diff --git a/debian/binary-custom.d/lpia/config.lpia b/debian/binary-custom.d/lpia/config.lpia
> index d575dd5..9133077 100644
> --- a/debian/binary-custom.d/lpia/config.lpia
> +++ b/debian/binary-custom.d/lpia/config.lpia
> @@ -153,7 +153,7 @@ CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
>  CONFIG_PARAVIRT=y
>  CONFIG_PARAVIRT_GUEST=y
>  CONFIG_VMI=y
> -CONFIG_LGUEST_GUEST=y
> +# CONFIG_LGUEST_GUEST is not set
>  # CONFIG_M386 is not set
>  # CONFIG_M486 is not set
>  CONFIG_M586=y
> @@ -1123,7 +1123,6 @@ CONFIG_CDROM_PKTCDVD=m
>  CONFIG_CDROM_PKTCDVD_BUFFERS=8
>  # CONFIG_CDROM_PKTCDVD_WCACHE is not set
>  CONFIG_ATA_OVER_ETH=m
> -CONFIG_VIRTIO_BLK=m
>  # CONFIG_MISC_DEVICES is not set
>  CONFIG_EEPROM_93CX6=m
>  CONFIG_IDE=y
> @@ -1695,7 +1694,6 @@ CONFIG_NETCONSOLE_DYNAMIC=y
>  CONFIG_NETPOLL=y
>  # CONFIG_NETPOLL_TRAP is not set
>  CONFIG_NET_POLL_CONTROLLER=y
> -CONFIG_VIRTIO_NET=m
>  # CONFIG_ISDN is not set
>  CONFIG_PHONE=m
>  CONFIG_PHONE_IXJ=m
> @@ -1879,7 +1877,6 @@ CONFIG_LEGACY_PTY_COUNT=256
>  # CONFIG_PRINTER is not set
>  CONFIG_PPDEV=m
>  CONFIG_HVC_DRIVER=y
> -CONFIG_VIRTIO_CONSOLE=y
>  CONFIG_IPMI_HANDLER=m
>  # CONFIG_IPMI_PANIC_EVENT is not set
>  CONFIG_IPMI_DEVICE_INTERFACE=m
> @@ -3306,8 +3303,6 @@ CONFIG_CRYPTO_DEV_PADLOCK_SHA=m
>  CONFIG_CRYPTO_DEV_GEODE=m
>  CONFIG_HAVE_KVM=y
>  # CONFIG_VIRTUALIZATION is not set
> -CONFIG_VIRTIO=y
> -CONFIG_VIRTIO_RING=y
>  
>  #
>  # Library routines
diff mbox

Patch

diff --git a/debian/binary-custom.d/lpia/config.lpia b/debian/binary-custom.d/lpia/config.lpia
index d575dd5..9133077 100644
--- a/debian/binary-custom.d/lpia/config.lpia
+++ b/debian/binary-custom.d/lpia/config.lpia
@@ -153,7 +153,7 @@  CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
 CONFIG_PARAVIRT=y
 CONFIG_PARAVIRT_GUEST=y
 CONFIG_VMI=y
-CONFIG_LGUEST_GUEST=y
+# CONFIG_LGUEST_GUEST is not set
 # CONFIG_M386 is not set
 # CONFIG_M486 is not set
 CONFIG_M586=y
@@ -1123,7 +1123,6 @@  CONFIG_CDROM_PKTCDVD=m
 CONFIG_CDROM_PKTCDVD_BUFFERS=8
 # CONFIG_CDROM_PKTCDVD_WCACHE is not set
 CONFIG_ATA_OVER_ETH=m
-CONFIG_VIRTIO_BLK=m
 # CONFIG_MISC_DEVICES is not set
 CONFIG_EEPROM_93CX6=m
 CONFIG_IDE=y
@@ -1695,7 +1694,6 @@  CONFIG_NETCONSOLE_DYNAMIC=y
 CONFIG_NETPOLL=y
 # CONFIG_NETPOLL_TRAP is not set
 CONFIG_NET_POLL_CONTROLLER=y
-CONFIG_VIRTIO_NET=m
 # CONFIG_ISDN is not set
 CONFIG_PHONE=m
 CONFIG_PHONE_IXJ=m
@@ -1879,7 +1877,6 @@  CONFIG_LEGACY_PTY_COUNT=256
 # CONFIG_PRINTER is not set
 CONFIG_PPDEV=m
 CONFIG_HVC_DRIVER=y
-CONFIG_VIRTIO_CONSOLE=y
 CONFIG_IPMI_HANDLER=m
 # CONFIG_IPMI_PANIC_EVENT is not set
 CONFIG_IPMI_DEVICE_INTERFACE=m
@@ -3306,8 +3303,6 @@  CONFIG_CRYPTO_DEV_PADLOCK_SHA=m
 CONFIG_CRYPTO_DEV_GEODE=m
 CONFIG_HAVE_KVM=y
 # CONFIG_VIRTUALIZATION is not set
-CONFIG_VIRTIO=y
-CONFIG_VIRTIO_RING=y
 
 #
 # Library routines