|
|
October 30, 2005
- Merged., Xen patchbot -unstable
- Try again to get the ptrdiff_t printf right for 64-bit., Xen patchbot -unstable
- --- xen-unstable.hg.copy/docs/Makefile 2005-10-28 18:36:33.000000000 -0700, Xen patchbot -unstable
- Added doccomment., Xen patchbot -unstable
- Move misplaced netif_free declaration., Xen patchbot -unstable
- Added network-attach and network-detach. Fixes bug #300., Xen patchbot -unstable
- Force the devid given to destroyDevice to an integer. This means that that, Xen patchbot -unstable
- Added -lpthread to qemu-dm link line, in order to compile even without SDL, Xen patchbot -unstable
- Change the grant table interface so that gnttab_end_foreign_access_ref returns, Xen patchbot -unstable
- Added cast to silence warning on 64-bit., Xen patchbot -unstable
- Use %tx C99 printf modifier for ptrdiff_t so that this builds on 64-bit., Xen patchbot -unstable
- This patch is to fix the NIC driven mechanism to make it event, Xen patchbot -unstable
- Once grant refs run out, netfront prints a nice message, but doesn't set, Xen patchbot -unstable
- Small shadow pagetable fixes., Xen patchbot -unstable
- Remove out: label, to silence warning., Xen patchbot -unstable
- Merged., Xen patchbot -unstable
- Don't schedule work for reboot if work is already scheduled. This fixes a, Xen patchbot -unstable
- Change the interface between XendRoot.get_network_script and Vifctl so that a, Xen patchbot -unstable
- Don't use XendRoot.get_vif_bridge to provide a default bridge -- instead, pass, Xen patchbot -unstable
- Added test_create.py, a test script for create.py. This contains a unit test, Xen patchbot -unstable
- Added xen.xm.tests package to build., Xen patchbot -unstable
- Added xen-script-common.sh, for functions common to all scripts, not just the, Xen patchbot -unstable
- Print out MFN in audit code, for debugging purposes., Xen patchbot -unstable
- Free domain names in xenstat_free_node, fixing small memory leak., Xen patchbot -unstable
- Fix reboot logic. An indentation error meant that every second reboot would, Xen patchbot -unstable
- Fix floating-point corruption (a nasty race in fp task-switch, Xen patchbot -unstable
- Add a commented-out sanity check for lazy fpu switching., Xen patchbot -unstable
October 29, 2005
- merge, Xen patchbot -unstable
- Oops, missed hg add of vti example file, Xen patchbot -unstable
- Necessary change to support ia64/vti domain build in common code., Xen patchbot -unstable
- Image builder for ia64/vti domain, together with a example config file., Xen patchbot -unstable
- Code reordering for (partial) gcc3.4 compatibility, Xen patchbot -unstable
- Remove dup prologue lines, Xen patchbot -unstable
- Define VHPT constants from VHPT_SIZE_LOG2., Xen patchbot -unstable
- Need additional include for ia64, Xen patchbot -unstable
- Necessary change to make ia64 dom0 rework:, Xen patchbot -unstable
- Backout incautious public/io header changes, Xen patchbot -unstable
- More itir fixes in vcpu_translate and cleanup, Xen patchbot -unstable
- Fix reprogram_ac_timer corner case bug, by Tristan Gingold, Xen patchbot -unstable
- Add fault debug feature (assuming guest doesn't use kr2), by Tristan Gingold, Xen patchbot -unstable
- Fix itir bugs in vcpu_transalte and do some cleanup, Xen patchbot -unstable
- Modify printfs to be able to compile on ia64., Xen patchbot -unstable
- Some outstanding bug fixes found in VT merge, Xen patchbot -unstable
- Fast hyperprivop for itc.i and itc.d (works, but default off for stability), Xen patchbot -unstable
- Minor change needed for types rearrangement in xen-unstable 7339, Xen patchbot -unstable
- Initial SMP support, Xen patchbot -unstable
- Prevent event listener socket from being inherited by children., Xen patchbot -unstable
October 28, 2005
- Remove next_io_page field from domain structure., Xen patchbot -unstable
- Clean up the 'initial mapping' area properly on x86/64., Xen patchbot -unstable
- Fix sizeof_vcpu_shift in x86/64 xen_entry.S., Xen patchbot -unstable
- This patch provide local APIC support for vmx guest., Xen patchbot -unstable
- xm help notes that domid can be used in place of domname., Xen patchbot -unstable
- No side effects in BUG_ON statements in Xen., Xen patchbot -unstable
- To allow kernel to handle radically different hypervisors in the future,, Xen patchbot -unstable
- I've created a patch to get the mini-os to compile in Xen-unstable. The patch, Xen patchbot -unstable
- Originally in qemu when a IDE dma transfer is started which is triggered, Xen patchbot -unstable
- The attached patch fixes 2 issues with the scripts written for the Xen, Xen patchbot -unstable
- This patch, Xen patchbot -unstable
- Remove all binaries on make clean., Xen patchbot -unstable
- Remove a non-portable and unused error.h, and use signal.h not, Xen patchbot -unstable
- Use standard int typedefs., Xen patchbot -unstable
- BUG_ON() is a macro very very similar to assert(), and it's a really bad, Xen patchbot -unstable
October 26, 2005
- Fix the check for non-existence of the save/restore directories, by using &&, Xen patchbot -unstable
- Move exception handler for sxp.ParseError above that for Exception, as the, Xen patchbot -unstable
- Break the write_dev function out from block into new block-common.sh, where it, Xen patchbot -unstable
- Added copyright notice., Xen patchbot -unstable
- New xendomains init script, courtesy of Kurt Garloff:, Xen patchbot -unstable
- Check whether dom is NULL when we handle a watch. This might occur if the, Xen patchbot -unstable
- Added comment., Xen patchbot -unstable
- Remove second decleration of .PHONY & cleanup formating, Xen patchbot -unstable
- Fix format spec for tracing., Xen patchbot -unstable
- NBD scripts, courtesy of Kurt Garloff:, Xen patchbot -unstable
- Merged., Xen patchbot -unstable
- Moved SuSE-specific getcfg call into a preiftransfer call. The semantics of, Xen patchbot -unstable
- Change argument spec for introduce_domain argument parsing, as the MFN is a long., Xen patchbot -unstable
- Remove recently added uses of errno, as these cause trouble on ia64 builds., Xen patchbot -unstable
- Don't run network stop script when doing xend stop., Xen patchbot -unstable
- Removed some unnecessary imports., Xen patchbot -unstable
October 21, 2005
- Temporary workaround to xend start problem., Xen patchbot -unstable
- This is a follow up of PIC device model by Xiaofeng and me to move to, Xen patchbot -unstable
- Tweak to pygrub build config detection., Xen patchbot -unstable
- Fix allocation of phys_to_machine_mapping array during, Xen patchbot -unstable
- Add biossums dependency to Makefile to avoid parallel build breakage., Xen patchbot -unstable
- Merged., Xen patchbot -unstable
- Explicitly delete xc instance, which will hopefully solve the intermittent, Xen patchbot -unstable
- Fix early bootstrap of secondary VCPUs on x86/64., Xen patchbot -unstable
- Break proc paths out into separate include file, rather than inlining them., Xen patchbot -unstable
- Merged., Xen patchbot -unstable
- Break common network code in xen-network-common.sh, and common vif hotplugging, Xen patchbot -unstable
- Output the Xen changeset in the logs at start of day., Xen patchbot -unstable
- Upgrade tree to 2.6.12.6., Xen patchbot -unstable
- Tidy xend-config.sxp, removing entries that haven't been used since the, Xen patchbot -unstable
- Work around internal error in some versions of x86/64 gcc, Xen patchbot -unstable
- Remove unused Vifctl.vifctl and Vifctl.set_vif_name. Remove the bridge and, Xen patchbot -unstable
- Removed xen.util.process, as no-one is using it, and it leaves defunct processes, Xen patchbot -unstable
- Set antispoof default to yes, as this seems safer, and is the current behaviour, Xen patchbot -unstable
- Fix NMI race with context switch., Xen patchbot -unstable
- New function direct_kernel_remap_pfn_range(). Like, Xen patchbot -unstable
- Makes smp_call_function a real stmt if CONFIG_SMP is not defined., Xen patchbot -unstable
- disable bogus touchpad device model, which cause annoying dmesg on 2.6 kernel, Xen patchbot -unstable
- This patch fixes the problem that VMX guest can not get brought up on, Xen patchbot -unstable
- smp_call_function() must be usable as an expression, Xen patchbot -unstable
- Update one file from qemu 0.71 for Cirrus Logic VGA device model., Xen patchbot -unstable
- Send special keys that your graphical user interface intercepts at, Xen patchbot -unstable
- Turn off some debug switches by default, Xen patchbot -unstable
- This patch to the Xen access control module (ACM) and tools:, Xen patchbot -unstable
- Avoid specifying bogus DISPLAY=None when spawning device model., Xen patchbot -unstable
- Merged., Xen patchbot -unstable
- Fix the recently-introduced failure to preserve uuid across a guest reboot., Xen patchbot -unstable
- New network-bridge script and associated gubbins., Xen patchbot -unstable
- Merged., Xen patchbot -unstable
- pygrub's setup.py relies on distutils.UnixCCompiler.has_function(),, Xen patchbot -unstable
- Declare ac_timer_init() properly in ac_timer.h, Xen patchbot -unstable
- Merge., Xen patchbot -unstable
- Added diagnosis tool for broken domains., Xen patchbot -unstable
- merge, Xen patchbot -unstable
- Set the console limit for DomUs based on a value set in xend-config.sxp., Xen patchbot -unstable
- Better fix to detect failed patch application when building, Xen patchbot -unstable
- Added sedf_get functionality to XendClient interface. From David Isaac, Xen patchbot -unstable
- Add slack to balloon driver to allow to counteract low-mem, Xen patchbot -unstable
- Some trivial changes for the tool scripts:, Xen patchbot -unstable
October 19, 2005
- Remove unused parameter from addControllerClass. This became unused when the, Xen patchbot -unstable
- Remove unused shadow_control functionality from the Python layer. This is, Xen patchbot -unstable
- Take advantage of the new UUID (handle) stored for us in Xen to improve the, Xen patchbot -unstable
- Rename 2.6.12.5 patch so it actually gets applied. Fail, Xen patchbot -unstable
- Fix -xen builds., Xen patchbot -unstable
- Domain0 doesn't do initial VCPU hotplug via xenstore., Xen patchbot -unstable
- Remove 'n_vcpu' field from start_info structure. Domain0, Xen patchbot -unstable
- Protect __del__ from failure inside __init__ by setting inTransaction before, Xen patchbot -unstable
- Added uuid unit test., Xen patchbot -unstable
- Merge i386/x86_64 smpboot.c into a simplified common Xen version., Xen patchbot -unstable
- Fix call to getVCpuCount for dom0., Xen patchbot -unstable
- alloc_netif() must return a ERR_PTR() on error, not NULL., Xen patchbot -unstable
- Clean up some VMX IO handler code:, Xen patchbot -unstable
- Fix x86_64 smp boot:, Xen patchbot -unstable
- Allow interdomain channels to bind DOMID_SELF to DOMID_SELF., Xen patchbot -unstable
- There are only six fields in vcpuinfo., Xen patchbot -unstable
- In the shadow mode, thanks to recent patches, the shadow, Xen patchbot -unstable
- Fix transaction EAGAIN handling in xenstore client programs., Xen patchbot -unstable
- Put back the arg_check calls removed recently -- they aren't as useless as I, Xen patchbot -unstable
- More removal of BE_DOMAIN flags., Xen patchbot -unstable
- Merged., Xen patchbot -unstable
- Have xenstored initialise its connections, meaning that xend can be out of, Xen patchbot -unstable
- Remove useless SIF_XXX_BE_DOMAIN driver flags., Xen patchbot -unstable
- Make the event-channel pending and mask arrays consist of, Xen patchbot -unstable
- Merged., Xen patchbot -unstable
- Replace xm vcpu-enable and xm vcpu-disable with one command, xm set-vcpus,, Xen patchbot -unstable
- Force RTC driver to fail to load in domU by preventing it, Xen patchbot -unstable
October 15, 2005
- Use new -t flag on xenstore-rm to keep the store pruned when devices go away., Xen patchbot -unstable
- Fix installation decision to make the DISTDIR and DESTDIR absolute before, Xen patchbot -unstable
- Added --tidy flag to xenstore-rm that recursively removes any empty directories, Xen patchbot -unstable
- At least for the time being, GETVCPUCONTEXT needs to work, Xen patchbot -unstable
- Extend VCPUINFO dom0_op to return status information about, Xen patchbot -unstable
- Fix NAT for domU checksum offload., Xen patchbot -unstable
- add BT instruction support to VMX MMIO decoder., Xen patchbot -unstable
- Enable hotplug cpus in -xen x86_32 kernel., Xen patchbot -unstable
- machine_specific_memory_setup() makes the following call to setup e820:, Xen patchbot -unstable
October 14, 2005
- This should fix time stopped / going slow problems that, Xen patchbot -unstable
- In addition to setting opaque handle during domain, Xen patchbot -unstable
- Store an opaque handle (tools uuid) in the domain structure, Xen patchbot -unstable
- Remove unused x86_64 functions., Xen patchbot -unstable
- Patch for typo causing multiple output in xm list -l, courtesy of Laura Ramirez, Xen patchbot -unstable
- Fixed 64 bit Linux build., Xen patchbot -unstable
- Because of a bug with reference counting against the target guest page, Xen patchbot -unstable
- Revert accidental commit., Xen patchbot -unstable
- Merged., Xen patchbot -unstable
- Cleanup CPU hotplug and save/restore. Next step is to, Xen patchbot -unstable
- Remove the diagnostic/recovery when two domains end up with the same name. It, Xen patchbot -unstable
October 13, 2005
- Fix broken test for zombies., Xen patchbot -unstable
- Merge., Xen patchbot -unstable
- Fix multi-cpu save/restore after the max_vcpu patch., Xen patchbot -unstable
- Fix client dependency on libxenstore in Makefile., Xen patchbot -unstable
- NS_PER_TICK must be a s64 quantity. It is compared with, Xen patchbot -unstable
- Currently, we mark an IO request to STATE_IOREQ_READY state before, Xen patchbot -unstable
- Add memory barriers to console ring accesses. Similar to what, Xen patchbot -unstable
- Disable watch callbacks only during driver registration instead of all probes., Xen patchbot -unstable
- Disable watch callbacks while running the driver probe callback., Xen patchbot -unstable
- Change xenstore-domain messaging protocol to match what we use, Xen patchbot -unstable
- Fix xsls build dependency., Xen patchbot -unstable
- Add a option for enabling ne2000 NIC device model, Xen patchbot -unstable
- Refactor domain/vcpu allocation to be more separated., Xen patchbot -unstable
- Keir moved barriers,, Xen patchbot -unstable
- Fix error output to stderr in xc_linux_build., Xen patchbot -unstable
- New dom0_op to set max vcpus for a domain., Xen patchbot -unstable
October 12, 2005
- Fix 64-bit compile warnings in firmware., Xen patchbot -unstable
- Merged., Xen patchbot -unstable
- Merged., Xen patchbot -unstable
- Make the error reporting back to xm just a little bit less insane, and fix a, Xen patchbot -unstable
- Ignore any watches that fire for which we do not have a registration. This can, Xen patchbot -unstable
- Don't try and call DevController if we can't destroy a device ourselves,, Xen patchbot -unstable
- Improve error message., Xen patchbot -unstable
- merge, Xen patchbot -unstable
- Fix firmware build for cross-compilation., Xen patchbot -unstable
- Explicitly state which architectures are going to use /usr/lib64, to allow for, Xen patchbot -unstable
- Fix the handling of EAGAIN from the transaction_end; we were failing to do any, Xen patchbot -unstable
- Added missing __init__.py., Xen patchbot -unstable
- Fix vcpu-hotplug xenbus watch handler and setup., Xen patchbot -unstable
- Better cast for ptr->int in residerfs module., Xen patchbot -unstable
- Fix Xen public interfaces and the tools to consistently, Xen patchbot -unstable
- Fix deadlock in XendDomainInfo when a domain is cleaned up. We are renaming, Xen patchbot -unstable
- Change import that was confusing pylint (this is a pylint bug, I think)., Xen patchbot -unstable
- Issue diagnostics if xm is being run as a non-root user. This used to happen,, Xen patchbot -unstable
- Fix PAE overflow in xc_linux_build., Xen patchbot -unstable
- Fix compilation problems with xenstore., Xen patchbot -unstable
- This patch implements select() functionality on /dev/vtpm and fixes some, Xen patchbot -unstable
- The NAT scripts currently work, but the changes below decrease user, Xen patchbot -unstable
- Update ia64 to keep up with core changes, Xen patchbot -unstable
- Hide the VMX cpu feature from unmodified Guests., Xen patchbot -unstable
- Still more updating ia64 to xen-unstable, Xen patchbot -unstable
- Merged, Xen patchbot -unstable
- More updating ia64 to latest xen-unstable, Xen patchbot -unstable
- Fixes for correct itir handling in vcpu_translate (broke simulator), Xen patchbot -unstable
- Error print on err path., Xen patchbot -unstable
- Add support for fast mov_to_kr privops, Xen patchbot -unstable
- Convert a few privops to existing hyperprivops in xenlinux, Xen patchbot -unstable
- Merge xen-unstable into xen-ia64-unstable, Xen patchbot -unstable
- Reset hypercall_continuation flag (by Tristan Gingold), Xen patchbot -unstable
- Keep up with recent changes in xen-unstable, Xen patchbot -unstable
- Fix incorrect re-enablement of interrupts (found by Tristan Gingold), Xen patchbot -unstable
- Some cleanup of reflection code, Xen patchbot -unstable
- Newer compilers don't allow strings to cross newlines?, Xen patchbot -unstable
- Merge, Xen patchbot -unstable
- Minor code restructure in vcpu_translate (prep for more later), Xen patchbot -unstable
October 11, 2005
- Merged., Xen patchbot -unstable
- Bring out the common console-handling code from main.py and create.py., Xen patchbot -unstable
- Added auxbin module, for handling auxillary binaries., Xen patchbot -unstable
- Remove bang path., Xen patchbot -unstable
- Allow parallel 32- and 64-bit Xen installations. Move xc_save, xc_restore,, Xen patchbot -unstable
- Added xsls to xenstore Makefile install dependencies to fix "make dist"., Xen patchbot -unstable
- Publish the virtual console interface in public/io/console.h., Xen patchbot -unstable
- Xenstore client library spawns a reader thread the first, Xen patchbot -unstable
- Echo request and transaction identifiers in xenstored, Xen patchbot -unstable
- Fix xenbus internal join() function to be concurrency safe, Xen patchbot -unstable
- Added missing global statement, to ensure that the logfilename variable is, Xen patchbot -unstable
- Fix broken xm commands., Xen patchbot -unstable
- Added doccomment., Xen patchbot -unstable
- Added xsls utility, which recursively lists the contents of the store., Xen patchbot -unstable
- Fix 64-bit compile of pygrub. From Charles Duffy., Xen patchbot -unstable
- Fix the legacy %-build targets for dist installation of, Xen patchbot -unstable
October 10, 2005
- Fix for "unsubscriptable object" error, courtesy of Kurt Garloff, Xen patchbot -unstable
- Fix changeset banner for source tarballs., Xen patchbot -unstable
- Local repo version number in Xen boot log., Xen patchbot -unstable
- Kernel makefiles do not define $(LN)., Xen patchbot -unstable
- This patch fixes an error in the xm create path when the, Xen patchbot -unstable
- When a domain is introduced to xenstored, check whether this has already, Xen patchbot -unstable
- Mention -s option in usage., Xen patchbot -unstable
- Fix completely broken xenstore_read function., Xen patchbot -unstable
- Fix cancellation of pending watch events on watch unregistration., Xen patchbot -unstable
- Fire watch callbacks on their own workqueue. Mainly this is, Xen patchbot -unstable
- Merged., Xen patchbot -unstable
- Rewritten XendLogging to not be a singleton class, and not have methods used, Xen patchbot -unstable
- xenstored now supports multiple concurrent transactions per, Xen patchbot -unstable
- Merged., Xen patchbot -unstable
- Added error logging to the block hotplug script, and support facilities for, Xen patchbot -unstable
- No need to gate xenstored reading requests from a, Xen patchbot -unstable
October 09, 2005
- Simplify reply logic in xenstored. Maintain a linked list, Xen patchbot -unstable
- Extend xenbus/xenstore client interface to include a transaction, Xen patchbot -unstable
- Added some clarifying comments regarding xenbus/xenstore kernel startup., Xen patchbot -unstable
- Refactor xenbus to break up the xenbus_lock and permit watches, Xen patchbot -unstable
- Don't increment mi->usage is alloc_major_info return NULL, Xen patchbot -unstable
- Fix cpu hotplug issue with SMP guests (including save/restore)., Xen patchbot -unstable
- Alter logging statements to move the interpolation inside the logging function,, Xen patchbot -unstable
- Remove unnecessary extraction of ssidref from config inside restore -- this, Xen patchbot -unstable
- /home/emellor/log2, Xen patchbot -unstable
- Remove cruft., Xen patchbot -unstable
- Remove code seeding RNG from /dev/urandom. The random module's default RNG is, Xen patchbot -unstable
- Append a newline to error messages, so that they are parsed by XendCheckpoint.py, Xen patchbot -unstable
- Change xenbus callbacks to match new signature of xenbus_watch., Xen patchbot -unstable
October 07, 2005
- Remove linux-2.4 sparse tree., Xen patchbot -unstable
- Some cleanup in TPM-related files and implementation of functionality that, Xen patchbot -unstable
- Move mmio operation structure from domain to vcpu., Xen patchbot -unstable
- Re-enable the pygrub build and fix the build with older, Xen patchbot -unstable
- Change xs_read_watch interface to return a sized array (in userspace and in, Xen patchbot -unstable
- Update kernel watch API to pass the array of watch arguments to the callback, Xen patchbot -unstable
- Rationalise xenstore header files a little. xenstored.h,, Xen patchbot -unstable
- Clean up file vmx.c:, Xen patchbot -unstable
- Add installation of the udev rules if appropriate. With a normal 'make, Xen patchbot -unstable
- Regig the construction of new domains so that restore and create can share the, Xen patchbot -unstable
- Merged., Xen patchbot -unstable
- Add udev rules that map similar to the hotplug agent. Based off of what, Xen patchbot -unstable
- Move the block-phy and block-file handling into a common, Xen patchbot -unstable
- The hotplug agent sets the path now, but that's not as practical to do, Xen patchbot -unstable
- Remove bind_evtchn_to_irq/unbind_evtchn_from_irq from the, Xen patchbot -unstable
- The attached fixes a few things to make the blkfront and netfront, Xen patchbot -unstable
- merge., Xen patchbot -unstable
- This patch copies the NAT scripts in tools/examples/ to, Xen patchbot -unstable
- Merge., Xen patchbot -unstable
- Merge., Xen patchbot -unstable
- Rename the source domain on migration, regardless of the live flag. This fixes, Xen patchbot -unstable
- Move construct_vmcs to arch_vmx_do_launch., Xen patchbot -unstable
- Big simplification of the Xen event-channel interface., Xen patchbot -unstable
- Fix conflicting merge., Xen patchbot -unstable
October 06, 2005
- Merged., Xen patchbot -unstable
- Remove xm commands block-refresh and vbd-refresh, as these are unsupported., Xen patchbot -unstable
- User tools send evtchn notifications via /dev/xen/evtchn, Xen patchbot -unstable
- Change how event channels are allocated and used by the control, Xen patchbot -unstable
- Added Zope's test.py, and a unit test to sxp. This test itself isn't very, Xen patchbot -unstable
- Merged., Xen patchbot -unstable
- Allow shutdown code SHUTDOWN_HALT, which we handle here in exactly the same, Xen patchbot -unstable
- Rename all dying domains to be prefixed with Zombie. This allows a new domain, Xen patchbot -unstable
- Reduce the log level for the 'cannot recreate information for dying domain', Xen patchbot -unstable
- Issue diagnostic if we find dying domains on Xend restart, because we will not, Xen patchbot -unstable
- Raise an exception if an error appears on the pipes to our children, and make, Xen patchbot -unstable
- Ensure that all fields of evtchn_op_t are initialised when, Xen patchbot -unstable
October 05, 2005
- mixup in vcpu-enable and vcpu-disable help string, Xen patchbot -unstable
- Reformat the pfn_info structure to ensure that, Xen patchbot -unstable
- Activate suspending/resuming of the TPM interface and add, Xen patchbot -unstable
- Gentoo compatible stuff has to be done *before* the set -e. You could also do, Xen patchbot -unstable
- EVTCHNOP_alloc_unbound can allocate a port in an arbitrary, Xen patchbot -unstable
- Fix the handling of VCPUs, specifically wrt the broken VCPU hotplugging, bug, Xen patchbot -unstable
- Change boolean config option parsing to allow True and Y and similar useful, Xen patchbot -unstable
- Fix save/restore -- too much work being done in, Xen patchbot -unstable
- Emulate guest reads of CR4, masking features that Xen, Xen patchbot -unstable
- Send event-channel notification from console daemon, Xen patchbot -unstable
- Revert changes checked in by mistake in previous changeset., Xen patchbot -unstable
- Clean up DESTDIR handling. Default install is to root, Xen patchbot -unstable
- Merge (with trepidation)., Xen patchbot -unstable
- Recover from name uniqueness violation by renaming. Fixes bug #277., Xen patchbot -unstable
- Add Gentoo handling to network-bridge. Based on patches, Xen patchbot -unstable
- Handle the case where there are no spaces or parameters, Xen patchbot -unstable
- Fix DOM0_PHYSINFO to return correct value for total, Xen patchbot -unstable
- Currently, the scripts in /etc/xen/scripts won't get overwritten if they, Xen patchbot -unstable
- The attached patch places an updated TPM driver into the sparse directory., Xen patchbot -unstable
- Restructure the makefiles used to drive builds of linux 2.6 kernels., Xen patchbot -unstable
- Move setting of configuration variables to Config.mk., Xen patchbot -unstable
- Removed the EventServer, replacing the events fired with simple logging, Xen patchbot -unstable
October 04, 2005
- imported patch /home/emellor/block_detach.patch, Xen patchbot -unstable
- Explicitly close files on save and restore. Rename all local variables named id or slice so as not to clash with the builtins., Xen patchbot -unstable
- Explicitly close files., Xen patchbot -unstable
- Clean up domains if creation/restoration fails., Xen patchbot -unstable
- Fix typo., Xen patchbot -unstable
- Merge the child-process handling of the save and restore functions into one, Xen patchbot -unstable
- Removed unused xen_domain method, and unused imports. Comment those methods, Xen patchbot -unstable
- Fix call to state_set inside preserve (was erroneously calling set_state)., Xen patchbot -unstable
- Fix xm restore broken by missing return statement., Xen patchbot -unstable
- Clean up sched_op() hypercall interface. One particular, Xen patchbot -unstable
- Allow EVTCHNOP_bind_{ipi, virq} to specify the vcpu to, Xen patchbot -unstable
- Rename VCPUOP_craete to VCPUOP_initialise. It is likely that, Xen patchbot -unstable
- Fix tools to pull public header files from standard, Xen patchbot -unstable
- Merge to restore reverted changes., Xen patchbot -unstable
- Throw away bogus merge., Xen patchbot -unstable
- Merge., Xen patchbot -unstable
- Catch xen.xend.XendProtocol.XendError as well as xen.xend.XendError.XendError., Xen patchbot -unstable
- Merged., Xen patchbot -unstable
- Merged., Xen patchbot -unstable
- Merged., Xen patchbot -unstable
- Merged., Xen patchbot -unstable
- Merged., Xen patchbot -unstable
- Merged., Xen patchbot -unstable
- Merged., Xen patchbot -unstable
- Merged., Xen patchbot -unstable
- Merged., Xen patchbot -unstable
- Merged., Xen patchbot -unstable
- Fix debugging statement that was referring to non-existent field., Xen patchbot -unstable
- Added some DPRINTK statements, for debugging., Xen patchbot -unstable
- Cope with missing configuration information inside the configuration method., Xen patchbot -unstable
- Remove the reason code from the destroy action -- the reason is only of value, Xen patchbot -unstable
- Move the import for XendError, and use a bare import, not a from...import., Xen patchbot -unstable
- Merged., Xen patchbot -unstable
- Fix localhost live migration. We were overvigorously wiping out the store, Xen patchbot -unstable
- Use the domain ID to refer to backends, not the UUID. This means that a new, Xen patchbot -unstable
- Export some more symbols., Xen patchbot -unstable
- Cope with missing configuration information inside the configuration method., Xen patchbot -unstable
- Move the import for XendError, and use a bare import, not a from...import., Xen patchbot -unstable
- Move XendDomainInfo.{create, recreate, parseConfig} to the top level of the, Xen patchbot -unstable
- Remove the reason code from the destroy action -- the reason is only of value, Xen patchbot -unstable
- Remove the reason code from the destroy action -- the reason is only of value, Xen patchbot -unstable
|
|