From f7d7872bc117036d1ea0b2639d6916c3697fc521 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Sat, 2 Mar 2013 21:21:57 +0000 Subject: update list_modules for xen dom0 and virtio support (#9242) --- images/NEWS | 2 ++ kernel/list_modules.pm | 8 ++++---- mdk-stage1/NEWS | 2 ++ 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/images/NEWS b/images/NEWS index 8595b6edb..135353f38 100644 --- a/images/NEWS +++ b/images/NEWS @@ -1,3 +1,5 @@ +- update list_modules for xen dom0 and virtio support (#9242) + Version 1.88 - 21 January 2013 by Thomas Backlund - update usb host list for kernel 3.8 diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 93e7fd9a9..93b5d7021 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -46,7 +46,7 @@ our %l = ( gigabit => [ qw(alx atl1 atl1c atl1e at91_ether be2net bna bnx2 bnx2x cxgb cxgb3 cxgb4 dl2k e1000 e1000e et131x igb ipg ixgb ixgbe), qw(macb mvmdio myri_sbus myri10ge netxen_nic ns83820 pch_gbe qla3xxx r8169 s2io sfc sxg_nic), - qw(sis190 sk98lin skge sky2 slicoss spidernet stmmac tehuti tg3 via-velocity virtio_net vxge yellowfin), + qw(sis190 sk98lin skge sky2 slicoss spidernet stmmac tehuti tg3 via-velocity vxge yellowfin), qw(bcm5820 bcm5700), #- encrypted ], @@ -96,7 +96,7 @@ our %l = ( ], wan => [ qw(c101 cosa cyclomx cycx_drv dlci dscc4 farsync hdlc hostess_sv11 lapbether lmc n2 pc300 pci200syn sbni sdla sdladrv sealevel syncppp wanxl z85230) ], usb_dsl => [ qw(cxacru speedtch ueagle-atm usbatm xusbatm) ], - virtual => [ qw(xen-netfront) ], + virtual => [ qw(virtio_net xen-netfront) ], }, ################################################################################ @@ -154,7 +154,7 @@ our %l = ( qw(qla2100 qla2200 qla2300 qla2322 qla4xxx qla6312 qla6322), ), ], - virtual => [ qw(hv_storvsc virtio_blk virtio_scsi xenblk) ], + virtual => [ qw(hv_storvsc virtio_blk virtio_scsi xenblk xen-blkfront) ], pcmcia => [ qw(aha152x_cs fdomain_cs nsp_cs qlogic_cs ide-cs pata_pcmcia sym53c500_cs) ], raw => [ qw(ide-gd_mod sd_mod) ], usb => [ qw(keucr uas ums-alauda ums-cypress ums-datafab ums-eneub6250 ums-freecom ums-isd200), @@ -330,7 +330,7 @@ our %l = ( #- these need checking qw(rrunner meye), - qw(virtio_pci virtio_balloon), + qw(virtio virtio_pci virtio_balloon), qw(mei pch_phub), ], agpgart => [ diff --git a/mdk-stage1/NEWS b/mdk-stage1/NEWS index a713fea54..597fc46df 100644 --- a/mdk-stage1/NEWS +++ b/mdk-stage1/NEWS @@ -1,3 +1,5 @@ +- update list_modules for xen dom0 and virtio support (#9242) + 1.74 - fix unitialized memory screwing up dialog input (pok, mdv, mga#8729) - kill bootsplash support (we drop bootsplash in kernel in 2008) -- cgit v1.2.1