Displaying 3 results from an estimated 3 matches for "brazilnut".
2005 Apr 04
3
"Time went backwards" messages
...easy to add to xen, all
the cyclone support has been removed from linux.
Are there any plans to restore Cyclone or HPET support to linux, and add
it to xen, to eliminate this kind of problem?
I have some prototype cyclone code added to xen, but have not done
anything to Linux yet.
--
Don Fry
brazilnut@us.ibm.com
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2005 Jan 27
2
booting erro on FC3
I''m a newbie. :)
I followed the steps written by Jerone Young:
http://sourceforge.net/mailarchive/message.php?msg_id=10562241
but i found an error at the 17th step:
17. mkinitrd /boot/initrd-2.6.10-xen0.img 2.6.10-xen0
it said:"No module ata_piix found for kernel 2.6.10-xen0, aborting."
so I commented the line of "module /boot/initrd-2.6.10-xen0.img" in the
2006 Mar 24
2
[PATCH] qemu pcnet emulation fixes
...s to code will be greatly dimished.
One other thing I noticed in my testing, is that if I tell a linux domU
to reboot, it will reboot but not have any pcnet32 device after
rebooting. By doing a shutdown, xm destroy and xm create, I was able to
get around that problem.
Signed-off-by: Don Fry <brazilnut@us.ibm.com>
--- tools/ioemu/hw/orig.pcnet.h 2006-03-24 12:08:37.000000000 -0800
+++ tools/ioemu/hw/pcnet.h 2006-03-24 12:16:02.000000000 -0800
@@ -177,6 +177,26 @@ struct pcnet_RMD {
} rmd3;
};
+typedef struct PCNetState_st PCNetState;
+
+struct PCNetState_st {
+ PCIDevice dev;
+...