aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * [XSM] correctly located update_va_mapping hook within x86 ifdefskfraser@localhost.localdomain2007-09-063-34/+34
| * hvm: Ignore NMI deliveries for now, until hardware taskswitch is emulated.kfraser@localhost.localdomain2007-09-061-0/+7
| * hvm: Remove hvm-specific NMI flag and use generic flag instead.kfraser@localhost.localdomain2007-09-066-13/+6
| * Delete flask tools build target and add to .hgignore.kfraser@localhost.localdomain2007-09-062-0/+1
| * Build libflask unconditionally since the python low-level toolsIan Campbell2007-09-031-2/+0
| * Fix 64 bit build, cannot mix code and data declarations.Ian Campbell2007-09-031-2/+3
| * Implement x86 continuable domain destroy.kfraser@localhost.localdomain2007-08-314-23/+104
| * xend: Always build lowlevel security modules, as there are somekfraser@localhost.localdomain2007-08-311-6/+1
| * Implement ia64 continuable domain destroy.kfraser@localhost.localdomain2007-08-314-12/+58
| * Make XEN_DOMCTL_destroydomain hypercall preemptible, in a way that iskfraser@localhost.localdomain2007-08-318-40/+43
| * libxenctrl: xc_destroy_domain() handles EAGAIN.kfraser@localhost.localdomain2007-08-311-1/+5
| * xend: Correct indexing in xc_cpu_to_node_t map.kfraser@localhost.localdomain2007-08-311-1/+1
| * xend: Add blktap disk type checkkfraser@localhost.localdomain2007-08-312-0/+14
| * Add line termination to 'echo' usage in network-bridge script.kfraser@localhost.localdomain2007-08-311-1/+2
| * Fix handling of auto-generated file xsm.py.kfraser@localhost.localdomain2007-08-313-11/+3
| * Cleanups after XSM checkin.kfraser@localhost.localdomain2007-08-3124-64/+61
| * Xen Security Modules: ACM.kfraser@localhost.localdomain2007-08-3127-107/+114
| * Xen Security Modules: Tools.kfraser@localhost.localdomain2007-08-3140-60/+2052
| * Xen Security Modules: FLASKkfraser@localhost.localdomain2007-08-3144-0/+10814
| * Xen Security Modules: XSMkfraser@localhost.localdomain2007-08-3131-4/+1665
| * DEFINE_XEN_GUEST_HANDLE is evaluated by the pre-processor twice. Do this also...kfraser@localhost.localdomain2007-08-311-1/+2
| * Fix blktap script for versions of readlink command that do not handlekfraser@localhost.localdomain2007-08-311-1/+7
| * [HVM] Shadow: don't shadow the p2m table.Tim Deegan2007-08-3111-148/+125
| * [XEN] Shadow: remove ununsed function shadow_convert_to_log_dirty().Tim Deegan2007-08-312-9/+0
| * Support extensions to Intel architecture for TXT/SMX.kfraser@localhost.localdomain2007-08-305-7/+15
| * qemu: Allow more IDE power management.kfraser@localhost.localdomain2007-08-301-1/+11
| * blktap: Fix double-free in tapdisk cleanup.kfraser@localhost.localdomain2007-08-301-4/+0
| * PV-on-HVM: Define DEFINE_RWLOCK() macro for older Linux kernels.kfraser@localhost.localdomain2007-08-301-0/+9
| * PV-on-HVML: Remove extra parentheses in netif_tx_lock_bh and netif_tx_unlock_bhkfraser@localhost.localdomain2007-08-301-2/+2
| * [ACM/XEND] Fix case where resource label file does not exist.kfraser@localhost.localdomain2007-08-301-2/+4
| * qemu: Remove mapcache lock - we no longer have multiple threads in core qemu ...kfraser@localhost.localdomain2007-08-303-27/+1
| * Update dump-core-foramt.txt documentation.kfraser@localhost.localdomain2007-08-301-1/+9
| * Introduce xc_core_arch_gpfn_may_present() hook.kfraser@localhost.localdomain2007-08-308-10/+19
| * Optimize xc_core.c implementation.kfraser@localhost.localdomain2007-08-302-112/+123
| * Some minor cleanup of xc_core.c.kfraser@localhost.localdomain2007-08-301-70/+128
| * xen: Understand the E820_UNUSABLE (type code 5) memory type.kfraser@localhost.localdomain2007-08-305-5/+22
| * hvm: Provide an HVMOP_flush_tlbs to flush VCPU TLBs.kfraser@localhost.localdomain2007-08-302-0/+13
| * ioemu: Avoid unaligned guest memory accesses on ia64.kfraser@localhost.localdomain2007-08-291-0/+6
| * Skipping image name at start of command line is ankfraser@localhost.localdomain2007-08-292-21/+17
| * hvm: Add rombios decoding of F11/F12 scancodes in support forkfraser@localhost.localdomain2007-08-291-3/+8
| * Improve commenting of xencomm_ctxt_next().kfraser@localhost.localdomain2007-08-291-1/+17
| * hvm: Intercept reads of MSR_IA32_MCG_CAP and return 0.kfraser@localhost.localdomain2007-08-292-0/+2
| * x86: Do not #GP when guest writes unexpected values to CR4. Justkfraser@localhost.localdomain2007-08-291-5/+4
| * x86: Remove (most) Centaur CPU support. Only VIA C7 can work, as itkfraser@localhost.localdomain2007-08-296-645/+2
| * x86: Kill Rise iDragon support.kfraser@localhost.localdomain2007-08-293-57/+0
| * ioemu: Avoid struct members clashing with POSIX apiskfraser@localhost.localdomain2007-08-281-12/+12
| * xm: Fix error message for xm create command.kfraser@localhost.localdomain2007-08-281-1/+2
| * ioemu: error checkin when setting up the Cirrus Logic video device.kfraser@localhost.localdomain2007-08-281-1/+6
| * xend: Fix memory ballooning logic during save/restore. Should be samekfraser@localhost.localdomain2007-08-281-10/+21
| * Fix VNC server after HVM save/restore/migrate, when no vncpasswd specified.kfraser@localhost.localdomain2007-08-281-1/+2