search for: guida

Displaying 20 results from an estimated 27 matches for "guida".

Did you mean: guide
2007 Jul 30
2
EditingCentOSWiki in Italian
= Linee guida per la modifica del Wiki di CentOS = Questa pagina contiene alcune linee guida per la modifica del Wiki. Poich? queste linee guida sono in divenire, ricordatevi di tornare su questa pagina ogni tanto. == Linee guida riguardo al markup del Wiki == * Usare link relativi invece che link assoluti o l...
2008 Apr 30
1
[VPID] Invalidate VPID mapping on INVLPG? [PATCH]
Hello, In processors supporting VPID I think we should invalidate the VPID mapping in the TLB after a shadow invlpg (in case EPT is turned off). Signed-off-by: Gianluca Guida <gianluca.guida@eu.citrix.com> Gianluca _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2008 Feb 19
2
[PATCH] Minor fix to the fast emulation patch.
Hello, The fast emulation path patch introduced a bug when we have an event injection during a write to a pagetable: after removing shadows we still jump to the done label, releasing the lock even if we aren''t grabbing it. Inline patch fixes this. Signed-off-by: Gianluca Guida <gianluca.guida@eu.citrix.com> diff -r 8848d9e07584 xen/arch/x86/mm/shadow/multi.c --- a/xen/arch/x86/mm/shadow/multi.c Mon Feb 18 21:26:57 2008 +0000 +++ b/xen/arch/x86/mm/shadow/multi.c Tue Feb 19 00:20:00 2008 +0000 @@ -3020,7 +3020,7 @@ static int sh_page_fault(struct vcpu *v,...
2009 Dec 22
2
[LLVMdev] [PATCH] Fix recompileAndRelinkFunction
On Tue, Dec 22, 2009 at 6:14 AM, Chris Lattner <clattner at apple.com> wrote: > On Dec 19, 2009, at 3:36 PM, Gianluca Guida wrote: >> Attached patch makes runJITOnFunction more reliable. > > When would MCI be null? Everytime you call recompileAndRelinkFunction. It calls runJITOnFunction without specifying the MCI argument, which get defaulted to NULL. Gianluca -- It was a type of people I did not know,...
2006 Jun 16
3
Aiuto
...al momento no so rispondere. Vuole sapere: 1)Se Ruby on Rails ? realmente utilizzato da qualcuno per sviluppo di applicazioni 2) Se Ruby on Rails ? adatto per lo sviluppo di applicazioniche supportano i processi spero che qualcuno di voi sappia darmi una risposta o mi possa riportare a qualche guida o manuale dal quale estrpolarla Grazie a tutti -- Posted via http://www.ruby-forum.com/.
2009 Dec 19
2
[LLVMdev] [PATCH] Fix recompileAndRelinkFunction
Hello, JIT::recompileAndRelinkFunction's runJITOnFunction does not use the MCI arg, causing null pointer deferences at every call. Attached patch makes runJITOnFunction more reliable. Thanks, Gianluca -- It was a type of people I did not know, I found them very strange and they did not inspire confidence at all. Later I learned that I had been introduced to electronic engineers.
2009 Dec 22
0
[LLVMdev] [PATCH] Fix recompileAndRelinkFunction
On Dec 19, 2009, at 3:36 PM, Gianluca Guida wrote: > Hello, > > JIT::recompileAndRelinkFunction's runJITOnFunction does not use the > MCI arg, causing null pointer deferences at every call. > > Attached patch makes runJITOnFunction more reliable. When would MCI be null? -Chris
2009 Dec 22
0
[LLVMdev] [PATCH] Fix recompileAndRelinkFunction
Please add a test to http://llvm.org/viewvc/llvm-project/llvm/trunk/unittests/ExecutionEngine/JIT/JITTest.cpp?view=markup verifying that recompileAndRelinkFunction() keeps working. Then this fix will look fine to me. On Tue, Dec 22, 2009 at 12:23 AM, Gianluca Guida <glguida at gmail.com> wrote: > On Tue, Dec 22, 2009 at 6:14 AM, Chris Lattner <clattner at apple.com> wrote: >> On Dec 19, 2009, at 3:36 PM, Gianluca Guida wrote: >>> Attached patch makes runJITOnFunction more reliable. >> >> When would MCI be null? > &...
2008 Jun 20
0
[PATCH 2/4] Out-of-sync L1 shadows: Fixup Tables
This patch implement a very simple non complete reverse map for OOS pages writable mappings to avoid shadow brute-force search on resyncs. Signed-off-by: Gianluca Guida <gianluca.guida@eu.citrix.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2004 Mar 09
0
Stage di Marketing
Sabato 20 e Domenica 21 Marzo 2004 Si svolgerà il Corso/Stage di Marketing e Pedagogia necessario per il rilascio del Credito Formativo valido per ottenere l'accesso all'esame di: Istruttore di Base Istruttore di Base MW Guida Equestre Ambientale Guida Equestre Ambientale MW IL CORSO E' APERTO A TUTTI Costo del Corso/Stage Euro 150 per l'intero modulo. Contattate Franco Mignemi al 348.4421093 E' necessario prenotarsi in quanto vi è il numero chiuso di 20 partecipanti.
2009 Apr 22
7
Consult some concepts about shadow paging mechanism
Dear All: I am pretty new to xen-devel, please correct me in the following. Assume we have the following terms GPT: guest page table SPT: shadow page table (Question a) When guest OS is running, is it always using SPT for address translation? If it is the case, how does guest OS refer and modify its own GPT content? It seems that there is a page table entry in SPT for the GPT page. (Question
2008 Feb 22
3
FW: [PATCH][UPDATE]Remove lock on guest table walk
Is there any trouble with mailing list? I didn''t see my mail sent back after almost 8hrs. :-( Thanks, Kevin -----Original Message----- From: Tian, Kevin Sent: 2008年2月22日 10:33 To: ''Tim Deegan'' Cc: xen-devel@lists.xensource.com Subject: [PATCH][UPDATE]Remove lock on guest table walk >From: Tim Deegan >Sent: 2008年2月21日 22:13 >Hi, > >So, the idea seems
2008 Nov 20
10
issues with movnti emulation
We''ve got reports of that change causing HVM data corruption issues. While I can''t see what''s wrong with the patch, I''d suggest at least reverting it from the 3.3 tree (which is what our code is based upon) for the time being. Jan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com
2009 Jul 02
4
shadow OOS and fast path are incompatible
We recently observed a problem with Solaris HVM domains. The bug was seen was seen with a higher number of VCPUs (3 or more), and always had the same pattern: some memory was allocated in the guest, but the first reference caused it to crash with a fatal pagefault. However, on inspection of the page tables, the guests'' view of the pagetables was consistent: the page was present.
2009 Dec 22
1
[LLVMdev] [PATCH] Fix recompileAndRelinkFunction
On Tue, Dec 22, 2009 at 5:51 PM, Jeffrey Yasskin <jyasskin at google.com> wrote: > Please add a test to > http://llvm.org/viewvc/llvm-project/llvm/trunk/unittests/ExecutionEngine/JIT/JITTest.cpp?view=markup > verifying that recompileAndRelinkFunction() keeps working. Then this > fix will look fine to me. Here it is. Unfortunately I'm not exactly a C++ guy so I'm open to
2007 Jul 30
0
First translation: HowToContribute
...roup o dell' EditGroup crei la pagina e vi dia i permessi per modificarla. * Se non succede nulla - p. es. perch? qualcuno ? in vacanza, allora sentitevi liberi di contattare le persone elencate nelle pagine dell' AdminGroup o dell' EditGroup. * Seguire le [:EditingCentOSWiki:linee guida] per l'uso del wiki. La mailing list centos-doc non serve soltanto per chiedere i permessi necessari per scrivere sul wiki ma ? anche il luogo delle discussioni sulla documentazioni di CentOS e sulla qualit? degli articoli del wiki. Inizialmente i permessi di modifica saranno accordati solo s...
2016 Oct 31
1
problems with ESS 16.10-1 and R version 3.3.2
...istribuirlo. R ? un progetto di collaborazione con molti contributi esterni. Scrivi 'contributors()' per maggiori informazioni e 'citation()' per sapere come citare R o i pacchetti di R nelle pubblicazioni. Scrivi 'demo()' per una dimostrazione, 'help()' per la guida in linea, o 'help.start()' per l'help navigabile con browser HTML. Scrivi 'q()' per uscire da R. !> > if(identical(getOption('pager'), file.path(R.home('bin'), 'pager'))) # rather take the ESS one The status bar says "ess-tracebug mode ena...
2008 Sep 11
5
[PATCH] Fix arguments passed to SHADOW_PRINTK
Hi. When I compiled xen-3.3-testing with DEBUG_TRACE_DUMP in xen/include/xen/lib.h turned on, I got some errors at SHADOW_PRINTK. The following patch will fix the arguments passed to SHADOW_PRINTK in xen/arch/x86/mm/shadow/common.c and xen/arch/x86/mm/shadow/multi.c. Although I haven''t tested, it is the same for xen-unstable.hg Thanks, Yoshi Signed-off-by: Yoshi Tamura
2002 May 18
0
Importante!
...____________ REPORT NUMERO 4 : "E-mail Adress Extract" Ordina il report numero 4 da: Piero Damino c/o Alessandro D'Agostini Via Gregorio VII, 375 00165, Roma - Italia ______________________________________________________________________________________ REPORT NUMERO 5 : "Guida pratica al successo con Multilevel Italian System & Manuale in Italiano su come usare al meglio il nuovo, gratuito e-mail software AGM e E-mail Adress Extract" Ordina il report numero 5 da: Elena Longobardi Via Gregorio VII, 407 00165 Roma - Italia __________________________________...
2019 May 29
6
[PATCH 00/22] Some documentation fixes
Fix several warnings and broken links. This series was generated against linux-next, but was rebased to be applied at docs-next. It should apply cleanly on either tree. There's a git tree with all of them applied on the top of docs/docs-next at: https://git.linuxtv.org/mchehab/experimental.git/log/?h=fix_doc_links_v2 Mauro Carvalho Chehab (21): ABI: sysfs-devices-system-cpu: point to