Displaying 5 results from an estimated 5 matches for "newsham".
2005 Jun 23
4
debugging libxc / builders
...xc_builder stuff? Can I attach to it with gdb?
- Is there any way to spit out debug output (printf?)? Where
would it go?
- If I make changes and do a make install in tools, what do
I have to restart to put the new code into use? xend restart?
Any hints or tips appreciated.
Tim Newsham
http://www.lava.net/~newsham/
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2005 Jun 24
1
problems with xm create
...VCPU(s) State Time(s) Console
Domain-0 0 123 0 1 r---- 91.1
Domain-7 7 51 0 1 --p-- 0.0
There is no useful diagnostic information in /var/log/xend*.
Where should I be looking? Is there a useful way to trace and
debug xend?
Tim Newsham
http://www.lava.net/~newsham/
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2005 Aug 11
7
code question?
Doing some janitorial (you cleaning the flooded toilets and such) work
today. I have come across this line of code that really I''m not sure
what the intent was..in xen/include/sched.h
#define hypercall_preempt_check() (unlikely( \
softirq_pending(smp_processor_id()) | \
(!!current->vcpu_info->evtchn_upcall_pending & \
2005 Mar 17
3
ntpdate issues?
Hi, I''m trying to run ntpdate from domain zero and getting
weird results. This used to work (prior to using xen). Is
this related to xen at all or an entirely unrelated issue?
Queries seem to work:
# ntpdate -q time-b.nist.gov
Looking for host time-b.nist.gov and service ntp
host found : time-b.nist.gov
server 129.6.15.29, stratum 1, offset 41.820087, delay 0.17027
17
2002 Jan 30
1
Patch: update zlib/* to 1.1.3
...Makefile.gcc:
+ new makefiles, for emx (DOS/OS2), emx&rsxnt and mingw32 (Windows 9x / NT)
+- use define instead of typedef for Bytef also for MSC small/medium (Tom Lane)
+- replace __far with _far for better portability (Christian Spieler, Tom Lane)
+- fix test for errno.h in configure (Tim Newsham)
+
Changes in 1.1.2 (19 March 98)
- added contrib/minzip, mini zip and unzip based on zlib (Gilles Vollant)
See http://www.winimage.com/zLibDll/unzip.html
Index: zlib/Makefile
===================================================================
RCS file: /cvsroot/rsync/zlib/Makefile,v
retrievin...