log
graph
tags
branches
changeset
browse
debuggers.hg
log
find changesets by author, revision, files, or words in the commit message
less
more
| rev 13834:
(0)
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
tip
age
author
revision
description
2007-02-02
kfraser
13834:a39a2f18429c
linux: compilation fix of linux/drivers/oprofile/oprof.c
2007-02-02
kfraser
13833:82171212156b
New domain builder arch_setup hook clean up.
2007-02-02
kfraser
13832:ed68ca4368fa
libxc: Domain builder must align initial virtual mapping to 4MB
2007-02-02
kfraser
13831:f9384402bc1e
minios: Fix ret_from_exception routine. Stack consistency is now preserved.
2007-02-02
Ewan Mellor
13830:5c6f94192698
Added default for the vcpus_params key.
2007-02-02
Ewan Mellor
13829:c804da44b06c
Added host.dmesg method.
2007-02-02
Ewan Mellor
13828:dc32de8329eb
Remove VM_power_state value ShuttingDown. This should be indicated with
2007-02-02
Ewan Mellor
13827:c3c7119a6178
Remove some obsolete constants (XEN_API_DRIVER_TYPE, XEN_API_BOOT_TYPE).
2007-02-01
Ewan Mellor
13826:7a50ba45bbf3
Improved the example to show creation of a VNC console, and the difference
2007-02-01
Ewan Mellor
13825:0fb5df09de94
Added support for maps inside structs, so that we can send the HVM boot params
2007-02-01
Ewan Mellor
13824:a357bed2daf8
Make the string->string map and int->float map allocation functions set the
2007-02-01
Ewan Mellor
13823:23bf61e72279
Clean up some cruft.
2007-02-01
Ewan Mellor
13822:e0b7ab2a1d56
Treat the empty string as an absent UUID, not an invalid one. Fix to_sxp
2007-02-01
Ewan Mellor
13821:b32a44bfb10c
Return the stored vcpus_params if the domain is not running.
2007-02-01
kaf24
13820:cc36013f7785
Fix xen-x86_32 defconfig to includean option needed for PAE builds.
2007-02-01
Ian Campbell
13819:9ee33c95305b
merge
2007-02-01
john levon
13818:138b7aa45ede
Fix Solaris build - use $(MAKE) not make.
2007-02-01
Ian Campbell
13817:14fc88872c84
[XEN] Extend the range returned by KEXEC_RANGE_MA_XEN to cover the
2007-02-01
Ewan Mellor
13816:f84ba62ca615
Fix SDL option for HVM domains.
2007-02-01
Ewan Mellor
13815:1fb0302683d3
Fix handling of HVM boot.
2007-02-01
Ewan Mellor
13814:2b4b07391df2
Fix merge conflict between new HVM console handling and new HVM boot handling.
2007-02-01
Ewan Mellor
13813:868babf6b1dd
Fix HVM save/restore wrt console handling.
2007-02-01
Tim Deegan
13812:d34d43fb88ae
Merge
2007-02-01
Tim Deegan
13811:1c7efb60176c
[PYGRUB] Invoke pygrub with TERM=vt100
2007-02-01
Ewan Mellor
13810:a9f30d8eea75
Use the new xen-python-path to set PYTHONPATH, rather than trying to do it in
2007-02-01
Ewan Mellor
13809:afb41f6bc30a
Break out the Python path interrogation into a separate script. This has the
2007-02-01
Ewan Mellor
13808:f73e71aa0a90
Change VM.HVM_boot to VM.HVM_boot_policy and VM.HVM_boot_params.
2007-02-01
kfraser
13807:0a4cbad6752c
Allocate Xen kexec/kdump elfnote sections of the correct size.
2007-02-01
kfraser
13806:f45de0fe8a15
safe_str*() functions check their destination argument is a
2007-02-01
Tim Deegan
13805:6e81102d29be
Merge
2007-02-01
Tim Deegan
13804:7b72e2536065
[XEN] Wrap compat XLAT_ macros in "do { } while (0)".
2007-02-01
Ewan Mellor
13803:2e80cd715047
Copy the definition of DOM0_UUID into XenDomain so that we don't need to import
2007-02-01
Ian Campbell
13802:b38ae44fa558
[TOOLS] Remove a debug message which is spamming the logs during live
2007-02-01
Ian Campbell
13801:8132bf3ddbef
[LINUX] netfront: Don't call netif_carrier_off until the device is
2007-01-31
Travis Betak
13800:588dd80b56b5
[HVM][SVM] Updated the SVM V_TPR register on MMIO writes to the VLAPIC TPR
2007-01-31
Tim Deegan
13799:b998ae45c076
Merge
2007-01-31
Tim Deegan
13798:6db6b5df4f6f
[HVM] Save/restore: save HPET registers
2007-01-31
Ian Campbell
13797:82062701b199
[XEN] Fix perfc after 13756:56377f5ce588
2007-01-31
Tim Deegan
13796:5d09e6098f93
Merge
2007-01-31
Tim Deegan
13795:5e66c05c67ad
[HVM] Save/restore: clean up the new hypercall interface
2007-01-31
Ian Campbell
13794:56377f5ce588
[XEN] Fix dom/sysctl structure alignement.
2007-01-31
Emmanuel Ackaouy
13793:9f83b07caabe
merge
2007-01-31
Emmanuel Ackaouy
13792:b235a7acaf4a
[TOOLS] Fix typos which breaks readnotes transparent gunzipping ...
2007-01-31
Alastair Tse
13791:3db881ef97c4
[XEND] Fix typos in vfb/vnc detect in image.py
2007-01-31
Alastair Tse
13790:beb0b36de156
[XENAPI] Add VDI.location support and test c prog for HVM test.
2007-01-31
Alastair Tse
13789:85e8d7b8360a
[XENAPI] Remove some deprecated fields from the Xen API test script.
2007-01-31
Alastair Tse
13788:0c91fd1c92c7
[XEND] Use VDI.location rather than VDI.image_uri/uri for Xen API
2007-01-31
Alastair Tse
13787:3291a7b48731
[XEND] Make sure other_config is by default an empty string map.
2007-01-31
Alastair Tse
13786:5d12faee0708
[XEND] Make VBD.bootable in XendConfig kept as int.
2007-01-31
Alastair Tse
13785:dfa9e5565063
[XEND] Hide other_config from console and vfb SXP to prevent string
2007-01-31
Alastair Tse
13784:f63e1244b48d
[XEND] Fix VCPU_params to return string map.
2007-01-31
Alastair Tse
13783:3cccf8e64296
[XEND] Merge VFB support for PV and HVM guests.
2007-01-31
Alastair Tse
13782:7c992fd3b19b
[XEND] Make python-pam warning only appear if using XenAPI
2007-01-31
Tim Deegan
13781:54678a99e102
[HVM] Save/restore: save shared-info pfn and re-map it on restore
2007-01-31
Tim Deegan
13780:d653e4bcead0
Merge
2007-01-31
Tim Deegan
13779:9130206e27f8
[HVM] Save/restore: save RTC state.
2007-01-31
Tim Deegan
13778:ffcd586dbaae
[HVM] Save/restore: clean up marshalling code
2007-01-31
Ian Campbell
13777:c834e3984baa
[XEN] Fix build breakage with gcc 4.1.2.
2007-01-31
Ian Campbell
13776:daed6ac9d1f7
[TOOLS] Fix foreign header build breakage.
2007-01-31
Ian Campbell
13775:7d3bb465e938
[XEN] Fix XENVER_capabilities hypercall.
less
more
| rev 13834:
(0)
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
tip