Displaying 5 results from an estimated 5 matches for "linux_build".
2005 Aug 29
5
can''t create 1st domain on debian
...the last line says:
File
"/local/scratch/xenod/cron-build/xen-unstable-x86_64.ud6331.dir/xen-unstable.hg/dist/install/usr/lib64/python/xen/xend/image.py",
line 248, in buildDomain
error: (0, ''Error'').
I notice that line 248 of image.py on my system is a call to xc.linux_build.
Hopefully this is some really dumb xen newbie thing I''m doing wrong. Can
anyone help?
Sorry for the size of the email; I wanted to include everything.
Simon
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xen...
2008 Aug 26
0
[PATCH] xend: fix LinuxImageHandler debugging output
...= %s", self.vm.getFeatures())
+ log.debug("flags = %d", self.flags)
if arch.type == "ia64":
- log.debug("vhpt = %d", self.flags)
+ log.debug("vhpt = %d", self.vhpt)
return xc.linux_build(domid = self.vm.getDomid(),
memsize = mem_mb,
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2013 Jun 20
3
UBO support for nouveau broken
...me I compiled it
was 3 days ago).
The main card I test it on is
> 01:00.0 VGA compatible controller: NVIDIA Corporation G98M [GeForce 9300M
GS] (rev a1)
but I tested it on newer ones as well.
If you want to test it you can compile dolphin-emu from git (
https://code.google.com/p/dolphin-emu/wiki/Linux_Build) and use this image
http://sonicadvance11.dyndns.org/starfield.dol to test it.You don't need
any bios files or actual wii games to dump.
With kind regards,
Thomas Schneider
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/...
2006 Aug 08
11
architecture-specific stuff in xend
Hi Ewan, I''m almost ready to integrate some PPC-specific stuff into
xend, and I was wondering if you had a plan for how that should work.
First example: the device tree data structure we talked about a few
weeks ago. We will need to pass the config data to PPC code, probably in
XendDomainInfo.initDomain(), and then pass the resulting data structure
into libxc''s xc_linux_load()
2005 Aug 30
4
Re: [Xen-changelog] New console transport and update xenconsoled.
...recv(xcs_ctrl_fd, &msg) || msg.result != XCS_RSLT_OK) {
>- dolog(LOG_ERR, "xcs vind failed. Possible bug.");
>+ dolog(LOG_ERR, "xcs virq bind failed. Possible bug.");
> goto out_close_data;
> }
>
>diff -r e69cbfee4011 -r 8fe8a99b1c2a tools/libxc/xc_linux_build.c
>--- a/tools/libxc/xc_linux_build.c Tue Aug 30 08:47:51 2005
>+++ b/tools/libxc/xc_linux_build.c Tue Aug 30 16:14:53 2005
>@@ -335,7 +335,8 @@
> unsigned int control_evtchn,
> unsigned long flags,
> unsigned in...