Displaying 4 results from an estimated 4 matches for "rthelen".
Did you mean:
thelen
2006 Apr 03
2
Xen scheduling
Hi,
Is there anyway GuestOS can prevent from being preempted by other domain?
Are there any locks which allows this? If it can be done how does Xen safe
guard against GuestOS crashes?
Thanks
Siva
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2006 Oct 04
4
Can''t set break points with Linux guest in PAE mode
Folks --
One more time with the PAE request, this time I''ve brought up the
Linux kernel w/ a very recent version of Xen. (Just yesterday I
pulled and updated my hg tree.) I still can''t set breakpoints within
the guest domain:
# gdb vmlinux
GNU gdb 6.4-debian
<...>
(gdb) target remote roti.lab.netapp.com:9999
Remote debugging using roti.lab.netapp.com:9999
[New
2006 Mar 19
14
Detecting deadlocks with hypervisor..
Hello,
I am trying to see if the hypervisor can be used to detect deadlocks in the
guest VMs. My goal is to detect if a guest OS is deadlocked, and if it is,
then create a clone of the deadlocked OS without the locking condition, and
letting the clone run. While the clone runs I am hoping to generate some
hints that could tell me what caused the deadlock.
I simulated a deadlock/hang
2006 May 26
3
FreeBSD boot loader on VT-x based Xen system
Folks --
I''m trying to run FreeBSD 6.0 on a VT-x based Xen system. I''m
experiencing a problem where the boot loader is crashing before the
FreeBSD kernel (proper) is loaded.
The sequence of operations is that the VMX domain is constructed, the
BIOS is executed, GRUB loads, I type the instructions to load FreeBSD
(a boot loader) and that code begins to execute and then