age |
author |
revision |
description |
2007-02-28 |
Tim Deegan |
14177:0f0ac445bf82 |
Fix 32-bit x86 compile |
2007-02-28 |
Tim Deegan |
14176:f3271ae6a485 |
[XEN] Compat-mode dom0 always provides compat vcpu_guest_context structs. |
2007-02-28 |
Tim Deegan |
14175:5943a8314d69 |
[XEN] Make the compat-mode l4 page table look more like a page table |
2007-02-28 |
Christian Limpach |
14174:9edd8d7c9355 |
[XEN] No need to change the compat mode of the guest in xen. |
2007-02-28 |
kfraser |
14173:40dc331c4423 |
Loop on actual elfnote array size rather than depending on ELFNOTE_MAX |
2007-02-28 |
kfraser |
14172:9149ef0e61ce |
Add suspend_cancel flag to linux elf notes. |
2007-02-28 |
kfraser |
14171:0ba4f202d504 |
Add xm save -c/--checkpoint option |
2007-02-28 |
kfraser |
14170:270a5e2ead43 |
Let xend choose to do hard or soft domain resumption depending on |
2007-02-28 |
kfraser |
14169:8939316a0735 |
Fix off-by-one preventing the last elfnote from being read in xc.c. |
2007-02-27 |
kfraser |
14168:5217185f7588 |
Add openssl-dev and xorg-x11-dev to README |
2007-02-27 |
kfraser |
14167:d4cd2c70cdea |
[XEN] [ACM] Simplify the event channel scanning |
2007-02-27 |
kfraser |
14166:69dec539c19f |
Fix for Solaris compile/output for VBDs in xentop. |
2007-02-27 |
Ian Campbell |
14165:e506c3fd03c9 |
merge |
2007-02-27 |
Ian Campbell |
14164:2cc8c117b7b8 |
[TOOLS] Add support for XEN_ELFNOTE_L1_MFN_VALID to readnotes. |
2007-02-27 |
kfraser |
14163:a9d246105752 |
Accelerate IDE PIO on HVM/IA64 [3/3] |
2007-02-27 |
kfraser |
14162:e450a3b90aba |
Accelerate IDE PIO on HVM/IA64 [2/3] |
2007-02-27 |
kfraser |
14161:b0f663e668d9 |
Accelerate IDE PIO on HVM/IA64 [1/3] |
2007-02-27 |
Steven Hand |
14160:dd8c88744433 |
Fix save/restore (and non-live migrate) on PAE. |
2007-02-27 |
Ewan Mellor |
14159:8e3899a4f62d |
Added SXP pretty-printer. |
2007-02-27 |
kfraser |
14158:b67c253d1cdb |
linux: Don't allow partial message raeds from xenstore across |
2007-02-27 |
Ewan Mellor |
14157:339e477d2548 |
Fix exception handling to cope with exceptions that do not have a string as |
2007-02-27 |
George Dunlap |
14156:0a9da94c904a |
[TOOLS] Make xentrace help a little more informative. |
2007-02-27 |
George Dunlap |
14155:9abcc909befc |
Merge |
2007-02-27 |
George Dunlap |
14154:ffe7e8ef2c98 |
[TOOLS] Added option to xentrace to discard records in the buffer |
2007-02-27 |
kfraser |
14153:8bd56d9cc6c7 |
x86: Fix BUG() crash in mm.c. |
2007-02-25 |
root |
14152:1c5e6239a8d0 |
fix PDPE entry in P2M table under 32bit PAE hypervisor |
2007-02-27 |
Ewan Mellor |
14151:c2e7bacf0919 |
Fix missing bits of the docs from cset 14020, and match that change by removing |
2007-02-27 |
Ewan Mellor |
14150:42dd9055ee1f |
Implementation of host_metrics.get_all, PIF_metrics.get_all, and docs and |
2007-02-27 |
Ewan Mellor |
14149:50e0616fd012 |
Added some more fields to host_cpu. |
2007-02-26 |
Tim Deegan |
14148:e7b2a282c9e7 |
[HVM][SVM] Save/Restore: Remove commented out code |
2007-02-26 |
kfraser |
14147:6efc22cb9c84 |
Missing files from previous changeset. |
2007-02-26 |
kfraser |
14146:d2a91b73899a |
[xentrace][HVM] introduce HVM tracing to unify SVM and VMX tracing |
2007-02-26 |
kfraser |
14145:0070b18869f7 |
x86: Update map_pages_to_xen() to avoid arithmetic based on |
2007-02-26 |
kfraser |
14144:9e5e94942045 |
x86: Clean up {alloc,free}_xen_pagetable() interface to avoid use of |
2007-02-26 |
Ewan Mellor |
14143:45ddffd595a1 |
Add argument check for xm network-attach command |
2007-02-26 |
Ewan Mellor |
14142:0261e86db3b1 |
Fix xm vcpu-set command for when wrong number of VCPU is given |
2007-02-26 |
Ewan Mellor |
14141:0b5da89e2b3d |
Move credit scheduler configuration into XendDomainInfo, so that the domain |
2007-02-26 |
Tim Deegan |
14140:ca1dd3480540 |
Merge |
2007-02-26 |
Tim Deegan |
14139:90f37b1748a8 |
[TOOLS] fix sizeof() usage in xc_core |
2007-02-26 |
kfraser |
14138:9be2dec913b7 |
linux: Fix backward compatibility in page table handling |
2007-02-26 |
Tim Deegan |
14137:720afbf74001 |
[XEN] Allow log-dirty mode to be enabled on already-shadowed domains. |
2007-02-26 |
kfraser |
14136:bfd4fad0f052 |
Remap PCI-ISA IRQ 6 to IRQ 7. Disable LPT1 by default and remove its |
2007-02-26 |
kfraser |
14135:047748faa4aa |
Resolve conflict over use of name xen_elfnote. |
2007-02-26 |
Tim Deegan |
14134:eefbc33a41ab |
Merge |
2007-02-26 |
Tim Deegan |
14133:a70cf505aef9 |
[HVM] Shadow: always use mmio_space() to detect MMIO addresses |
2007-02-26 |
kfraser |
14132:9f199e1fd929 |
libxc, ia64: Added new arch_hook for registering ia64 big endian images. |
2007-02-26 |
kfraser |
14131:64d80037e524 |
Save elfnotes in VM sxpr under image/notes, and load them on restore. |
2007-02-26 |
kfraser |
14130:a20ec270998b |
Write Xen ELF notes into xenstore on domain build. |
2007-02-26 |
Tim Deegan |
14129:78c0ae1f77f2 |
[HVM] Revert cset 14083 |
2007-02-26 |
kfraser |
14128:2d3ceb082114 |
xm-test, acm: Use xvda* device name instead of sdb* device inside guest domain. |
2007-02-26 |
kfraser |
14127:bfd188f0cf5d |
Remove duplicate #includes from Linux sparese-tree file. |
2007-02-26 |
Ewan Mellor |
14126:568433250d84 |
Remove unused network.default_{gateway,netmask}. |
2007-02-25 |
Ewan Mellor |
14125:48d581be85ea |
Redefine units of VDI.virtual_size to be bytes, not sectors. |
2007-02-25 |
Ewan Mellor |
14124:36702d9b2c5c |
Added host.capabilities field. |
2007-02-25 |
Ewan Mellor |
14123:e71b277f1533 |
Replace VM.tools_version with a richer VM_guest_metrics class. |
2007-02-25 |
Ewan Mellor |
14122:cfd23ac1b32a |
Added documentation and C bindings for VBD/VIF.status_detail, status_code, and |
2007-02-25 |
Ewan Mellor |
14121:532a25342a30 |
Added a VM.domid field. |
2007-02-25 |
Ewan Mellor |
14120:8c8d91a006ba |
Remove the bindings for VM.get_VCPUs_{number,utilisation} -- these have moved |
2007-02-25 |
Ewan Mellor |
14119:d81c0b55e248 |
Fix typo in host record. |
2007-02-25 |
Ewan Mellor |
14118:02f32a4df8db |
Added tab completion for methods and object references to xm shell. |
2007-02-25 |
Ewan Mellor |
14117:f3aa6e34aeb1 |
Added host.API_version_{major,minor,vendor,vendor_implementation} fields. |
2007-02-21 |
Ewan Mellor |
14116:fd7f23e44b11 |
Added VBD. and VIF.qos_supported_algorithms fields, with C bindings, Xend |
2007-02-24 |
Keir Fraser |
14115:c051ed67258a |
libxc: Code format cleanups. |
2007-02-24 |
Keir Fraser |
14114:59b8d5168cc1 |
Reduce impact of saving/restoring/dumping large domains on Dom0 memory |
2007-02-24 |
Keir Fraser |
14113:0147ef7c3cd7 |
dump-core: documentation on its format. |
2007-02-24 |
Keir Fraser |
14112:e2e6830269f7 |
xc_ptrace_core.c new elf format support |
2007-02-24 |
Keir Fraser |
14111:3dac99b6034e |
Xen coredump format: ELF formatified with note section. |
2007-02-24 |
Keir Fraser |
14110:f61992cb82fe |
Move some definitions from xg_save_resotre.h to xg_private.h |
2007-02-24 |
Keir Fraser |
14109:aa1be6f5150e |
x86 hvm domain builder, restore: set shared_info.arch.max_pfn for |
2007-02-24 |
Keir Fraser |
14108:6c938630de54 |
Support new xm command: xm trigger <Domain> <nmi|reset|init> [<VCPU>] |
2007-02-24 |
Keir Fraser |
14107:1e5a83fb928b |
xen memory allocator: Allow per-domain bitwidth restrictions. |
2007-02-24 |
Keir Fraser |
14106:8afe591c272b |
xen memory allocator: Dynamically allocate per-numa-node metadata. |
2007-02-23 |
Jake Wires |
14105:e9bd3267ff23 |
[TAPDISK] honor read-only attributes when creating tap-based VBDs |
2007-02-23 |
Jake Wires |
14104:5ba3037ea5e1 |
[TAPDISK] handle error case when opening VDIs |
2007-02-23 |
kfraser |
14103:ee4850bc895b |
xen memory alloctor: remove bit width restrictions |
2007-02-23 |
kfraser |
14102:70098102f84d |
xen memory allocator: per-bit-width heap zones |
2007-02-23 |
Ian Campbell |
14101:b6df5e64b6c4 |
merge |
2007-02-23 |
Ian Campbell |
14100:e47738923a05 |
[LINUX] Purge include <linux/config.h>. It has been obsolete for some time now. |
2007-02-23 |
Ian Campbell |
14099:77298360e365 |
[PV-on-HVM] Fix gnttab_map to not run off the bottom of the gnttab space. |
2007-02-23 |
kfraser |
14098:c64aa7fb7712 |
xen memory allocator: hide generic allocator routines |
2007-02-23 |
kfraser |
14097:6253b8d32eb9 |
xentrace: Add a relative TSC field (kept track per CPU) to xentrace_format. |
2007-02-23 |
kfraser |
14096:58086aa7c70a |
linux, tpm: Fix argument to grant table operation |
2007-02-23 |
kfraser |
14095:e21834bc78f2 |
hvm: Fix save/restore to handle missing pages. |
2007-02-23 |
kfraser |
14094:91427cadfa48 |
hvm: unset_mm_mapping() for vga acceleration region should recalculate |
2007-02-23 |
Tim Deegan |
14093:2c3a13993b0d |
[HVM] Only treat gfns in known MMIO regions as MMIO |
2007-02-23 |
kfraser |
14092:eb3ebf11abfe |
xen: Fix dumb boot allocator breakage that prevents loop termination |
2007-02-23 |
Emmanuel Ackaouy |
14091:8bcaedc68f5a |
[XEN] [TOOLS] 32on64 compat save/restore: unadjust L3E flags at save time |
2007-02-23 |
kfraser |
14090:cdc765772f69 |
hvm: Clean up initialisation of hvm_funcs. |
2007-02-23 |
kfraser |
14089:38fb6c392dec |
Implement VBD and VIF handling on Solaris for libxenstat. |
2007-02-23 |
kfraser |
14088:d7fe2318fc5f |
linux: Fix current_vcpu_info for UP case |
2007-02-23 |
kfraser |
14087:6510cb03aae1 |
Merge with xen-ia64-unstable.hg. |
2007-02-23 |
kfraser |
14086:e8470a1a01af |
hvm: Rename injection_pending() to event_injection_faulted(). |
2007-02-22 |
Jake Wires |
14085:8407279d3751 |
[TAPDISK] minor changes to tapdisk and plugins |
2007-02-22 |
kfraser |
14084:da37c365b375 |
x86/64: Fix a user of alloc_boot_pages() who should use |
2007-02-22 |
kfraser |
14083:3746b3d4f301 |
alloc_boot_pages() allocates downwards from high memory. |
2007-02-22 |
kfraser |
14082:9e35371a3caa |
x86: Detect shadow-emulate write to stack from inside the write |
2007-02-22 |
Tim Deegan |
14081:644e9e18d2ef |
Fix perfc=y build |
2007-02-22 |
kfraser |
14080:c0b1a3b54548 |
hvm: Turn stack-pointer comparison on shadow-emulate path into a |
2007-02-22 |
kfraser |
14079:3f7e8c763b55 |
hvm: Do not take shadow-emulation path if we are trying to inject an |
2007-02-22 |
Tim Deegan |
14078:0a970a431bbc |
[XEN] don't emulate stack operations on shadowed pages |
2007-03-01 |
awilliam |
14077:8a58ea36e420 |
[IA64] Bug fixes to assign_domain_mmio_page() |
2007-03-01 |
awilliam |
14076:0deb53ff4b67 |
[IA64] Handle MMIO EFI mappings outside the page table range |
2007-03-01 |
awilliam |
14075:f21250323a30 |
[IA64] Update sn_sal.h to latest 2.6.20 version |
2007-02-28 |
awilliam |
14074:b3e19f3092b6 |
[IA64] warning fixes |
2007-02-28 |
awilliam |
14073:347fb33790bd |
[IA64] SN2 specific SAL calls for dom0 |
2007-02-28 |
awilliam |
14072:2e2019e09e6c |
[IA64] sn2 IO build fixes |
2007-02-28 |
awilliam |
14071:21d0d23a2cca |
[IA64] Fix ptc.ga emulation bug |
2007-02-28 |
awilliam |
14070:ac28d6c41e6f |
[IA64] Remove unused code |
2007-02-28 |
awilliam |
14069:dda691c7f25f |
[IA64][MINIOS] Make mini-os ia64 cross compile-able |
2007-02-23 |
awilliam |
14068:707a696e840d |
[IA64][MINIOS] Build fix |
2007-02-22 |
awilliam |
14067:202eb735b425 |
merge with xen-unstable.hg |
2007-02-21 |
Jake Wires |
14066:f62a052384a5 |
[BLKTAP] fix sysfs cleanup on error case |
2007-02-21 |
kfraser |
14065:eb190b1faa52 |
x86: Only unshadow on failed emulation, not when an exception is raised. |
2007-02-21 |
kfraser |
14064:4e50678c364c |
linux: Use hard tabs and Linux coding style. |
2007-02-21 |
kfraser |
14063:b010e556fe2c |
x86: Extend emulator return codes. |
2007-02-21 |
Jake Wires |
14062:ad3ee81cc8c4 |
[BLKBACK/BLKTAP] add sysfs throughput profiling to blk{back/tap} |
2007-02-21 |
kfraser |
14061:87f31a0db841 |
hvm: local_events_need_delivery() must take into account VLAPIC/PIC status. |
2007-02-21 |
kfraser |
14060:335a8280ab1d |
libfs: Fix build with gcc4. |
2007-02-21 |
kfraser |
14059:af3281c66e73 |
Add find_domain_rcu_lock() and domain_rcu_unlock(). |
2007-02-21 |
kfraser |
14058:97826d77bd4d |
Use RCU for domain_list and domain_hash. |
2007-02-21 |
Tim Deegan |
14057:3c581edac93a |
Merge |
2007-02-13 |
Aron Griffis |
14056:47db75f8cc76 |
Port fsys_fat.c from grub legacy. This enables pygrub to load from EFI |
2007-02-20 |
john levon |
14055:fe3e024e38f8 |
Add iso9660 support to libfsimage. |
2007-02-21 |
kfraser |
14054:43e9952b07ea |
x86: Better BUG() and ASSERT() logging. |
2007-02-21 |
kfraser |
14053:bca284f67702 |
x86: Allow exceptions to be handled while interrupts are |
2007-02-21 |
Ewan Mellor |
14052:2840b5e7f585 |
Added C bindings for host.supported_bootloaders. |
2007-02-21 |
Ewan Mellor |
14051:2414007d92ba |
Fix allocation of the error_description fields. |
2007-02-20 |
Ewan Mellor |
14050:df08fe145d24 |
Put the set size in the structure on set-allocation. |
2007-02-20 |
Ewan Mellor |
14049:ee3ea729f5de |
Added host.supported_bootloaders field. |
2007-02-20 |
Ewan Mellor |
14048:e0e300fda3f0 |
Remove host.create and host.destroy -- these never made any sense. |
2007-02-20 |
Ewan Mellor |
14047:bab07bed5c0a |
Added modelling and C bindings for VIF/VBD QoS parameter setting. No Xend |
2007-02-20 |
Ewan Mellor |
14046:0aa6755159d5 |
Split the VIF I/O statistics fields out into a VIF_metrics class. Implement |
2007-02-20 |
Ewan Mellor |
14045:7819d9332fba |
Split the VBD I/O statistics out into a VBD_metrics class. Document the |
2007-02-20 |
Ewan Mellor |
14044:988b90c6b4f3 |
Added Console.other_config to the docs (Xend already has this). |
2007-02-20 |
Ewan Mellor |
14043:be35eed950da |
Rename Console.uri to location. Xend already uses the latter. |
2007-02-20 |
Ewan Mellor |
14042:8773b1a38c83 |
Remove VM.VCPUs_number and VM.VCPUs_utilisation as these have moved onto the |
2007-02-20 |
Ewan Mellor |
14041:8bcd71c3b495 |
Replace the X_HANDLE_INVALID error codes with a single HANDLE_INVALID that |
2007-02-20 |
kfraser |
14040:f65a24235f58 |
hvm: Fix getvcpucontext to return the correct CR3 value. |
2007-02-20 |
Tim Deegan |
14039:c39a6b458bd0 |
[HVM] Fix MMIO AND emulation |
2007-02-20 |
Tim Deegan |
14038:4314691c70a2 |
[HVM] Fix MMIO LODS emulation |
2007-02-22 |
awilliam |
14037:9364bea18bc4 |
[IA64] First step to support big-endian PV domUs |
2007-02-20 |
awilliam |
14036:315c348e5f9e |
merge with xen-unstable.hg |
2007-02-20 |
kfraser |
14035:e7994a122aab |
x86 emulation: fix bswap |
2007-02-20 |
kfraser |
14034:4719e34ed7a7 |
x86: Fix emulation of REP prefix. |
2007-02-20 |
Tim Deegan |
14033:b5ee25f50861 |
Merge |
2007-02-20 |
Tim Deegan |
14032:f48553000369 |
[HVM] Another unchecked caller of hvm_copy_to_guest_virt() |
2007-02-20 |
kfraser |
14031:c57d80520e7a |
acm: More fixes after grant-table changes. These are all bugs |
2007-02-20 |
Tim Deegan |
14030:92a4aafb8cbc |
Merge |
2007-02-20 |
Tim Deegan |
14029:6746873997b5 |
[XEN] Get rid of gva_to_gpa translation |
2007-02-20 |
Vincent Hanquez |
14028:75697d623a2b |
add /sbin to the $PATH and use ldconfig -p instead of ldconfig -v |
2007-02-20 |
Tim Deegan |
14027:e4ddec3dffb0 |
[XEN] Fix skip-verify shadow heuristic |
2007-02-20 |
awilliam |
14026:409e94d0a35b |
[IA64] Update xencommize_mini_grant_table_op for GNTTABOP_query_size |
2007-02-20 |
awilliam |
14025:d907467f08cd |
merge with xen-unstable.hg |
2007-02-20 |
kfraser |
14024:ecb6cd61a9cf |
linux: Fix swiotlb bug-out due to uninitialised end_pfn/max_mapnr. |
2007-02-20 |
Vincent Hanquez |
14023:93035b689834 |
add /sbin to the $PATH for debian's ldconfig. |
2007-02-20 |
kfraser |
14022:0a348e9ecedb |
linux/x86: Advertise which page table entries contain MFNs and hence |
2007-02-20 |
kfraser |
14021:4990b2236f06 |
xen/x86: Better BUG back traces. |
2007-02-20 |
Tim Deegan |
14020:266d203d7f39 |
[XEN] Fix potential race in unshadow code |
2007-02-20 |
kfraser |
14019:4b9680c58d73 |
linux/x86: Clean up page table handling headers |
2007-02-20 |
Tim Deegan |
14018:832b252f1f6f |
Merge |
2007-02-19 |
john levon |
14017:919879a49266 |
Xenconsoled should ignore spurious watch event. Otherwise, it can rebind to the same evtchn of a dying domU during suspending and cause below error message: |
2007-02-20 |
kfraser |
14016:d2dff286994d |
linux/x86: Adjust and fix page table handling. |
2007-02-19 |
john levon |
14015:89ca591a2c21 |
Filesystem implementations may need optional arguments in terms of |
2007-02-19 |
kfraser |
14014:b83cfb117bdd |
linux: Fix 32-bit build after changeset 13993:168030c8e0a93d8401cf5e783e10ecdf0938abda |
2007-02-19 |
Emmanuel Ackaouy |
14013:9c2e6f8f3aa7 |
[XEN] 32on64 shadowing / live migration support for PV PAE compat guests |
2007-02-19 |
kfraser |
14012:0b882c911b88 |
Quieten noisy fied-up-GPF-in-Xen logging. |
2007-02-19 |
kfraser |
14011:168030c8e0a9 |
linux: Introduce {current_,}vcpu_info. |
2007-02-19 |
kfraser |
14010:01476c7804b2 |
ia64: Fixes after changes to grant table code. |
2007-02-19 |
kfraser |
14009:184db7a674d9 |
acm: Further fixes after grant-table changes. |
2007-02-19 |
kfraser |
14008:3b7bdb7bd130 |
Fix ACM build after recent grant-table code changes. |
2007-02-19 |
kfraser |
14007:ac570a3c79a2 |
hvm, vtpm: Fix wait for an outstanding response. |
2007-02-19 |
kfraser |
14006:ee6e484403a9 |
minios: Fix xenbus-id allocation loop. |
2007-02-19 |
kfraser |
14005:b90180c2a057 |
hvm: Remove noisy warnings associated with MOVS emulation. |
2007-02-19 |
kfraser |
14004:e846a7a444fa |
hvm: Emulate opcode 0x03 (ADD mem,reg). |
2007-02-19 |
Ian Campbell |
14003:5a07ea77a61d |
[LIBELF] Prefer PT_NOTE segments to SHT_NOTE sections for ELF notes. |
2007-02-18 |
Keir Fraser |
14002:b5fc88aad1b0 |
hvm: Support PUSH from mmio area (opcode 0xFF/6). |
2007-02-17 |
Keir Fraser |
14001:c5ff7671b9f2 |
linux: vmalloc_sync_all() is not a no-op when running in PAE mode on Xen. |
2007-02-17 |
kfraser |
14000:31e65c4ba739 |
Fix 64-bit build. |
2007-02-16 |
Jake Wires |
13999:3c827d68fa87 |
[TAPDISK] add tapdisk support for image chaining |
2007-02-16 |
kfraser |
13998:32a059913591 |
x86-64: fix Lx_DISALLOW_MASK |
2007-02-16 |
kfraser |
13997:7c739272bac8 |
linux/x86_64: miscellaneous initialization code cleanup |
2007-02-16 |
kfraser |
13996:efffaad38089 |
hvm: Processor Objects require unique IDs. |
2007-02-16 |
kfraser |
13995:0cf659332c3a |
hvm: Dynamically generate the correct number of ACPI Processor Objects |
2007-02-16 |
Tim Deegan |
13994:8c6d787354d9 |
[XEN] Set p2m page count-info fields properly on allocation. |
2007-02-16 |
Tim Deegan |
13993:d5076a33cbb1 |
[HVM] Save/restore: explicitly name MSRs in save format |
2007-02-16 |
kfraser |
13992:eecd0361df4a |
Fix grant-table initialisation so that domain destruction does not barf. |
2007-02-16 |
kfraser |
13991:c4ed5b740a8d |
linux: remove {lock,unlock}_vm_area(). Instead use vmalloc_sync_all() |
2007-02-16 |
kfraser |
13990:cd03d7c23aa7 |
Fix vncdisplay config option for HVM guests. |
2007-02-15 |
kfraser |
13989:2023386e38c4 |
hvm: Fix acpi processor id in MADT LAPIC entries. |
2007-02-15 |
kfraser |
13988:a42c58791d8a |
ia64: Fix build failure |
2007-02-15 |
Tim Deegan |
13987:5916fc1f9b16 |
[HVM] Save/restore: remove u8 from publich header |
2007-02-15 |
kfraser |
13986:8f75c7910b9c |
Remove unnecessary check from HVM builder. |
2007-02-15 |
kfraser |
13985:9ffe8922414f |
Lift physical address restriction in save/restore code. |
2007-02-15 |
kfraser |
13984:96d08345f1c5 |
Propagate error return from elf_xen_parse(). |
2007-02-15 |
kfraser |
13983:1f5e6fb9c652 |
x86: fix NMI delivery to dom0 |
2007-02-15 |
kfraser |
13982:f9c079fca143 |
Bring TPM driver files to 2.6.18 level. Remove the tpm.c so that the |
2007-02-15 |
kfraser |
13981:296d7aa451a3 |
[ACM] Update the xensec_ezpolicy ACM policy generation tool so |
2007-02-15 |
kfraser |
13980:236687fb42d7 |
minios: build system cleanups. |
2007-02-15 |
kfraser |
13979:61de36b8be81 |
Disable GCC stack protector for ROMBIOS. |
2007-02-15 |
kfraser |
13978:477a3bde3b61 |
linux: miscellaneous changes after upgrade through 2.6.17. |
2007-02-15 |
kfraser |
13977:beab19d957de |
linux: e820 handling adjustments |
2007-02-15 |
kfraser |
13976:e253a63651bf |
linux: user user_mode_vm() in place of user_mode() where necessary. |
2007-02-15 |
kfraser |
13975:24f16bae44b0 |
linux: avoid need to modify include/linux/pfn.h |
2007-02-15 |
kfraser |
13974:449fb89590e7 |
linux: early_printk adjustments |
2007-02-15 |
kfraser |
13973:b3c41b9f01a6 |
linux: proper mutex use in balloon driver |
2007-02-15 |
kfraser |
13972:89d315c7dcea |
[VTPM] Add a missing initialization of a state variable in the TIS |
2007-02-15 |
kfraser |
13971:4bd0ea9c499f |
libxc: Fix xc_vcpu_{set,get}_affinity (Xen-bugzilla No.900). |
2007-02-15 |
kfraser |
13970:70f05d642a2e |
Dynamic grant-table sizing. |
2007-02-15 |
kfraser |
13969:047b3e9f9032 |
Remove unuseful and noisy seg-fixup warning message. |
2007-02-15 |
kfraser |
13968:0d488e53446a |
Remove old elf-parsing code from tools and from Xen. |
2007-02-14 |
Wim Colgate |
13967:82f66bc01da2 |
Protect self.domid from being empty |
2007-02-14 |
kfraser |
13966:f8030a569811 |
Export PRI_xen_pfn rather than PRIpfn: less polluting of namespace. |
2007-02-18 |
awilliam |
13965:04c23c1ef888 |
[IA64] Make b2-b5 fixed registers |
2007-02-18 |
awilliam |
13964:38f7330d4807 |
[IA64] Cleanup in vmx.h |
2007-02-18 |
awilliam |
13963:54247a642f5e |
[IA64] Cleanup in vmx |
2007-02-18 |
awilliam |
13962:5abf33a383cf |
[IA64] Paravirtualize mmap handlers of /proc/bus/pci |
2007-02-18 |
awilliam |
13961:5ad7d9b466ee |
[IA64] Import arch/ia64/pci/pci.c into sparse tree |
2007-02-18 |
awilliam |
13960:779d21cf58e7 |
[IA64] Quiet VTi domain bootup |
2007-02-16 |
awilliam |
13959:3fa7489f87bb |
[IA64] Quieter boot |
2007-02-16 |
awilliam |
13958:b0aeca575dfb |
[IA64] vcpu hot-plug/remove for VTi |
2007-02-15 |
awilliam |
13957:9529d667d042 |
merge with xen-unstable.hg |
2007-02-14 |
kfraser |
13956:9af0c7e4ff51 |
Merge with xenppc-unstable.hg |
2007-02-09 |
Hollis Blanchard |
13955:aea80dbf6d96 |
[POWERPC][XEN] Use libelf for dom0 construction. |
2007-02-09 |
Hollis Blanchard |
13954:632d8e576900 |
[LIBELF] Define PRIpfn next to xen_pfn_t. |
2007-02-09 |
Hollis Blanchard |
13953:c7251801580a |
[POWERPC][XEN] Opt out of new libxc domain builder. |
2007-02-09 |
Hollis Blanchard |
13952:1b74475ad511 |
[LIBELF] Print phdr addresses when loading. |
2007-02-09 |
Hollis Blanchard |
13951:376940a942e9 |
[POWERPC][XEN] Fix RCU crash. |
2007-02-09 |
Hollis Blanchard |
13950:272291dacad4 |
[POWERPC][XEN] strlcpy() fallout. |
2007-02-07 |
Hollis Blanchard |
13949:4613ee57e9b3 |
[POWERPC][XEN] Fix mismerge. |
2007-01-21 |
Jimi Xenidis |
13948:3da9a56421c5 |
[XEN][POWERPC] fill in arch_vcpu_reset() |
2007-01-22 |
Jimi Xenidis |
13947:7242b912d266 |
[XEN][POWERPC] Linker script simplification broke optimized builds. |
2007-01-17 |
Jimi Xenidis |
13946:796887cef9e1 |
[XEN][POWERPC] Update linker symbols and scripts |
2007-02-06 |
Hollis Blanchard |
13945:978ff6fad81f |
[POWERPC][XEN] Merge with xen-unstable.hg. |
2007-02-06 |
Hollis Blanchard |
13944:819b8a872d9f |
[POWERPC][XEN] Add information into flat devtree needed to create a start_info_t structure in linux. |
2007-02-06 |
Hollis Blanchard |
13943:4ce0b332b572 |
[POWERPC][XEN] Move shared page location to public header to share with libxc. |
2007-01-25 |
Jimi Xenidis |
13942:54530b945067 |
[XEN][XEND][POWERPC] Don't ignore shadow memory requirement |
2007-01-23 |
Hollis Blanchard |
13941:b071a2610abc |
[POWERPC][XEN] Fix uninitialized variable warning. |
2007-01-21 |
Jimi Xenidis |
13940:aa00ced0a10a |
[XEND][POWERPC] move ppc memory allocation to libxc. Sync XendDomainInfo.py with xen-unstable.hg. |
2007-01-21 |
Jimi Xenidis |
13939:09b3fd488726 |
[XEND][POWERPC] Remove FlatDeviceTree.py, eliminate devtree from prose builder. |
2007-01-21 |
Jimi Xenidis |
13938:7bf078335342 |
[XEND][POWERPC] Move flat device tree construction from python to libxc for xc_linux_build(). |
2007-01-21 |
Jimi Xenidis |
13937:cc1eb0689bcf |
[XEN][POWERPC] Allocate secondary VCPUs for Dom0 |
2007-01-21 |
Jimi Xenidis |
13936:88ae0647d542 |
[XEN][POWERPC] remove redundant and confusing restart/halt messages |
2007-01-20 |
Jimi Xenidis |
13935:3dd92f0d8fd6 |
[XEN][POWERPC] Print DAR and DSISR registers on CPU register dumps |
2007-01-20 |
Jimi Xenidis |
13934:b8fac1c5e6ae |
[XEN][POWERPC] more ofd /cpus fixups |
2007-01-20 |
Jimi Xenidis |
13933:4f0353778233 |
[XEN][POWERPC] big lock to protect some TLB operations |
2007-01-19 |
Hollis Blanchard |
13932:741adb202b82 |
[POWERPC][XEN] Mark heap memory based on boot_of.c's allocator. |
2007-01-17 |
Jimi Xenidis |
13931:3773af71a14b |
[TOOLS][POWERPC] fixes for the prose builder. |
2007-01-17 |
Jimi Xenidis |
13930:a1e9bacfc57d |
[XEN][POWERPC] Fix arch_set_info_guest() from upstream interface change |
2007-01-17 |
Jimi Xenidis |
13929:14db26e03ba3 |
[XEN][POWERPC] add asm/nmi.h |
2007-01-15 |
Jimi Xenidis |
13928:0fedda56fed4 |
[XEN][POWERPC] everything is "single core" right now so get cpu_core_map[] correct. |
2007-01-11 |
Ryan Harper |
13927:a2614e94c7df |
[POWERPC][LIBXC] Fix pointer math in ft_add_rsvmap(), rename string block to match DTC spec. |
2007-01-11 |
Ryan Harper |
13926:90bba403a710 |
[POWERPC][LIBXC] Whitespace cleanup of powerpc64/xc_linux_build.c |
2007-01-03 |
Hollis Blanchard |
13925:6b82bbbedbe1 |
[POWERPC][LIBXC] Add missing HVM stubs. |
2007-01-03 |
Hollis Blanchard |
13924:a23587ebcbf6 |
[POWERPC][TOOLS] Fix xc.c mismerge. |
2007-01-03 |
Hollis Blanchard |
13923:bcd4bf022047 |
[POWERPC][XEN] Provide _text for kexec. |
2006-12-19 |
Jimi Xenidis |
13922:8101efde7493 |
[XEN][POWERPC] DomU real time clock based off of the real one in Dom0 |
2006-12-17 |
Jimi Xenidis |
13921:d1f053ff43d2 |
[XEN][POWERPC] get cpu_*_maps correct so physinfo and affinity is accurate |
2006-12-17 |
Jimi Xenidis |
13920:60515808f591 |
[XEN][POWERPC] use symbol to detect processor version |
2007-02-14 |
kfraser |
13919:58e71ae679d5 |
libelf: use xen code style. |
2007-02-14 |
kfraser |
13918:3f63c1825b0d |
linux: quieten some driver printk logging. |
2007-02-14 |
kfraser |
13917:d44eb9e7f97b |
Another domctl fix to insert missing copy_to_guest. |
2007-02-14 |
Tim Deegan |
13916:6fd71faaaa3b |
Merge |
2007-02-14 |
Tim Deegan |
13915:a00b8d3800a8 |
[XEN] Snapshot PAE l3es when they are shadowed. |
2007-02-14 |
Tim Deegan |
13914:cbbd748c4b58 |
[XEN] Re-sync PAE l3 shadows when PV guests change them |
2007-02-14 |
kfraser |
13913:36bbb7edfd0b |
Make libelf not fail on unknown elf notes. |
2007-02-14 |
kfraser |
13912:929868cd3715 |
Add missing breaks to {set,get}_address_size domctls. |
2007-02-14 |
kfraser |
13911:d08c2af53804 |
Fix DEC instruction decode. Turn into SUB, not OR. :-) |
2007-02-14 |
kfraser |
13910:ed6501070f37 |
Support INC/DEC in mmio decoder. Opcodes 0xFE and 0xFF. |
2007-02-14 |
Tim Deegan |
13909:6daa91dc9247 |
[XEN] New paging-assistance interface. |
2007-02-13 |
Ian Campbell |
13908:df25547d7638 |
[LINUX] Call ctrl_alt_del() to trigger a reboot so we benefit from the |
2007-02-15 |
awilliam |
13907:ac18d251df63 |
[IA64][MINIOS] Port of mini-os to ia64 |
2007-02-15 |
awilliam |
13906:eb6c19ed6e67 |
[IA64] Only one serial console port on Tiger2 |
2007-02-15 |
awilliam |
13905:2b3dd681dbce |
[IA64] Fix I&D cache incoherency after vcpu migration |
2007-02-14 |
awilliam |
13904:6c63ff548888 |
[IA64] Fix serial console on Tiger2 & Tiger4 |
2007-02-12 |
awilliam |
13903:8bdbe88e422f |
[IA64] Fix save/restore bug |
2007-02-12 |
awilliam |
13902:5982d478698f |
[IA64] Add localtime setting for PV/IA64 domain |
2007-02-12 |
awilliam |
13901:46a8d51134d0 |
[IA64] dma-mapping.h user our own swiotlb.h header |
2007-02-12 |
awilliam |
13900:dea561992abe |
[IA64] Avoid recursively walking guest short VHPT |
2007-02-12 |
awilliam |
13899:81c4f90695a8 |
[IA64] Remove use of hpsim console |
2007-02-09 |
kfraser |
13898:ad9bbd103034 |
[HVM] Fill in mmio decode gaps for Grp1 immediate opcodes. |
2007-02-09 |
kfraser |
13897:c67a4115a471 |
Print all by default in debug builds. |
2007-02-09 |
Tim Deegan |
13896:d39e8c44da34 |
[HVM] Save/restore: disentangle max_pfn from nr_pages. |
2007-02-09 |
Alastair Tse |
13895:dda3e75f015d |
Add missing Makefile in x86_64/compat so that it builds on x86_64. |
2007-02-08 |
kfraser |
13894:620f5cdfe32b |
Fix non-x86 build. |
2007-02-08 |
kfraser |
13893:9e27245a692e |
Fix x86/64 build. |
2007-02-08 |
Keir Fraser |
13892:3050c8339da6 |
x86: hide assembly labels |
2007-02-08 |
Keir Fraser |
13891:0cbf1586a432 |
[HVM][SVM] Do not advertise FFXSR feature. |
2007-02-08 |
Keir Fraser |
13890:355c740d1330 |
Use printk log-level limiting even during Xen boot. |
2007-02-08 |
Keir Fraser |
13889:a68a3c6cac5f |
Small cleanups to PV-on-HVM support code. |
2007-02-08 |
kfraser |
13888:f9277e2548b5 |
Merge with xen-ia64-unstable.hg. |
2007-02-08 |
Keir Fraser |
13887:5a1abfefe892 |
Remove unnecessarily modified a.out.h. |
2007-02-08 |
Keir Fraser |
13886:273ec6b70b51 |
Move skb_pull_rcsum() to its usual place in skbuff.c |
2007-02-08 |
Keir Fraser |
13885:859d73ef932f |
Fix a typo in console_steal(). |
2007-02-08 |
kfraser |
13884:870370439fb9 |
Fix xen-detect build. |
2007-02-08 |
Keir Fraser |
13883:6a383beedf83 |
Add example xen-detect.c code for detecting application execution in |
2007-02-08 |
Ewan Mellor |
13882:d609929f1408 |
Fix localtime setting for PV domains. |
2007-02-08 |
Tim Deegan |
13881:16ba1d434f89 |
[HVM] Save/restore: don't try to set the console ring MFN |
2007-02-08 |
Tim Deegan |
13880:9c88b5f3b4eb |
Merge |
2007-02-08 |
Tim Deegan |
13879:6e74932c9a64 |
[HVM] Save/restore: save pmtimer count register |
2007-02-08 |
Ian Campbell |
13878:9d103e5fd471 |
[XEN] Fix typos in comment describing 32on64 memory layout |
2007-02-08 |
Ian Campbell |
13877:3ad4691d1d34 |
[XEN] kexec: add compatability shim for kexec in 32on64 mode. |
2007-02-08 |
Ian Campbell |
13876:b50350fb0fde |
[XEN] kexec: Remove asm/kexec.h. Move the single inline function into |
2007-02-08 |
Tim Deegan |
13875:3fbe12560ffe |
[XEN] When removing pages, drop shadow refs before complaining about refcount. |
2007-02-07 |
wim |
13874:6524e02edbeb |
[blktap] Allow HVM booting from blktap device(s) |
2007-02-07 |
Tim Deegan |
13873:780f097b54c5 |
[HVM] Save/restore: don't try to save the MMIO memory-hole at 4GB. |
2007-02-07 |
Tim Deegan |
13872:ce97d6714be4 |
[XEND] Open save/restore files with O_LARGEFILE if possible |
2007-02-07 |
kfraser |
13871:ed9dba8e2c67 |
Improve hotplug script error reporting via xenstore. |
2007-02-07 |
kfraser |
13870:b83a81b99f20 |
Dom0 VNC server should not drop any of teh 8 supported mouse button |
2007-02-07 |
kfraser |
13869:cb50bcfcf9fa |
pvfb: Split mouse and keyboard into separate devices. |
2007-02-07 |
kfraser |
13868:6e1b380947ee |
hvm: Add PCI subsystem ID to emulated devices. |
2007-02-07 |
awilliam |
13867:fbc233a1dc53 |
merge with xen-unstable.hg |
2007-02-07 |
Tim Deegan |
13866:584ab4fd1ad5 |
[XEN] Remove bogus assertion in shadow emulation path |
2007-02-07 |
Tim Deegan |
13865:4d7ee9f4336a |
[HVM] Save/restore: dynamically calculate the size of the save buffer |
2007-02-07 |
Tim Deegan |
13864:710aec0abb61 |
[HVM] Save/restore: move save/restore routines out of intercept.c |
2007-02-07 |
Tim Deegan |
13863:67faf6c59bfa |
Revert 13805: losetup -r is not portable |
2007-02-07 |
kfraser |
13862:1a411820230b |
linux: Fix softlockup interaction with noidlehz. |
2007-02-07 |
Keir Fraser |
13861:f28b144fb5cd |
Update .hgignore list |
2007-02-07 |
Keir Fraser |
13860:ac465fc7c78f |
linux: Zap /proc/interrupts count when a dynamic IRQ is unbound. |
2007-02-06 |
kfraser |
13859:383ade1b0da4 |
linux/i386: Improve critical region handling code |
2007-02-06 |
kfraser |
13858:625aa1547cb6 |
hvm: vcpu reset support for x86 INIT IPI, needed for CPU hotplug. |
2007-02-06 |
kfraser |
13857:e1364f2c6867 |
minios: Fix netfront for ia64. |
2007-02-06 |
kfraser |
13856:7379c1174155 |
Fix up xentrace record extraction in xentrace_format for 64-bit |
2007-02-06 |
kfraser |
13855:e212203d7d34 |
[TPM] Set tcpa calls in the rombios and other fixes. |
2007-02-06 |
kfraser |
13854:3093bd26ae45 |
[TPM] TIS dm suspend code fix |
2007-02-06 |
Ewan Mellor |
13853:2379569b590d |
Fix xm sched-credit when given an invalid domain name. |
2007-02-06 |
Ewan Mellor |
13852:39a2833dde51 |
Fix XendLogging to work on Python 2.4.0 and 2.4.1 (the logging library interface |
2007-02-06 |
Ewan Mellor |
13851:0c17f16f9f03 |
Pass the -r flag to losetup for read-only devices. |
2007-01-31 |
Brendan Cully |
13850:ffe95edc5266 |
Make sure OptVals.quiet is always present (fixes xm shutdown -w). |
2007-02-05 |
Tim Deegan |
13849:8bc64a3a5054 |
[QEMU] Unmap video RAM before telling the guest to free it. |
2007-02-05 |
Tim Deegan |
13848:e825954d4179 |
[HVM] Save/restore: tidy up IRQs |
2007-02-05 |
Tim Deegan |
13847:7a7509570af9 |
[HVM] Save/restore: misc tidying |
2007-02-07 |
awilliam |
13846:d3f08d39e695 |
[IA64] Clean up error messages from lookup_domain_mpa() |
2007-02-06 |
awilliam |
13845:7efb3a06c56a |
[IA64] Don't assume legacy com2 |
2007-02-06 |
awilliam |
13844:5b99d19906a7 |
[IA64] Don't complain about PAL_LOGICAL_TO_PHYSICAL |
2007-02-06 |
awilliam |
13843:b3ae332e6dbd |
[IA64] Fix wrong arg to vhpt_enabled() in vmx_hpw_miss() |
2007-02-06 |
awilliam |
13842:311b27546cf6 |
[IA64] Follow to allow PV-on-HVM callback irq to be identified by PCI device. |
2007-02-05 |
awilliam |
13841:d7f7021902a2 |
[IA64] Fix for compiling PV-on-HVM driver on IPF |
2007-02-05 |
awilliam |
13840:d879bbaa3faa |
[IA64] Turn on dcr.dm inside XEN |
2007-02-05 |
awilliam |
13839:d9f7f4f9c7ff |
[IA64] Fix tlbflush_clock |
2007-02-05 |
awilliam |
13838:e0a5cef6332a |
[IA64] Additional HVM hypercall fix |
2007-02-04 |
awilliam |
13837:fbc128aafdeb |
merge with xen-unstable.hg |
2007-02-02 |
kfraser |
13836:01ec7dba9ff8 |
Hide RDTSCP feature flag from PV guests. |
2007-02-02 |
kfraser |
13835:1e56ac73b9b9 |
linux: Allow xenbus_strstate() to be used from modules. |
2007-02-02 |
kfraser |
13834:2d930873f56d |
minios: Fix bug in xenbus implementation. |
2007-02-02 |
kfraser |
13833:249e7e32dec8 |
Fix cross-compile: ia64 build on x86. |
2007-02-02 |
kfraser |
13832:a39a2f18429c |
linux: compilation fix of linux/drivers/oprofile/oprof.c |
2007-02-02 |
kfraser |
13831:82171212156b |
New domain builder arch_setup hook clean up. |
2007-02-02 |
kfraser |
13830:ed68ca4368fa |
libxc: Domain builder must align initial virtual mapping to 4MB |
2007-02-02 |
kfraser |
13829:f9384402bc1e |
minios: Fix ret_from_exception routine. Stack consistency is now preserved. |
2007-02-02 |
Ewan Mellor |
13828:5c6f94192698 |
Added default for the vcpus_params key. |
2007-02-02 |
Ewan Mellor |
13827:c804da44b06c |
Added host.dmesg method. |
2007-02-02 |
Ewan Mellor |
13826:dc32de8329eb |
Remove VM_power_state value ShuttingDown. This should be indicated with |
2007-02-02 |
Ewan Mellor |
13825:c3c7119a6178 |
Remove some obsolete constants (XEN_API_DRIVER_TYPE, XEN_API_BOOT_TYPE). |
2007-02-01 |
Ewan Mellor |
13824:7a50ba45bbf3 |
Improved the example to show creation of a VNC console, and the difference |
2007-02-01 |
Ewan Mellor |
13823:0fb5df09de94 |
Added support for maps inside structs, so that we can send the HVM boot params |
2007-02-01 |
Ewan Mellor |
13822:a357bed2daf8 |
Make the string->string map and int->float map allocation functions set the |
2007-02-01 |
Ewan Mellor |
13821:23bf61e72279 |
Clean up some cruft. |
2007-02-01 |
Ewan Mellor |
13820:e0b7ab2a1d56 |
Treat the empty string as an absent UUID, not an invalid one. Fix to_sxp |
2007-02-01 |
Ewan Mellor |
13819:b32a44bfb10c |
Return the stored vcpus_params if the domain is not running. |
2007-02-01 |
kaf24 |
13818:cc36013f7785 |
Fix xen-x86_32 defconfig to includean option needed for PAE builds. |
2007-02-01 |
Ian Campbell |
13817:9ee33c95305b |
merge |
2007-02-01 |
john levon |
13816:138b7aa45ede |
Fix Solaris build - use $(MAKE) not make. |
2007-02-01 |
Ian Campbell |
13815:14fc88872c84 |
[XEN] Extend the range returned by KEXEC_RANGE_MA_XEN to cover the |
2007-02-01 |
Ewan Mellor |
13814:f84ba62ca615 |
Fix SDL option for HVM domains. |
2007-02-01 |
Ewan Mellor |
13813:1fb0302683d3 |
Fix handling of HVM boot. |
2007-02-01 |
Ewan Mellor |
13812:2b4b07391df2 |
Fix merge conflict between new HVM console handling and new HVM boot handling. |
2007-02-01 |
Ewan Mellor |
13811:868babf6b1dd |
Fix HVM save/restore wrt console handling. |
2007-02-01 |
Tim Deegan |
13810:d34d43fb88ae |
Merge |
2007-02-01 |
Tim Deegan |
13809:1c7efb60176c |
[PYGRUB] Invoke pygrub with TERM=vt100 |
2007-02-01 |
Ewan Mellor |
13808:a9f30d8eea75 |
Use the new xen-python-path to set PYTHONPATH, rather than trying to do it in |
2007-02-01 |
Ewan Mellor |
13807:afb41f6bc30a |
Break out the Python path interrogation into a separate script. This has the |
2007-02-01 |
Ewan Mellor |
13806:f73e71aa0a90 |
Change VM.HVM_boot to VM.HVM_boot_policy and VM.HVM_boot_params. |
2007-02-01 |
kfraser |
13805:0a4cbad6752c |
Allocate Xen kexec/kdump elfnote sections of the correct size. |
2007-02-01 |
kfraser |
13804:f45de0fe8a15 |
safe_str*() functions check their destination argument is a |
2007-02-01 |
Tim Deegan |
13803:6e81102d29be |
Merge |
2007-02-01 |
Tim Deegan |
13802:7b72e2536065 |
[XEN] Wrap compat XLAT_ macros in "do { } while (0)". |
2007-02-01 |
Ewan Mellor |
13801:2e80cd715047 |
Copy the definition of DOM0_UUID into XenDomain so that we don't need to import |
2007-02-01 |
Ian Campbell |
13800:b38ae44fa558 |
[TOOLS] Remove a debug message which is spamming the logs during live |
2007-02-01 |
Ian Campbell |
13799:8132bf3ddbef |
[LINUX] netfront: Don't call netif_carrier_off until the device is |
2007-01-31 |
Travis Betak |
13798:588dd80b56b5 |
[HVM][SVM] Updated the SVM V_TPR register on MMIO writes to the VLAPIC TPR |
2007-01-31 |
Tim Deegan |
13797:b998ae45c076 |
Merge |
2007-01-31 |
Tim Deegan |
13796:6db6b5df4f6f |
[HVM] Save/restore: save HPET registers |
2007-01-31 |
Ian Campbell |
13795:82062701b199 |
[XEN] Fix perfc after 13756:56377f5ce588 |
2007-01-31 |
Tim Deegan |
13794:5d09e6098f93 |
Merge |
2007-01-31 |
Tim Deegan |
13793:5e66c05c67ad |
[HVM] Save/restore: clean up the new hypercall interface |
2007-01-31 |
Ian Campbell |
13792:56377f5ce588 |
[XEN] Fix dom/sysctl structure alignement. |
2007-01-31 |
Emmanuel Ackaouy |
13791:9f83b07caabe |
merge |
2007-01-31 |
Emmanuel Ackaouy |
13790:b235a7acaf4a |
[TOOLS] Fix typos which breaks readnotes transparent gunzipping ... |
2007-01-31 |
Alastair Tse |
13789:3db881ef97c4 |
[XEND] Fix typos in vfb/vnc detect in image.py |
2007-01-31 |
Alastair Tse |
13788:beb0b36de156 |
[XENAPI] Add VDI.location support and test c prog for HVM test. |
2007-01-31 |
Alastair Tse |
13787:85e8d7b8360a |
[XENAPI] Remove some deprecated fields from the Xen API test script. |
2007-01-31 |
Alastair Tse |
13786:0c91fd1c92c7 |
[XEND] Use VDI.location rather than VDI.image_uri/uri for Xen API |
2007-01-31 |
Alastair Tse |
13785:3291a7b48731 |
[XEND] Make sure other_config is by default an empty string map. |
2007-01-31 |
Alastair Tse |
13784:5d12faee0708 |
[XEND] Make VBD.bootable in XendConfig kept as int. |
2007-01-31 |
Alastair Tse |
13783:dfa9e5565063 |
[XEND] Hide other_config from console and vfb SXP to prevent string |
2007-01-31 |
Alastair Tse |
13782:f63e1244b48d |
[XEND] Fix VCPU_params to return string map. |
2007-02-04 |
awilliam |
13781:976dd90c2fdb |
[IA64] Remove verbosity from xen_pm_power_off |
2007-02-04 |
awilliam |
13780:88c9ba6214bc |
[IA64] Xen build warning fixes |
2007-02-04 |
awilliam |
13779:339d9e632a80 |
[IA64] Fix usage of 14 bit immediate value of IA64_RBS_OFFSET |
2007-02-04 |
awilliam |
13778:5558f396e068 |
[IA64] Fix xencons_early_setup build warning |
2007-02-04 |
awilliam |
13777:1502ba048b73 |
[IA64] Fix PAL_HALT for paravirtualized domains |
2007-02-04 |
awilliam |
13776:a1017acc8578 |
[IA64] Bug fix new_tlbflush_clock_period() |
2007-02-01 |
awilliam |
13775:0df9dc2f1d03 |
[IA64] Fix compile warnings in xenentry.S |
2007-02-01 |
awilliam |
13774:18a8e34e1211 |
[IA64] Optimize VTI domain hypercall path |
2007-01-31 |
awilliam |
13773:ef646312685f |
[IA64] Add arch_free_page() |
2007-01-31 |
awilliam |
13772:6d38ae7927cf |
merge with xen-unstable.hg |
2007-01-31 |
Alastair Tse |
13771:3cccf8e64296 |
[XEND] Merge VFB support for PV and HVM guests. |
2007-01-31 |
Alastair Tse |
13770:7c992fd3b19b |
[XEND] Make python-pam warning only appear if using XenAPI |
2007-01-31 |
Tim Deegan |
13769:54678a99e102 |
[HVM] Save/restore: save shared-info pfn and re-map it on restore |
2007-01-31 |
Tim Deegan |
13768:d653e4bcead0 |
Merge |
2007-01-31 |
Tim Deegan |
13767:9130206e27f8 |
[HVM] Save/restore: save RTC state. |
2007-01-31 |
Tim Deegan |
13766:ffcd586dbaae |
[HVM] Save/restore: clean up marshalling code |
2007-01-31 |
Ian Campbell |
13765:c834e3984baa |
[XEN] Fix build breakage with gcc 4.1.2. |
2007-01-31 |
Ian Campbell |
13764:daed6ac9d1f7 |
[TOOLS] Fix foreign header build breakage. |
2007-01-31 |
Ian Campbell |
13763:7d3bb465e938 |
[XEN] Fix XENVER_capabilities hypercall. |
2007-01-30 |
Ewan Mellor |
13762:61262143a4b0 |
Added VM_metrics class, taking some of the fields from VM. Make VM.static_max |
2007-01-30 |
Tim Deegan |
13761:abd140fe5f6c |
[HVM] Save/restore: Reset PIT period correctly |
2007-01-30 |
Keir Fraser |
13760:fa8843d22450 |
pygrub: fsimage binding must free objects with PyObject_DEL, not PyMem_DEL. |
2007-01-30 |
Keir Fraser |
13759:6d8a099a152d |
ia64: Use memcpy() to fill ACPI identifier fields. |
2007-01-30 |
Ewan Mellor |
13758:749c7d8e4514 |
Fix XendNode when no host state is saved. |
2007-01-30 |
Ewan Mellor |
13757:3b0b70a4fd62 |
Fix typo, as suggested by Stefan Berger. |
2007-01-30 |
Keir Fraser |
13756:d96b346cab5d |
Remove sprintf() from Xen. Use snprintf() and friends. |
2007-01-30 |
Ewan Mellor |
13755:37fd1cf9019d |
Remove the VTPM.instance field from the bindings. |
2007-01-30 |
Keir Fraser |
13754:9578ae319874 |
Clean up arch_get_xen_caps() to not use sprintf(). |
2007-01-30 |
Keir Fraser |
13753:bd69e83b65ea |
ia64, ppc: Remove uses of sprintf(). |
2007-01-30 |
Ewan Mellor |
13752:300c47bec138 |
Added task.session field. |
2007-01-30 |
kaf24 |
13751:0803bdfdd9c5 |
ia64: Clean up and fix errors in strncpy -> strlcpy conversion |
2007-01-30 |
Ewan Mellor |
13750:2f3794098e22 |
Added VM.is_control_domain field. |
2007-01-30 |
kaf24 |
13749:7fdfa020d4ed |
Align vTPM support in the Xen-API, documentation and lib-xen |
2007-01-30 |
kaf24 |
13748:8f1921600cfd |
Older versions of as86 (<=0.16.0) require macro arguments to be bracketed. |
2007-01-30 |
kaf24 |
13747:26943e88349f |
Fix cross-compile (ia64-built-on-x86) failure. |
2007-01-30 |
Ewan Mellor |
13746:bb34cc5784c1 |
Added backreference from PIF_metrics to PIF, and added a uuid to the session |
2007-01-30 |
Ewan Mellor |
13745:aff5b538fcdf |
Added uuid to the PIF_metrics record. |
2007-01-30 |
Ewan Mellor |
13744:a9912f2e472b |
Added uuid to the PIF record. |
2007-01-30 |
Ewan Mellor |
13743:4637dfae0856 |
Added host_metrics class. |
2007-01-30 |
Ewan Mellor |
13742:69c5afd5ab08 |
Added modelling and C bindings for crashdumps, and suspend VDIs. |
2007-01-30 |
kaf24 |
13741:f91dd7642a42 |
new domain builder fix to boot domU on IA64. |
2007-01-30 |
Ian Campbell |
13740:b51ed174fe8f |
Push the target to build foreign headers into tools and xen |
2007-01-30 |
kaf24 |
13739:b33a7d45d50a |
Fix passing keymap parameter to xen-vncfb. |
2007-01-30 |
kaf24 |
13738:2efe681d1194 |
xc_linux_save was broken in 13594:30af6cfdb05c. Unbreak it. |
2007-01-30 |
kaf24 |
13737:4bef31174332 |
linux: Build TPM backend as a module by default. |
2007-01-30 |
Emmanuel Ackaouy |
13736:c440813cc572 |
[XEN] 32on64 fix compat page table shutdown |
2007-01-30 |
Ewan Mellor |
13735:b9febab4c6cb |
Added host.logging, to hold server-side logging configuration. |
2007-01-30 |
Tim Deegan |
13734:dc5e6e65bf10 |
Merge |
2007-01-30 |
Zhai, Edwin |
13733:0a28ad8cedf2 |
[PATCH][HVM] fix smp guest hang after restore |
2007-01-30 |
Alastair Tse |
13732:5165b7ecbff5 |
[XEND] Fix bootable flag bypass in XendConfig |
2007-01-30 |
Alastair Tse |
13731:bca858b72bf8 |
[XEND] Unparsable VLAN numbers should default to -1 |
2007-01-30 |
Ewan Mellor |
13730:fe02bdd43ac1 |
Set the log level back to WARN, reverting accidentally committed change. |
2007-01-30 |
Ewan Mellor |
13729:5e8da0663ff8 |
Added host.other_config. |
2007-01-30 |
Ewan Mellor |
13728:d794356ad7ff |
Remove XEN_API_CPU_FEATURE enum. |
2007-01-30 |
Ewan Mellor |
13727:9e7b7f9b96a4 |
Remove VM.actions_after_suspend, which never made any sense. |
2007-01-30 |
Ewan Mellor |
13726:44d565181709 |
Remove the CPU feature handling, unimplementable as it stands. |
2007-01-29 |
Ewan Mellor |
13725:eb7b2a9ce40c |
Document PIF_HANDLE_INVALID and PIF_METRICS_HANDLE_INVALID. |
2007-01-29 |
Ewan Mellor |
13724:7261e0d4b7df |
Move the io bandwidth fields from PIF onto a new PIF_metrics class. |
2007-01-29 |
Ewan Mellor |
13723:0a422c8c3144 |
Fix documentation so that the connection objects (PIF, VBD, and VIF) are |
2007-01-29 |
Ewan Mellor |
13722:66c2a4085863 |
Added missing PBD-related C bindings. |
2007-01-29 |
Ewan Mellor |
13721:049d9022653c |
Added modelling and C bindings for the PBD class. PBDs are the analogue of |
2007-01-29 |
Ewan Mellor |
13720:7d64bdc7a300 |
Tidy-ups; no semantic-change. |
2007-01-29 |
Ewan Mellor |
13719:f7b6ce00426b |
Remove VIF.name from the documentation, matching recent change to Xend. |
2007-01-29 |
Ewan Mellor |
13718:090079c988d1 |
Update doc-comments. |
2007-01-29 |
Ewan Mellor |
13717:66dda30190a2 |
Remove the VDI.parent and VDI.children fields -- this needs more thinking out, |
2007-01-29 |
Ewan Mellor |
13716:ae881e7b0c5e |
Rename VM.otherConfig to VM.other_config, for consistency with the other fields, |
2007-01-29 |
Ewan Mellor |
13715:bb15af2c2b4a |
Remove VBD.driver, VIF.type, VIF.name, VTPM.driver. This modelling was never |
2007-01-28 |
Ewan Mellor |
13714:9db1847845d6 |
Document TASK_HANDLE_INVALID. |
2007-01-28 |
Ewan Mellor |
13713:a403d70fc94c |
Added TASK_HANDLE_INVALID to the messages file. |
2007-01-28 |
Ewan Mellor |
13712:c2f1bb01bca3 |
Tidy up the VBD API calls. |
2007-01-28 |
Ewan Mellor |
13711:044c57d0fef2 |
Match recent changes to the task class in XenAPI with the get_record call here. |
2007-01-28 |
Ewan Mellor |
13710:5b973d94bc00 |
Fix bootloader handling. |
2007-01-28 |
Ewan Mellor |
13709:a7fc9cc9a51f |
Fix the handling of MESSAGE_METHOD_UNKNOWN, MESSAGE_PARAMETER_COUNT_MISMATCH, |
2007-01-28 |
Ewan Mellor |
13708:58344c358aa0 |
Add task.allowed_operations field, and task.cancel message. The |
2007-01-28 |
Ewan Mellor |
13707:9521974ea1fa |
Made task.name_* read-only (these are set by Xend) and drop task.eta. |
2007-01-28 |
Ewan Mellor |
13706:207ee547b193 |
Make session.this_host and session.this_user ROrun -- they are implicitly set |
2007-01-28 |
Ewan Mellor |
13705:1e88f0b736b5 |
Added a VBD.bootable flag. |
2007-01-28 |
Ewan Mellor |
13704:4651595d9502 |
Fix interface_name() after change of definition for the vlan field. |
2007-01-28 |
Ewan Mellor |
13703:f40528773629 |
Document new error codes VLAN_TAG_INVALID and PIF_IS_PHYSICAL. |
2007-01-28 |
Ewan Mellor |
13702:5e1c7022d4ad |
Document existing PIF.create_VLAN, and remove PIF.create (PIFs are implicitly |
2007-01-27 |
Ewan Mellor |
13701:ea3c75204555 |
Integrate the Xen-API doc into the build. |
2007-01-27 |
Ewan Mellor |
13700:965cdfff68b0 |
Minor tidy-up. |
2007-01-30 |
shand |
13699:6e3decbd3e56 |
[HVM] When guest explicitly modifies the TSC, update platform timers |
2007-01-29 |
Christian Limpach |
13698:5e3b47bcc311 |
[linux] Delay making the VCPUOP_initialise calls until the cpu is brought up |
2007-01-29 |
kfraser |
13697:effa38a30a5c |
Remove unused implementation of vsprintf(). |
2007-01-29 |
kfraser |
13696:e7ceed4ebcd9 |
Remove little-endian assumption from library code. |
2007-01-29 |
Tim Deegan |
13695:21d6135f522f |
Merge |
2007-01-29 |
Tim Deegan |
13694:99d36a153024 |
[HVM] Save/restore cleanups: don't save state for downed vcpus. |
2007-01-29 |
kfraser |
13693:44eb80f50725 |
Remove unused noth/hton endian conversion macros. |
2007-01-29 |
kfraser |
13692:699656fb1d0b |
Port ACM code to new Xen byteorder macros. |
2007-01-29 |
kfraser |
13691:647c06ba0b49 |
Remove strcat/strncat/strcmp/strncmp. Replaced with safer |
2007-01-29 |
kfraser |
13690:d2784d93e760 |
ia64 and ppc: Remove uses of strcpy and strncpy. |
2007-01-29 |
kfraser |
13689:bef7fbe25a9f |
Remove uses of strcpy and strncpy from common and x86 code. |
2007-01-29 |
Ian Campbell |
13688:5bb084098493 |
[LINUX] Force .data segment to be 4k aligned on i386. |
2007-01-29 |
kfraser |
13687:1b32e279ddef |
libelf cannot rely on the strlcpy() BSD-ism. |
2007-01-29 |
kfraser |
13686:5d9b72e640e0 |
Fix 'xm create' and 'xm start' when SEDF scheduler is used. |
2007-01-29 |
kfraser |
13685:b2c1eeee2dcf |
Replace sprintf with snprintf and strncpy with strlcpy. |
2007-01-30 |
awilliam |
13684:f4395e945393 |
[IA64] Include dummy EFI memory descriptors for unmapped ranges |
2007-01-29 |
awilliam |
13683:d0b2022e2403 |
[IA64] Update buildconfigs |
2007-01-28 |
awilliam |
13682:7286802c9619 |
merge with xen-unstable.hg |
2007-01-28 |
kaf24 |
13681:f8ddcb758117 |
Clean up libelf endian macros and includes. |
2007-01-28 |
kaf24 |
13680:bef8a8b1e400 |
Fix firmware compile on Solaris. |
2007-01-28 |
kaf24 |
13679:78b7ec4e7b86 |
Fix compat build for weird solaris gcc target. |
2007-01-28 |
kaf24 |
13678:fbe161b1af16 |
To avoid problems (hang) when doing migration, the Console Controller |
2007-01-28 |
kaf24 |
13677:47e26ced172a |
[HVM] save/restore fix |
2007-01-28 |
kaf24 |
13676:fd57cef459dc |
Allow 'xm create' to set scheduling parameters. |
2007-01-28 |
kaf24 |
13675:db0aeb4e41c3 |
Reject xm sched-* comands for other than the in-use scheduler. |
2007-01-28 |
kaf24 |
13674:4e7bda043cce |
Fix xentop error return code if passed unrecognised options. |
2007-01-28 |
awilliam |
13673:e5cfd902d7e4 |
[IA64] Remove PG_foreign hack |
2007-01-28 |
awilliam |
13672:d14da87feed6 |
[IA64] New resend_irq_on_evtchn() params |
2007-01-28 |
awilliam |
13671:dd58c6062292 |
[IA64] update xensetup.S for new upstream |
2007-01-28 |
awilliam |
13670:66ca8a0e046d |
[IA64] Update installing the panic notifier for new upstream |
2007-01-28 |
awilliam |
13669:fe3c36600d14 |
[IA64] Fix for irq_desc() missing in new upstream |
2007-01-28 |
awilliam |
13668:8b37c7bba7e1 |
[IA64] Kludge for XEN_GUEST_HANDLE_64 |
2007-01-28 |
awilliam |
13667:cf0ae8105ffe |
[IA64] Update for RCU code |
2007-01-28 |
awilliam |
13666:781370093c02 |
[IA64] arch_vcpu_reset() stub |
2007-01-27 |
awilliam |
13665:140afd7a5462 |
merge with xen-unstable.hg |
2007-01-27 |
kaf24 |
13664:d1710eb35385 |
[HVM] Allow HVM guest to request invalidation of foreign mappings via |
2007-01-26 |
kaf24 |
13663:271ffb1c12eb |
Rename find_domain_by_id() to get_domain_by_id(). |
2007-01-26 |
kaf24 |
13662:32fd32bbf78d |
Add RCU support to Xen. |
2007-01-26 |
kaf24 |
13661:19a600376688 |
Don't clobber vcpu flags when getting vcpu context. |
2007-01-26 |
kaf24 |
13660:aae5932afc6d |
[HVM] Fix some BIOS build warnings. |
2007-01-26 |
kaf24 |
13659:4dd3266e13a7 |
[TCGBIOS] Fix some makefile issues. |
2007-01-26 |
kaf24 |
13658:edbff1762a55 |
Remove the test functions from HVM highmem 32-bit BIOS. |
2007-01-26 |
kaf24 |
13657:c07326324f8d |
[HVM] Add TCG BIOS extensions to the high memory area along with |
2007-01-26 |
kaf24 |
13656:480436ef6255 |
This patch adds a 32bit gateway to the Bochs BIOS. The 32 bit code is |
2007-01-26 |
Alastair Tse |
13655:b97780b7080d |
[XEND] Hook in utilisation statistics into Xen API calls. |
2007-01-26 |
Alastair Tse |
13654:93d3ff513609 |
[XEND] Floats for not need to be stringified in Xen API. |
2007-01-26 |
Alastair Tse |
13653:b8b75fdbd21f |
[XENAPI] Add an example to start HVM guests via the Xen API. |
2007-01-26 |
Alastair Tse |
13652:bb2b1b6662fa |
[XENAPI] Make server uri easily configurable via ENV or CLI opts. |
2007-01-26 |
kaf24 |
13651:ace66ef96b5e |
Fix 32-bit build. |
2007-01-26 |
kaf24 |
13650:82b21d942ef9 |
Update hgignore list |
2007-01-26 |
kaf24 |
13649:baf1d6ebf29c |
minios : netfront driver fixes. |
2007-01-26 |
kaf24 |
13648:5d440c35a784 |
xen: Remove unused elf32.c. |
2007-01-26 |
kaf24 |
13647:057c4c2991fa |
32-on-64: Fix an one-off error in compat_addr_ok(). |
2007-01-26 |
kaf24 |
13646:fcaf34bc5e41 |
Cleanups for unmodified (pv-on-hvm) driver building. |
2007-01-26 |
kaf24 |
13645:16f7f5ac80ed |
Replace mlock() calls with lock_pages(). |
2007-01-26 |
kaf24 |
13644:e0291e3ed603 |
32-on-64: New set_address_size domctl for switching to compat mode. |
2007-01-26 |
kaf24 |
13643:2f8a7e5fd8ba |
32-on-64: Fix register-argument rearrangement to avoid clobbering the |
2007-01-26 |
Alastair Tse |
13642:ba3ec84c9423 |
[XEND] Add missing ConsoleController.py |
2007-01-25 |
Emmanuel Ackaouy |
13641:9d1d9877131d |
Support transparant gunzipping in the readnotes utility. |
2007-01-25 |
Emmanuel Ackaouy |
13640:d42878949f63 |
libxc domain builder rewrite, linux builder |
2007-01-25 |
Emmanuel Ackaouy |
13639:fd50500eee7c |
libxc domain builder rewrite, core bits. |
2007-01-25 |
Emmanuel Ackaouy |
13638:50d9e2ddc377 |
libxc header fixups. |
2007-01-25 |
Emmanuel Ackaouy |
13637:985384fd424c |
Add more xc_error_code values. |
2007-01-25 |
Emmanuel Ackaouy |
13636:583441e296a1 |
Generate headers with arch-specific structs. |
2007-01-25 |
Emmanuel Ackaouy |
13635:4aa6044ab967 |
libelf: use for readnotes utility. |
2007-01-25 |
Emmanuel Ackaouy |
13634:a63d1af01b3d |
libelf: use for hvm builder. |
2007-01-25 |
Emmanuel Ackaouy |
13633:a754192ffce6 |
libelf: add to libxc |
2007-01-25 |
Emmanuel Ackaouy |
13632:3c9926aadec5 |
libelf: use for x86 dom0 builder. |
2007-01-25 |
Emmanuel Ackaouy |
13631:db3d03dfe92f |
add libelf: an ELF binary parser library. |
2007-01-25 |
Alastair Tse |
13630:b111908dd70b |
[XEND] Preliminary console support in Xen API |
2007-01-25 |
Alastair Tse |
13629:3bb7136c8fb4 |
[XEND] Fix HVM guest creation via Xen API |
2007-01-25 |
kfraser |
13628:1abb694a52df |
Fix perfc=y build. |
2007-01-25 |
kfraser |
13627:fde9e1d474b7 |
hvm: Define a global I/O access bitmap, allowing direct access to port 0x80. |
2007-01-25 |
Alastair Tse |
13626:9e4f61bb200e |
[XEND] Fix bad patch merge for XendMonitor |
2007-01-25 |
kfraser |
13625:e19f9d6a2ff5 |
netfront: Better fix for netfront_tx_slot_available(). |
2007-01-25 |
kfraser |
13624:fec1a6975588 |
emulator: Emulate IN/OUT/INS/OUTS. Fix CLTS. |
2007-01-25 |
kfraser |
13623:21b9416d2215 |
emulator: Start filling in gaps for privileged instructions. |
2007-01-25 |
Alastair Tse |
13622:0843e4261753 |
[XEND] Ignore socket.shutdown() exceptions |
2007-01-25 |
kfraser |
13621:2a9b6b1f848f |
32-on-64: Small fixes. |
2007-01-25 |
kfraser |
13620:348c2983ff02 |
emulator: Add new hook functions for load/store privileged state. |
2007-01-25 |
kfraser |
13619:a9165141e52d |
During suspend, return immediately with a failure if the domain will |
2007-01-25 |
kfraser |
13618:d6d27c649fd6 |
[HVM] Wake up APs immediately during restore. |
2007-01-25 |
kfraser |
13617:42aaf08dd20e |
netfront: Check availability of grant references in start_xmit(). |
2007-01-25 |
Alastair Tse |
13616:ee1febe317f7 |
[XEND] Allow TCP XMLRPC address:port to be configured, if enabled. |
2007-01-25 |
Ewan Mellor |
13615:82c306ad212e |
Have the sxp parsing cope when the cpus field is a list, which can happen |
2007-01-25 |
Alastair Tse |
13614:32f7d3200a99 |
[XEND] Remove usage of set() in XendMonitor as it is a py2.4+ feature |
2007-01-24 |
kfraser |
13613:e75107963846 |
[HVM][SVM] Add save/restore support. |
2007-01-24 |
kfraser |
13612:bc7363b9b892 |
bimodal xenfb daemon: Fixes and cleanups. |
2007-01-24 |
kfraser |
13611:e68bf334ecb8 |
32-on-64: All argument registers must be zero extended to 64 bits |
2007-01-24 |
Alastair Tse |
13610:2932d0e7c554 |
[XEND] Fix typo in XendNode |
2007-01-24 |
Ewan Mellor |
13609:959e79bfe913 |
Fix device reordering that occurs when the config gets read into dictionaries. |
2007-01-24 |
kfraser |
13608:30af6cfdb05c |
Make domctl/sysctl interfaces 32-/64-bit invariant. |
2007-01-24 |
Alastair Tse |
13607:a94363b85e19 |
[XEND] Add debug class to Xen API plus non-standard debug.wait(). |
2007-01-24 |
Alastair Tse |
13606:da23e1b616b0 |
[XEND] Move decorate() to XendAPI.__new__ and have a static flag to |
2007-01-24 |
Alastair Tse |
13605:f9eceb9c52d7 |
[XENAPI] Make test script attempt to login with blank credentials |
2007-01-24 |
Alastair Tse |
13604:e4d415692ba5 |
[XEND] Cleanup old domains in statistics monitor. |
2007-01-24 |
Alastair Tse |
13603:f000f963bbfd |
[XENAPI] Add vif-list to xapi.py script |
2007-01-24 |
Alastair Tse |
13602:85250ca1df56 |
[XEND] Output exception to log files if XendAPI fails to instantiate. |
2007-01-24 |
Alastair Tse |
13601:072ce22bcc91 |
[XENAPI] Update test scripts to move from VBD.image to creating VDI's |
2007-01-24 |
Alastair Tse |
13600:665be23d7fe9 |
[XEND] Add support for multiple storage repositories. |
2007-01-24 |
Alastair Tse |
13599:bea3d48576c6 |
[XEND] Add missing Xen API methods |
2007-01-24 |
Alastair Tse |
13598:6a54b1d8d105 |
[XEND] Make sure UUID in state store are not stored as unicode |
2007-01-24 |
Alastair Tse |
13597:f06f8e134c48 |
[XEND] Prevent invalid arguments for destroy event channels. |
2007-01-24 |
Alastair Tse |
13596:9292da5e9a27 |
Test scripts for Xen API updated to support Async support |
2007-01-24 |
Alastair Tse |
13595:248a9c36d816 |
[XEND] Add Task support in Xen API implementation. |
2007-01-24 |
Christian Limpach |
13594:259470f0856b |
[linux] remove gratuitous differences with plain linux. |
2007-01-24 |
Alastair Tse |
13593:6c087036b3ed |
[XEND] Add missing XendMonitor.py |
2007-01-24 |
Alastair Tse |
13592:f7a52957b427 |
[XEND] Add simple VCPUs, VBDs, VIFs statistics monitoring |
2007-01-24 |
Alastair Tse |
13591:4f5772324e67 |
[XEND] Strip suffix from device name and add support for 'VBD.type' |
2007-01-24 |
Christian Limpach |
13590:8331aca2f29c |
[linux] Disable GENERIC_TIME until we have a xen clocksource. |
2007-01-24 |
kfraser |
13589:c3b2443408f4 |
Fix crash if some secondary CPUs cannot be initialised. |
2007-01-24 |
kfraser |
13588:b064775fba7d |
[QEMU] Clear TD status field explicitly when it's fetched. |
2007-01-24 |
kfraser |
13587:c9ac0bace498 |
bimodal blkback: Support multiple ring protocols. |
2007-01-24 |
kfraser |
13586:349e95826a8f |
Fix error message in network-bridge script. |
2007-01-24 |
kfraser |
13585:b280c75f2622 |
libxenguest: Fix xc_resume() build for non-x86. |
2007-01-24 |
kfraser |
13584:19e3f812805f |
Add BSD-style license to top of hvm_op.h public header file. |
2007-01-23 |
john levon |
13583:73b88d158ec9 |
Close save-after-restore race. |
2007-01-23 |
kfraser |
13582:bea505a69722 |
[LIBXC] Provide weak stub default implementations of xc_hvm_save() and |
2007-01-23 |
kfraser |
13581:373b09ddc905 |
linux: Make resend_irq_on_evtchn() non-static for ia64 use. |
2007-01-23 |
kfraser |
13580:fe01db0e59a3 |
[HVM] fix save/restore on 64b HV |
2007-01-23 |
kfraser |
13579:3071537af9d8 |
x86: flush_tlb_mask() should take into account specified VA to flush |
2007-01-23 |
kfraser |
13578:d54c8dab1e64 |
bimodal pvfb backend: Deal with both 32 and 64 bit frontends. |
2007-01-23 |
kfraser |
13577:c545932a18f3 |
bimodal blkfront: Create a new node "protocol" in xenstore, add the |
2007-01-23 |
kfraser |
13576:b9ffa4b49d97 |
bimodal: pvfb frontend |
2007-01-23 |
kfraser |
13575:ffe52263b430 |
bimodal: header file with protocol names. |
2007-01-23 |
kfraser |
13574:914304b3a3da |
linux: Fix enable_irq() crash by removing a BUG_ON() assumption in our |
2007-01-23 |
Alastair Tse |
13573:ee7c422c5f7b |
[XM-TEST] Allow building of ramdisk on x86_64 |
2007-01-23 |
Ian Campbell |
13572:4e878f596c16 |
[LINUX] Force .data segment to be 4k aligned on i386 |
2007-01-22 |
Alastair Tse |
13571:b75af612851c |
[XEND] Save model attribute for HVM VIFs |
2007-01-22 |
Alastair Tse |
13570:bffe67212133 |
[XEND] Fix get_dev_property_by_uuid |
2007-01-22 |
Ian Campbell |
13569:687b1120765e |
[PV-on-HVM] Make PV drivers on HVM kernels work on older kernels after |
2007-01-22 |
kfraser |
13568:dd55107d4a67 |
Fix failure to localise xm by preventing cd from writing to stdout |
2007-01-22 |
kfraser |
13567:200a9c6deeb3 |
[PVFB] Set keyboard layout of PVFB from configuration file. |
2007-01-22 |
kfraser |
13566:b1c03f19a4ef |
[PVFB] Support keymap localisation. |
2007-01-22 |
kfraser |
13565:a02622437e07 |
VTPM_TOOLS: Added support for QEMU to communicate with vTPM over UNIX |
2007-01-22 |
kfraser |
13564:ded2d8dcef52 |
Put gdb version in a variable in gdbbuild script. |
2007-01-22 |
kfraser |
13563:f36700819453 |
linux/i386: widen physical address range |
2007-01-22 |
Ian Campbell |
13562:cc819d81be2a |
merge |
2007-01-22 |
Ian Campbell |
13561:d86a96ca47a3 |
[XEN] Consolidate multiple defintions of ELFNOTE_* accessor macros |
2007-01-22 |
kfraser |
13560:765e08679f2b |
linux/i386: relax highpte pinning/write-protecting |
2007-01-22 |
Ian Campbell |
13559:de6c4f72b65b |
[LINUX] Fix native build. |
2007-01-22 |
Ian Campbell |
13558:66cc1685d957 |
[XEN] Avoid void* arithmetic in kexec ELF note manipulations. |
2007-01-22 |
kfraser |
13557:207523704fb1 |
Implement clean return from save/restore failure (so that original |
2007-01-22 |
kfraser |
13556:baa9b76ea3e1 |
[SVM] Remove ASID logic. Errata prevent this feature being used |
2007-01-22 |
Steven Hand |
13555:1c0ca58e8c16 |
Re-enable CONFIG_HOTPLUG_CPU by deafult for -xen? kernels. |
2007-01-22 |
Tim Deegan |
13554:5f998c3170f7 |
[PYGRUB] Plumb bootloader I/O through xenconsole. |
2007-01-22 |
Tim Deegan |
13553:51ff40839470 |
[PYGRUB] Add python module for POSIX ptsname(2) function. |
2007-01-22 |
Tim Deegan |
13552:6ce3b486f0d4 |
[PYGRUB] Don't redraw the interactive menu screen if it doesn't need it. |
2007-01-21 |
kaf24 |
13551:7c455af5998a |
Fix byte-to-long bitmap conversions. |
2007-01-21 |
kaf24 |
13550:c1f23d09285e |
linux: Fix x86/64 build (which is failing on some systems). |
2007-01-21 |
kaf24 |
13549:c3e19108f3ed |
[LIBXC] Fix non-x86 build. |
2007-01-20 |
Tim Deegan |
13548:7e28a8c150ed |
Unbreak 64bit build |
2007-01-20 |
Tim Deegan |
13547:a514ae6bc150 |
[HVM] Save/restore cleanups 06: Let dom0 change domU's paging mode |
2007-01-20 |
Tim Deegan |
13546:5dc5e6ba42d2 |
Merge |
2007-01-20 |
Tim Deegan |
13545:ff4f4596cb29 |
[HVM] Save/restore cleanups 05: save-format headers |
2007-01-20 |
Tim Deegan |
13544:1fd5f1754cea |
[HVM] Save/restore cleanups 04: Move new domctls out of common code. |
2007-01-20 |
Tim Deegan |
13543:2457741f4ec3 |
[HVM] Save/restore cleanups 03: IRQ |
2007-01-20 |
Tim Deegan |
13542:dccdc3ee0efc |
[HVM] Save/restore cleanups 02: VCPU |
2007-01-20 |
Tim Deegan |
13541:56228886421d |
[HVM] Save/restore cleanups 01: PIT |
2007-01-19 |
kaf24 |
13540:0971f0e9461e |
[XEN] Remove bogus include reference. |
2007-01-19 |
kfraser |
13539:9f27746eff43 |
[LIBXC] Refactor xc_domain_resume() into its own source file. |
2007-01-19 |
kfraser |
13538:701afa77106a |
[XEN] Move hvm get/set domctl() commands to arch/x86/domctl.c. |
2007-01-19 |
kfraser |
13537:d4ed1deee42d |
Allow XS_INTRODUCE to be used for rebinding the xenstore evtchn. |
2007-01-19 |
kfraser |
13536:0bf0672528cf |
[XEN] Support VCPU reset via DOMCTL_setvcpucontext. |
2007-01-19 |
kfraser |
13535:62e2e515febe |
[XEN] New event-channel reset operation. |
2007-01-19 |
kfraser |
13534:f89126a59073 |
Add unsuspend hook for resuming devices in the checkpoint parent. |
2007-01-19 |
kfraser |
13533:b4a8000e76db |
Make xen_suspend handle resume. |
2007-01-19 |
kfraser |
13532:50cb739a68b6 |
[XEN] Add missing change for XS_RESUME. |
2007-01-19 |
kfraser |
13531:9a1809ce711b |
xenstore: add XS_RESUME command; export it to xend. |
2007-01-19 |
kfraser |
13530:dcb145f858e3 |
Add resumedomain domctl to resume a domain after checkpoint. |
2007-01-19 |
Christian Limpach |
13529:9a0b157a0ab0 |
[merge] with xen-unstable |
2007-01-19 |
Christian Limpach |
13528:3c8bb086025e |
[merge] with xen-unstable |
2007-01-18 |
Christian Limpach |
13527:8475a4e0425e |
[merge] with xen-unstable |
2007-01-18 |
Christian Limpach |
13526:3464bb656a9c |
[linux] Fix set_fixmap for vdso mapping on i386 and make x86_64 version correcter. |
2007-01-17 |
Christian Limpach |
13525:3adf00179a63 |
[linux] Update to linux-2.6.18. |
2007-01-12 |
Christian Limpach |
13524:5babd90037b8 |
[linux x86_64] Disable smp alternatives. |
2007-01-12 |
Christian Limpach |
13523:4fad820a2233 |
[linux] Update to linux-2.6.17. |
2007-01-19 |
kfraser |
13522:e9e327c3e81b |
[MINIOS] More cleanups for the ia64 port. |
2007-01-19 |
kfraser |
13521:374688d2db78 |
[MINIOS] Fix compile warnings with -O. |
2007-01-19 |
kfraser |
13520:5d08bf268f92 |
[TOOLS] Avoid void* arithmetic when parsing elf notes. |
2007-01-19 |
kfraser |
13519:1e5ad8ccb286 |
[XEN] Avoid void* arithmetic in elfnote code. |
2007-01-19 |
kfraser |
13518:1a45828882e9 |
[LIBXC] Handle trace-buffer cpumap endianness. |
2007-01-19 |
kfraser |
13517:cd532c9351fc |
[LIBXC] Convert between byte-based and 64-bit bitmap arrays. Use this |
2007-01-19 |
kfraser |
13516:fa5bc90a3cb7 |
[XEN] Convert between long-based and byte-based bitmap arrays. |
2007-01-19 |
Christian Limpach |
13515:3157835b1d45 |
[HVM] Whitespace cleanup. |
2007-01-19 |
kfraser |
13514:ba18f07cb61c |
[MINIOS] Added domctl and sysctl hypercalls to the |
2007-01-19 |
kfraser |
13513:9b76e8f30c88 |
[XEN] Revert change to vcpu_guest_context which breaks guest ABI. |
2007-01-19 |
Christian Limpach |
13512:2ef07c610729 |
[HVM] Only update guest time on timer interrupt delivery if the guest time is in the past. |
2007-01-19 |
Ewan Mellor |
13511:683bc79cf579 |
Tidy up the restore path following HVM save/restore patches. |
2007-01-18 |
john levon |
13510:5633bb2abeaf |
Update pygrub for new Solaris directory names. |
2007-01-18 |
kfraser |
13509:e2539ab3580a |
[HVM] Fix slow wallclock in x64 Vista. This is due to confusing a |
2007-01-18 |
Christian Limpach |
13508:16847428f859 |
[linux networking] Remove the code to allocate page sized skbs. |
2007-01-18 |
kfraser |
13507:4f0a68df2585 |
Build PAE by default on x86_32. |
2007-01-18 |
kfraser |
13506:e2ca6bd16046 |
Merge with xen-ia64-unstable.hg |
2007-01-18 |
kfraser |
13505:7c653e58cbe4 |
Copy vmlinuz to correct folder when make source on IA64 platform. |
2007-01-18 |
Christian Limpach |
13504:bba84748022d |
[ioemu] fix build - prototype for static function needs to be static. |
2007-01-18 |
Ewan Mellor |
13503:4cad44a3ad86 |
Allow vcpu_avail to be specified in the configuration file. Rationalise our |
2007-01-18 |
Alastair Tse |
13502:bf3658f32651 |
Fix get_config_value fix |
2007-01-18 |
Ewan Mellor |
13501:0cd1ad6dc19d |
Fix get_config_value call. |
2007-01-18 |
Tim Deegan |
13500:f78cca1e57a2 |
[HVM] Save/Restore: don't clobber page types in shadow code |
2007-01-18 |
Tim Deegan |
13499:5859be201110 |
[HVM] Save/restore: Sometimes the hg changeset is not available. |
2007-01-18 |
Tim Deegan |
13498:53a1dbb70386 |
[HVM] Save/Restore: Various structures have changed |
2007-01-18 |
Tim Deegan |
13497:025218cdb17d |
[HVM] save restore: shadow fix |
2007-01-18 |
Tim Deegan |
13496:4138b80a8a23 |
[HVM] save restore: guest memory handling |
2007-01-18 |
Tim Deegan |
13495:239c8504f48d |
[HVM] save restore: device model support |
2007-01-16 |
Steven Hand |
13494:873884fe1827 |
[HVM] save restore: vcpu context support |
2007-01-18 |
Tim Deegan |
13493:5f340f19bbb7 |
[HVM] save restore: save restore dev in HV |
2007-01-18 |
Tim Deegan |
13492:44668189f354 |
[HVM] save restore: new hyper-call |
2007-01-18 |
Tim Deegan |
13491:1e590ddb1277 |
[HVM] save restore: frame work |
2007-01-18 |
Christian Limpach |
13490:d64601b977b0 |
[linux config] enable CONFIG_SCSI_SATA_AHCI/CONFIG_BNX2 in dom0 config. |
2007-01-18 |
Alastair Tse |
13489:dfcd80b56b82 |
[XEND] Change SrvServer to not require sockets to be non-blocking. |
2007-01-18 |
Christian Limpach |
13488:eee24157bad2 |
[linux config] enable CONFIG_SCSI_SATA_AHCI in dom0 config. |
2007-01-18 |
Christian Limpach |
13487:e7eb9b7613bb |
[linux] remove gratuitous differences with plain linux. |
2007-01-16 |
john levon |
13486:9447d715956b |
Solaris should used a netback of type 'SUNW_mac' and 'vif-vnic' as the |
2007-01-18 |
Ewan Mellor |
13485:074170d7284c |
Allow xend configuration via Solaris SMF as well as the config file. |
2007-01-18 |
Ewan Mellor |
13484:a18ae238eb53 |
Rename XendRoot to XendOptions. |
2007-01-18 |
Alastair Tse |
13483:fd0f2b4b7071 |
[XEND] Fix order of kernel argument construction to prevent arg repeat bug |
2007-01-18 |
Tim Deegan |
13482:8e79d8d87ecd |
Revert 13389; libfsimage version does not need to change after all. |
2007-01-17 |
kaf24 |
13481:e5f585514b16 |
[XEN] Simplify CR3 switching code (remove slow path that allows old |
2007-01-17 |
kaf24 |
13480:05c1db1b8cb9 |
[XEN] Fix deferred mmu op logic. |
2007-01-26 |
awilliam |
13479:1faf482f119c |
[IA64] Register NEW_TLBFLUSH_CLOCK_PERIOD_SOFTIRQ |
2007-01-26 |
awilliam |
13478:b741b300a0f2 |
[IA64] Remove dead code |
2007-01-25 |
awilliam |
13477:6745b7274eff |
[IA64] Optimize vmx_vcpu_thash() |
2007-01-25 |
awilliam |
13476:730e24a1594a |
[IA64] Set IRQ_PER_CPU status on percpu IRQs |
2007-01-24 |
awilliam |
13475:b4df7de0cbf7 |
[IA64] Fix oops message from timer_interrupton VTI domain |
2007-01-24 |
awilliam |
13474:b8de061f3dc6 |
[IA64] xen might misunderstand a normal page as I/O page |
2007-01-24 |
awilliam |
13473:1487b2114fc2 |
[IA64] ptc_ga might not purge vtlb |
2007-01-23 |
awilliam |
13472:10dd3c907ca7 |
[IA64] Fix Xen crash when creating VTI domain |
2007-01-23 |
awilliam |
13471:b59b6173455d |
[IA64] Improve INIT call trace |
2007-01-23 |
awilliam |
13470:b194a9f3eba2 |
[IA64] Fix broken switch stack |
2007-01-23 |
awilliam |
13469:d12ea0bfecce |
[IA64] Implement eager save, lazy restore FP algorithm |
2007-01-23 |
awilliam |
13468:8bfc6e85eeba |
[IA64] Move asm/percpu.h to linux-xen |
2007-01-23 |
awilliam |
13467:9576f09c9eff |
[IA64] Avoid dom0 insufficient memory panic when creating guests |
2007-01-23 |
awilliam |
13466:b3c79bad5de0 |
[IA64] Remove VALIDATE_VT code |
2007-01-17 |
awilliam |
13465:58637a0a7c7e |
[IA64] Remove duplicate typedefs |
2007-01-17 |
awilliam |
13464:26c75e0e48ed |
merge with xen-unstable.hg |
2007-01-17 |
kfraser |
13463:dd0989523d17 |
Export XEN_TARGET_ARCH to buildconfig sub-Makefiles even if it is not |
2007-01-17 |
kfraser |
13462:6d832b092857 |
[XEN] A few emulator fixes. |
2007-01-17 |
kfraser |
13461:8690e3448971 |
[MINIOS] New make structure to support different architectures. |
2007-01-17 |
kfraser |
13460:120d882a4d8e |
[HVM] i8254: Fix bogus use of current |
2007-01-17 |
kfraser |
13459:9fa13c7ebf8a |
linux: Allow microcode updates of smaller than default size. |
2007-01-17 |
kfraser |
13458:e303a2f329ee |
Microcode does not need to have the default size of 2000+48 bytes. |
2007-01-17 |
kfraser |
13457:13db896ef324 |
[XEND] Fix warning about 'cpus' option on domain creation. |
2007-01-17 |
kfraser |
13456:3dcd2664853a |
Add scheduler name to 'xm info' output. |
2007-01-17 |
kfraser |
13455:84b7639a3bd4 |
linux/i386: enhance dump_fault_path() in the highpte case |
2007-01-17 |
kfraser |
13454:0fd65225e4c6 |
[XEN] Fix PAE writable-pte fixup to only trigger on writes to upper |
2007-01-17 |
kfraser |
13453:e798c9010e93 |
Document vfb configuration. |
2007-01-17 |
kfraser |
13452:fe76b80d081a |
[XEN] Include byteorder functions from Linux. |
2007-01-17 |
Tim Deegan |
13451:8a397303fe09 |
[LIBFSIMAGE] Fix makefile to track version number change |
2007-01-16 |
john levon |
13450:2ff7dedde1e3 |
Remove useless fsip_fs_free(). Delegate freeing of private data to its plugin |
2007-01-16 |
George Dunlap |
13449:fd2667419c53 |
[XEN] Fix early-unshadow detection for 3- or 4-level guest pagetables. |
2007-01-16 |
Steven Hand |
13448:895d873a00b4 |
Enable lazy (on-demand) allocation of memory to a guest being restored; this |
2007-01-15 |
Steven Hand |
13447:887168cf7532 |
Remove bogus sanity check from xc_linux_save. |
2007-01-15 |
Steven Hand |
13446:72b977953aaf |
Comment fix. |
2007-01-15 |
Tim Deegan |
13445:ba18aa8b9315 |
[PYGRUB] Make the boot-choice timeout actually time out. |
2007-01-15 |
kfraser |
13444:ef23a0150abb |
[HVM] Fix calculation of address size in long mode. |
2007-01-15 |
kfraser |
13443:0ba81aa56455 |
[XEN] Allow stack-address-size to be specified differently from |
2007-01-15 |
kfraser |
13442:ba5e80864f9c |
[XEN] BSF/BSR set ZF not CF. |
2007-01-17 |
awilliam |
13441:7e9077dd4010 |
[IA64] Passing address of PSCB is not needed |
2007-01-17 |
awilliam |
13440:efaf9c2de07e |
[IA64] Remove duplicate check is_running_on_xen |
2007-01-17 |
awilliam |
13439:2056bc71fa55 |
[IA64] Let Xen handle identity mapping for xenolinux region 7 |
2007-01-16 |
awilliam |
13438:43115ffc6635 |
[IA64] Paravirtualize syscall path in file fsys.S |
2007-01-16 |
awilliam |
13437:7a2c224a9252 |
[IA64] Add fsys.S to sparse tree |
2007-01-16 |
awilliam |
13436:1d72428a0fab |
[IA64] Remove dorfirfi completely |
2007-01-16 |
awilliam |
13435:24ce556e3049 |
[IA64] Add privilege check back for hypercall |
2007-01-16 |
awilliam |
13434:7d8670a30445 |
[IA64] Change vCPU initialization to avoid domVTi privregs memory leak |
2007-01-15 |
awilliam |
13433:a2b2b2a011f1 |
merge with xen-unstable.hg |
2007-01-15 |
kaf24 |
13432:fb46005e0756 |
[MINIOS] Clean up final link stage of the build. |
2007-01-15 |
Steven Hand |
13431:b2a31053955d |
Fix clean build after cset 13345:648e58e31c26 |
2007-01-14 |
kaf24 |
13430:2b50acbdf01b |
[XEN] Emulate BSF/BSR. Fix ARPL emulation. |
2007-01-14 |
kaf24 |
13429:179453a85929 |
[XEN] Emulate AMD-defined two-byte NOP opcodes with ModRM. |
2007-01-14 |
kaf24 |
13428:a6f10ffa07a0 |
[XEN] Emulate PUSHA/POPA/ARPL/BOUND. |
2007-01-14 |
kaf24 |
13427:328deec3febf |
[XEN] Fix some e820 start-of-day issues by clipping all E820_RAM |
2007-01-14 |
kaf24 |
13426:eb19c2745b80 |
[XEN] Emulate MUL/DIV. Tweak test suite build. |
2007-01-13 |
kaf24 |
13425:e079f1ff6744 |
[TESTS] Fix native jump to 1MB absolute address in emulator test. |
2007-01-13 |
kaf24 |
13424:a8f62eb194e3 |
[XEN] Clean up long division code, fix for C99-mandated |
2007-01-12 |
kfraser |
13423:ba239a4a7c3f |
[XEN] 'd' key dumps both host and guest state. |
2007-01-12 |
kfraser |
13422:e5ded8fe74ad |
Extend emulator testing. |
2007-01-12 |
Ian Campbell |
13421:819e9449db07 |
[PATCH] kexec/kdump: allow zero start for crashkernel |
2007-01-12 |
kfraser |
13420:c149ffa2fd1a |
linux: Add trivial forwarding of dma_{,un}map_page when not using highmem |
2007-01-12 |
kfraser |
13419:ed73ff8440d8 |
linux: Reduce restrictions on address width for DMA operations |
2007-01-12 |
kfraser |
13418:38fcc7646959 |
[MINIOS] Update __XEN_INTERFACE_VERSION__ |
2007-01-12 |
kfraser |
13417:c2fd75d7e2b7 |
[LINUX] ipv6: Disable addrconf on Xen bridge device |
2007-01-12 |
kfraser |
13416:c71fe03f086f |
merge |
2007-01-12 |
kfraser |
13415:65a835dee3bc |
[MINIOS] Implement a network frontend driver. |
2007-01-12 |
kfraser |
13414:2406531dae95 |
[MINIOS] Fix grant-entry freelist maintenance. |
2007-01-12 |
kfraser |
13413:1fc8fb8ea425 |
[MINIOS] Support xenbus watches. |
2007-01-12 |
Alastair Tse |
13412:dccc51cac027 |
Make get-fields.sh really get run by bash rather than default /bin/sh. |
2007-01-12 |
kfraser |
13411:6a53d3abe7f8 |
Fix xencomm_copy_{from, to}_guest. |
2007-01-12 |
kfraser |
13410:f159e81e0b44 |
[IA64]: noreturn cannot be used if function may return |
2007-01-12 |
kfraser |
13409:3efc6a135cc3 |
x86/PAE linux: don't restrict upper half of page table entries to 3 bits |
2007-01-12 |
kfraser |
13408:bad268302c58 |
Fix trivial bug in xentop main loop. |
2007-01-12 |
kfraser |
13407:d2505c4ca32b |
Add vfb config examples. |
2007-01-12 |
kfraser |
13406:7bf03e7ad6d0 |
Parse Solaris VTOCs in pygrub. |
2007-01-12 |
kfraser |
13405:c6cea93d3cd9 |
[PV-on-HVM] Allow platform interrupt to be used for entropy. |
2007-01-12 |
kfraser |
13404:7ad205a162a8 |
x86: properly handle LOCK prefix in privileged PV opcode emulation |
2007-01-12 |
kfraser |
13403:3f419d160647 |
Fix xc_ptrace() for PAE. |
2007-01-12 |
kfraser |
13402:3b4ddf62f657 |
Fix udev check. |
2007-01-12 |
kfraser |
13401:9c6531217c7c |
[XEN] Fix guest-access macros. |
2007-01-12 |
kfraser |
13400:204c2724f800 |
[XEN] Default to 80x50 VGA text console. |
2007-01-12 |
kfraser |
13399:f328425d553e |
[LINUX] swiotlb: eliminate KM_SWIOTLB and thus the need for a Xen-specific kmap_types.h. |
2007-01-12 |
kfraser |
13398:648e58e31c26 |
linux/i386: allow CONFIG_HIGHPTE on i386 |
2007-01-12 |
kfraser |
13397:7c5c72a0283f |
[LINUX] x86/64: Sync pagetable management with i386 Xen code. |
2007-01-12 |
kfraser |
13396:ded167dc4dc9 |
[XEN] Consistent assumption that PTEs contain MFNs in both ptwr |
2007-01-12 |
kfraser |
13395:95a0b456255a |
[XEN] Replace mfn_to_page(lXe_get_pfn()) by lXe_get_page(). |
2007-01-12 |
kfraser |
13394:162d9d9eaf4a |
[HVM] Fix timer interrupt delivery on x64 Vista. |
2007-01-11 |
kfraser |
13393:ecf6a0a05350 |
[XEN] Add LOOP{,Z,NZ} and CBW/CWD/... emulation. |
2007-01-11 |
Ewan Mellor |
13392:568ba07641c6 |
This patch does the following: |
2007-01-11 |
Ewan Mellor |
13391:09e3072f71e6 |
I added a parameter '-md' to 'runtest.sh' for running the xm test suite |
2007-01-11 |
Ewan Mellor |
13390:7ce714d3a9ac |
Source a file called 'vtpm-impl.alt' if it exists. |
2007-01-11 |
Ewan Mellor |
13389:77041741529c |
This fixes the xen-api documentation latex-compilation. |
2007-01-11 |
kfraser |
13388:f455a26a4170 |
[XEN] Fix/implement JMP/CALL/RET emulation. |
2007-01-11 |
Alastair Tse |
13387:66eba8d1b83a |
[XEND] Device update should handle SXP without 'device' as first |
2007-01-11 |
Alastair Tse |
13386:bf605c314a91 |
[XEND] Fix broken block-configure. |
2007-01-11 |
kfraser |
13385:2c73e6e647f3 |
[XEN] Use local var instead of current->domain in two places. |
2007-01-11 |
kfraser |
13384:866a167bcb49 |
[HVM][VMX] Some simplifications, particularly to vmx_load/save_cpu_regs. |
2007-01-11 |
kfraser |
13383:a84fc0de350d |
[XEN] More emulator fixes and emulate BSWAP. |
2007-01-11 |
Ian Campbell |
13382:c8bfa8d94cf6 |
[XEN] Update comments in elfnote.h interface header. |
2007-01-08 |
john levon |
13381:204a4a040a42 |
Use strstr() to look for "bimodal" string in ELF notes, to allow guests to use |
2007-01-11 |
kfraser |
13380:558960865583 |
[XEN] More emulator fixes: |
2007-01-11 |
Tim Deegan |
13379:dc0638bb4628 |
[HVM] Allow a dom to have nonsense m2p entries when building the p2m |
2007-01-09 |
Jake Wires |
13378:e66f047bc97e |
[BLKTAP/BLKBACK] name blktap/blkback kernel threads as "domid.virtual_devname" |
2007-01-10 |
Emmanuel Ackaouy |
13377:b61be7771104 |
[XEN] Partial fix for compat build non-portability. |
2007-01-10 |
Emmanuel Ackaouy |
13376:aa127e545b73 |
[XEN] 32on64: need to take multicall context into consideration |
2007-01-10 |
kfraser |
13375:160ff08f8b1f |
[HVM][VMX] Fix problem taking an NMI on entry/exit |
2007-01-10 |
kfraser |
13374:5c5d9692f559 |
[HVM] Allow PV-on-HVM callback irq to be identified by PCI device. |
2007-01-10 |
kfraser |
13373:36fd53b2e3b4 |
[HVM] Remove unneeded vcpu_kick() from HPET device model. |
2007-01-14 |
awilliam |
13372:c6b683ba68f5 |
[IA64] Fix save/restore |
2007-01-14 |
awilliam |
13371:43c5302ee92d |
[IA64] Fix multicall hypercall |
2007-01-12 |
awilliam |
13370:809043a22786 |
[IA64] Implement hyper_get_psr |
2007-01-12 |
awilliam |
13369:c1b98df7386d |
[IA64] Fix xencomm_arch_hypercall_suspend |
2007-01-12 |
awilliam |
13368:cd6598396086 |
[IA64] Simplify lazy cover algorithm |
2007-01-11 |
awilliam |
13367:01ea554f1c5e |
[IA64] Hypercall optimizations |
2007-01-11 |
awilliam |
13366:db72b85b81bb |
[IA64] merge increment_iip |
2007-01-11 |
awilliam |
13365:d607d575ec6a |
[IA64] Can't inject event, when guest is executing rfi |
2007-01-12 |
awilliam |
13364:b440f5dbca1f |
[IA64] Use original itir when inserting into the single-entry TLB |
2007-01-12 |
awilliam |
13363:5d328ef9da71 |
[IA64] Make crash command happy |
2007-01-12 |
awilliam |
13362:8835443fa3b3 |
[IA64] Resolve a race in tlb_track_search_and_remove() |
2007-01-11 |
awilliam |
13361:9cbb1d6fb34a |
[IA64] fix domain_flush_vtlb_all() |
2007-01-10 |
awilliam |
13360:91be8436952d |
[IA64] Clean up build warnings |
2007-01-10 |
awilliam |
13359:b11e75e65f90 |
[IA64] Move cmdline.c to linux-xen |
2007-01-10 |
awilliam |
13358:8c9c3ae604bc |
[IA64] Add empty nmi.h |
2007-01-10 |
awilliam |
13357:bca11a0161e3 |
[IA64] Remove bogus linux/kernel.h include |
2007-01-10 |
awilliam |
13356:58633caeece9 |
merge with xen-unstable.hg |
2007-01-10 |
kfraser |
13355:0b679a6d8ad0 |
[XEN] Remove bogus BUG_ON() which breaks the build with gcc 4.2.0. |
2007-01-10 |
Ian Campbell |
13354:8d34cd47db22 |
[PATCH] kexec/kdump: remove unnecessary incusion of asm/fixmap.h |
2007-01-10 |
Ian Campbell |
13353:92977f1ce2f5 |
[LINUX] Clarify comment in xen_machine_kexec_setup_resources(). |
2007-01-09 |
kfraser |
13352:51fd5bdc2744 |
[HVM] Ignore evtchn_upcall_mask and initialise to zero. |
2007-01-09 |
Ewan Mellor |
13351:7fd4e256196b |
Update sched-credit test to match new format from xm sched-credit. |
2007-01-09 |
Ewan Mellor |
13350:56e2341f02c4 |
This simple patch allows domains created in the xm-test suite to be |
2007-01-09 |
Ewan Mellor |
13349:fb38d0794f50 |
Add needed modules to the ramdisk if the modules exist on the current system. |
2007-01-09 |
Ian Campbell |
13348:761f695043ff |
merge |
2007-01-09 |
Ian Campbell |
13347:f653919e069a |
[XEN] Kexec: Make some variables static. |
2007-01-09 |
Ian Campbell |
13346:91b9c6eae6e8 |
[XEN] Kexec: Clean up ELF note construction to avoid multiply nested |
2007-01-09 |
Ian Campbell |
13345:79b5090c791f |
[LINUX] Kexec: Don't try to load an NULL image. This can occur when unloading. |
2007-01-09 |
kfraser |
13344:ddea7363fa41 |
[TEST] Fix x86_emulate tests on x86/64 host. |
2007-01-09 |
kfraser |
13343:c98f3f3f7099 |
[XEN] Emulate DAA/DAS the hard way. We cannot execute the instruction |
2007-01-09 |
Tim Deegan |
13342:de6b5a76d680 |
[HVM] Remove unnecessary write barriers |
2007-01-09 |
Tim Deegan |
13341:3040ba0f2d3d |
When booting via xm, only run the bootloader if it's in non-interactive mode: |
2007-01-09 |
Tim Deegan |
13340:3f8930dc7d90 |
Fix xm create direct call to XendBootloader |
2007-01-09 |
Tim Deegan |
13339:4d3ac395ea57 |
Fix bootloader = "pygrub" via 'xm create'. |
2007-01-09 |
Tim Deegan |
13338:8966444e69fa |
Fix auto-bootloading via 'xm create'. |
2007-01-09 |
Tim Deegan |
13337:ac626903f46b |
Sniff for Solaris if not specified. This allows Solaris domU's to automatically |
2007-01-09 |
Tim Deegan |
13336:6638763ee12c |
Pass in kernel/ramdisk settings to pygrub; if specified, don't try to use |
2007-01-09 |
Tim Deegan |
13335:2dba70eb5bd5 |
Fix for pygrub path on Solaris. |
2007-01-09 |
kfraser |
13334:9518bff7c762 |
[XEN] Fill in some more opcode space in the emulator. |
2007-01-09 |
Ewan Mellor |
13333:717f64715f32 |
Do not call refreshShutdown in XendDomain for VM-list operations, as this |
2007-01-09 |
Tim Deegan |
13332:6d6a4d5801bd |
[HVM] Fix shadow memory tracking |
2007-01-08 |
kfraser |
13331:8a99ebc5f5a4 |
[XEN] Tweak x86 emulator interface. |
2007-01-08 |
Christian Limpach |
13330:1e7bbecdc0a2 |
[linux build] Append $XENGUEST to kernel version. |
2007-01-08 |
Ian Campbell |
13329:dbb387175f1b |
[XEN] Fix MAP target. |
2007-01-08 |
kfraser |
13328:f240c09f08d2 |
[XEN] Emulate relative near/short jumps, including Jcc. |
2007-01-08 |
kfraser |
13327:5eeb4bac1b17 |
merge |
2007-01-08 |
kfraser |
13326:037f49cd8016 |
Fix signedness issue in private implementation of memmem(). |
2007-01-08 |
kfraser |
13325:7878db2276c9 |
Update .hgignore |
2007-01-08 |
Tim Deegan |
13324:a06ee98fa3b6 |
Merge |
2007-01-08 |
Tim Deegan |
13323:416d3086a572 |
[HVM] Add expansion-ROM boot support again. |
2007-01-08 |
Christian Limpach |
13322:c89384734c19 |
[linux build] Build Linux kernels with output files in a separate directory. |
2007-01-06 |
kaf24 |
13321:9ba91a854787 |
[XEN] Emulate MOV imm->reg. |
2007-01-06 |
kfraser |
13320:d3e40fd6038e |
[PV-on-HVM] Add definition of irq_to_evtchn_port(). |
2007-01-06 |
Emmanuel Ackaouy |
13319:69579f9f1c81 |
[TOOLS] Improve information displayed by the xm sched-credit command. |
2007-01-05 |
Ian Campbell |
13318:9865145e53eb |
[XEN] Skip over the unit in parse_size_and_unit() when returning the remainder |
2007-01-05 |
kfraser |
13317:b648a579b0b4 |
[XEN] Fix new XCHG emulation. |
2007-01-05 |
Emmanuel Ackaouy |
13316:d898b5990ed7 |
merge |
2007-01-05 |
Emmanuel Ackaouy |
13315:23dcc167b97e |
Initial support for HVM compat guests |
2007-01-05 |
Alastair Tse |
13314:cb1f71890c93 |
Add support to list VDIs and SRs in xapi.py |
2007-01-05 |
Emmanuel Ackaouy |
13313:1b7ebd25fa40 |
merge |
2007-01-05 |
Emmanuel Ackaouy |
13312:973e4d233461 |
Support for save and restore of compatibility guests |
2007-01-05 |
Emmanuel Ackaouy |
13311:96dacd72fdbe |
Preliminary, likely incomplete and/or wrong, adjustments to shadow code. |
2007-01-05 |
Emmanuel Ackaouy |
13310:b8eeb4537e09 |
Enable compatibility mode operation for kexec. |
2007-01-05 |
Emmanuel Ackaouy |
13309:762cb69ce3be |
Enable compatibility mode operation for trace buffer access. |
2007-01-05 |
Emmanuel Ackaouy |
13308:5442b2458e1b |
Enable compatibility mode operation for HYPERVISOR_domctl. Also add logic |
2007-01-05 |
Emmanuel Ackaouy |
13307:d80684d19ef4 |
Enable compatibility mode operation for HYPERVISOR_sysctl. |
2007-01-05 |
Emmanuel Ackaouy |
13306:62f3df867d0e |
Enable compatibility mode operation for HYPERVISOR_xenoprof_op. |
2007-01-05 |
Emmanuel Ackaouy |
13305:56cd6d669151 |
Enable compatibility mode operation for HYPERVISOR_acm_op. |
2007-01-05 |
Emmanuel Ackaouy |
13304:e82eda09ef41 |
Enable compatibility mode operation for HYPERVISOR_platformop. |
2007-01-05 |
Emmanuel Ackaouy |
13303:e1971b229e89 |
Enable compatibility mode operation for HYPERVISOR_grant_table_op. |
2007-01-05 |
Emmanuel Ackaouy |
13302:883c0080dd05 |
Enable compatibility mode operation for HYPERVISOR_sched_op and |
2007-01-05 |
Emmanuel Ackaouy |
13301:c2a82e026497 |
Enable compatibility mode operation for HYPERVISOR_multicall. |
2007-01-05 |
Emmanuel Ackaouy |
13300:e5f24d5f71ac |
Enable compatibility mode operation for HYPERVISOR_set_trap_table and |
2007-01-05 |
Emmanuel Ackaouy |
13299:ac55ec633422 |
Merge vcpuop compat header creation |
2007-01-05 |
Emmanuel Ackaouy |
13298:203f982ed5d9 |
Enable compatibility mode operation for HYPERVISOR_vcpu_op. |
2007-01-05 |
Emmanuel Ackaouy |
13297:ee395551208d |
Enable compatibility mode operation for HYPERVISOR_physdev_op and |
2007-01-05 |
Emmanuel Ackaouy |
13296:e4088ae584b8 |
Enable compatibility mode operation for HYPERVISOR_mmu_update and |
2007-01-05 |
Emmanuel Ackaouy |
13295:244e46e7d021 |
Enable compatibility mode operation for HYPERVISOR_memory_op, |
2007-01-05 |
Emmanuel Ackaouy |
13294:3870aff51ae3 |
Adjust emulation code to deal with compatibility mode guests. This |
2007-01-05 |
Emmanuel Ackaouy |
13293:f632c0c36976 |
Add page table setup and handling, including the creation of an m2p table |
2007-01-05 |
Emmanuel Ackaouy |
13292:4c8f157a3a47 |
Handle shared info (having different layout for native and compatibility |
2007-01-05 |
Emmanuel Ackaouy |
13291:4a164bf1edfc |
Handle the creation of startup info for compatibility mode guests. This |
2007-01-05 |
Emmanuel Ackaouy |
13290:e98b092c2057 |
Add logic to generate headers reflecting the compatibility mode layout |
2007-01-05 |
Emmanuel Ackaouy |
13289:5a690aa51fb5 |
Add entry points for handling hypercalls from and returning to |
2007-01-05 |
Emmanuel Ackaouy |
13288:7c5eea5feebd |
Introduce _DOMF_compat and infrastructure as well as several conditionals |
2007-01-05 |
kfraser |
13287:12a441c7b5c5 |
[BALLOON] Ifdef some x86-specific balloon init code. |
2007-01-05 |
Alastair Tse |
13286:c75883680f28 |
[XEND] Fix some Xen API error declarations. |
2007-01-05 |
Tim Deegan |
13285:e4aef8507b13 |
[HVM] Sync the base memory reported by ROMBIOS with the e820 map. |
2007-01-05 |
Ewan Mellor |
13284:e81c9fc5b431 |
Catch exception from dumpCore when inside refreshShutdown. |
2007-01-05 |
kfraser |
13283:a22258c9fe75 |
[XEN] Remove an out-of-date comment. |
2007-01-05 |
kfraser |
13282:df00f7a98821 |
[XEN] Add more instructions to the emulator. |
2007-01-05 |
Ewan Mellor |
13281:568efb79a0f6 |
Fix examples to have correct class names and error handling. |
2007-01-05 |
Ewan Mellor |
13280:f43fc1d6c1a6 |
Added session.last_active field. Removed the constructors and destructors for |
2007-01-05 |
Ewan Mellor |
13279:8fd5113abb2e |
Added NETWORK_ALREADY_CONNECTED error code to the documentation. |
2007-01-05 |
Ewan Mellor |
13278:5f86325c62f6 |
Record the last shutdown reason for each VM in the store. |
2007-01-05 |
Ewan Mellor |
13277:efbfcc3b9f38 |
Rename the 3DNOW and 3DNOWEXT API constants to THREEDNOW, so that they may be |
2007-01-05 |
kfraser |
13276:16b0e0f250f4 |
[XEN] Fix EA calculation for POP <rm> when stack pointer is used as |
2007-01-05 |
Ewan Mellor |
13275:58efd34d0837 |
Fix bindings for PIF_set_MAC and PIF.set_MTU. |
2007-01-05 |
Ewan Mellor |
13274:ea493d9b82df |
Fix missing import, and a small tidyup. |
2007-01-05 |
Ewan Mellor |
13273:269a08123d87 |
Remove broken and unused set_u32. |
2007-01-05 |
Ewan Mellor |
13272:bb8ae710d829 |
Treat <value> tags with no type tag inside as if they were strings (as required |
2007-01-05 |
Ewan Mellor |
13271:36e00d04278d |
Added permissiveness for floats. |
2007-01-05 |
kfraser |
13270:68f0d46de55a |
Xen 3.0.3 pre-pended all configuration prior to the user-specified |
2007-01-05 |
kfraser |
13269:10a6d7eff555 |
Fix xend stop if we're run directly instead of via the caretaker parent. |
2007-01-05 |
kfraser |
13268:344c8ae3cecb |
[XEN] Add LEA to the Xen x86 emulator. Rename x86_emulate_memop() to |
2007-01-05 |
Ian Campbell |
13267:d04ff58bbe18 |
merge |
2007-01-05 |
Ian Campbell |
13266:f890bbfc2d25 |
[TOOLS] Fix typo in XenDomainInfo:device_configure. |
2007-01-05 |
kfraser |
13265:583f3e93a421 |
[XEN] Add extra opcodes to emulator. Fix operand-size |
2007-01-04 |
Alastair Tse |
13264:532b5b999b30 |
[XEND] Fix block-list for dom0 in xm. |
2007-01-04 |
Alastair Tse |
13263:3157b54eb465 |
[XEND] Prevent exception if PIF does not have a network. |
2007-01-04 |
Alastair Tse |
13262:b2ea5ae25a26 |
[XEND] Add VBD_MODE enum from XenAPI. |
2007-01-04 |
Alastair Tse |
13261:292edc60d260 |
[XEND] Default values for VBD mode and cpu_weight. |
2007-01-04 |
Alastair Tse |
13260:cade632793b1 |
[XEND] Only use DevController to generate SXP for running domains. |
2007-01-04 |
kfraser |
13259:d03beab5e1ad |
[XEND] Allow arbitrary values for the vif 'type'. |
2007-01-04 |
Christian Limpach |
13258:98dadb3df5ca |
[linux] Fix vsnprintf patch not to write null byte past the end of the buffer. |
2007-01-04 |
Alastair Tse |
13257:48c9028e6f8e |
[XEND] Parse as much device SXP as possible. |
2007-01-04 |
Steven Hand |
13256:b82e1ed0870a |
[XM-TEST] Tweak 06_block-destroy_check_list_pos to allow more time to check |
2007-01-04 |
Alastair Tse |
13255:b071319927b6 |
Switch hotplug scripts to use /bin/bash rather than /bin/sh. |
2007-01-04 |
Christian Limpach |
13254:f3c3f9bd798e |
[linux] Remove some gratuitous differences with plain 2.6.16.33. |
2007-01-04 |
Steven Hand |
13253:338ceb7b1f09 |
Make sure we always have a sensible idle function; this fixes problems |
2007-01-04 |
kfraser |
13252:60e50c65f862 |
[XEND] Fix allocation of fixed VNC ports. |
2007-01-04 |
kfraser |
13251:bdbfbfdfbd64 |
[XEN] Avoid use of GNU-specific memmem(). |
2007-01-03 |
kaf24 |
13250:60f91c9f1a24 |
[XEN] Make labels _start,_end,_stext,_etext,_sinittext,_einittext generic. |
2007-01-03 |
kfraser |
13249:bf25488db8eb |
[LINUX] Implement the idle=poll option in the kernel when running on Xen. |
2007-01-03 |
Ian Campbell |
13248:55be48549bb1 |
[IOEMU] Process reset requests before returning control to the guest. |
2007-01-03 |
kfraser |
13247:d6bd12ec82b5 |
[LINUX] Build blktap as module named xenblktap. |
2007-01-02 |
Ewan Mellor |
13246:6b3bb79cb1c9 |
Reset the option-parsing object before using it -- this means that the |
2007-01-02 |
Ewan Mellor |
13245:2390f017e24f |
Minor extra logging. |
2007-01-03 |
kfraser |
13244:8268807adbed |
Remove stray tabs. |
2007-01-03 |
kfraser |
13243:968c9d322b88 |
[HVM][SVM] Triple faulkts (shutdown state) causes domain reset. |
2007-01-03 |
kfraser |
13242:f60c305186b4 |
[HVM] Add triple-fault handler (resets the domain). |
2007-01-02 |
Ian Campbell |
13241:886f7312257e |
[PV-on-HVM] blkfront: use %Lu instead of %llu to xenbus_gather. |
2007-01-02 |
Ian Campbell |
13240:9c028b3cdb55 |
Install hvm and arch-x86 subdirectories of xen/include/public |
2007-01-02 |
Ewan Mellor |
13239:71eadf04a1f9 |
Don't canonicalise the resource inside res_security_check if security is off. |
2007-01-02 |
Ewan Mellor |
13238:abcd545e7f4c |
Fix the error handling in acm.policy. |
2007-01-02 |
Ewan Mellor |
13237:7cd6c032689e |
Don't lose the image settings when rebooting domains. This fixes recent HVM |
2007-01-02 |
Tim Deegan |
13236:711c31232d71 |
[HVM] Don't set the shadow allocation to zero if the dom is still shadowed. |
2006-12-31 |
kaf24 |
13235:4fc6ffff2ac5 |
[HVM] Change VCPU->LAPIC_ID mapping so that VCPU0 has ID0. |
2006-12-31 |
kaf24 |
13234:dbddea768e29 |
[PV-ON-HVM] Update evtchn interface to match new PV Linux interfaces. |
2006-12-30 |
kaf24 |
13233:d275951acf10 |
[LINUX] Extend the event-channel interfaces to provide helper methods |
2006-12-30 |
kaf24 |
13232:63fb88610e1e |
[HVM] Rationalise OEM and Creator IDs and Table Revisions. |
2006-12-30 |
kaf24 |
13231:a578c9703416 |
[HVM] Minor HPET fixes/ and cleanups. |
2006-12-29 |
Ewan Mellor |
13230:444315d1ca5a |
Resurrect cset 13174:766eec31afab, with one fix -- pass the fallback flag to |
2006-12-29 |
Steven Hand |
13229:974fb31dcbe9 |
(temporarily) revert cset 13174:766eec31afab since it seems to break 64-bit; |
2006-12-29 |
Steven Hand |
13228:baf59a93800f |
Revert cset 13181:f087c013cf12 since the event channel is already unbound via |
2006-12-29 |
kaf24 |
13227:d5d5d3d491d8 |
Fix libxenstore library dependencies. |
2006-12-29 |
kaf24 |
13226:89d4e80cd1b7 |
Explicitly use GNU msgfmt on non-GNU systems. |
2006-12-29 |
kaf24 |
13225:f0e9c518d0ff |
[SOLARIS] Fix xentop build. |
2006-12-29 |
Steven Hand |
13224:25723963a6b6 |
Minor clean ups to shadow logdirty peek / clean. |
2006-12-29 |
kaf24 |
13223:a8b2738a6f7f |
[HVM] Fix HPET timer to support 8-byte accesses, erroneous updates |
2006-12-29 |
Steven Hand |
13222:98271ea55d94 |
Remove unused #defines. |
2006-12-29 |
Steven Hand |
13221:62ef527eb19f |
Remove 'netbuf race' debug output - we get tons of these for ballooned |
2006-12-28 |
Ewan Mellor |
13220:c731c158f63c |
Remove a few more explicit type conversions, now that stringify is fixed. |
2006-12-28 |
Ewan Mellor |
13219:bfa793180cb9 |
Fix xmlrpclib2's stringify to cope with floats and longs, removing the need |
2006-12-28 |
Ewan Mellor |
13218:e2392741cb91 |
Improve the documentation of the set add/remove methods. |