aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xcutils
Commit message (Expand)AuthorAgeFilesLines
* Use -MMD -MF in tools/* rather than -Wp,-M...Keir Fraser2009-01-121-6/+2
* Move libelf headers out of xen public header dir.Keir Fraser2009-01-081-1/+1
* Fix domain save when guest is in S3.Keir Fraser2008-12-051-8/+2
* Do not request domain shutdown if in S3 state during domain save.Keir Fraser2008-12-031-10/+26
* xc_save/xc_restore: Fix wrong data typeKeir Fraser2008-09-172-4/+4
* xc_save: ignore the first suspend event channel notificationKeir Fraser2008-09-081-31/+47
* xc_save: Clean up (*suspend)() callback hook.Keir Fraser2008-09-081-9/+9
* xc_save: Janitorial work.Keir Fraser2008-09-081-17/+10
* lsevtchn: Improve this evtchn reporting tool.Keir Fraser2008-09-051-21/+27
* Cleanups to suspend-event-channel patches.Keir Fraser2008-07-041-18/+3
* Teach xc_save to use event-channel-based domain suspend if available.Keir Fraser2008-07-041-1/+137
* lsevtchn: Simple tool to list event channel states for a domain.Keir Fraser2008-04-092-1/+60
* Fix xc_save compileKeir Fraser2008-03-181-0/+1
* Define CFLAGS and LDFLAGS for libxenstore.Keir Fraser2008-01-271-2/+2
* Define CFLAGS and LDFLAGS for libxenguest.Keir Fraser2008-01-271-4/+2
* Define CFLAGS and LDFLAGS for libxenctrl.Keir Fraser2008-01-271-2/+2
* Add PRIVATE_BINDIR. Use it.Keir Fraser2008-01-261-5/+2
* Move generation of public header hierarchy into the tools.Keir Fraser2008-01-261-1/+1
* Apply PREFIX directly to LIBDIR.Keir Fraser2008-01-221-1/+1
* tools: LDFLAGS in link linesKeir Fraser2008-01-171-1/+1
* [HVM] Save/restore: don't leak shared-memory segments after HVM live-migrate.Tim Deegan2007-07-261-7/+18
* [HVM] Live-migration fixups after 15639:c585f993385cTim Deegan2007-07-241-1/+3
* Specify -fno-strict-aliasing in root build config file.Keir Fraser2007-07-071-1/+1
* [HVM] Save/restore: merge xc_linux_save and xc_hvm_saveTim Deegan2007-04-111-6/+3
* [HVM] Save/restore: merge xc_linux_restore and xc_hvm_restoreTim Deegan2007-04-051-8/+2
* Clean up save/restore state record handling. No need for Python tokfraser@localhost.localdomain2007-04-041-12/+12
* hvm: Lazy memory allocation during HVM restore. General cleanup andkfraser@localhost.localdomain2007-04-041-18/+18
* Some save/restore cleanups.Steven Hand2007-04-021-16/+17
* [HVM] Save/restore: don't get guest size from "memory_static_min"Tim Deegan2007-03-291-2/+0
* [HVM][QEMU] Save/restore: enable HVM live migrationTim Deegan2007-03-162-5/+130
* Add suspend_cancel flag to linux elf notes.kfraser@localhost.localdomain2007-02-281-0/+3
* [TOOLS] Add support for XEN_ELFNOTE_L1_MFN_VALID to readnotes.Ian Campbell2007-02-271-1/+26
* [LIBELF] Prefer PT_NOTE segments to SHT_NOTE sections for ELF notes.Ian Campbell2007-02-191-49/+89
* [HVM] Save/restore: disentangle max_pfn from nr_pages.Tim Deegan2007-02-091-5/+5
* [HVM] Save/restore: don't try to set the console ring MFNTim Deegan2007-02-081-2/+3
* [TOOLS] Fix typos which breaks readnotes transparent gunzipping ...Emmanuel Ackaouy2007-01-311-2/+2
* Support transparant gunzipping in the readnotes utility.Emmanuel Ackaouy2007-01-251-2/+12
* libelf: use for readnotes utility.Emmanuel Ackaouy2007-01-251-232/+45
* [TOOLS] Avoid void* arithmetic when parsing elf notes.kfraser@localhost.localdomain2007-01-191-1/+1
* [HVM] save restore: frame workTim Deegan2007-01-182-5/+19
* Don't use $(LINK.o), as it doesn't pick up -m32/-m64 from $(CFLAGS).kfraser@localhost.localdomain2006-10-191-1/+1
* [SOLARIS] A couple of simple compile fixes for tools/ on Solaris.kfraser@localhost.localdomain2006-10-171-2/+4
* Clean up duplication of 'install' macros in the Makefiles.kfraser@localhost.localdomain2006-10-171-4/+0
* [TOOLS] Use ELFSIZE to pick the ELF structures to use in readnotes.cIan Campbell2006-08-251-17/+36
* [TOOLS] Add a simple tool to display the Xen specific ELF notes.Ian Campbell2006-08-232-1/+308
* [XEND] xc_save/xc_restore open the libxc interface independentlykfraser@localhost.localdomain2006-08-152-18/+33
* build: Clean up use of .PHONYkaf24@firebug.cl.cam.ac.uk2006-04-101-0/+3
* Move 'debug' build option into the outermost Config.mk file.kaf24@firebug.cl.cam.ac.uk2006-03-091-1/+1
* Clean up the usage of CFLAGS. This is nice for packagers, who wouldkaf24@firebug.cl.cam.ac.uk2006-03-091-1/+1
* Extend the xc_linux_save interface to take a callback function for handling theemellor@leeni.uk.xensource.com2006-01-101-1/+19