aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xc_core.c
Commit message (Expand)AuthorAgeFilesLines
* libxc: introduce xc_domain_get_guest_width()Dario Faggioli2013-09-131-19/+1
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* tools: drop ia64 supportIan Campbell2012-09-121-4/+0
* libxc: obtain correct length of p2m during core dumpingMarkus Gross2011-05-241-2/+1
* # HG changeset patchIan Campbell2010-08-241-0/+16
* libxc: Fix ia64 build for interface changeIan Jackson2010-06-251-2/+2
* libxc: eliminate static variables, use xentoollog; API changeKeir Fraser2010-05-281-74/+79
* libxc: create a domain_info_context structure to store guest_width and p2m_si...Keir Fraser2009-12-011-6/+7
* libxc: Fix 32-vs-64 bitness issue in saving vcpu contexts in core dumpKeir Fraser2009-11-261-3/+3
* libxc: Avoid a constant-zero-sized memset().Keir Fraser2009-08-311-1/+2
* x86_64: allow more vCPU-s per guestKeir Fraser2009-06-181-1/+10
* Domain core-dumping fixesKeir Fraser2009-03-121-0/+10
* libxc: Support cross-bitness guest when core-dumpingKeir Fraser2009-01-151-13/+55
* libxc: The following patch replace the libxc interface to useKeir Fraser2008-06-191-4/+4
* stubdom: complete libxc supportKeir Fraser2008-05-231-9/+9
* libxc: Minor clean up of xc_core, and fix for -fstrict-overflow.Keir Fraser2007-11-221-5/+11
* libxc: Consolidate read()/write() syscall wrappers to read/write anKeir Fraser2007-11-111-9/+5
* [IA64] Don't share privregs with hvm domainAlex Williamson2007-10-221-1/+1
* libxc: Avoid overflow in xc_domain_dumpcore_via_callback().Keir Fraser2007-10-151-3/+3
* [TOOLS] Make xc_domain_{save, restore} understand compat guestsTim Deegan2007-09-191-0/+3
* Introduce xc_core_arch_gpfn_may_present() hook.kfraser@localhost.localdomain2007-08-301-2/+6
* Optimize xc_core.c implementation.kfraser@localhost.localdomain2007-08-301-112/+121
* Some minor cleanup of xc_core.c.kfraser@localhost.localdomain2007-08-301-70/+128
* tools: Fix compiler warning.kfraser@localhost.localdomain2007-06-191-1/+1
* Some save/restore cleanups.Steven Hand2007-04-021-2/+2
* coredump: Allow mmap of shinfo to fail for any HVM guest (x86 or ia64).kfraser@localhost.localdomain2007-03-191-5/+1
* dump-core: always use elfclass64 format to support x86_32pae.kfraser@localhost.localdomain2007-03-071-13/+13
* [TOOLS] fix sizeof() usage in xc_coreTim Deegan2007-02-261-1/+1
* Resolve conflict over use of name xen_elfnote.kfraser@localhost.localdomain2007-02-261-1/+1
* Reduce impact of saving/restoring/dumping large domains on Dom0 memoryKeir Fraser2007-02-241-0/+9
* Xen coredump format: ELF formatified with note section.Keir Fraser2007-02-241-41/+698
* Make domctl/sysctl interfaces 32-/64-bit invariant.kfraser@localhost.localdomain2007-01-241-4/+4
* [LIBXC] Clean up use of sterror(). Define a thread-safekfraser@localhost.localdomain2006-12-081-2/+2
* [XEN] Remove VGCF_hvm_guest, replace with XEN_DOMINF_hvm_guest.kfraser@localhost.localdomain2006-11-031-1/+1
* [LIBXC] Convert all printf/fprintf uses to use a macro instead.kaf24@firebug.cl.cam.ac.uk2006-06-071-2/+2
* Represent PFNs with their own type, rather than 'unsigned long'.kaf24@firebug.cl.cam.ac.uk2006-06-061-4/+4
* Use a global build configuration file, and rework libxc Makefile for PPC.kfraser@dhcp93.uk.xensource.com2006-05-311-2/+0
* Fix whitespace in libxc. Tabs are manually fixed.kaf24@firebug.cl.cam.ac.uk2006-04-151-8/+8
* Remove unnecessary zlib includes.kaf24@firebug.cl.cam.ac.uk2006-03-231-1/+0
* Fix memory leak in xc_domain_dumpcore and simplify copy_from_domain_page.kaf24@firebug.cl.cam.ac.uk2006-03-141-9/+10
* The existing xc_domain_dumpcore is very specific to disk/file basedkaf24@firebug.cl.cam.ac.uk2006-03-131-42/+94
* Fix a few small issues in xc_domain_dumpcore:kaf24@firebug.cl.cam.ac.uk2006-03-091-2/+7
* Fix order-of-evaluation issue in xc_domain_dumpcore. The intent iskaf24@firebug.cl.cam.ac.uk2006-03-091-1/+1
* libxc: Verify Magic number when reading dumpkaf24@firebug.cl.cam.ac.uk2006-03-061-1/+1
* Fix libxc warnings with gcc-4.1 and glibc-2.3.90.kaf24@firebug.cl.cam.ac.uk2006-03-021-3/+11
* Fix a couple of bogus dom0_op names:kaf24@firebug.cl.cam.ac.uk2006-01-061-1/+1
* Plumb GETVCPUINFO dom0_op through to Python. Removekaf24@firebug.cl.cam.ac.uk2005-10-171-9/+10
* Store an opaque handle (tools uuid) in the domain structurekaf24@firebug.cl.cam.ac.uk2005-10-141-13/+4
* Fix Xen public interfaces and the tools to consistentlykaf24@firebug.cl.cam.ac.uk2005-10-121-2/+2
* Re-indent libxc to avoid hard tabs. Also, fix the PAEkaf24@firebug.cl.cam.ac.uk2005-09-191-82/+92