aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* [HVM] Disallow soft resets in the BIOS.Tim Deegan2007-03-071-36/+64
* dump-core: always use elfclass64 format to support x86_32pae.kfraser@localhost.localdomain2007-03-076-30/+32
* tools: Clean up use of 'install' command.kfraser@localhost.localdomain2007-03-0711-43/+40
* ioemu: Remove use of 'echo -c' in script.kfraser@localhost.localdomain2007-03-071-2/+1
* ioemu: Close file descriptors when forking processes.kfraser@localhost.localdomain2007-03-062-1/+15
* Make Python tools (i.e., xend and pygrub) conditionally compiled.kfraser@localhost.localdomain2007-03-061-2/+2
* xend: more flexibility in gathering data from /proc/cpuinfokfraser@localhost.localdomain2007-03-061-12/+29
* [tools] Import ptsname from its new location (after cset 14259:7f0d8e3c538e).Christian Limpach2007-03-051-1/+2
* [tools] Use auxbin.py to determine libpath at build time.Christian Limpach2007-03-051-1/+4
* Install pygrub according to auxbin rules.kfraser@localhost.localdomain2007-03-051-1/+2
* Move ptsname module under tools/python.kfraser@localhost.localdomain2007-03-055-35/+8
* [tools] Use auxbin.py to determine libpath at build time.Christian Limpach2007-03-051-1/+2
* VM.actions_after_[shutdown|reboot|suspend|crash] were not set properlykfraser@localhost.localdomain2007-03-051-4/+4
* Merge with xenppc-unstable.hgkfraser@localhost.localdomain2007-03-056-10/+44
|\
| * [domain builder] Remove unnecessary alignment of virtual address base.Christian Limpach2007-03-031-3/+0
| * x86/64: Save/restore user pagetable pointer for x86/64 PV guests.Keir Fraser2007-03-022-3/+37
| * [PVFB][TOOLS] Terminate backend when frontend vanishes earlykfraser@localhost.localdomain2007-03-021-3/+2
| * xend: Fix startup when dom0 does not see all physical cpus.kfraser@localhost.localdomain2007-03-021-0/+4
| * xend: Catch VmError exception when creating a domain and dokfraser@localhost.localdomain2007-03-021-1/+1
* | [LIBXC][POWERPC] make sure DTB is truncated and has a decent modeJimi Xenidis2007-02-081-1/+1
* | [LIBXC][POWERPC] use O_CREAT on open call for DTB_FILEJimi Xenidis2007-02-081-1/+1
* | [POWERPC][XEN][LIBXC] Make xc_linux_build() use populate_physmap()Hollis Blanchard2007-03-021-25/+62
* | [POWERPC][XEN] Don't create a start_info_t structure for dom0.Hollis Blanchard2007-03-011-5/+3
|/
* tools: Advertise save/restore multiple VCPU contexts capability.kfraser@localhost.localdomain2007-03-021-1/+2
* [xenstored] Fix error path when xc_map_foreign_range fails.Christian Limpach2007-03-021-7/+10
* Save/restore context of all online VCPUs in PV save/restore/migrate.kfraser@localhost.localdomain2007-03-012-87/+141
* [tools] Set guest address size to be the same as dom0 address size on restore.Christian Limpach2007-03-011-0/+13
* Fully reset the xenstore connection when a domain is (re)introduced to xensto...kfraser@localhost.localdomain2007-03-015-4/+55
* [HVM] Save/restore: remove bogus "valid state" checkTim Deegan2007-03-011-8/+1
* hvm: Clean up console-information passing via xenstore.kfraser@localhost.localdomain2007-03-011-6/+59
* Fix Xend domain_lookup error report when looking up an invalidkfraser@localhost.localdomain2007-03-013-6/+2
* MergeTim Deegan2007-03-011-2/+2
|\
| * hvm/ia64: Fix IDE PIO acceleration.kfraser@localhost.localdomain2007-03-011-2/+2
* | [HVM] Builder must know which kind of vcpu context struct to useTim Deegan2007-03-011-4/+26
|/
* Use stat to poll on phantom device until it becomes readyWim Colgate2007-02-281-29/+20
* libxc: Quieten the discard_file_cache() function. Preserve errnokfraser@localhost.localdomain2007-02-284-27/+21
* Fix init.d/xendomains startup script so log_error and log_successkfraser@localhost.localdomain2007-02-281-12/+19
* More PV save/restore fixes.kfraser@localhost.localdomain2007-02-282-9/+14
* Loop on actual elfnote array size rather than depending on ELFNOTE_MAXkfraser@localhost.localdomain2007-02-281-3/+8
* Add suspend_cancel flag to linux elf notes.kfraser@localhost.localdomain2007-02-281-0/+3
* Add xm save -c/--checkpoint optionkfraser@localhost.localdomain2007-02-283-12/+33
* Let xend choose to do hard or soft domain resumption depending onkfraser@localhost.localdomain2007-02-285-29/+42
* Fix off-by-one preventing the last elfnote from being read in xc.c.kfraser@localhost.localdomain2007-02-281-1/+1
* Fix for Solaris compile/output for VBDs in xentop.kfraser@localhost.localdomain2007-02-271-4/+12
* mergeIan Campbell2007-02-271-1/+26
|\
| * [TOOLS] Add support for XEN_ELFNOTE_L1_MFN_VALID to readnotes.Ian Campbell2007-02-271-1/+26
* | Accelerate IDE PIO on HVM/IA64 [2/3]kfraser@localhost.localdomain2007-02-272-4/+12
* | Accelerate IDE PIO on HVM/IA64 [1/3]kfraser@localhost.localdomain2007-02-272-0/+130
|/
* Fix save/restore (and non-live migrate) on PAE.Steven Hand2007-02-271-3/+6
* Added SXP pretty-printer.Ewan Mellor2007-02-271-0/+45