similar to: Incorrect update_va_mapping call in interface.tex (Interface Manual).

Displaying 20 results from an estimated 800 matches similar to: "Incorrect update_va_mapping call in interface.tex (Interface Manual)."

2007 Sep 08
5
update_va_mapping_otherdomain
Greetings, I have a technical question about update_va_mapping_otherdomain....... I have two components: a C program linked against libxc and a kernel module which performs the following simple sequence of events from domain zero: 1. Pause guest (unprivileged) 2. Grabs the PTE associated with a random (but present) page within the guest''s kernel''s address space (using a
2012 Feb 06
1
[PATCH] ia64: fix build (next instance)
A number of build problems crept in once again. Fix them. Signed-off-by: Jan Beulich <jbeulich@suse.com> --- a/xen/common/memory.c +++ b/xen/common/memory.c @@ -683,7 +683,7 @@ long do_memory_op(unsigned long cmd, XEN mfn = get_gfn_untyped(d, xrfp.gpfn); if ( mfn_valid(mfn) ) - guest_physmap_remove_page(d, xrfp.gpfn, mfn, PAGE_ORDER_4K); +
2006 Aug 25
1
[PATCH][RFC]xenperf hypercall pretty print TAKE 2
This patch pretty prints the hypercall section for $xenperf -f Each hypercall count is tagged by its name. Reference: http://lists.xensource.com/archives/html/xen-ia64-devel/2006-08/msg00261.html Signed-off-by Ken Hironaka <kenny@logos.ic.i.u-tokyo.ac.jp> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com
2014 Aug 08
2
[PATCH 1/3] nvc0/ir: add base tex offset for fermi indirect tex case
Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> --- .../drivers/nouveau/codegen/nv50_ir_lowering_nvc0.cpp | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nvc0.cpp b/src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nvc0.cpp index f010767..4a9e48f 100644 ---
2012 Jun 15
1
Rename output file in Swaeve and Tex
HI, I am working on R and Latex. R CMD Sweave Test.Rnw (this generates Rnw.Tex file ) R CMD pdflatex Test.tex (It generated Test.pdf) Is there any way to change the name of of output file (Test.pdf). I want it to pass the output file name as parameter. R CMD Sweave Test.Rnw Output_File R CMD pdflatex Output_File.tex So output file name will be Output_File.pdf Regards -- View
2005 Jan 03
0
[PATCH] docs/src/user.tex file-backed VBD warning
This is a documentation patch, discussing two potential user problems with file-backed VBDs, from the thread http://sourceforge.net/mailarchive/message.php?msg_id=10349058
2011 Mar 23
0
Passing tex parameter via texi2dvi
I am trying to pass a additional argument to texi2dvi, for example to use the aux-directory. Looks like this is not possible via options: options(texi2dvi='texi2dvi --tex-option="-aux-directory=auxdir"') texi2dvi(file = "GBPL3.tex", pdf = TRUE) #Error in system(paste(shQuote(texi2dvi), "--version"), intern = TRUE) : # '"texi2dvi
1999 Feb 02
0
TeX in R?
Hi all I'm new to R, and notice that the FAQ mentions that "R has TeX inside". Can anyone give me a slightly more explicit hint as to how to use this feature? Many thanks in advance.. TS -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info",
2016 Apr 07
1
dynamic reports with sweave: error when compiling the tex-file
Hello, I took my first steps in dynamic reports with Gnu R and used sweave(). I therefore run Sweave() with an example of Friedrich Leisch, starting like this: \ documentclass [ a4paper ]{ article } \ title { Sweave Example 1} \ author { Friedrich Leisch } \ begin { document } \ maketitle and so on. It worked very well but when I tried to compile the latex file I get this error message: !
2016 Apr 07
0
dynamic reports with sweave: error when compiling the tex-file
Definitely yes I just tried a one line latex document and it bombed with \begin{ document } but is fine with \begin{document} . I think the spaces within the {} must all be removed. Latex does not like spaces John Kane Kingston ON Canada > -----Original Message----- > From: jdnewmil at dcn.davis.ca.us > Sent: Thu, 07 Apr 2016 05:42:57 -0700 > To: paladini at trustindata.de, r-help
2018 Mar 05
2
Problem with Rd2.tex tduring compilation
Hello, I am receiving this message when uploading my R package to rdevel. https://win-builder.r-project.org/incoming_pretest/180305_110240_Compositional_29/00check.log Can anybody please help? [[alternative HTML version deleted]]
2018 Mar 05
0
Problem with Rd2.tex tduring compilation
The error is that one of your documentation files is failing. Try compiling each one separately with R CMD Rd2pdf yourfilenamehere.Rd and see what happens. There is a list especially for package developers which might be better in future. Michael On 05/03/2018 10:51, michael tsagris via R-help wrote: > Hello, I am receiving this message when uploading my R package to rdevel. >
2010 Apr 20
0
[PATCH] nv10/exa : demagify tex and rt format
Signed-off-by: Xavier Chantry <chantry.xavier at gmail.com> --- src/nv10_exa.c | 35 +++++++++++++++++++---------------- 1 files changed, 19 insertions(+), 16 deletions(-) diff --git a/src/nv10_exa.c b/src/nv10_exa.c index 1acb583..23a68e3 100644 --- a/src/nv10_exa.c +++ b/src/nv10_exa.c @@ -34,30 +34,33 @@ static struct pict_format { int exa; int hw; } nv10_tex_format_pot[] = { - {
2014 Jan 10
0
commit 0a1479c829 breaks glsl-fs-lots-of-tex.shader_test on nv50/nvc0
On Thu, Jan 9, 2014 at 4:04 AM, Ilia Mirkin <imirkin at alum.mit.edu> wrote: > Hi Marek, > > I won't pretend to understand what's going on, but I just bisected a > failure on tests/shaders/glsl-fs-lots-of-tex.shader_test in piglit > between 9.1 and HEAD, and it landed on your commit. It's approximately > the simplest shader known to man (esp at HEAD when all the
2014 Feb 04
1
[PATCH] nouveau/codegen: allow tex offsets on non-TXF instructions (e.g. TXL)
Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> --- This fixes the bin/fs-textureOffset-2D piglit test on nv50. Have yet to re-run the full piglit suite with this change in place, but it seems pretty obvious. src/gallium/drivers/nouveau/codegen/nv50_ir_from_tgsi.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/gallium/drivers/nouveau/codegen/nv50_ir_from_tgsi.cpp
2017 Jul 22
0
TeX Live on CentOS 7
Le 21/07/2017 ? 23:14, Alice Wonder a ?crit : > I always install official TeXLive in /usr/local/texlive - yum update > thanks me. Every few months I update it, but keeping it outside of RPM > means I don't get tons of individual packages, many that I never use, > constantly updating in yum. And how do you manage conflicts with packages? Do you blacklist them in Yum's repo
2017 Jul 22
1
TeX Live on CentOS 7
On 07/21/2017 10:18 PM, Nicolas Kovacs wrote: > Le 21/07/2017 ? 23:14, Alice Wonder a ?crit : >> I always install official TeXLive in /usr/local/texlive - yum update >> thanks me. Every few months I update it, but keeping it outside of RPM >> means I don't get tons of individual packages, many that I never use, >> constantly updating in yum. > > And how do you
2017 Sep 13
2
https://ctan.org/tex-archive/graphics/pstricks/contrib/pst-barcode/
Hi, https://ctan.org/tex-archive/graphics/pstricks/contrib/pst-barcode/ says that pst-barcode is included in texlive. I installed texlive, and it can?t find pst-barcode.sty. Is that a bug in the packaging Centos does, or is texlive in Centos some derelict version?
2017 Sep 13
0
https://ctan.org/tex-archive/graphics/pstricks/contrib/pst-barcode/
On 09/13/2017 10:28 AM, hw wrote: > > Hi, > > https://ctan.org/tex-archive/graphics/pstricks/contrib/pst-barcode/ > says that pst-barcode is included in texlive. > > I installed texlive, and it can?t find pst-barcode.sty.? Is that a > bug in the packaging Centos does, or is texlive in Centos some > derelict version? CentOS has whatever version is in RHEL. sudo yum
2010 Dec 22
1
Error in generating sweave-tex -> pdf file
Hi, I created a Sweave file (see below). when I want to convert tex file generated from it into pdf, I get error message as follows: > texi2dvi("test.tex", pdf=TRUE) Error in texi2dvi("test.tex", pdf = TRUE) : Running 'texi2dvi' on 'test.tex' failed. LaTeX errors: ! Undefined control sequence. l.8 \begin {Schunk} ? ! Interruption. !