age |
author |
revision |
description |
2007-02-21 |
kfraser |
14041:b010e556fe2c |
x86: Extend emulator return codes. |
2007-02-21 |
Jake Wires |
14040:ad3ee81cc8c4 |
[BLKBACK/BLKTAP] add sysfs throughput profiling to blk{back/tap} |
2007-02-21 |
kfraser |
14039:87f31a0db841 |
hvm: local_events_need_delivery() must take into account VLAPIC/PIC status. |
2007-02-21 |
kfraser |
14038:335a8280ab1d |
libfs: Fix build with gcc4. |
2007-02-21 |
kfraser |
14037:af3281c66e73 |
Add find_domain_rcu_lock() and domain_rcu_unlock(). |
2007-02-21 |
kfraser |
14036:97826d77bd4d |
Use RCU for domain_list and domain_hash. |
2007-02-21 |
Tim Deegan |
14035:3c581edac93a |
Merge |
2007-02-13 |
Aron Griffis |
14034:47db75f8cc76 |
Port fsys_fat.c from grub legacy. This enables pygrub to load from EFI |
2007-02-20 |
john levon |
14033:fe3e024e38f8 |
Add iso9660 support to libfsimage. |
2007-02-21 |
kfraser |
14032:43e9952b07ea |
x86: Better BUG() and ASSERT() logging. |
2007-02-21 |
kfraser |
14031:bca284f67702 |
x86: Allow exceptions to be handled while interrupts are |
2007-02-21 |
Ewan Mellor |
14030:2840b5e7f585 |
Added C bindings for host.supported_bootloaders. |
2007-02-21 |
Ewan Mellor |
14029:2414007d92ba |
Fix allocation of the error_description fields. |
2007-02-20 |
Ewan Mellor |
14028:df08fe145d24 |
Put the set size in the structure on set-allocation. |
2007-02-20 |
Ewan Mellor |
14027:ee3ea729f5de |
Added host.supported_bootloaders field. |
2007-02-20 |
Ewan Mellor |
14026:e0e300fda3f0 |
Remove host.create and host.destroy -- these never made any sense. |
2007-02-20 |
Ewan Mellor |
14025:bab07bed5c0a |
Added modelling and C bindings for VIF/VBD QoS parameter setting. No Xend |
2007-02-20 |
Ewan Mellor |
14024:0aa6755159d5 |
Split the VIF I/O statistics fields out into a VIF_metrics class. Implement |
2007-02-20 |
Ewan Mellor |
14023:7819d9332fba |
Split the VBD I/O statistics out into a VBD_metrics class. Document the |
2007-02-20 |
Ewan Mellor |
14022:988b90c6b4f3 |
Added Console.other_config to the docs (Xend already has this). |
2007-02-20 |
Ewan Mellor |
14021:be35eed950da |
Rename Console.uri to location. Xend already uses the latter. |
2007-02-20 |
Ewan Mellor |
14020:8773b1a38c83 |
Remove VM.VCPUs_number and VM.VCPUs_utilisation as these have moved onto the |
2007-02-20 |
Ewan Mellor |
14019:8bcd71c3b495 |
Replace the X_HANDLE_INVALID error codes with a single HANDLE_INVALID that |
2007-02-20 |
kfraser |
14018:f65a24235f58 |
hvm: Fix getvcpucontext to return the correct CR3 value. |
2007-02-20 |
Tim Deegan |
14017:c39a6b458bd0 |
[HVM] Fix MMIO AND emulation |
2007-02-20 |
Tim Deegan |
14016:4314691c70a2 |
[HVM] Fix MMIO LODS emulation |
2007-02-20 |
kfraser |
14015:e7994a122aab |
x86 emulation: fix bswap |
2007-02-20 |
kfraser |
14014:4719e34ed7a7 |
x86: Fix emulation of REP prefix. |
2007-02-20 |
Tim Deegan |
14013:b5ee25f50861 |
Merge |
2007-02-20 |
Tim Deegan |
14012:f48553000369 |
[HVM] Another unchecked caller of hvm_copy_to_guest_virt() |
2007-02-20 |
kfraser |
14011:c57d80520e7a |
acm: More fixes after grant-table changes. These are all bugs |
2007-02-20 |
Tim Deegan |
14010:92a4aafb8cbc |
Merge |
2007-02-20 |
Tim Deegan |
14009:6746873997b5 |
[XEN] Get rid of gva_to_gpa translation |
2007-02-20 |
Vincent Hanquez |
14008:75697d623a2b |
add /sbin to the $PATH and use ldconfig -p instead of ldconfig -v |
2007-02-20 |
Tim Deegan |
14007:e4ddec3dffb0 |
[XEN] Fix skip-verify shadow heuristic |
2007-02-20 |
kfraser |
14006:ecb6cd61a9cf |
linux: Fix swiotlb bug-out due to uninitialised end_pfn/max_mapnr. |
2007-02-20 |
Vincent Hanquez |
14005:93035b689834 |
add /sbin to the $PATH for debian's ldconfig. |
2007-02-20 |
kfraser |
14004:0a348e9ecedb |
linux/x86: Advertise which page table entries contain MFNs and hence |
2007-02-20 |
kfraser |
14003:4990b2236f06 |
xen/x86: Better BUG back traces. |
2007-02-20 |
Tim Deegan |
14002:266d203d7f39 |
[XEN] Fix potential race in unshadow code |
2007-02-20 |
kfraser |
14001:4b9680c58d73 |
linux/x86: Clean up page table handling headers |
2007-02-20 |
Tim Deegan |
14000:832b252f1f6f |
Merge |
2007-02-19 |
john levon |
13999: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 |
13998:d2dff286994d |
linux/x86: Adjust and fix page table handling. |
2007-02-19 |
john levon |
13997:89ca591a2c21 |
Filesystem implementations may need optional arguments in terms of |
2007-02-19 |
kfraser |
13996:b83cfb117bdd |
linux: Fix 32-bit build after changeset 13993:168030c8e0a93d8401cf5e783e10ecdf0938abda |
2007-02-19 |
Emmanuel Ackaouy |
13995:9c2e6f8f3aa7 |
[XEN] 32on64 shadowing / live migration support for PV PAE compat guests |
2007-02-19 |
kfraser |
13994:0b882c911b88 |
Quieten noisy fied-up-GPF-in-Xen logging. |
2007-02-19 |
kfraser |
13993:168030c8e0a9 |
linux: Introduce {current_,}vcpu_info. |
2007-02-19 |
kfraser |
13992:01476c7804b2 |
ia64: Fixes after changes to grant table code. |
2007-02-19 |
kfraser |
13991:184db7a674d9 |
acm: Further fixes after grant-table changes. |
2007-02-19 |
kfraser |
13990:3b7bdb7bd130 |
Fix ACM build after recent grant-table code changes. |
2007-02-19 |
kfraser |
13989:ac570a3c79a2 |
hvm, vtpm: Fix wait for an outstanding response. |
2007-02-19 |
kfraser |
13988:ee6e484403a9 |
minios: Fix xenbus-id allocation loop. |
2007-02-19 |
kfraser |
13987:b90180c2a057 |
hvm: Remove noisy warnings associated with MOVS emulation. |
2007-02-19 |
kfraser |
13986:e846a7a444fa |
hvm: Emulate opcode 0x03 (ADD mem,reg). |
2007-02-19 |
Ian Campbell |
13985:5a07ea77a61d |
[LIBELF] Prefer PT_NOTE segments to SHT_NOTE sections for ELF notes. |
2007-02-18 |
Keir Fraser |
13984:b5fc88aad1b0 |
hvm: Support PUSH from mmio area (opcode 0xFF/6). |
2007-02-17 |
Keir Fraser |
13983:c5ff7671b9f2 |
linux: vmalloc_sync_all() is not a no-op when running in PAE mode on Xen. |
2007-02-17 |
kfraser |
13982:31e65c4ba739 |
Fix 64-bit build. |
2007-02-16 |
Jake Wires |
13981:3c827d68fa87 |
[TAPDISK] add tapdisk support for image chaining |
2007-02-16 |
kfraser |
13980:32a059913591 |
x86-64: fix Lx_DISALLOW_MASK |
2007-02-16 |
kfraser |
13979:7c739272bac8 |
linux/x86_64: miscellaneous initialization code cleanup |
2007-02-16 |
kfraser |
13978:efffaad38089 |
hvm: Processor Objects require unique IDs. |
2007-02-16 |
kfraser |
13977:0cf659332c3a |
hvm: Dynamically generate the correct number of ACPI Processor Objects |
2007-02-16 |
Tim Deegan |
13976:8c6d787354d9 |
[XEN] Set p2m page count-info fields properly on allocation. |
2007-02-16 |
Tim Deegan |
13975:d5076a33cbb1 |
[HVM] Save/restore: explicitly name MSRs in save format |
2007-02-16 |
kfraser |
13974:eecd0361df4a |
Fix grant-table initialisation so that domain destruction does not barf. |
2007-02-16 |
kfraser |
13973:c4ed5b740a8d |
linux: remove {lock,unlock}_vm_area(). Instead use vmalloc_sync_all() |
2007-02-16 |
kfraser |
13972:cd03d7c23aa7 |
Fix vncdisplay config option for HVM guests. |
2007-02-15 |
kfraser |
13971:2023386e38c4 |
hvm: Fix acpi processor id in MADT LAPIC entries. |
2007-02-15 |
kfraser |
13970:a42c58791d8a |
ia64: Fix build failure |
2007-02-15 |
Tim Deegan |
13969:5916fc1f9b16 |
[HVM] Save/restore: remove u8 from publich header |
2007-02-15 |
kfraser |
13968:8f75c7910b9c |
Remove unnecessary check from HVM builder. |
2007-02-15 |
kfraser |
13967:9ffe8922414f |
Lift physical address restriction in save/restore code. |
2007-02-15 |
kfraser |
13966:96d08345f1c5 |
Propagate error return from elf_xen_parse(). |
2007-02-15 |
kfraser |
13965:1f5e6fb9c652 |
x86: fix NMI delivery to dom0 |
2007-02-15 |
kfraser |
13964:f9c079fca143 |
Bring TPM driver files to 2.6.18 level. Remove the tpm.c so that the |
2007-02-15 |
kfraser |
13963:296d7aa451a3 |
[ACM] Update the xensec_ezpolicy ACM policy generation tool so |
2007-02-15 |
kfraser |
13962:236687fb42d7 |
minios: build system cleanups. |
2007-02-15 |
kfraser |
13961:61de36b8be81 |
Disable GCC stack protector for ROMBIOS. |
2007-02-15 |
kfraser |
13960:477a3bde3b61 |
linux: miscellaneous changes after upgrade through 2.6.17. |
2007-02-15 |
kfraser |
13959:beab19d957de |
linux: e820 handling adjustments |
2007-02-15 |
kfraser |
13958:e253a63651bf |
linux: user user_mode_vm() in place of user_mode() where necessary. |
2007-02-15 |
kfraser |
13957:24f16bae44b0 |
linux: avoid need to modify include/linux/pfn.h |
2007-02-15 |
kfraser |
13956:449fb89590e7 |
linux: early_printk adjustments |
2007-02-15 |
kfraser |
13955:b3c41b9f01a6 |
linux: proper mutex use in balloon driver |
2007-02-15 |
kfraser |
13954:89d315c7dcea |
[VTPM] Add a missing initialization of a state variable in the TIS |
2007-02-15 |
kfraser |
13953:4bd0ea9c499f |
libxc: Fix xc_vcpu_{set,get}_affinity (Xen-bugzilla No.900). |
2007-02-15 |
kfraser |
13952:70f05d642a2e |
Dynamic grant-table sizing. |
2007-02-15 |
kfraser |
13951:047b3e9f9032 |
Remove unuseful and noisy seg-fixup warning message. |
2007-02-15 |
kfraser |
13950:0d488e53446a |
Remove old elf-parsing code from tools and from Xen. |
2007-02-14 |
Wim Colgate |
13949:82f66bc01da2 |
Protect self.domid from being empty |
2007-02-14 |
kfraser |
13948:f8030a569811 |
Export PRI_xen_pfn rather than PRIpfn: less polluting of namespace. |
2007-02-14 |
kfraser |
13947:9af0c7e4ff51 |
Merge with xenppc-unstable.hg |
2007-02-09 |
Hollis Blanchard |
13946:aea80dbf6d96 |
[POWERPC][XEN] Use libelf for dom0 construction. |
2007-02-09 |
Hollis Blanchard |
13945:632d8e576900 |
[LIBELF] Define PRIpfn next to xen_pfn_t. |
2007-02-09 |
Hollis Blanchard |
13944:c7251801580a |
[POWERPC][XEN] Opt out of new libxc domain builder. |
2007-02-09 |
Hollis Blanchard |
13943:1b74475ad511 |
[LIBELF] Print phdr addresses when loading. |
2007-02-09 |
Hollis Blanchard |
13942:376940a942e9 |
[POWERPC][XEN] Fix RCU crash. |
2007-02-09 |
Hollis Blanchard |
13941:272291dacad4 |
[POWERPC][XEN] strlcpy() fallout. |
2007-02-07 |
Hollis Blanchard |
13940:4613ee57e9b3 |
[POWERPC][XEN] Fix mismerge. |
2007-01-21 |
Jimi Xenidis |
13939:3da9a56421c5 |
[XEN][POWERPC] fill in arch_vcpu_reset() |
2007-01-22 |
Jimi Xenidis |
13938:7242b912d266 |
[XEN][POWERPC] Linker script simplification broke optimized builds. |
2007-01-17 |
Jimi Xenidis |
13937:796887cef9e1 |
[XEN][POWERPC] Update linker symbols and scripts |
2007-02-06 |
Hollis Blanchard |
13936:978ff6fad81f |
[POWERPC][XEN] Merge with xen-unstable.hg. |
2007-02-06 |
Hollis Blanchard |
13935:819b8a872d9f |
[POWERPC][XEN] Add information into flat devtree needed to create a start_info_t structure in linux. |
2007-02-06 |
Hollis Blanchard |
13934:4ce0b332b572 |
[POWERPC][XEN] Move shared page location to public header to share with libxc. |
2007-01-25 |
Jimi Xenidis |
13933:54530b945067 |
[XEN][XEND][POWERPC] Don't ignore shadow memory requirement |
2007-01-23 |
Hollis Blanchard |
13932:b071a2610abc |
[POWERPC][XEN] Fix uninitialized variable warning. |
2007-01-21 |
Jimi Xenidis |
13931:aa00ced0a10a |
[XEND][POWERPC] move ppc memory allocation to libxc. Sync XendDomainInfo.py with xen-unstable.hg. |
2007-01-21 |
Jimi Xenidis |
13930:09b3fd488726 |
[XEND][POWERPC] Remove FlatDeviceTree.py, eliminate devtree from prose builder. |
2007-01-21 |
Jimi Xenidis |
13929:7bf078335342 |
[XEND][POWERPC] Move flat device tree construction from python to libxc for xc_linux_build(). |
2007-01-21 |
Jimi Xenidis |
13928:cc1eb0689bcf |
[XEN][POWERPC] Allocate secondary VCPUs for Dom0 |
2007-01-21 |
Jimi Xenidis |
13927:88ae0647d542 |
[XEN][POWERPC] remove redundant and confusing restart/halt messages |
2007-01-20 |
Jimi Xenidis |
13926:3dd92f0d8fd6 |
[XEN][POWERPC] Print DAR and DSISR registers on CPU register dumps |
2007-01-20 |
Jimi Xenidis |
13925:b8fac1c5e6ae |
[XEN][POWERPC] more ofd /cpus fixups |
2007-01-20 |
Jimi Xenidis |
13924:4f0353778233 |
[XEN][POWERPC] big lock to protect some TLB operations |
2007-01-19 |
Hollis Blanchard |
13923:741adb202b82 |
[POWERPC][XEN] Mark heap memory based on boot_of.c's allocator. |
2007-01-17 |
Jimi Xenidis |
13922:3773af71a14b |
[TOOLS][POWERPC] fixes for the prose builder. |
2007-01-17 |
Jimi Xenidis |
13921:a1e9bacfc57d |
[XEN][POWERPC] Fix arch_set_info_guest() from upstream interface change |
2007-01-17 |
Jimi Xenidis |
13920:14db26e03ba3 |
[XEN][POWERPC] add asm/nmi.h |
2007-01-15 |
Jimi Xenidis |
13919:0fedda56fed4 |
[XEN][POWERPC] everything is "single core" right now so get cpu_core_map[] correct. |
2007-01-11 |
Ryan Harper |
13918:a2614e94c7df |
[POWERPC][LIBXC] Fix pointer math in ft_add_rsvmap(), rename string block to match DTC spec. |
2007-01-11 |
Ryan Harper |
13917:90bba403a710 |
[POWERPC][LIBXC] Whitespace cleanup of powerpc64/xc_linux_build.c |
2007-01-03 |
Hollis Blanchard |
13916:6b82bbbedbe1 |
[POWERPC][LIBXC] Add missing HVM stubs. |
2007-01-03 |
Hollis Blanchard |
13915:a23587ebcbf6 |
[POWERPC][TOOLS] Fix xc.c mismerge. |
2007-01-03 |
Hollis Blanchard |
13914:bcd4bf022047 |
[POWERPC][XEN] Provide _text for kexec. |
2006-12-19 |
Jimi Xenidis |
13913:8101efde7493 |
[XEN][POWERPC] DomU real time clock based off of the real one in Dom0 |
2006-12-17 |
Jimi Xenidis |
13912:d1f053ff43d2 |
[XEN][POWERPC] get cpu_*_maps correct so physinfo and affinity is accurate |
2006-12-17 |
Jimi Xenidis |
13911:60515808f591 |
[XEN][POWERPC] use symbol to detect processor version |
2007-02-14 |
kfraser |
13910:58e71ae679d5 |
libelf: use xen code style. |
2007-02-14 |
kfraser |
13909:3f63c1825b0d |
linux: quieten some driver printk logging. |
2007-02-14 |
kfraser |
13908:d44eb9e7f97b |
Another domctl fix to insert missing copy_to_guest. |
2007-02-14 |
Tim Deegan |
13907:6fd71faaaa3b |
Merge |
2007-02-14 |
Tim Deegan |
13906:a00b8d3800a8 |
[XEN] Snapshot PAE l3es when they are shadowed. |
2007-02-14 |
Tim Deegan |
13905:cbbd748c4b58 |
[XEN] Re-sync PAE l3 shadows when PV guests change them |
2007-02-14 |
kfraser |
13904:36bbb7edfd0b |
Make libelf not fail on unknown elf notes. |
2007-02-14 |
kfraser |
13903:929868cd3715 |
Add missing breaks to {set,get}_address_size domctls. |
2007-02-14 |
kfraser |
13902:d08c2af53804 |
Fix DEC instruction decode. Turn into SUB, not OR. :-) |
2007-02-14 |
kfraser |
13901:ed6501070f37 |
Support INC/DEC in mmio decoder. Opcodes 0xFE and 0xFF. |
2007-02-14 |
Tim Deegan |
13900:6daa91dc9247 |
[XEN] New paging-assistance interface. |
2007-02-13 |
Ian Campbell |
13899:df25547d7638 |
[LINUX] Call ctrl_alt_del() to trigger a reboot so we benefit from the |
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-07 |
awilliam |
13887:fbc233a1dc53 |
merge with xen-unstable.hg |
2007-02-07 |
awilliam |
13886:d3f08d39e695 |
[IA64] Clean up error messages from lookup_domain_mpa() |
2007-02-06 |
awilliam |
13885:7efb3a06c56a |
[IA64] Don't assume legacy com2 |
2007-02-06 |
awilliam |
13884:5b99d19906a7 |
[IA64] Don't complain about PAL_LOGICAL_TO_PHYSICAL |
2007-02-06 |
awilliam |
13883:b3ae332e6dbd |
[IA64] Fix wrong arg to vhpt_enabled() in vmx_hpw_miss() |
2007-02-06 |
awilliam |
13882:311b27546cf6 |
[IA64] Follow to allow PV-on-HVM callback irq to be identified by PCI device. |
2007-02-05 |
awilliam |
13881:d7f7021902a2 |
[IA64] Fix for compiling PV-on-HVM driver on IPF |
2007-02-05 |
awilliam |
13880:d879bbaa3faa |
[IA64] Turn on dcr.dm inside XEN |
2007-02-05 |
awilliam |
13879:d9f7f4f9c7ff |
[IA64] Fix tlbflush_clock |
2007-02-05 |
awilliam |
13878:e0a5cef6332a |
[IA64] Additional HVM hypercall fix |
2007-02-04 |
awilliam |
13877:fbc128aafdeb |
merge with xen-unstable.hg |
2007-02-04 |
awilliam |
13876:976dd90c2fdb |
[IA64] Remove verbosity from xen_pm_power_off |
2007-02-04 |
awilliam |
13875:88c9ba6214bc |
[IA64] Xen build warning fixes |
2007-02-04 |
awilliam |
13874:339d9e632a80 |
[IA64] Fix usage of 14 bit immediate value of IA64_RBS_OFFSET |
2007-02-04 |
awilliam |
13873:5558f396e068 |
[IA64] Fix xencons_early_setup build warning |
2007-02-04 |
awilliam |
13872:1502ba048b73 |
[IA64] Fix PAL_HALT for paravirtualized domains |
2007-02-04 |
awilliam |
13871:a1017acc8578 |
[IA64] Bug fix new_tlbflush_clock_period() |
2007-02-01 |
awilliam |
13870:0df9dc2f1d03 |
[IA64] Fix compile warnings in xenentry.S |
2007-02-01 |
awilliam |
13869:18a8e34e1211 |
[IA64] Optimize VTI domain hypercall path |
2007-01-31 |
awilliam |
13868:ef646312685f |
[IA64] Add arch_free_page() |
2007-01-31 |
awilliam |
13867:6d38ae7927cf |
merge with xen-unstable.hg |
2007-01-30 |
awilliam |
13866:f4395e945393 |
[IA64] Include dummy EFI memory descriptors for unmapped ranges |
2007-01-29 |
awilliam |
13865:d0b2022e2403 |
[IA64] Update buildconfigs |
2007-01-28 |
awilliam |
13864:7286802c9619 |
merge with xen-unstable.hg |
2007-01-28 |
awilliam |
13863:e5cfd902d7e4 |
[IA64] Remove PG_foreign hack |
2007-01-28 |
awilliam |
13862:d14da87feed6 |
[IA64] New resend_irq_on_evtchn() params |
2007-01-28 |
awilliam |
13861:dd58c6062292 |
[IA64] update xensetup.S for new upstream |
2007-01-28 |
awilliam |
13860:66ca8a0e046d |
[IA64] Update installing the panic notifier for new upstream |
2007-01-28 |
awilliam |
13859:fe3c36600d14 |
[IA64] Fix for irq_desc() missing in new upstream |
2007-01-28 |
awilliam |
13858:8b37c7bba7e1 |
[IA64] Kludge for XEN_GUEST_HANDLE_64 |
2007-01-28 |
awilliam |
13857:cf0ae8105ffe |
[IA64] Update for RCU code |
2007-01-28 |
awilliam |
13856:781370093c02 |
[IA64] arch_vcpu_reset() stub |
2007-01-27 |
awilliam |
13855:140afd7a5462 |
merge with xen-unstable.hg |
2007-01-26 |
awilliam |
13854:1faf482f119c |
[IA64] Register NEW_TLBFLUSH_CLOCK_PERIOD_SOFTIRQ |
2007-01-26 |
awilliam |
13853:b741b300a0f2 |
[IA64] Remove dead code |
2007-01-25 |
awilliam |
13852:6745b7274eff |
[IA64] Optimize vmx_vcpu_thash() |
2007-01-25 |
awilliam |
13851:730e24a1594a |
[IA64] Set IRQ_PER_CPU status on percpu IRQs |
2007-01-24 |
awilliam |
13850:b4df7de0cbf7 |
[IA64] Fix oops message from timer_interrupton VTI domain |
2007-01-24 |
awilliam |
13849:b8de061f3dc6 |
[IA64] xen might misunderstand a normal page as I/O page |
2007-01-24 |
awilliam |
13848:1487b2114fc2 |
[IA64] ptc_ga might not purge vtlb |
2007-01-23 |
awilliam |
13847:10dd3c907ca7 |
[IA64] Fix Xen crash when creating VTI domain |
2007-01-23 |
awilliam |
13846:b59b6173455d |
[IA64] Improve INIT call trace |
2007-01-23 |
awilliam |
13845:b194a9f3eba2 |
[IA64] Fix broken switch stack |
2007-01-23 |
awilliam |
13844:d12ea0bfecce |
[IA64] Implement eager save, lazy restore FP algorithm |
2007-01-23 |
awilliam |
13843:8bfc6e85eeba |
[IA64] Move asm/percpu.h to linux-xen |
2007-01-23 |
awilliam |
13842:9576f09c9eff |
[IA64] Avoid dom0 insufficient memory panic when creating guests |
2007-01-23 |
awilliam |
13841:b3c79bad5de0 |
[IA64] Remove VALIDATE_VT code |
2007-02-08 |
Keir Fraser |
13840:5a1abfefe892 |
Remove unnecessarily modified a.out.h. |
2007-02-08 |
Keir Fraser |
13839:273ec6b70b51 |
Move skb_pull_rcsum() to its usual place in skbuff.c |
2007-02-08 |
Keir Fraser |
13838:859d73ef932f |
Fix a typo in console_steal(). |
2007-02-08 |
kfraser |
13837:870370439fb9 |
Fix xen-detect build. |
2007-02-08 |
Keir Fraser |
13836:6a383beedf83 |
Add example xen-detect.c code for detecting application execution in |
2007-02-08 |
Ewan Mellor |
13835:d609929f1408 |
Fix localtime setting for PV domains. |
2007-02-08 |
Tim Deegan |
13834:16ba1d434f89 |
[HVM] Save/restore: don't try to set the console ring MFN |
2007-02-08 |
Tim Deegan |
13833:9c88b5f3b4eb |
Merge |
2007-02-08 |
Tim Deegan |
13832:6e74932c9a64 |
[HVM] Save/restore: save pmtimer count register |
2007-02-08 |
Ian Campbell |
13831:9d103e5fd471 |
[XEN] Fix typos in comment describing 32on64 memory layout |
2007-02-08 |
Ian Campbell |
13830:3ad4691d1d34 |
[XEN] kexec: add compatability shim for kexec in 32on64 mode. |
2007-02-08 |
Ian Campbell |
13829:b50350fb0fde |
[XEN] kexec: Remove asm/kexec.h. Move the single inline function into |
2007-02-08 |
Tim Deegan |
13828:3fbe12560ffe |
[XEN] When removing pages, drop shadow refs before complaining about refcount. |
2007-02-07 |
wim |
13827:6524e02edbeb |
[blktap] Allow HVM booting from blktap device(s) |
2007-02-07 |
Tim Deegan |
13826:780f097b54c5 |
[HVM] Save/restore: don't try to save the MMIO memory-hole at 4GB. |
2007-02-07 |
Tim Deegan |
13825:ce97d6714be4 |
[XEND] Open save/restore files with O_LARGEFILE if possible |
2007-02-07 |
kfraser |
13824:ed9dba8e2c67 |
Improve hotplug script error reporting via xenstore. |
2007-02-07 |
kfraser |
13823:b83a81b99f20 |
Dom0 VNC server should not drop any of teh 8 supported mouse button |
2007-02-07 |
kfraser |
13822:cb50bcfcf9fa |
pvfb: Split mouse and keyboard into separate devices. |
2007-02-07 |
kfraser |
13821:6e1b380947ee |
hvm: Add PCI subsystem ID to emulated devices. |
2007-02-07 |
Tim Deegan |
13820:584ab4fd1ad5 |
[XEN] Remove bogus assertion in shadow emulation path |
2007-02-07 |
Tim Deegan |
13819:4d7ee9f4336a |
[HVM] Save/restore: dynamically calculate the size of the save buffer |
2007-02-07 |
Tim Deegan |
13818:710aec0abb61 |
[HVM] Save/restore: move save/restore routines out of intercept.c |
2007-02-07 |
Tim Deegan |
13817:67faf6c59bfa |
Revert 13805: losetup -r is not portable |
2007-02-07 |
kfraser |
13816:1a411820230b |
linux: Fix softlockup interaction with noidlehz. |
2007-02-07 |
Keir Fraser |
13815:f28b144fb5cd |
Update .hgignore list |
2007-02-07 |
Keir Fraser |
13814:ac465fc7c78f |
linux: Zap /proc/interrupts count when a dynamic IRQ is unbound. |
2007-02-06 |
kfraser |
13813:383ade1b0da4 |
linux/i386: Improve critical region handling code |
2007-02-06 |
kfraser |
13812:625aa1547cb6 |
hvm: vcpu reset support for x86 INIT IPI, needed for CPU hotplug. |
2007-02-06 |
kfraser |
13811:e1364f2c6867 |
minios: Fix netfront for ia64. |
2007-02-06 |
kfraser |
13810:7379c1174155 |
Fix up xentrace record extraction in xentrace_format for 64-bit |
2007-02-06 |
kfraser |
13809:e212203d7d34 |
[TPM] Set tcpa calls in the rombios and other fixes. |
2007-02-06 |
kfraser |
13808:3093bd26ae45 |
[TPM] TIS dm suspend code fix |
2007-02-06 |
Ewan Mellor |
13807:2379569b590d |
Fix xm sched-credit when given an invalid domain name. |
2007-02-06 |
Ewan Mellor |
13806:39a2833dde51 |
Fix XendLogging to work on Python 2.4.0 and 2.4.1 (the logging library interface |
2007-02-06 |
Ewan Mellor |
13805:0c17f16f9f03 |
Pass the -r flag to losetup for read-only devices. |
2007-01-31 |
Brendan Cully |
13804:ffe95edc5266 |
Make sure OptVals.quiet is always present (fixes xm shutdown -w). |
2007-02-05 |
Tim Deegan |
13803:8bc64a3a5054 |
[QEMU] Unmap video RAM before telling the guest to free it. |
2007-02-05 |
Tim Deegan |
13802:e825954d4179 |
[HVM] Save/restore: tidy up IRQs |
2007-02-05 |
Tim Deegan |
13801:7a7509570af9 |
[HVM] Save/restore: misc tidying |
2007-02-02 |
kfraser |
13800:01ec7dba9ff8 |
Hide RDTSCP feature flag from PV guests. |
2007-02-02 |
kfraser |
13799:1e56ac73b9b9 |
linux: Allow xenbus_strstate() to be used from modules. |
2007-02-02 |
kfraser |
13798:2d930873f56d |
minios: Fix bug in xenbus implementation. |
2007-02-02 |
kfraser |
13797:249e7e32dec8 |
Fix cross-compile: ia64 build on x86. |
2007-02-02 |
kfraser |
13796:a39a2f18429c |
linux: compilation fix of linux/drivers/oprofile/oprof.c |
2007-02-02 |
kfraser |
13795:82171212156b |
New domain builder arch_setup hook clean up. |
2007-02-02 |
kfraser |
13794:ed68ca4368fa |
libxc: Domain builder must align initial virtual mapping to 4MB |
2007-02-02 |
kfraser |
13793:f9384402bc1e |
minios: Fix ret_from_exception routine. Stack consistency is now preserved. |
2007-02-02 |
Ewan Mellor |
13792:5c6f94192698 |
Added default for the vcpus_params key. |
2007-02-02 |
Ewan Mellor |
13791:c804da44b06c |
Added host.dmesg method. |
2007-02-02 |
Ewan Mellor |
13790:dc32de8329eb |
Remove VM_power_state value ShuttingDown. This should be indicated with |
2007-02-02 |
Ewan Mellor |
13789:c3c7119a6178 |
Remove some obsolete constants (XEN_API_DRIVER_TYPE, XEN_API_BOOT_TYPE). |
2007-02-01 |
Ewan Mellor |
13788:7a50ba45bbf3 |
Improved the example to show creation of a VNC console, and the difference |
2007-02-01 |
Ewan Mellor |
13787:0fb5df09de94 |
Added support for maps inside structs, so that we can send the HVM boot params |
2007-02-01 |
Ewan Mellor |
13786:a357bed2daf8 |
Make the string->string map and int->float map allocation functions set the |
2007-02-01 |
Ewan Mellor |
13785:23bf61e72279 |
Clean up some cruft. |
2007-02-01 |
Ewan Mellor |
13784:e0b7ab2a1d56 |
Treat the empty string as an absent UUID, not an invalid one. Fix to_sxp |
2007-02-01 |
Ewan Mellor |
13783:b32a44bfb10c |
Return the stored vcpus_params if the domain is not running. |
2007-02-01 |
kaf24 |
13782:cc36013f7785 |
Fix xen-x86_32 defconfig to includean option needed for PAE builds. |
2007-02-01 |
Ian Campbell |
13781:9ee33c95305b |
merge |
2007-02-01 |
john levon |
13780:138b7aa45ede |
Fix Solaris build - use $(MAKE) not make. |
2007-02-01 |
Ian Campbell |
13779:14fc88872c84 |
[XEN] Extend the range returned by KEXEC_RANGE_MA_XEN to cover the |
2007-02-01 |
Ewan Mellor |
13778:f84ba62ca615 |
Fix SDL option for HVM domains. |
2007-02-01 |
Ewan Mellor |
13777:1fb0302683d3 |
Fix handling of HVM boot. |
2007-02-01 |
Ewan Mellor |
13776:2b4b07391df2 |
Fix merge conflict between new HVM console handling and new HVM boot handling. |
2007-02-01 |
Ewan Mellor |
13775:868babf6b1dd |
Fix HVM save/restore wrt console handling. |
2007-02-01 |
Tim Deegan |
13774:d34d43fb88ae |
Merge |
2007-02-01 |
Tim Deegan |
13773:1c7efb60176c |
[PYGRUB] Invoke pygrub with TERM=vt100 |
2007-02-01 |
Ewan Mellor |
13772:a9f30d8eea75 |
Use the new xen-python-path to set PYTHONPATH, rather than trying to do it in |
2007-02-01 |
Ewan Mellor |
13771:afb41f6bc30a |
Break out the Python path interrogation into a separate script. This has the |
2007-02-01 |
Ewan Mellor |
13770:f73e71aa0a90 |
Change VM.HVM_boot to VM.HVM_boot_policy and VM.HVM_boot_params. |
2007-02-01 |
kfraser |
13769:0a4cbad6752c |
Allocate Xen kexec/kdump elfnote sections of the correct size. |
2007-02-01 |
kfraser |
13768:f45de0fe8a15 |
safe_str*() functions check their destination argument is a |
2007-02-01 |
Tim Deegan |
13767:6e81102d29be |
Merge |
2007-02-01 |
Tim Deegan |
13766:7b72e2536065 |
[XEN] Wrap compat XLAT_ macros in "do { } while (0)". |
2007-02-01 |
Ewan Mellor |
13765:2e80cd715047 |
Copy the definition of DOM0_UUID into XenDomain so that we don't need to import |
2007-02-01 |
Ian Campbell |
13764:b38ae44fa558 |
[TOOLS] Remove a debug message which is spamming the logs during live |
2007-02-01 |
Ian Campbell |
13763:8132bf3ddbef |
[LINUX] netfront: Don't call netif_carrier_off until the device is |
2007-01-31 |
Travis Betak |
13762:588dd80b56b5 |
[HVM][SVM] Updated the SVM V_TPR register on MMIO writes to the VLAPIC TPR |
2007-01-31 |
Tim Deegan |
13761:b998ae45c076 |
Merge |
2007-01-31 |
Tim Deegan |
13760:6db6b5df4f6f |
[HVM] Save/restore: save HPET registers |
2007-01-31 |
Ian Campbell |
13759:82062701b199 |
[XEN] Fix perfc after 13756:56377f5ce588 |
2007-01-31 |
Tim Deegan |
13758:5d09e6098f93 |
Merge |
2007-01-31 |
Tim Deegan |
13757:5e66c05c67ad |
[HVM] Save/restore: clean up the new hypercall interface |
2007-01-31 |
Ian Campbell |
13756:56377f5ce588 |
[XEN] Fix dom/sysctl structure alignement. |
2007-01-31 |
Emmanuel Ackaouy |
13755:9f83b07caabe |
merge |
2007-01-31 |
Emmanuel Ackaouy |
13754:b235a7acaf4a |
[TOOLS] Fix typos which breaks readnotes transparent gunzipping ... |
2007-01-31 |
Alastair Tse |
13753:3db881ef97c4 |
[XEND] Fix typos in vfb/vnc detect in image.py |
2007-01-31 |
Alastair Tse |
13752:beb0b36de156 |
[XENAPI] Add VDI.location support and test c prog for HVM test. |
2007-01-31 |
Alastair Tse |
13751:85e8d7b8360a |
[XENAPI] Remove some deprecated fields from the Xen API test script. |
2007-01-31 |
Alastair Tse |
13750:0c91fd1c92c7 |
[XEND] Use VDI.location rather than VDI.image_uri/uri for Xen API |
2007-01-31 |
Alastair Tse |
13749:3291a7b48731 |
[XEND] Make sure other_config is by default an empty string map. |
2007-01-31 |
Alastair Tse |
13748:5d12faee0708 |
[XEND] Make VBD.bootable in XendConfig kept as int. |
2007-01-31 |
Alastair Tse |
13747:dfa9e5565063 |
[XEND] Hide other_config from console and vfb SXP to prevent string |
2007-01-31 |
Alastair Tse |
13746:f63e1244b48d |
[XEND] Fix VCPU_params to return string map. |
2007-01-31 |
Alastair Tse |
13745:3cccf8e64296 |
[XEND] Merge VFB support for PV and HVM guests. |
2007-01-31 |
Alastair Tse |
13744:7c992fd3b19b |
[XEND] Make python-pam warning only appear if using XenAPI |
2007-01-31 |
Tim Deegan |
13743:54678a99e102 |
[HVM] Save/restore: save shared-info pfn and re-map it on restore |
2007-01-31 |
Tim Deegan |
13742:d653e4bcead0 |
Merge |
2007-01-31 |
Tim Deegan |
13741:9130206e27f8 |
[HVM] Save/restore: save RTC state. |
2007-01-31 |
Tim Deegan |
13740:ffcd586dbaae |
[HVM] Save/restore: clean up marshalling code |
2007-01-31 |
Ian Campbell |
13739:c834e3984baa |
[XEN] Fix build breakage with gcc 4.1.2. |
2007-01-31 |
Ian Campbell |
13738:daed6ac9d1f7 |
[TOOLS] Fix foreign header build breakage. |
2007-01-31 |
Ian Campbell |
13737:7d3bb465e938 |
[XEN] Fix XENVER_capabilities hypercall. |
2007-01-30 |
Ewan Mellor |
13736:61262143a4b0 |
Added VM_metrics class, taking some of the fields from VM. Make VM.static_max |
2007-01-30 |
Tim Deegan |
13735:abd140fe5f6c |
[HVM] Save/restore: Reset PIT period correctly |
2007-01-30 |
Keir Fraser |
13734:fa8843d22450 |
pygrub: fsimage binding must free objects with PyObject_DEL, not PyMem_DEL. |
2007-01-30 |
Keir Fraser |
13733:6d8a099a152d |
ia64: Use memcpy() to fill ACPI identifier fields. |
2007-01-30 |
Ewan Mellor |
13732:749c7d8e4514 |
Fix XendNode when no host state is saved. |
2007-01-30 |
Ewan Mellor |
13731:3b0b70a4fd62 |
Fix typo, as suggested by Stefan Berger. |
2007-01-30 |
Keir Fraser |
13730:d96b346cab5d |
Remove sprintf() from Xen. Use snprintf() and friends. |
2007-01-30 |
Ewan Mellor |
13729:37fd1cf9019d |
Remove the VTPM.instance field from the bindings. |
2007-01-30 |
Keir Fraser |
13728:9578ae319874 |
Clean up arch_get_xen_caps() to not use sprintf(). |
2007-01-30 |
Keir Fraser |
13727:bd69e83b65ea |
ia64, ppc: Remove uses of sprintf(). |
2007-01-30 |
Ewan Mellor |
13726:300c47bec138 |
Added task.session field. |
2007-01-30 |
kaf24 |
13725:0803bdfdd9c5 |
ia64: Clean up and fix errors in strncpy -> strlcpy conversion |
2007-01-30 |
Ewan Mellor |
13724:2f3794098e22 |
Added VM.is_control_domain field. |
2007-01-30 |
kaf24 |
13723:7fdfa020d4ed |
Align vTPM support in the Xen-API, documentation and lib-xen |
2007-01-30 |
kaf24 |
13722:8f1921600cfd |
Older versions of as86 (<=0.16.0) require macro arguments to be bracketed. |
2007-01-30 |
kaf24 |
13721:26943e88349f |
Fix cross-compile (ia64-built-on-x86) failure. |
2007-01-30 |
Ewan Mellor |
13720:bb34cc5784c1 |
Added backreference from PIF_metrics to PIF, and added a uuid to the session |
2007-01-30 |
Ewan Mellor |
13719:aff5b538fcdf |
Added uuid to the PIF_metrics record. |
2007-01-30 |
Ewan Mellor |
13718:a9912f2e472b |
Added uuid to the PIF record. |
2007-01-30 |
Ewan Mellor |
13717:4637dfae0856 |
Added host_metrics class. |
2007-01-30 |
Ewan Mellor |
13716:69c5afd5ab08 |
Added modelling and C bindings for crashdumps, and suspend VDIs. |
2007-01-30 |
kaf24 |
13715:f91dd7642a42 |
new domain builder fix to boot domU on IA64. |
2007-01-30 |
Ian Campbell |
13714:b51ed174fe8f |
Push the target to build foreign headers into tools and xen |
2007-01-30 |
kaf24 |
13713:b33a7d45d50a |
Fix passing keymap parameter to xen-vncfb. |
2007-01-30 |
kaf24 |
13712:2efe681d1194 |
xc_linux_save was broken in 13594:30af6cfdb05c. Unbreak it. |
2007-01-30 |
kaf24 |
13711:4bef31174332 |
linux: Build TPM backend as a module by default. |
2007-01-30 |
Emmanuel Ackaouy |
13710:c440813cc572 |
[XEN] 32on64 fix compat page table shutdown |
2007-01-30 |
Ewan Mellor |
13709:b9febab4c6cb |
Added host.logging, to hold server-side logging configuration. |
2007-01-30 |
Tim Deegan |
13708:dc5e6e65bf10 |
Merge |
2007-01-30 |
Zhai, Edwin |
13707:0a28ad8cedf2 |
[PATCH][HVM] fix smp guest hang after restore |
2007-01-30 |
Alastair Tse |
13706:5165b7ecbff5 |
[XEND] Fix bootable flag bypass in XendConfig |
2007-01-30 |
Alastair Tse |
13705:bca858b72bf8 |
[XEND] Unparsable VLAN numbers should default to -1 |
2007-01-30 |
Ewan Mellor |
13704:fe02bdd43ac1 |
Set the log level back to WARN, reverting accidentally committed change. |
2007-01-30 |
Ewan Mellor |
13703:5e8da0663ff8 |
Added host.other_config. |
2007-01-30 |
Ewan Mellor |
13702:d794356ad7ff |
Remove XEN_API_CPU_FEATURE enum. |
2007-01-30 |
Ewan Mellor |
13701:9e7b7f9b96a4 |
Remove VM.actions_after_suspend, which never made any sense. |
2007-01-30 |
Ewan Mellor |
13700:44d565181709 |
Remove the CPU feature handling, unimplementable as it stands. |
2007-01-29 |
Ewan Mellor |
13699:eb7b2a9ce40c |
Document PIF_HANDLE_INVALID and PIF_METRICS_HANDLE_INVALID. |
2007-01-29 |
Ewan Mellor |
13698:7261e0d4b7df |
Move the io bandwidth fields from PIF onto a new PIF_metrics class. |
2007-01-29 |
Ewan Mellor |
13697:0a422c8c3144 |
Fix documentation so that the connection objects (PIF, VBD, and VIF) are |
2007-01-29 |
Ewan Mellor |
13696:66c2a4085863 |
Added missing PBD-related C bindings. |
2007-01-29 |
Ewan Mellor |
13695:049d9022653c |
Added modelling and C bindings for the PBD class. PBDs are the analogue of |
2007-01-29 |
Ewan Mellor |
13694:7d64bdc7a300 |
Tidy-ups; no semantic-change. |
2007-01-29 |
Ewan Mellor |
13693:f7b6ce00426b |
Remove VIF.name from the documentation, matching recent change to Xend. |
2007-01-29 |
Ewan Mellor |
13692:090079c988d1 |
Update doc-comments. |
2007-01-29 |
Ewan Mellor |
13691:66dda30190a2 |
Remove the VDI.parent and VDI.children fields -- this needs more thinking out, |
2007-01-29 |
Ewan Mellor |
13690:ae881e7b0c5e |
Rename VM.otherConfig to VM.other_config, for consistency with the other fields, |
2007-01-29 |
Ewan Mellor |
13689:bb15af2c2b4a |
Remove VBD.driver, VIF.type, VIF.name, VTPM.driver. This modelling was never |
2007-01-28 |
Ewan Mellor |
13688:9db1847845d6 |
Document TASK_HANDLE_INVALID. |
2007-01-28 |
Ewan Mellor |
13687:a403d70fc94c |
Added TASK_HANDLE_INVALID to the messages file. |
2007-01-28 |
Ewan Mellor |
13686:c2f1bb01bca3 |
Tidy up the VBD API calls. |
2007-01-28 |
Ewan Mellor |
13685:044c57d0fef2 |
Match recent changes to the task class in XenAPI with the get_record call here. |
2007-01-28 |
Ewan Mellor |
13684:5b973d94bc00 |
Fix bootloader handling. |
2007-01-28 |
Ewan Mellor |
13683:a7fc9cc9a51f |
Fix the handling of MESSAGE_METHOD_UNKNOWN, MESSAGE_PARAMETER_COUNT_MISMATCH, |
2007-01-28 |
Ewan Mellor |
13682:58344c358aa0 |
Add task.allowed_operations field, and task.cancel message. The |
2007-01-28 |
Ewan Mellor |
13681:9521974ea1fa |
Made task.name_* read-only (these are set by Xend) and drop task.eta. |
2007-01-28 |
Ewan Mellor |
13680:207ee547b193 |
Make session.this_host and session.this_user ROrun -- they are implicitly set |
2007-01-28 |
Ewan Mellor |
13679:1e88f0b736b5 |
Added a VBD.bootable flag. |
2007-01-28 |
Ewan Mellor |
13678:4651595d9502 |
Fix interface_name() after change of definition for the vlan field. |
2007-01-28 |
Ewan Mellor |
13677:f40528773629 |
Document new error codes VLAN_TAG_INVALID and PIF_IS_PHYSICAL. |
2007-01-28 |
Ewan Mellor |
13676:5e1c7022d4ad |
Document existing PIF.create_VLAN, and remove PIF.create (PIFs are implicitly |
2007-01-27 |
Ewan Mellor |
13675:ea3c75204555 |
Integrate the Xen-API doc into the build. |
2007-01-27 |
Ewan Mellor |
13674:965cdfff68b0 |
Minor tidy-up. |
2007-01-30 |
shand |
13673:6e3decbd3e56 |
[HVM] When guest explicitly modifies the TSC, update platform timers |
2007-01-29 |
Christian Limpach |
13672:5e3b47bcc311 |
[linux] Delay making the VCPUOP_initialise calls until the cpu is brought up |
2007-01-29 |
kfraser |
13671:effa38a30a5c |
Remove unused implementation of vsprintf(). |
2007-01-29 |
kfraser |
13670:e7ceed4ebcd9 |
Remove little-endian assumption from library code. |
2007-01-29 |
Tim Deegan |
13669:21d6135f522f |
Merge |
2007-01-29 |
Tim Deegan |
13668:99d36a153024 |
[HVM] Save/restore cleanups: don't save state for downed vcpus. |
2007-01-29 |
kfraser |
13667:44eb80f50725 |
Remove unused noth/hton endian conversion macros. |
2007-01-29 |
kfraser |
13666:699656fb1d0b |
Port ACM code to new Xen byteorder macros. |
2007-01-29 |
kfraser |
13665:647c06ba0b49 |
Remove strcat/strncat/strcmp/strncmp. Replaced with safer |
2007-01-29 |
kfraser |
13664:d2784d93e760 |
ia64 and ppc: Remove uses of strcpy and strncpy. |
2007-01-29 |
kfraser |
13663:bef7fbe25a9f |
Remove uses of strcpy and strncpy from common and x86 code. |
2007-01-29 |
Ian Campbell |
13662:5bb084098493 |
[LINUX] Force .data segment to be 4k aligned on i386. |
2007-01-29 |
kfraser |
13661:1b32e279ddef |
libelf cannot rely on the strlcpy() BSD-ism. |
2007-01-29 |
kfraser |
13660:5d9b72e640e0 |
Fix 'xm create' and 'xm start' when SEDF scheduler is used. |
2007-01-29 |
kfraser |
13659:b2c1eeee2dcf |
Replace sprintf with snprintf and strncpy with strlcpy. |
2007-01-28 |
kaf24 |
13658:f8ddcb758117 |
Clean up libelf endian macros and includes. |
2007-01-28 |
kaf24 |
13657:bef8a8b1e400 |
Fix firmware compile on Solaris. |
2007-01-28 |
kaf24 |
13656:78b7ec4e7b86 |
Fix compat build for weird solaris gcc target. |
2007-01-28 |
kaf24 |
13655:fbe161b1af16 |
To avoid problems (hang) when doing migration, the Console Controller |
2007-01-28 |
kaf24 |
13654:47e26ced172a |
[HVM] save/restore fix |
2007-01-28 |
kaf24 |
13653:fd57cef459dc |
Allow 'xm create' to set scheduling parameters. |
2007-01-28 |
kaf24 |
13652:db0aeb4e41c3 |
Reject xm sched-* comands for other than the in-use scheduler. |
2007-01-28 |
kaf24 |
13651:4e7bda043cce |
Fix xentop error return code if passed unrecognised options. |
2007-01-27 |
kaf24 |
13650:d1710eb35385 |
[HVM] Allow HVM guest to request invalidation of foreign mappings via |
2007-01-26 |
kaf24 |
13649:271ffb1c12eb |
Rename find_domain_by_id() to get_domain_by_id(). |
2007-01-26 |
kaf24 |
13648:32fd32bbf78d |
Add RCU support to Xen. |
2007-01-26 |
kaf24 |
13647:19a600376688 |
Don't clobber vcpu flags when getting vcpu context. |
2007-01-26 |
kaf24 |
13646:aae5932afc6d |
[HVM] Fix some BIOS build warnings. |
2007-01-26 |
kaf24 |
13645:4dd3266e13a7 |
[TCGBIOS] Fix some makefile issues. |
2007-01-26 |
kaf24 |
13644:edbff1762a55 |
Remove the test functions from HVM highmem 32-bit BIOS. |
2007-01-26 |
kaf24 |
13643:c07326324f8d |
[HVM] Add TCG BIOS extensions to the high memory area along with |
2007-01-26 |
kaf24 |
13642:480436ef6255 |
This patch adds a 32bit gateway to the Bochs BIOS. The 32 bit code is |
2007-01-26 |
Alastair Tse |
13641:b97780b7080d |
[XEND] Hook in utilisation statistics into Xen API calls. |
2007-01-26 |
Alastair Tse |
13640:93d3ff513609 |
[XEND] Floats for not need to be stringified in Xen API. |
2007-01-26 |
Alastair Tse |
13639:b8b75fdbd21f |
[XENAPI] Add an example to start HVM guests via the Xen API. |
2007-01-26 |
Alastair Tse |
13638:bb2b1b6662fa |
[XENAPI] Make server uri easily configurable via ENV or CLI opts. |
2007-01-26 |
kaf24 |
13637:ace66ef96b5e |
Fix 32-bit build. |
2007-01-26 |
kaf24 |
13636:82b21d942ef9 |
Update hgignore list |
2007-01-26 |
kaf24 |
13635:baf1d6ebf29c |
minios : netfront driver fixes. |
2007-01-26 |
kaf24 |
13634:5d440c35a784 |
xen: Remove unused elf32.c. |
2007-01-26 |
kaf24 |
13633:057c4c2991fa |
32-on-64: Fix an one-off error in compat_addr_ok(). |
2007-01-26 |
kaf24 |
13632:fcaf34bc5e41 |
Cleanups for unmodified (pv-on-hvm) driver building. |
2007-01-26 |
kaf24 |
13631:16f7f5ac80ed |
Replace mlock() calls with lock_pages(). |
2007-01-26 |
kaf24 |
13630:e0291e3ed603 |
32-on-64: New set_address_size domctl for switching to compat mode. |
2007-01-26 |
kaf24 |
13629:2f8a7e5fd8ba |
32-on-64: Fix register-argument rearrangement to avoid clobbering the |
2007-01-26 |
Alastair Tse |
13628:ba3ec84c9423 |
[XEND] Add missing ConsoleController.py |
2007-01-25 |
Emmanuel Ackaouy |
13627:9d1d9877131d |
Support transparant gunzipping in the readnotes utility. |
2007-01-25 |
Emmanuel Ackaouy |
13626:d42878949f63 |
libxc domain builder rewrite, linux builder |
2007-01-25 |
Emmanuel Ackaouy |
13625:fd50500eee7c |
libxc domain builder rewrite, core bits. |
2007-01-25 |
Emmanuel Ackaouy |
13624:50d9e2ddc377 |
libxc header fixups. |
2007-01-25 |
Emmanuel Ackaouy |
13623:985384fd424c |
Add more xc_error_code values. |
2007-01-25 |
Emmanuel Ackaouy |
13622:583441e296a1 |
Generate headers with arch-specific structs. |
2007-01-25 |
Emmanuel Ackaouy |
13621:4aa6044ab967 |
libelf: use for readnotes utility. |
2007-01-25 |
Emmanuel Ackaouy |
13620:a63d1af01b3d |
libelf: use for hvm builder. |
2007-01-25 |
Emmanuel Ackaouy |
13619:a754192ffce6 |
libelf: add to libxc |
2007-01-25 |
Emmanuel Ackaouy |
13618:3c9926aadec5 |
libelf: use for x86 dom0 builder. |
2007-01-25 |
Emmanuel Ackaouy |
13617:db3d03dfe92f |
add libelf: an ELF binary parser library. |
2007-01-25 |
Alastair Tse |
13616:b111908dd70b |
[XEND] Preliminary console support in Xen API |
2007-01-25 |
Alastair Tse |
13615:3bb7136c8fb4 |
[XEND] Fix HVM guest creation via Xen API |
2007-01-25 |
kfraser |
13614:1abb694a52df |
Fix perfc=y build. |
2007-01-25 |
kfraser |
13613:fde9e1d474b7 |
hvm: Define a global I/O access bitmap, allowing direct access to port 0x80. |
2007-01-25 |
Alastair Tse |
13612:9e4f61bb200e |
[XEND] Fix bad patch merge for XendMonitor |
2007-01-25 |
kfraser |
13611:e19f9d6a2ff5 |
netfront: Better fix for netfront_tx_slot_available(). |
2007-01-25 |
kfraser |
13610:fec1a6975588 |
emulator: Emulate IN/OUT/INS/OUTS. Fix CLTS. |
2007-01-25 |
kfraser |
13609:21b9416d2215 |
emulator: Start filling in gaps for privileged instructions. |
2007-01-25 |
Alastair Tse |
13608:0843e4261753 |
[XEND] Ignore socket.shutdown() exceptions |
2007-01-25 |
kfraser |
13607:2a9b6b1f848f |
32-on-64: Small fixes. |
2007-01-25 |
kfraser |
13606:348c2983ff02 |
emulator: Add new hook functions for load/store privileged state. |
2007-01-25 |
kfraser |
13605:a9165141e52d |
During suspend, return immediately with a failure if the domain will |
2007-01-25 |
kfraser |
13604:d6d27c649fd6 |
[HVM] Wake up APs immediately during restore. |
2007-01-25 |
kfraser |
13603:42aaf08dd20e |
netfront: Check availability of grant references in start_xmit(). |
2007-01-25 |
Alastair Tse |
13602:ee1febe317f7 |
[XEND] Allow TCP XMLRPC address:port to be configured, if enabled. |
2007-01-25 |
Ewan Mellor |
13601:82c306ad212e |
Have the sxp parsing cope when the cpus field is a list, which can happen |
2007-01-25 |
Alastair Tse |
13600:32f7d3200a99 |
[XEND] Remove usage of set() in XendMonitor as it is a py2.4+ feature |
2007-01-24 |
kfraser |
13599:e75107963846 |
[HVM][SVM] Add save/restore support. |
2007-01-24 |
kfraser |
13598:bc7363b9b892 |
bimodal xenfb daemon: Fixes and cleanups. |
2007-01-24 |
kfraser |
13597:e68bf334ecb8 |
32-on-64: All argument registers must be zero extended to 64 bits |
2007-01-24 |
Alastair Tse |
13596:2932d0e7c554 |
[XEND] Fix typo in XendNode |
2007-01-24 |
Ewan Mellor |
13595:959e79bfe913 |
Fix device reordering that occurs when the config gets read into dictionaries. |
2007-01-24 |
kfraser |
13594:30af6cfdb05c |
Make domctl/sysctl interfaces 32-/64-bit invariant. |
2007-01-24 |
Alastair Tse |
13593:a94363b85e19 |
[XEND] Add debug class to Xen API plus non-standard debug.wait(). |
2007-01-24 |
Alastair Tse |
13592:da23e1b616b0 |
[XEND] Move decorate() to XendAPI.__new__ and have a static flag to |
2007-01-24 |
Alastair Tse |
13591:f9eceb9c52d7 |
[XENAPI] Make test script attempt to login with blank credentials |
2007-01-24 |
Alastair Tse |
13590:e4d415692ba5 |
[XEND] Cleanup old domains in statistics monitor. |
2007-01-24 |
Alastair Tse |
13589:f000f963bbfd |
[XENAPI] Add vif-list to xapi.py script |
2007-01-24 |
Alastair Tse |
13588:85250ca1df56 |
[XEND] Output exception to log files if XendAPI fails to instantiate. |
2007-01-24 |
Alastair Tse |
13587:072ce22bcc91 |
[XENAPI] Update test scripts to move from VBD.image to creating VDI's |
2007-01-24 |
Alastair Tse |
13586:665be23d7fe9 |
[XEND] Add support for multiple storage repositories. |
2007-01-24 |
Alastair Tse |
13585:bea3d48576c6 |
[XEND] Add missing Xen API methods |
2007-01-24 |
Alastair Tse |
13584:6a54b1d8d105 |
[XEND] Make sure UUID in state store are not stored as unicode |
2007-01-24 |
Alastair Tse |
13583:f06f8e134c48 |
[XEND] Prevent invalid arguments for destroy event channels. |
2007-01-24 |
Alastair Tse |
13582:9292da5e9a27 |
Test scripts for Xen API updated to support Async support |
2007-01-24 |
Alastair Tse |
13581:248a9c36d816 |
[XEND] Add Task support in Xen API implementation. |
2007-01-24 |
Christian Limpach |
13580:259470f0856b |
[linux] remove gratuitous differences with plain linux. |
2007-01-24 |
Alastair Tse |
13579:6c087036b3ed |
[XEND] Add missing XendMonitor.py |
2007-01-24 |
Alastair Tse |
13578:f7a52957b427 |
[XEND] Add simple VCPUs, VBDs, VIFs statistics monitoring |
2007-01-24 |
Alastair Tse |
13577:4f5772324e67 |
[XEND] Strip suffix from device name and add support for 'VBD.type' |
2007-01-24 |
Christian Limpach |
13576:8331aca2f29c |
[linux] Disable GENERIC_TIME until we have a xen clocksource. |
2007-01-24 |
kfraser |
13575:c3b2443408f4 |
Fix crash if some secondary CPUs cannot be initialised. |
2007-01-24 |
kfraser |
13574:b064775fba7d |
[QEMU] Clear TD status field explicitly when it's fetched. |
2007-01-24 |
kfraser |
13573:c9ac0bace498 |
bimodal blkback: Support multiple ring protocols. |
2007-01-24 |
kfraser |
13572:349e95826a8f |
Fix error message in network-bridge script. |
2007-01-24 |
kfraser |
13571:b280c75f2622 |
libxenguest: Fix xc_resume() build for non-x86. |
2007-01-24 |
kfraser |
13570:19e3f812805f |
Add BSD-style license to top of hvm_op.h public header file. |
2007-01-23 |
john levon |
13569:73b88d158ec9 |
Close save-after-restore race. |
2007-01-23 |
kfraser |
13568:bea505a69722 |
[LIBXC] Provide weak stub default implementations of xc_hvm_save() and |
2007-01-23 |
kfraser |
13567:373b09ddc905 |
linux: Make resend_irq_on_evtchn() non-static for ia64 use. |
2007-01-23 |
kfraser |
13566:fe01db0e59a3 |
[HVM] fix save/restore on 64b HV |
2007-01-23 |
kfraser |
13565:3071537af9d8 |
x86: flush_tlb_mask() should take into account specified VA to flush |
2007-01-23 |
kfraser |
13564:d54c8dab1e64 |
bimodal pvfb backend: Deal with both 32 and 64 bit frontends. |
2007-01-23 |
kfraser |
13563:c545932a18f3 |
bimodal blkfront: Create a new node "protocol" in xenstore, add the |
2007-01-23 |
kfraser |
13562:b9ffa4b49d97 |
bimodal: pvfb frontend |