Displaying 20 results from an estimated 4000 matches similar to: "size_t and printk and Xen"
2008 Oct 15
3
[PATCH] use tlsf for xmalloc engine
This patch replaces the Xen xmalloc engine with tlsf, an allocation
engine that is both more space efficient and time-bounded, especially
for allocation sizes between PAGE_SIZE/2 and PAGE_SIZE.
The file xmalloc.c is deprecated but not yet deleted. A simple
switch of a comment line in common/Makefile will change back
to the legacy xmalloc/xfree if needed for testing.
Code adapted from Nitin
2007 Dec 19
23
3.1.x and 3.2.x releases
Folks,
A new release candidate for 3.2.0 has just been checked into the
xen-unstable tree. It''s available from staging and will be in the main tree
when it has passed internal regression tests.
Meanwhile, in preparation for 3.1.3, please let me know if there are any
further patches from xen-unstable that should be backported into the 3.1
branch. You can pull the xen-3.1-testing.hg
2020 Sep 29
2
[PATCH libnbd] generator: Add SizeT type, maps to C size_t.
---
generator/API.ml | 1 +
generator/API.mli | 1 +
generator/C.ml | 14 ++++++++++----
generator/GoLang.ml | 5 +++++
generator/OCaml.ml | 5 +++++
generator/Python.ml | 11 +++++++++--
6 files changed, 31 insertions(+), 6 deletions(-)
diff --git a/generator/API.ml b/generator/API.ml
index 0a876c4..b93580d 100644
--- a/generator/API.ml
+++ b/generator/API.ml
@@ -47,6 +47,7 @@
2008 Aug 14
11
[PATCH][TOOLS] ioemu: linking fix for *BSD
Hi,
Attached patch tells the linker where to find
libxenctrl.so.3.2, libxenguest.so.3.2 and libxenstore.so.3.0
when launching qemu-dm.
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
--
AMD Saxony, Dresden, Germany
Operating System Research Center
Legal Information:
AMD Saxony Limited Liability Company & Co. KG
Sitz (Geschäftsanschrift):
Wilschdorfer Landstr.
2020 Oct 01
0
Re: [PATCH libnbd] generator: Add SizeT type, maps to C size_t.
On 9/29/20 6:46 AM, Richard W.M. Jones wrote:
> ---
> generator/API.ml | 1 +
> generator/API.mli | 1 +
> generator/C.ml | 14 ++++++++++----
> generator/GoLang.ml | 5 +++++
> generator/OCaml.ml | 5 +++++
> generator/Python.ml | 11 +++++++++--
> 6 files changed, 31 insertions(+), 6 deletions(-)
Looks good, and I'll push a counterpart patch adding
2008 Nov 10
5
[PATCH][IOEMU] build fix for BSD
Hi!
Attached patch makes git-ioemu compile on NetBSD.
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
P.S.: I''m about sending the pieces to qemu-devel. The changes
in vl.c already went upstream in qemu''s svn c/s 5646.
--
AMD Saxony, Dresden, Germany
Operating System Research Center
Legal Information:
AMD Saxony Limited Liability Company & Co. KG
Sitz
2008 Jun 10
3
[PATCH][TOOLS] libxc: mmap fixes for BSD
Hi!
On BSD, mmap()ing files works on on-disk files but not on
pseudo filesystems like kernfs or procfs.
Therefore, attached patch mmap()s anonymous memory.
Linux equivalents are sysfs and procfs to above BSD''s pseudo-filesystems.
On Linux, mmap is implemented for sysfs but it is questionable to me
how write operations work since (most) files in sysfs have
static content. So this patch
2007 Oct 08
5
3.1.1 RC4?
Keir,
I noticed that a Shadow patch went into the 3.1.1 staging tree today.
Does this mean that we should expect a 4th release candidate before the
3.1.1 release tag is official?
If so - how much testing time are you going to give that release
candidate before deciding whether a release tag, or another RC round is
appropriate?
Ben Guthro
_______________________________________________
2007 Aug 02
4
[PATCH][ELF] Correct space calculation for symtab when BSD_SYMTAB=yes
Hi!
If there is a string table for section headers, it also gets loaded.
Therefore take it into account in size calculation for kernel symtab.
Also there is no need to call elf_set_verbose() a second time
after elf_init() (First call happens within elf_init()).
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
Keir: Can you also apply changeset 15672 and this patch
to Xen
2008 Jun 30
2
c/s 17913: Breakage on *BSD
Hi!
Changeset 17913 breaks build on *BSD:
block-qcow.c:36:20: error: gcrypt.h: No such file or directory
cc1: warnings being treated as errors
block-qcow.c: In function ''gen_cksum'':
block-qcow.c:160: warning: implicit declaration of
function ''gcry_md_hash_buffer''
block-qcow.c:160: error: ''GCRY_MD_MD5'' undeclared (first use in this function)
2007 May 29
24
RFC: MCA/MCE concept
Hello!
The current MCA/MCE support in Xen is that it dumps the error and panics.
In the following concept I propose here, there are two places where Xen has to
react on.
I) Xen receives a MCE from the CPU and
II) Xen receives Dom0 instructions via Hypercall
The term "self-healing" below is used in the sense of using the most propriate
technique(s) to handle an error such as MPR
2008 Jul 01
25
Guest TSC and Xen (Intel and AMD feedback please)
Various versions of Linux under various circumstances select
TSC as the primary clocksource for the kernel. This is
especially true for uniprocessor kernels, but also in some
cases for multiprocessor kernels. In most cases, this
is because a processor bit (tsc_invariant? constant_tsc?)
is passed through directly from the hardware via Xen and
tested by the hvm guest and the result implies that
2008 May 13
3
Xen HVM cpuid problem
Hi Keir,
For HVM guests, all cpuid Fn''s going through domain_cpuid()
iterate over the loop and then return 0 for all four registers.
Guests OS''s and cpuid tools in HVM which query for
cpuid Fn 0000.0000 %eax and 8000.0000 %eax, see the value 0 and think,
Xen emulates oldish 386/486 CPUs.
This leads to strange boot failures, "your CPU does not support long mode"
or
2007 May 24
2
d0 Error pfn 100
Hi!
I see these messages from the xen-kernel:
(XEN) /usr/src/xen-unstable.hg/xen/include/asm/mm.h:186:d0 Error pfn 100:
rd=ffff8300df05c100, od=0000000000000000, caf=00000000, taf=0000000000000000
(XEN) mm.c:636:d0 Error getting mfn 100 (pfn 5555555555555555) from L1 entry
8000000000100125 for dom32753
(XEN) /usr/src/xen-unstable.hg/xen/include/asm/mm.h:186:d0 Error pfn 100:
2012 Oct 19
1
FW: [PATCH] workqueue: cancel_delayed_work() should return %NULL if work item is idle
FYI, it is likely that ocfs2 will not work on 3.7-rcN until
the following one-line patch is merged, as the code in ramster
that provoked it is directly leveraged from ocfs2 o2net.
> From: Tejun Heo [mailto:tj at kernel.org]
> Sent: Thursday, October 18, 2012 5:39 PM
> To: Dan Magenheimer
> Cc: linux-kernel at vger.kernel.org; Konrad Wilk
> Subject: [PATCH] workqueue:
2008 Feb 19
1
Machine Check Exceptions support in Xen
Hi Folks,
I see that currently Xen doesn''t export the machine check exceptions to
dom0.
Is there any plans to export this information to Dom0 (so that it can be
read by utilities like mcelog) or is there already some ongoing work on
this?
Thanks,
Sanjay
--
----------------------
PhD Candidate, Georgia Tech
http://www.cc.gatech.edu/~ksanjay/
2007 Apr 05
2
Does xentrace write into buffers by default?
Hello,
I have a question about the way Xentrace takes a trace.
In previous versions of Xen, I took a trace by setting the size of buffers,
activating them and writing the information into a file (optional).
setsize 20
tbctl 1
xentrace /tmp/xentrace.dat
Now I''m using xen-unstable and I see that setsize is already integrated in
xentrace command.
My question is: does start/stop buffer is
2009 Apr 16
9
Second release candidate for Xen 3.4.0
Folks,
The second release candidate for Xen 3.4.0 is available at
http://xenbits.xensource.com/xen-unstable.hg, tagged as ''3.4.0-rc2''.
Please test!
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2007 Aug 16
4
[PATCH] small mca cleanup
Hi!
The MCG_CAP MSR never returns a negative count of available
error-reporting banks. Thus make nr_mce_banks unsigned.
While here, do some other minor cleanups.
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
--
AMD Saxony, Dresden, Germany
Operating System Research Center
Legal Information:
AMD Saxony Limited Liability Company & Co. KG
Sitz (Geschäftsanschrift):
2005 May 16
26
linux/arch/xen/i386 or linux/arch/i386/xen
A while ago (I think at the Xummit), I recall someone
saying that the structure of the files in xenlinux may
change soon so that the xen-specific files would move to
a subdirectory or arch/<arch> (e.g. linux/arch/i386/xen
instead of linux/arch/xen/i386).
Is this still planned? If so, what is the timing?
If it''s in progress, I''d like to get in the loop...
Thanks,
Dan