aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * [XM] Differentiate between VLAN PIFs and normal PIFs in network-showTom Wilkie2007-04-271-2/+10
| * [XEND] Fix up PIF class, make it workTom Wilkie2007-04-271-21/+61
| * [XEND] Used shutil.rename to cope with /tmp and /var on different file systemsTom Wilkie2007-04-271-2/+4
| * [XM] Fix typo in XenAPI create codeTom Wilkie2007-04-271-1/+1
| * MergeTim Deegan2007-04-271-4/+13
| |\
| | * [XEND] Start cleanly even with bad xml state filesTom Wilkie2007-04-271-4/+13
| * | [HVM] Save/restore: pad save structs up to a multiple of eight bytes.Tim Deegan2007-04-271-1/+6
| |/
| * [XEN] Replace IS_COMPAT() in the shadow code with pv_32on64_*()Tim Deegan2007-04-272-25/+21
| * hvm: Take care when checking ->is_compat flag now that HVM as well askfraser@localhost.localdomain2007-04-264-36/+31
| * Add support for creating networks to xm create XML fileTom Wilkie2007-04-262-19/+55
| * hvmloader: Place SMBIOS tables at 0xE9000. Previous location was lowerkfraser@localhost.localdomain2007-04-2610-82/+75
| * [XM-TEST] Add test for new network functionsTom Wilkie2007-04-262-1/+73
| * [XM-TEST] Move network_utils.py to lib directoryTom Wilkie2007-04-264-5/+9
| * Add network-del and network-show commands to xmTom Wilkie2007-04-261-1/+67
| * Add network.destroy() to XenAPITom Wilkie2007-04-264-2/+37
| * domain builder: Fix sanity check for gzip size.kfraser@localhost.localdomain2007-04-261-2/+2
| * acm: Remove unecessary compat shim from do_acm_op().kfraser@localhost.localdomain2007-04-266-85/+11
| * acm: Fix 32-bit build with acm enabled.kfraser@localhost.localdomain2007-04-262-8/+8
| * blktap: Segments can span multiple clusters with tap:qcow.kfraser@localhost.localdomain2007-04-261-14/+53
| * hvm ioemu: Fix SCSI initialisation after c/s 14942.kfraser@localhost.localdomain2007-04-261-1/+1
| * xen x86/64 compat: Fix size of accesses to trap_bounce.cs in asm.kfraser@localhost.localdomain2007-04-261-3/+3
| * Remove non-ASCII chars in man page.kfraser@localhost.localdomain2007-04-261-9/+9
| * xend: Tidy bootloader device constant.kfraser@localhost.localdomain2007-04-261-1/+1
| * hvm vmx: Mark bootstrap-initialised variables as read-mostly.Keir Fraser2007-04-251-5/+5
| * hvm vmx: Another small fix for CPUs with no TPR_SHADOW support.Keir Fraser2007-04-251-0/+3
| * xen: Fix maximum_gpfn() hypercall to always return max_gpfn not nr_gpfns.Keir Fraser2007-04-254-8/+10
| * hvm vmx: Only use TPR_SHADOW feature if supported.Keir Fraser2007-04-252-28/+38
| * hvm ioemu: Do not initialise the LSI SCSI interface if no SCSI discskfraser@localhost.localdomain2007-04-251-4/+5
| * [XEND] No need to refresh bridges under new model...Tom Wilkie2007-04-251-2/+0
| * [XEND] Fully implement XenAPI network and PIF classes.Tom Wilkie2007-04-253-257/+467
| * [XEND] Remove autoplug class signatures, have it all handled in the class nowTom Wilkie2007-04-251-262/+79
| * [XEND] Make existing autoplug classes implement new XendBaseTom Wilkie2007-04-255-103/+116
| * [XM] Fix network-attach when a bridge is specified, add network-new command t...Tom Wilkie2007-04-251-4/+30
| * [XEND] Add more exceptions and error messagesTom Wilkie2007-04-252-4/+125
| * Use new instance store to resolve network uuid to bridge nameTom Wilkie2007-04-251-2/+2
| * Change how XendStateStore store XML for persistance.Tom Wilkie2007-04-251-28/+37
| * Add new base class and instance store for new autoplugged api classesTom Wilkie2007-04-252-0/+182
| * If bridge name hasn't been recorded in XendConfig then try and work it out us...Tom Wilkie2007-04-251-1/+10
| * Translate network uuid to bridge name and store it in XendConfig when createi...Tom Wilkie2007-04-251-1/+6
| * xen: Fix up use of trap_bounce structure.kfraser@localhost.localdomain2007-04-255-32/+28
* | 32 on 64: Don't lock up Xen if you need to do lots of grant operationsSteven Smith2007-04-271-2/+2
|/
* hvm save/restore: Use a GUEST_HANDLE_64 rather than an ordinary GUEST_HANDLESteven Smith2007-04-251-2/+4
* libxc: Fix xc_translate_foreign_address() to parse non-pae pagetableskfraser@localhost.localdomain2007-04-251-3/+3
* linux x86/64: Fix supervisor_mode_kernel test to read a single byte.kfraser@localhost.localdomain2007-04-251-1/+1
* xend: Fix race in vfb/vkbd device setup.kfraser@localhost.localdomain2007-04-251-4/+15
* acm: Updating a policy on a running system.kfraser@localhost.localdomain2007-04-2510-165/+922
* acm: Changes to XML schema of the policykfraser@localhost.localdomain2007-04-259-133/+136
* xend: Settle on 0666 pre-umask permissions for xend-debug.log.kfraser@localhost.localdomain2007-04-241-1/+1
* xend: Suppress logging of "Listing domains in state foo" in xend.log.Keir Fraser2007-04-241-1/+1
* LINUX: Fixes for XENFEAT_supervisor_mode_kernel and XENFEAT_writable_page_tab...Ian Campbell2007-04-242-3/+4