aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Changeset 16771 introduced a new file called tools/check/funcs.sh. ThisKeir Fraser2008-01-261-1/+1
* Use VPATH instead of symlinks for libelf inclusion into libxenctrl.Keir Fraser2008-01-261-15/+5
* Update XenAPI version number, changelog, and cover sheet.Keir Fraser2008-01-252-2/+9
* x86: Ensure RAM holes really are not mapped in Xen's ongoing 1:1 physmap.Keir Fraser2008-01-251-3/+17
* x86: First 1MB of memory should be mapped with 4kB mappings to avoidKeir Fraser2008-01-254-9/+75
* x86: Clarify early_page_fault() handler intent, and improve debug tracing.Keir Fraser2008-01-251-8/+14
* Fix leaking of /vm/<uuid> path in xenstore on various VM lifecycle events.Keir Fraser2008-01-252-8/+12
* Remove outdated comments concerning Xen API in xend configuration file.Keir Fraser2008-01-251-3/+1
* Fix 'on_*=rename-restart' domain configuration option.Keir Fraser2008-01-251-2/+7
* (Re)introduce notion of crashed VM power state.Keir Fraser2008-01-259-8/+30
* x86: Fix host S3.Keir Fraser2008-01-251-2/+5
* [PV-on-HVM] Process event channels notifications in round-robin orderKeir Fraser2008-01-251-7/+55
* Fix losetup -r flag when we specify 'w!' for the disk mode.Keir Fraser2008-01-251-1/+1
* x86: make show_page_walk() more robust.Keir Fraser2008-01-242-7/+7
* x86, hvm: Only invalidate qemu mapcache on XENMEM_decrease_reservation.Keir Fraser2008-01-242-16/+27
* block scripts: use fatal() in xen-hotplug-common.sh if the file does not exist.Keir Fraser2008-01-241-3/+3
* x86, hvm: MTRR can't cover all the memery rangesKeir Fraser2008-01-241-1/+14
* vt-d: Do FLR of assigned devices with VT-dKeir Fraser2008-01-244-55/+100
* Update hgignore list.Keir Fraser2008-01-241-0/+2
* network-nat: Fix NAT scripts.Keir Fraser2008-01-243-5/+52
* Fix libfsimage build on SolarisKeir Fraser2008-01-241-2/+2
* ioemu: 'lib64' is Linux-specificKeir Fraser2008-01-241-1/+1
* ioemu: Improve xenstore_read_vncpasswd().Keir Fraser2008-01-241-10/+15
* vmx realmode: Restructure code for clarity and better treatment ofKeir Fraser2008-01-241-67/+111
* ioemu: handle empty vnc passwdKeir Fraser2008-01-233-18/+12
* minios: permit blkfront to write from mapped memoryKeir Fraser2008-01-231-1/+1
* ioemu: Use asprintf instead of PATH_MAX, which POSIX says to be facultative.Keir Fraser2008-01-231-3/+3
* ioemu: fix xc_handle declarationKeir Fraser2008-01-231-1/+1
* ioemu: fix phys_ram_addr parameter usageKeir Fraser2008-01-231-1/+1
* ioemu: cache the BlockDriverState pointerKeir Fraser2008-01-231-4/+5
* pv-on-hvm: Fix up linux code after hypercall-type-checking changes.Keir Fraser2008-01-232-5/+6
* vmx realmode: Implement new x86_emulate hook load_fpu_ctxt().Keir Fraser2008-01-233-2/+11
* x86_emulate: Emulate FNINIT, FNSTCW, FNSTSW x87 instructions.Keir Fraser2008-01-232-2/+36
* x86_emulate: Fix CLTS emulation.Keir Fraser2008-01-231-1/+1
* ChangeLog: Document new set_target xenstore and domctl commands.Keir Fraser2008-01-231-0/+12
* New XS_SET_TARGETKeir Fraser2008-01-2311-4/+151
* New XEN_DOMCTL_set_targetKeir Fraser2008-01-2325-186/+426
* tools/check: Add explicit include path for funcs.sh.Keir Fraser2008-01-2314-14/+14
* minios: make allocation of page tables for ondemand mapping lazyKeir Fraser2008-01-231-62/+109
* Remove auto-generated files in extboot/ directory.Keir Fraser2008-01-232-0/+0
* Merge with ia64 treeKeir Fraser2008-01-224-45/+219
|\
| * vmx: Disable vmxassist in the default build.Keir Fraser2008-01-221-1/+1
| * vmx realmode: Faster emulation of REP INS and REP OUTS.Keir Fraser2008-01-221-0/+60
| * x86_emulate: Provide callbacks for faster emulation of:Keir Fraser2008-01-222-44/+158
* | [IA64][IOEMU] Add back ia64Alex Williamson2008-01-221-0/+3
* | merge with xen-unstable.hg (staging)Alex Williamson2008-01-22101-1062/+3233
|\|
| * Add MANDIR, MAN1DIR and MAN8DIR. Use it.Keir Fraser2008-01-226-23/+19
| * Add SBINDIR. Use it always.Keir Fraser2008-01-2214-34/+25
| * ioemu: Use XEN_TARGET_ARCH instead of uname -m.Keir Fraser2008-01-222-33/+5
| * Add BINDIR. Use it.Keir Fraser2008-01-229-14/+16