age |
author |
revision |
description |
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. |