search for: _domain

Displaying 8 results from an estimated 8 matches for "_domain".

Did you mean: domain
2007 May 29
0
Fw: [RFC] makedumpfile: xen extraction
...t;Can''t get the symbol of xen_heap_start.\n"); + return FALSE; + } + if (!readmem_xen(info, SYMBOL(xen_heap_start), &xen_heap_start, + sizeof(xen_heap_start), "Can''t get the value of xen_heap_start.\n")) + return FALSE; + + for (i = 0; i < info->num_domain; i++) { + info->domain_list[i].pickled_id = (unsigned int) + (info->domain_list[i].domain_addr - xen_heap_start); + } + + return TRUE; +} + #endif /* ia64 */ Index: makedumpfile.c =================================================================== RCS file: /cvsroot/xen_ia64/people/oda/...
2009 Jan 26
24
page ref/type count overflows
With pretty trivial user mode programs being able to crash the kernel due to the ref counter widths in Xen being more narrow than in Linux, I started an attempt to put together a kernel side fix. While addressing the plain hypercalls is pretty strait forward, dealing with multicalls (both when using them for lazy mmu mode batching and when explicitly using them in e.g. netback - the backends are
2019 Mar 04
1
How do I close a console connection?
I'm working on (re-) implementing serial console support in virtualbmc [1], and one of the issues I'm hitting right now is that after establishing a console connection via... self._stream = self._conn.newStream(libvirt.VIR_STREAM_NONBLOCK) self._domain.openConsole(None, self._stream, 0) ...I can't figure out how to close the console. Subsequent calls to openConsole fail because "a console connection is already open". I thought maybe I should close the stream, but that doesn't appear to be possible (there is a finish method, bu...
2012 Feb 24
0
[xen-unstable test] 12043: regressions - FAIL
...be confused by our setting it in this way. Signed-off-by: Tim Deegan <tim@xen.org> changeset: 24882:3d4955cbcb67 user: George Dunlap <george.dunlap@eu.citrix.com> date: Thu Feb 23 10:19:57 2012 +0000 libxl: Rename libxl_sched_* to include _domain In preparation for introducing a schedule parameter-based structure, rename libxl_sched_{credit,credit2,sedf} to libxl_sched_{}_domain. No functional changes. v2: Wrap long lines while I''m at it Signed-off-by: George Dunlap <george.dunlap@eu.citri...
2006 May 03
6
Versioning the contents of a table as a set
I am looking at using acts_as_versioned to manage revisions of data in several tables in my application. However, the default behavior of acts_as_versioned appears to apply to individual rows within a table. The tables I want to version are complicated lookup tables and what I really want is to version the entire contents of each table as a single set. Adding a row, deleting a row, or updating
2007 Jul 02
3
Walking an HVM''s shadow page tables and other memory management questions.
Hello, I''m new to Xen and especially to the hypervisor code. I''m working off a 3.0.4.1 base and have the following questions regarding the memory management code for an x86, 32-bit platform (capable of supporting PAE). I''m doing some research into providing grant table hypercall support from a Windows 2003 HVM. I have made all the necessary changes to allow the
2012 Jan 25
26
[PATCH v4 00/23] Xenstore stub domain
Changes from v3: - mini-os configuration files moved into stubdom/ - mini-os extra console support now a config option - Fewer #ifdefs - grant table setup uses hypercall bounce - Xenstore stub domain syslog support re-enabled Changes from v2: - configuration support added to mini-os build system - add mini-os support for conditionally compiling frontends, xenbus -
2003 Dec 01
0
No subject
...tion 27 of length 132 switch message SMBtrans (pid 2195) trans <\PIPE\> data=52 params=0 setup=2 named pipe command on <> name Got API command 0x26 on pipe "samr" (pnum 701d)free_pipe_context: destroying talloc pool of size 0 Doing \PIPE\samr api_rpcTNP: rpc command: SAMR_ENUM_DOMAINS free_pipe_context: destroying talloc pool of size 1080 Transaction 28 of length 152 switch message SMBtrans (pid 2195) trans <\PIPE\> data=72 params=0 setup=2 named pipe command on <> name Got API command 0x26 on pipe "samr" (pnum 701d)free_pipe_context: destroying talloc po...