similar to: [PATCH] x86-64/mmcfg: remove __initdata annotation overlooked in 23749:e8d1c8f074ba

Displaying 20 results from an estimated 800 matches similar to: "[PATCH] x86-64/mmcfg: remove __initdata annotation overlooked in 23749:e8d1c8f074ba"

2008 Dec 08
4
[PATCH][VTD] pci mmcfg patch for x86-64 - version 2
Fixes made in version 2: 1) Use PML4[257] for ioremap of PCI mmcfg. As full 16-bit segment support would require 44-bits. Since each slot only has 39-bits, we support 2048 PCI segments for now. This can be easily expanded if deemed necessary in the future. 2) Integrated PCI mmcfg access with existing PCI config interface for x86_64. Use MMCFG interface if offset is greater than 256.
2011 Jul 19
0
[PATCH 2/3] x86-64/MMCFG: finally make Fam10 enabling work
Forcibly enabling the MMCFG space on AMD Fam10 CPUs cannot be expected to work since with the firmware not being aware of the address range used it cannot possibly reserve the space in E820 or ACPI resources. Hence we need to manually insert the range into the E820 table, and enable the range only when the insertion actually works without conflict. Further, the actual enabling of the space is
2009 Aug 07
1
MMCFG Problem
Hi Allen, Hi All, I''m looking into SR-IOV on Xen and in particular getting the VFs of the Intel 82756 initialised in dom0. One problem that I am coming up against is that the SRIOV extended PCIe capability does not show up for the PF (physical PCI function). Actually, the extended PCIe capability space doesn''t show up at all for any device. This seems to be related to a
2009 Aug 28
0
[PATCH] properly __initdata-annotate command line option string buffers
Signed-off-by: Jan Beulich <jbeulich@novell.com> --- 2009-08-18.orig/xen/arch/x86/acpi/power.c 2009-03-24 09:04:02.000000000 +0100 +++ 2009-08-18/xen/arch/x86/acpi/power.c 2009-08-24 17:46:05.000000000 +0200 @@ -32,7 +32,7 @@ uint32_t system_reset_counter = 1; -static char opt_acpi_sleep[20]; +static char __initdata opt_acpi_sleep[20]; string_param("acpi_sleep",
2012 Nov 12
0
Qemu upstream status
2014 Sep 08
1
Bug#760563: Bug#760563: xen-hypervisor-4.4-amd64: Xen >=4.1 not booting on IBM HS20
Hi, First of all, thanks for your help. I have made some test with this results debian testing with xen 4.4 can run if we add mmcfg=0 as boot options to kernel boot parameters !!! Remember that with xen kernel <=4.0 works perfect without to add mmcfg=0 I have tried to install citrix xenserver 5.6 and works perfect (remember that this is xen 3 branch) Also we have tried to install xenserver
2004 Jun 17
0
Overlooked? Windows can't create folders/files with long file names
The message below, from A, Skwar, appeared last summer. Just in case it got overlooked during vacation time, can anyone comment? I have an example as follows: Every profile contains a foldername "My Recent Documents" which gets changed during a copy to samba disk to "Recent"!! Many similar problems. Also: Special Folder Icons on the screen get changed to generic folder
2014 Sep 05
0
Bug#760563: Bug#760563: xen-hypervisor-4.4-amd64: Xen >=4.1 not booting on IBM HS20
On Fri, 2014-09-05 at 13:39 +0200, trenta wrote: > Additional information: > http://lists.xen.org/archives/html/xen-devel/2013-09/msg00584.html This thread suggests that mmconfig might be the issue, in which case does adding "mmcfg=0" to your hypervisor command line help? I'd recommend continuing to pursue this upstream, there are far more experts on the low level aspect of
2011 Mar 31
0
[PATCH 7/7] x86: cleanup bogus CONFIG_ACPI_PCI uses
We''re building for one case (CONFIG_ACPI_PCI defined) only, yet still had the other case''s code in there. Additionally there was quite a bit of pseudo-duplication between disabled(!) DMI scan and ACPI boot code. acpi_pci_disabled had only a single reader, which is off by default (i.e. must be enable on the command line), so it seems pointless to keep it. Signed-off-by: Jan
2002 Apr 12
1
persp(): z-axis annotation overwrites numbers at tickmark
Dear R-users first, thanks to Paul Murrell for fixing my problem "What line is labeled in persp()". It works great now (in the development version). One more question (I don't know if it's related to the "old" problem): the annotation on the z-axis overwrites the numbers at the tickmarks and sometimes, if numbers are pretty long, the numbers themselfe overlap the
2009 Jul 07
1
Mathematical annotation axis in lattice
Dear list, making mathematical expressions in plots is not difficult: expression(phi[1]) for example. At this moment I am stuck in creating a vector of expressions: pos <- 1:10 lab <- letters[pos] Now, I would like to create a vector of expressions which I could use for labeling the x-axis of a lattice plot. ll <- as.expression(paste(pos," phi[",lab,"]",sep =
2011 Oct 04
0
ggplot2: not displaying annotation (label = expression) in/on graph
Hi all, I am trying to print some generated text on plot which is comprised of text and the value of a variable. Thanks to the response from Joshua Wiley <jwiley.psych@gmail.com> on the thread "How to format R superscript 2 followed by "=" value, I can now get R^2 = value. However with the following code: ggplot(blData, aes(x = xData, y = yData)) + geom_point(aes(colour
2010 Aug 09
1
x-axis annotation
Hi, I have a simple plot by plot(x,y, log='xy'). However, due to the large range of values of x, the x-axis annotation is printed as "2e+02 1e+03 5e+03 2e+04 1e+05" instead of "200 1000 5000 20000 100000". How can I make it printed as in the later one? Thanks John
2011 Jul 28
1
color of math annotation in legend
Dear useRs, Can someone help me to adjust the color of math annotation in a legend? The following code gives me a black "alpha = 2". x=y=1:100 z=seq(0.5,50,by=0.5) plot(x,y,type='l',col='black') lines(x,z,col='red') legend('topleft',c(expression(paste(alpha," = ", 1)), expression(paste(alpha," = ",
2005 Mar 30
1
[BioC] Follow-up to: Annotation metadata "kills" help.search
"Gerard Tromp" <gerard.tromp at sanger.med.wayne.edu> writes: > Greetings, > > this is a follow-up to the mailing below. Seth Falcon replied and indicated > that he and several others were unable to replicate the problem. > Specifically he requested: > > ============ > We are not able to reproduce this issue. If you reinstall the > annotation packages
1999 Jan 19
1
r-help[Q]: use of `expression' in annotation
Dear r-helpers, I have some multiplot figures that I would like to annotate. To each plot frame I would like to add the associated correlation coefficients. To do so, I believe I need to understand the usage of `expression' better. The following is a good start. petstring <- expression(paste(r[rho*p],"=" )) mtext(petstring, line=0.3, adj=0.1, cex=0.8) My question is,
1999 May 24
1
Mathematical Annotation: subscripts
How does one produce subscripts in axis labels? -------------------------------------------------------------------- Kurt Lohman, Biostatistician Department of Public Health Sciences tel: (336) 716-7167 Wake Forest University School of Medicine fax: (336) 716-6427 Winston-Salem, NC 27157 klohman at rc.phs.wfubmc.edu
2000 Jan 05
0
Ticks and annotation
All the documentation (that I've read so far) is about individual figures or multiple figures tied together with 'mfg'. Unfortunately those rules don't seem to apply to figures that are "melted" together like for example scatterplots are and the picture like what you get when you use "plot" to plot a timeseries. Is there any way to control the behavior of
2018 May 30
1
llvm.annotation arguments
Hello all, According to *clang/lib/CodeGen/CodeGenFunction.cpp*, a LLVM annotation intrinsic call has 4 arguments: - llvm::Value *AnnotatedVal, - Builder.CreateBitCast(CGM.EmitAnnotationString(AnnotationStr), Int8PtrTy), - Builder.CreateBitCast(CGM.EmitAnnotationUnit(Location), Int8PtrTy), - CGM.EmitAnnotationLineNo(Location) However, this is what an annotation intrinsic *char
2011 Jan 18
0
[PATCHv2] vhost: rcu annotation fixup
When built with rcu checks enabled, vhost triggers bogus warnings as vhost features are read without dev->mutex sometimes, and private pointer is read with our kind of rcu where work serves as a read side critical section. Fixing it properly is not trivial. Disable the warnings by stubbing out the checks for now. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- Changes from