search for: mvrabl

Displaying 4 results from an estimated 4 matches for "mvrabl".

Did you mean: mvrable
2005 Oct 02
1
(no subject)
...king on it. The focus of that work was copy-on-write > sharing of memory for the purposes of building a (virtual) network of > honeypot systems. We have a paper in SOSP this year, talking about that > work and the copy-on-write memory implementation. See > http://www.cs.ucsd.edu/~mvrable/papers/2005-sosp-potemkin.pdf > for some information. > > I''m presently working on updating and cleaning that work up. > > --Michael Vrable Thanks for the info, Michael. Just wondering if this code has been checked into the Xen-unstable branch, or around when it would be...
2005 Jun 01
2
[PATCH] Fix compilation of shadow mode debugging code
...the shadow mode code was fixed, but debugging printks were not; this broke the compile if shadow mode debugging was enabled. The attached patch should fix the problem. Not tested with PAE enabled, but it shouldn''t make anything worse than it already is. Signed-off-by: Michael Vrable <mvrable@cs.ucsd.edu> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2005 Jul 24
1
Grant-Table Enabled netif?
Earlier this month there was a patch posted for switching the network frontend/backend drivers to using grant tables. The patch won''t apply cleanly to the current tree. Is there an updated patch available? Any word on how it works, or when it might be merged into the mainline? --Michael Vrable _______________________________________________ Xen-devel mailing list
2004 Aug 12
0
Xend, File Descriptors, and Children
I was having trouble restarting xend; oftentimes, after I stopped it, it wouldn''t start again. The problem was that xend was unable to open /dev/xen/evtchn because the device was already open. When xend brought up a network interface, I had it set to call a network script that configured DHCP for the new interface. Since dhcpd doesn''t support reloading its configuration, I