From mboxrd@z Thu Jan 1 00:00:00 1970 From: Atom2 Subject: Re: How many patches are missing in upstream Linux? Date: Wed, 12 Mar 2014 12:58:13 +0100 Message-ID: <53204BD5.6090602@web2web.at> References: <53185E4D0200007800121725@nat28.tlf.novell.com> <20140306192610.GI9852@localhost.localdomain> <531E26DD.5030807@goop.org> <531F4A2C.7020209@web2web.at> <20140311175352.GC15088@phenom.dumpdata.com> <531F578B.40707@web2web.at> <20140311203329.GA7719@phenom.dumpdata.com> <531FB1AD.9080509@web2web.at> <532026ED0200007800123164@nat28.tlf.novell.com> <532041AB.3060905@web2web.at> <5320563102000078001232DE@nat28.tlf.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1WNhnf-00067Z-L4 for xen-devel@lists.xenproject.org; Wed, 12 Mar 2014 11:58:19 +0000 In-Reply-To: <5320563102000078001232DE@nat28.tlf.novell.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jan Beulich Cc: Jeremy Fitzhardinge , daniel.kiper@oracle.com, david.vrabel@citrix.com, Yang Z Zhang , "xen-devel@lists.xenproject.org" , boris.ostrovsky@oracle.com List-Id: xen-devel@lists.xenproject.org Am 12.03.14 12:42, schrieb Jan Beulich: >>>> On 12.03.14 at 12:14, Atom2 wrote: >> Am 12.03.14 09:20, schrieb Jan Beulich: >> dmesg1 - that's the one where the update works >> (XEN) Command line: placeholder ucode=-1 vga=gfx-1024x768x32 i915.mod | > > No notion of "loglvl=all" here. That's because the output from sdiff is limited in width - so here you go with the complete command line as reported by xl dmesg for the ucode=1- case: (XEN) Command line: placeholder ucode=-1 vga=gfx-1024x768x32 i915.modeset=1 loglvl=all guest_loglvl=all dom0_mem=4G,max:4G tmem=1 tm em_compress=1 tmem_dedup=1 dom0_max_vcpus=8 dom0_vcpus_pin=true cpufreq=xen cpuidle clocksource=hpet iommu=1 sched_credit_tsclice_ms =5 bootscrub=0 > >> dmesg2 - that's the one where the update doesn't work >> | (XEN) Command line: placeholder ucode=scan vga=gfx-1024x768x32 i915.m > > Nor here. And here for the ucode=scan case: (XEN) Command line: placeholder ucode=scan vga=gfx-1024x768x32 i915.modeset=1 loglvl=all guest_loglvl=all dom0_mem=4G,max:4G tmem=1 tmem_compress=1 tmem_dedup=1 dom0_max_vcpus=8 dom0_vcpus_pin=true cpufreq=xen cpuidle clocksource=hpet iommu=1 sched_credit_tsclice_ ms=5 bootscrub=0 > > I also don't see what an i915 option has to do on the hypervisor > command line - are you perhaps mixing up which options need to > go where? That may be a leftover from the install prior to xen - it shouldn't do any harm though and I am more than happy to remove it; just in case you find any other option that shouldn't be there just tell me, I am happy to learn ... > > Jan >