age |
author |
revision |
description |
2007-04-27 |
ewan |
14982:c12380cddec5 |
Bump all API version numbers to 1.0.0. |
2007-04-27 |
Jake Wires |
14981:b915eb96097a |
Ensure blk{tap/back}'s vm_area is not freed twice on error case. |
2007-04-27 |
kfraser |
14980:aedc55daf92b |
vnet: Fix build of the vnet module. |
2007-04-27 |
kfraser |
14979:493f7c689f03 |
Add INIT INFO block to example init.d/xend file. |
2007-04-27 |
Steven Hand |
14978:18844eff507a |
Handle EOF on xenstored socket. |
2007-04-27 |
kfraser |
14977:4789f3b2e1b9 |
xend: Auto-balloon a couple megabytes before creating an HVM domain as |
2007-04-27 |
kfraser |
14976:1634486b2a5c |
xend: Don't use -q flag to bootloader if activating text console. |
2007-04-27 |
Tom Wilkie |
14975:0063e11206d5 |
[XEND] make *.get_all_records return dict of ref->record |
2007-04-27 |
kfraser |
14974:405573aedd24 |
xen: More 'IS_COMPAT' cleanups. |
2007-04-27 |
Steven Hand |
14973:53b9883bbcc3 |
Allow dynamic_min/dynamic_max to (temporarily) be out of sync; in practice |
2007-04-27 |
Steven Hand |
14972:2c90965d0810 |
Sanity check changes to memory dynamic/static min/max and ensure we cannot |
2007-04-27 |
Steven Smith |
14971:3c352bbc894d |
Merge. |
2007-04-27 |
Steven Smith |
14970:491bed0350f1 |
32 on 64: Don't lock up Xen if you need to do lots of grant operations |
2007-04-27 |
Tom Wilkie |
14969:499e50c3115f |
[XM] Differentiate between VLAN PIFs and normal PIFs in network-show |
2007-04-27 |
Tom Wilkie |
14968:55d7745bd377 |
[XEND] Fix up PIF class, make it work |
2007-04-27 |
Tom Wilkie |
14967:6049b33d10e1 |
[XEND] Used shutil.rename to cope with /tmp and /var on different file systems |
2007-04-27 |
Tom Wilkie |
14966:e7704d9b4a48 |
[XM] Fix typo in XenAPI create code |
2007-04-27 |
Tim Deegan |
14965:6548dadab8d5 |
Merge |
2007-04-27 |
Tim Deegan |
14964:7f5a804d8a68 |
[HVM] Save/restore: pad save structs up to a multiple of eight bytes. |
2007-04-27 |
Tom Wilkie |
14963:80c458bb1b6d |
[XEND] Start cleanly even with bad xml state files |
2007-04-27 |
Tim Deegan |
14962:c8e01cc58cb1 |
[XEN] Replace IS_COMPAT() in the shadow code with pv_32on64_*() |
2007-04-26 |
kfraser |
14961:f18e1ca69380 |
hvm: Take care when checking ->is_compat flag now that HVM as well as |
2007-04-26 |
Tom Wilkie |
14960:39383ac1aec8 |
Add support for creating networks to xm create XML file |
2007-04-26 |
kfraser |
14959:5754173c3d81 |
hvmloader: Place SMBIOS tables at 0xE9000. Previous location was lower |
2007-04-26 |
Tom Wilkie |
14958:ac203df11e50 |
[XM-TEST] Add test for new network functions |
2007-04-26 |
Tom Wilkie |
14957:aeb1931eab36 |
[XM-TEST] Move network_utils.py to lib directory |
2007-04-26 |
Tom Wilkie |
14956:a9b9847d97bb |
Add network-del and network-show commands to xm |
2007-04-26 |
Tom Wilkie |
14955:16e38247dee8 |
Add network.destroy() to XenAPI |
2007-04-26 |
kfraser |
14954:58205257517d |
domain builder: Fix sanity check for gzip size. |
2007-04-26 |
kfraser |
14953:d0acb5a3e8d8 |
acm: Remove unecessary compat shim from do_acm_op(). |
2007-04-26 |
kfraser |
14952:f8fd9afd2aad |
acm: Fix 32-bit build with acm enabled. |
2007-04-26 |
kfraser |
14951:816d274e2a85 |
blktap: Segments can span multiple clusters with tap:qcow. |
2007-04-26 |
kfraser |
14950:7f9ce06d3c61 |
hvm ioemu: Fix SCSI initialisation after c/s 14942. |
2007-04-26 |
kfraser |
14949:fb5d1c6cfddc |
xen x86/64 compat: Fix size of accesses to trap_bounce.cs in asm. |
2007-04-26 |
kfraser |
14948:d26bdda2854e |
Remove non-ASCII chars in man page. |
2007-04-26 |
kfraser |
14947:7d182aaa014b |
xend: Tidy bootloader device constant. |
2007-04-25 |
Keir Fraser |
14946:c7b1a866914c |
hvm vmx: Mark bootstrap-initialised variables as read-mostly. |
2007-04-25 |
Keir Fraser |
14945:bdde5daf056e |
hvm vmx: Another small fix for CPUs with no TPR_SHADOW support. |
2007-04-25 |
Keir Fraser |
14944:55d0a5c70986 |
xen: Fix maximum_gpfn() hypercall to always return max_gpfn not nr_gpfns. |
2007-04-25 |
Keir Fraser |
14943:59ea9dadfd07 |
hvm vmx: Only use TPR_SHADOW feature if supported. |
2007-04-25 |
kfraser |
14942:2b09108f365e |
hvm ioemu: Do not initialise the LSI SCSI interface if no SCSI discs |
2007-04-25 |
Tom Wilkie |
14941:189efb0b27f9 |
[XEND] No need to refresh bridges under new model... |
2007-04-25 |
Tom Wilkie |
14940:0bbc44c0b6e3 |
[XEND] Fully implement XenAPI network and PIF classes. |
2007-04-25 |
Tom Wilkie |
14939:31f6f85778e5 |
[XEND] Remove autoplug class signatures, have it all handled in the class now |
2007-04-25 |
Tom Wilkie |
14938:7317e701f3e7 |
[XEND] Make existing autoplug classes implement new XendBase |
2007-04-25 |
Tom Wilkie |
14937:5d2e5d05e828 |
[XM] Fix network-attach when a bridge is specified, add network-new command to create new XenAPI network |
2007-04-25 |
Tom Wilkie |
14936:1786112d2430 |
[XEND] Add more exceptions and error messages |
2007-04-25 |
Tom Wilkie |
14935:2fe1f293e52d |
Use new instance store to resolve network uuid to bridge name |
2007-04-25 |
Tom Wilkie |
14934:26b80f4523e5 |
Change how XendStateStore store XML for persistance. |
2007-04-25 |
Tom Wilkie |
14933:ca5bfcd32e13 |
Add new base class and instance store for new autoplugged api classes |
2007-04-25 |
Tom Wilkie |
14932:2b994e23f96b |
If bridge name hasn't been recorded in XendConfig then try and work it out using Brctl. |
2007-04-25 |
Tom Wilkie |
14931:0b4375cd7e16 |
Translate network uuid to bridge name and store it in XendConfig when createing a new vif. |
2007-04-25 |
kfraser |
14930:33e22185002a |
xen: Fix up use of trap_bounce structure. |
2007-04-25 |
Steven Smith |
14929:550a795a3dbd |
hvm save/restore: Use a GUEST_HANDLE_64 rather than an ordinary GUEST_HANDLE |
2007-04-25 |
kfraser |
14928:867965efcbd2 |
libxc: Fix xc_translate_foreign_address() to parse non-pae pagetables |
2007-04-25 |
kfraser |
14927:23d1ef48e332 |
linux x86/64: Fix supervisor_mode_kernel test to read a single byte. |
2007-04-25 |
kfraser |
14926:8ca89a9e54a7 |
xend: Fix race in vfb/vkbd device setup. |
2007-04-25 |
kfraser |
14925:4677ee247aa9 |
acm: Updating a policy on a running system. |
2007-04-25 |
kfraser |
14924:d5d6d2a8d10c |
acm: Changes to XML schema of the policy |
2007-04-24 |
kfraser |
14923:3d613faed8c3 |
xend: Settle on 0666 pre-umask permissions for xend-debug.log. |
2007-04-24 |
Keir Fraser |
14922:a91d7dec2858 |
xend: Suppress logging of "Listing domains in state foo" in xend.log. |
2007-04-24 |
Ian Campbell |
14921:3b8bf61f2ad6 |
LINUX: Fixes for XENFEAT_supervisor_mode_kernel and XENFEAT_writable_page_tables. |
2007-04-24 |
Keir Fraser |
14920:74b712492dba |
hvm: Choose correct shared_info format for 32-bit PV drivers on 64-bit Xen. |
2007-04-24 |
Keir Fraser |
14919:b43bd71ee65b |
acm: Changes to files missed in previous cleanup patch. |
2007-04-24 |
Keir Fraser |
14918:58e98e803378 |
Remove execute permission from xend-debug.log |
2007-04-24 |
Keir Fraser |
14917:fcf5a7ff0c53 |
acm: Move acm_domain_destroy() hook to complete_domain_destroy(). |
2007-04-24 |
Keir Fraser |
14916:d0ebd5588b28 |
xen ia64: Fix build breakage after ACM cleanup. |
2007-04-24 |
Keir Fraser |
14915:605aa81d7341 |
Merge with xen-ia64-unstable.hg |
2007-04-24 |
Christian Limpach |
14914:c1d3f4fbfacf |
[qemu-dm] Check for null pointer in dma handler function pointer. |
2007-04-24 |
Christian Limpach |
14913:837d12d4d2d1 |
[qemu-dm] Add bounds checks to block device reads/writes. |
2007-04-24 |
Christian Limpach |
14912:9e86260b95a4 |
[qemu-dm] Add bounds checks for cirrus bitblit memory accesses. |
2007-04-24 |
kfraser |
14911:a99093e602c6 |
acm: Code restructuring on domain create/destroy. |
2007-04-24 |
kfraser |
14910:4bbc509a0b3f |
hvm: Fix ioreq structure size to be 32/64-bit invariant. |
2007-04-24 |
kfraser |
14909:ee56c8d8864b |
xm-test: Scale memory parameter for tests using XenAPIDomain. |
2007-04-24 |
Tim Deegan |
14908:837e3d8832a4 |
[HVM][HAP] Don't kill domains if dom0 requests an invalid shadow op. |
2007-04-24 |
kfraser |
14907:d250c75ea59a |
hvm rombios: No need for SS prefix when EA base is %bp. |
2007-04-24 |
kfraser |
14906:3b01a4bd5763 |
hvm rombios: Do not screw around with the PIT in the BIOS 32-bit |
2007-04-24 |
kfraser |
14905:f71d167a6c6d |
hvm rombios: Fix int15, func 0x86 (udelay). |
2007-04-24 |
kfraser |
14904:a7bd11fd5b1b |
qemu: Do not kill ioemu if undefined LSI-SCI registers are read. Just |
2007-04-24 |
Tim Deegan |
14903:8ff0df8ad587 |
[XEN] Truncate arithmetic for PERFSTATUS counters to the width of perfc_t. |
2007-04-24 |
kfraser |
14902:fe4784ff9fd3 |
hvmloader: Fix e820_collapse() to not lose E820 entries. |
2007-04-24 |
kfraser |
14901:4f7fd7d27fd0 |
vtpm: Decrease amount of pages on shared ring. |
2007-04-24 |
kfraser |
14900:1061a81b7360 |
Don't bypass the spin_unlock at the end of do_domctl(). |
2007-04-24 |
kfraser |
14899:7493bb48d89f |
kexec: Avoid unaligned writes when producing crash info. |
2007-04-24 |
kfraser |
14898:5607a3afedb0 |
xend: Incluide processing of 'monitor' config option in qemu-dm |
2007-04-23 |
Jake Wires |
14897:800aa9f5cec9 |
[TAPDISK] Move tapdisk control files from /dev/xen to /var/run/tap |
2007-04-23 |
Jake Wires |
14896:f033cc5cc0d5 |
[TAPDISK] Use incremental cookies and fix blktapctrl::test_path parameter typo. |
2007-04-23 |
kfraser |
14895:6139337e2690 |
netback: Copy skbuffs that are presented to the start_xmit() function |
2007-04-21 |
ewan |
14894:6f4735ba9b07 |
API version to 0.9.1. |
2007-04-21 |
ewan |
14893:4a792f891277 |
Ignore the libxenapi tarball temp directory. |
2007-04-21 |
ewan |
14892:8b0e9cb6b49b |
Added Makefile.dist, which can make standalone tarballs. |
2007-04-21 |
ewan |
14891:295858ddac87 |
Move all internal header files to a separate directory, so that it's clear what |
2007-04-16 |
ewan |
14890:80304d79a78c |
Added xen_session_clear_error. |
2007-04-24 |
Alex Williamson |
14889:9313d0ce09f8 |
merge with xen-unstable.hg |
2007-04-21 |
kfraser |
14888:9e44519ee9a2 |
xenstored: Only dom0 can do XS_DEBUG in non-test environments. |
2007-04-20 |
Tom Wilkie |
14887:55135bf6eb44 |
Deprecate XendDomainInfo.state - now use _stateGet() to get the live |
2007-04-20 |
kfraser |
14886:53b1cfcf129f |
Revert 14883:6568c1882af5 and 14862:98efd2e410ae. |
2007-04-20 |
Tim Deegan |
14885:23cf7d6c30f4 |
[XEND] Fix test for when to record HVM VNC console as a VFB. |
2007-04-20 |
Steven Hand |
14884:6568c1882af5 |
Fix dist target to keep previous symlink format. |
2007-04-20 |
kfraser |
14883:efdbf87d4741 |
Update README for correctness. |
2007-04-19 |
Keir Fraser |
14882:c7c67a1a7077 |
hvmloader: Fix ROMBIOS highmem relocation. Only SHF_ALLOC sections |
2007-04-19 |
Keir Fraser |
14881:56fa8b1f8e08 |
Add "chk build" check that we've got xgettext since it's now required. |
2007-04-19 |
Keir Fraser |
14880:ed6de46738fd |
[vtpm] Return a proper error when in the Xen-API call. |
2007-04-19 |
Keir Fraser |
14879:186e2cf99bbb |
[security] When building the binary policy align its contents the same way as the |
2007-04-19 |
Keir Fraser |
14878:438f3a016fd8 |
hvmloader: Simplify e820_malloc() interface and improve |
2007-04-19 |
Keir Fraser |
14877:ce2b25e1c8f6 |
hvmloader: Tiny comment clarification. |
2007-04-17 |
Steven Hand |
14876:b9f579e2d6a7 |
Fix for bug introduced by cset 14859:a9aa7c29eda8 - implement IOREQ_TYPE_SUB |
2007-04-17 |
kfraser |
14875:20dba1b883f2 |
Allow use of foo.local buildconfig overrides. |
2007-04-17 |
kfraser |
14874:9cf4c575b509 |
netfront: use skb.cb for storing private data |
2007-04-17 |
kfraser |
14873:7b391c27f410 |
tools: Use INSTALL_{DIR,DATA} to install stuff. |
2007-04-17 |
James Bulpin |
14872:046fd974b4dc |
Fix tools build |
2007-04-16 |
Tom Wilkie |
14871:338820b7ea45 |
Add *.get_all_records to XenAPI, make use of this for xm list |
2007-04-16 |
ewan |
14870:4538426ae5fd |
Added event dispatch when a VM's power state changes. Fix the host.enabled and |
2007-04-16 |
Tom Wilkie |
14869:66242baf79b1 |
Add pot file, fix build |
2007-04-16 |
ewan |
14868:765ac13f425b |
Added documentation and C bindings for VM.migrate call. |
2007-04-16 |
ewan |
14867:ed29a1d721f8 |
Added host.enabled flag. |
2007-04-13 |
Tom Wilkie |
14866:8ea56a6141dd |
Install dtd into correct place |
2007-04-13 |
Tom Wilkie |
14865:66e935c09530 |
Fix up locale strings for xm |
2007-04-16 |
kfraser |
14864:b96df7a4e0a7 |
hvm: Fix get_immediate() in mmio decoder by reverting Dexuan Cui's |
2007-04-16 |
Ian Campbell |
14863:98efd2e410ae |
Factor out sparse tree makefile fragments and introduce an alternative hg-clone |
2007-04-16 |
kfraser |
14862:52474e2df628 |
hvm: Allow HVM guests to use sched_op() hcall on x86/64 Xen. |
2007-04-16 |
kfraser |
14861:126f8bb9aa5d |
xen x86: Fix PV guest destruction. |
2007-04-16 |
kfraser |
14860:a9aa7c29eda8 |
hvm: Fix a bug in the mmio emulation of SUB instruction. |
2007-04-15 |
kfraser |
14859:6a4c6d8a00f5 |
Fix map_pages_to_xen() to atomically switch between valid mappings. |
2007-04-13 |
Ewan Mellor |
14858:249de074617f |
Added documentation, C bindings, and test for VM_metrics.VCPUs_flags. |
2007-04-12 |
Ewan Mellor |
14857:456c611ada02 |
Added documentation and C bindings for VBD. and VIF.runtime_properties. |
2007-04-13 |
Tim Deegan |
14856:0c00c6a48d52 |
[HVM][SVM] Save/restore: set CPL from SS.DPL on restore |
2007-04-24 |
Alex Williamson |
14855:ef5da9ca0171 |
[IA64] Fix ptc.g race |
2007-04-13 |
Keir Fraser |
14854:039daabebad5 |
Merge with xen-ia64-unstable.hg |
2007-04-13 |
Tom Wilkie |
14853:0ab8f81019a5 |
Fix TypeError with datetime() on old python version |
2007-04-13 |
Keir Fraser |
14852:22460cfaca71 |
linux netfront: Fixes to locking after lockdep-derived changes, as |
2007-04-13 |
Keir Fraser |
14851:76f9a8e730ea |
hvm: Clean up treatment of is_dying per-domain boolean. All critical |
2007-04-13 |
Tom Wilkie |
14850:d51b3bc40ca5 |
Add VM.migrate to XenAPI, add support to XM |
2007-04-13 |
kfraser |
14849:5f6b31335cda |
hvm: Fix some bugs in mmio decoder |
2007-04-13 |
kfraser |
14848:ba8d4bc2435a |
hvm: Xen must take care to hold a reference to ioreq pages, to ensure |
2007-04-13 |
Ian Campbell |
14847:0b14423e75f8 |
Update .hgignore so it doesn't ignore buildconfigs/* only build-* |
2007-04-13 |
Tom Wilkie |
14846:30898de09289 |
Simplify code to map interfaces to bridges |
2007-04-13 |
kfraser |
14845:abea8d171503 |
linux: netfront contains two locking problems found by lockdep: |
2007-04-13 |
kfraser |
14844:986b102f84c2 |
pygriub: Fix GPT support. |
2007-04-13 |
kfraser |
14843:52d1022c431a |
hvm svm: Fix nested paging to support domain save/restore. |
2007-04-13 |
kfraser |
14842:f92a79e39da8 |
Merge with xenppc-unstable-merge.hg |
2007-04-12 |
Hollis Blanchard |
14841:5bda20f0723d |
[XEN][POWERPC] Fix dom0 boot when using built-in zImage. |
2007-04-12 |
Hollis Blanchard |
14840:879625f363ee |
[XEN][POWERPC] Fix debug=y build. |
2007-04-12 |
Hollis Blanchard |
14839:2c18e90a9c00 |
[XEN][POWERPC] Fix garbage dom0 commandline. |
2007-04-12 |
Hollis Blanchard |
14838:ebc4fb63113f |
[XEN][POWERPC] Fix xchg macro. |
2007-04-13 |
kfraser |
14837:fdbbc6aa2cbf |
Merge with xen-ia64-unstable.hg |
2007-04-13 |
kfraser |
14836:e3b3800c769a |
libxenguest: Remove bogus weak definitions of xc_{set,get}_hvm_param(). |
2007-04-12 |
Tim Deegan |
14835:d3ed330f8292 |
Merge |
2007-04-12 |
Tim Deegan |
14834:74321599b8e8 |
[HVM] Save/restore: catch more error cases in the tools |
2007-04-12 |
Tom Wilkie |
14833:e630c107988b |
Add PyXML requirement for xm via XenAPI to docs |
2007-04-12 |
Tom Wilkie |
14832:4224d2877fac |
Ensure xenapi create passes in values even if unused |
2007-04-12 |
Tim Deegan |
14831:5a8cb6354df5 |
[HVM] Fix typo that broke x86_64 build |
2007-04-12 |
Tim Deegan |
14830:1fa9b5f1df8f |
[HVM] Save/restore: save HVM GPRs and DRs with the rest of the CPU state |
2007-04-13 |
Alex Williamson |
14829:c42ae7839750 |
[IA64] Fix ptc.ga emulation |
2007-04-12 |
Alex Williamson |
14828:41471cc650a2 |
merge with xen-unstable.hg |
2007-04-12 |
kfraser |
14827:a839e331f06f |
HVM: First attempt at domain-resume on save-failure. |
2007-04-12 |
kfraser |
14826:8f7f29f718a6 |
HVM: Allow qemu monitor to be configured in domain config file. |
2007-04-12 |
kfraser |
14825:887fa548f650 |
xend: Update config-format version, due to changes in 3.0.5. |
2007-04-12 |
kfraser |
14824:95a9998ede92 |
HVM: Do not watch control/shutdown to force domain shutdowns when PV |
2007-04-12 |
kfraser |
14823:4c06bcd83c90 |
PV-on-HVM: More carefully synchronise with APs when putting them to |
2007-04-12 |
Tom Wilkie |
14822:9e9eb5b3dab7 |
Make xm info more permissive |
2007-04-12 |
Tom Wilkie |
14821:dcbfe557e62d |
Make Xm Test default to bridge when cannot read config file |
2007-04-12 |
Tom Wilkie |
14820:38f3a6dedad6 |
Fix typo and make create send proper bools |
2007-04-12 |
kfraser |
14819:423c4a7b82e6 |
PV-on-HVM: Fix 64-bit build. |
2007-04-11 |
Christian Limpach |
14818:d56692b16296 |
[ioemu] Consistently extend all block device operations to include scsi disks. |
2007-04-11 |
Christian Limpach |
14817:27eaa7fe92d2 |
[setup] Fix old style bridge setup. |
2007-04-11 |
Ewan Mellor |
14816:46a592e2b7ea |
Add documentation and C bindings for VM.add_to_VCPUs_params_live, |
2007-04-11 |
Ewan Mellor |
14815:f3f4f4ca6f61 |
Added documentation and bindings for host_cpu.features. |
2007-04-10 |
Ewan Mellor |
14814:565b5662c880 |
Added docs and bindings for VM_metrics.state. |
2007-04-11 |
Christian Limpach |
14813:369dfbf298ef |
[linux] Make CONFIG_XEN_COMPAT #if statements syntactically correct. |
2007-04-11 |
Ian Campbell |
14812:38204c93428e |
LINUX: Cleanup a few stray uses of CONFIG_XEN_COMPAT_030002. |
2007-04-11 |
kfraser |
14811:db4fcb609383 |
Merge with xen-ia64-unstable.hg |
2007-04-11 |
kfraser |
14810:0d92cd901f80 |
Provide the use of SCSI disks in HVM domains. Currently there is a |
2007-04-11 |
kfraser |
14809:6cd828db1a5d |
Fix pygrub for IA64 support. |
2007-04-11 |
kfraser |
14808:ed78f08aad61 |
pygrub: Support GPT (GUID Partition Table) as used by EFI. |
2007-04-11 |
kfraser |
14807:83e4261378e7 |
libfsimage: Fix data types for 64-bit architectures. |
2007-04-11 |
Tim Deegan |
14806:2aa05978f2ca |
Merge |
2007-04-11 |
Tim Deegan |
14805:90a6af455bbd |
[HVM] Save/restore: merge xc_linux_save and xc_hvm_save |
2007-04-11 |
kfraser |
14804:bfe2136c163a |
linux: Quieten blkfront output. |
2007-04-11 |
kfraser |
14803:5f6bca864d9c |
xend: Store canonical vnif config info in /vm/<uuid>/device |
2007-04-11 |
kfraser |
14802:6e7ef794cdbc |
PV-on-HVM: Fixes for module loading. |
2007-04-11 |
kfraser |
14801:5d7fb634ec1a |
PV-on-HVM: More save/restore fixes. |
2007-04-10 |
kfraser |
14800:87e2174b8a0d |
linux: Fix an error path in save/restore code. |
2007-04-10 |
Jake Wires |
14799:380db34694d7 |
[TAPDISK] Fix qcow initialization bug. |
2007-04-12 |
Alex Williamson |
14798:605d534f9635 |
[IA64] Fix hyper_get_psr |
2007-04-12 |
Alex Williamson |
14797:acf561f90822 |
[IA64] Formatting fix |
2007-04-11 |
Alex Williamson |
14796:e1580c3bb75a |
[IA64] Fix PV-on-HVM driver |
2007-04-11 |
Alex Williamson |
14795:e4bd31a66a2e |
[IA64] Bugzilla 942 Fix (timer strangeness on restored PV domain) |
2007-04-11 |
Alex Williamson |
14794:3d356a2b1c75 |
merge with xen-unstable.hg |
2007-04-10 |
kfraser |
14793:4dc14c591e6c |
linux: Fix IRQ disable/enable logic across save/restore. |
2007-04-10 |
Ewan Mellor |
14792:e8caf7802f3f |
Added docs and bindings for VM.{send_trigger,send_sysrq}. |
2007-04-10 |
Ewan Mellor |
14791:dbeabe1d225c |
Avoid using the multicol package. |
2007-04-10 |
Tom Wilkie |
14790:28efbe0ea490 |
Make date time handling slightly more permissive |
2007-04-09 |
Ewan Mellor |
14789:4add9eb83f7f |
Added documentation, C bindings, and a test for VM_metrics.{start_time, |
2007-04-09 |
Ewan Mellor |
14788:3565e4883548 |
Make host.sched_policy read-only. Added docs, bindings, and a test for |
2007-04-09 |
Ewan Mellor |
14787:51678fab4b0f |
Added bindings and documentation for host.send_debug_keys and host.get_log. |
2007-04-08 |
Ewan Mellor |
14786:d1860a7c30fd |
Add bindings and docs for the host.dmesg_clear call. |
2007-04-10 |
kfraser |
14785:3e1181a913c9 |
linux: Fix reboot.c after PV-on-HVM changes. |
2007-04-10 |
kfraser |
14784:ed4311db1cf6 |
PV-on-HVM: Fixes for save/restore. Also gets rid of separate modules |
2007-04-10 |
kfraser |
14783:099593da38cb |
Fix PV guest restore. |
2007-04-10 |
Tim Deegan |
14782:17b360da7887 |
Merge |
2007-04-10 |
Tim Deegan |
14781:e51e99c5b10e |
Merge |
2007-04-10 |
Huang2, Wei |
14780:fb0463b6094d |
[HAP] Install P2M entries in monitor table under PAE mode |
2007-04-10 |
kfraser |
14779:4d4a7ba24c01 |
Merge with xen-ia64-unstable.hg |
2007-04-10 |
kfraser |
14778:7cfe2a22462c |
xend: Destroy information about the domain in case an error occurs |
2007-04-11 |
Alex Williamson |
14777:a6800d989059 |
[IA64] Skip MCA setup on domU |
2007-04-11 |
Alex Williamson |
14776:7158623a1b3d |
[IA64] Handle NAT bit for dom0 and domU |
2007-04-09 |
Alex Williamson |
14775:1bde28f762a6 |
merge with xen-unstable.hg |
2007-04-09 |
Keir Fraser |
14774:400a3dca237e |
hvm ioemu: Avoid accessing invalid pseudophysical addresses in HVM |
2007-04-09 |
Keir Fraser |
14773:73abcf9abbc1 |
xen: Fix domctl page-type definitions to be unsigned quantities. This |
2007-04-09 |
Keir Fraser |
14772:7cc1d532f9ee |
libxc: Fix save/restore code for style. |
2007-04-06 |
kfraser |
14771:b0aaa113a60f |
libxc: Clarify xc_mmu interface and make it private. |
2007-04-06 |
kfraser |
14770:aeb9a84e46d9 |
Merge with xen-ia64-unstable.hg. |
2007-04-06 |
Keir Fraser |
14769:f76df7aa0e45 |
linux: Export xen_{create,destroy}_contiguous_region to modules. |
2007-04-06 |
Keir Fraser |
14768:f80a97d26276 |
xen x86/64: Fix int80 direct trap. It must check for events and also |
2007-04-06 |
Keir Fraser |
14767:bd73cb523111 |
xen: Remove unused show_xen_trace(). |
2007-04-06 |
Keir Fraser |
14766:6625adf359dc |
xen: Do not BUG_ON page count_info in free_domheap_pages(). |
2007-04-06 |
Keir Fraser |
14765:755207b3c47c |
x86: Do not print anything when we fail to emulate an |
2007-04-06 |
Keir Fraser |
14764:1cb39e8f1bfc |
PV-on-HVM: A bit more re-jigging so the build gets further against |
2007-04-09 |
Alex Williamson |
14763:cd3cfddcb055 |
[IA64] Fix PV-on-HVM VNIF to work without using balloon on IPF |
2007-04-06 |
Alex Williamson |
14762:eb3e430242ac |
merge with xen-unstable.hg |
2007-04-06 |
Keir Fraser |
14761:ef33477324f6 |
minios: Fix xenbus request-id release. |
2007-04-06 |
Keir Fraser |
14760:ba1911d8b5f7 |
ia64: Fix libxenguest build after save/restore interface changes. |
2007-04-06 |
Keir Fraser |
14759:5a7eebbae5dc |
xen: Make bool_t an arch-dep definition, and define macros |
2007-04-05 |
Ewan Mellor |
14758:a00c629f67be |
Serialize string string maps. |
2007-04-05 |
Tim Deegan |
14757:67f4f21f76e9 |
Merge |
2007-04-05 |
Tim Deegan |
14756:3b4de5f415c9 |
[HVM] Save/restore: qemu-dm should calculate bitmap size from maximum gpfn |
2007-04-05 |
Ewan Mellor |
14755:69ab63bee57c |
Added copyright statement. |
2007-04-05 |
Ewan Mellor |
14754:7cce8838abe0 |
Update the datamodel class diagram, and use neato rather than dot, which gives |
2007-04-05 |
Ian Campbell |
14753:83ce6f4da212 |
merge |
2007-04-05 |
Ian Campbell |
14752:4d29476fc460 |
LINUX: PVonHVM: Fixes to build with kernels back to 2.6.5. |
2007-04-05 |
Ewan Mellor |
14751:e2fdfb0802bd |
Update cover text. API version 0.9.0. |
2007-04-05 |
Tim Deegan |
14750:40d4150764ad |
Merge |
2007-04-05 |
Tim Deegan |
14749:e518f2fbdd72 |
[HVM] Save/restore: merge xc_linux_restore and xc_hvm_restore |
2007-04-05 |
kfraser |
14748:1a347b19142a |
PV-on-HVM: Add new ioreq 'invalidate' for zapping ioemu-dm mapccahe |
2007-04-05 |
kfraser |
14747:c29a4adc65c6 |
Update hgignore list for Module.symvers |
2007-04-05 |
kfraser |
14746:afc6f31b7c90 |
PV-on-HVM: update build config overrides. |
2007-04-05 |
kfraser |
14745:95f329bf49ec |
linux/x86-64: fix unwind information |
2007-04-05 |
Ewan Mellor |
14744:f1509862f3e6 |
Remove task.error_code -- it's redundant, as we can use the first element of |
2007-04-05 |
kfraser |
14743:4de012324477 |
Revert 14730:07d3208c0ca3b6e746745d2bc08f7aa12ed39269. |
2007-04-05 |
kfraser |
14742:602d061ff51f |
linux: simplify and perform checking of multicall status |
2007-04-04 |
Ewan Mellor |
14741:556402cdf011 |
Remove unimplemented host.set_sched_policy. |
2007-04-04 |
Ewan Mellor |
14740:5dcb272de7e4 |
Expose the method-listing call as host.list_methods. |
2007-04-04 |
Ewan Mellor |
14739:4de1e743a5a8 |
Remove docs and bindings for unimplemented VDI.resize and VDI.snapshot. |
2007-04-04 |
Ewan Mellor |
14738:610dcfb3c164 |
Send INTERNAL_ERROR rather than ERROR_TODO if device creation fails. |
2007-04-04 |
Ewan Mellor |
14737:e5931b5e6cc5 |
Remove docs and bindings for unimplemented SR.{create,destroy,clone}. |
2007-04-05 |
kfraser |
14736:14c25e48a557 |
linux: improve x86 page table handling performance |
2007-04-05 |
kfraser |
14735:07d3208c0ca3 |
linux/x86-64: fix unwind information |
2007-04-05 |
kfraser |
14734:2b24d842bbd3 |
linux: make compatibility config options more scalable |
2007-04-05 |
kfraser |
14733:d9b670f76f51 |
hvm: MMIO decoder rename local variable 'diff' to 'result'. |
2007-04-05 |
kfraser |
14732:97453bb714b9 |
hvm: Fix EFLAGS setting in MMIO decoder/emulator. |
2007-04-05 |
kfraser |
14731:94dfb13cbbed |
xen: No use of packed attribute in public headers. |
2007-04-05 |
kfraser |
14730:3121ffb809e9 |
xen: Fix typo in ns16550 driver. |
2007-04-05 |
Steven Hand |
14729:768a4fe105e8 |
Fix hvm balloon driver; missed this hunk in last checkin. |
2007-04-05 |
Steven Hand |
14728:adf7f391be71 |
Fix comment. |
2007-04-04 |
Keir Fraser |
14727:1ec1affb1b50 |
xen: No need for shadow_drop_references() in remove_page(). |
2007-04-04 |
Keir Fraser |
14726:f4318c89291a |
Various cleanups and fixes for PV-on-HVM drivers. |
2007-04-04 |
Steven Hand |
14725:2bbd28891160 |
Initial check-in to support PV balloon driver within HVM guests. |
2007-04-04 |
kfraser |
14724:b3c75956303b |
hvm: local_events_need_delivery() should take notice of EFLAGS.IF. |
2007-04-04 |
kfraser |
14723:10f06a7a05e9 |
hvm: x86 ioemu-dm does not need a memory-size parameter on the command line. |
2007-04-04 |
kfraser |
14722:171fba41a44e |
hvm ioemu x86: Avoid assumptions about memory map. |
2007-04-04 |
kfraser |
14721:0f8a327ebd4d |
Clean up save/restore state record handling. No need for Python to |
2007-04-04 |
kfraser |
14720:3f6ad86d37bd |
hvm: Lazy memory allocation during HVM restore. General cleanup and |
2007-04-04 |
Ian Campbell |
14719:e74bf0303658 |
RFLAGS is in a known good state at start of day so no need to explicitly initialize. |
2007-04-04 |
kfraser |
14718:bc43ac9631e3 |
hvm svm: Avoid intercepts when accessing a number of architectural MSRs. |
2007-04-04 |
kfraser |
14717:c278b1c580db |
Merge with xen-ia64-unstable.hg |
2007-04-04 |
kfraser |
14716:6cfc491631d5 |
hvm: hvm_io_assist() doesn't preoperly make use of its vcpu |
2007-04-04 |
kfraser |
14715:0dabddd77879 |
xen: Disable foreign-header size check if cross compiling. |
2007-04-04 |
kfraser |
14714:2d25db73ddc1 |
Remove hvm_drain_io() hypercall, simplify qemu main loop and do not |
2007-04-06 |
Alex Williamson |
14713:9ec7dadc98ba |
[IA64] Fix serial console IRQ on PRIMEQUEST |
2007-04-05 |
Alex Williamson |
14712:5d9ab2d06709 |
[IA64] Fix typo in xen/arch/ia64/linux-xen/perfmon.c |
2007-04-05 |
Alex Williamson |
14711:81ba9d2267cb |
[IA64] Fix initial value of cr.pta |
2007-04-05 |
Alex Williamson |
14710:3c8039aa5004 |
[IA64] Fix xm dump-core with vti domain |
2007-04-05 |
Alex Williamson |
14709:770c465344d3 |
[IA64] Auto setup serial console on PRIMEQUEST |
2007-04-03 |
Alex Williamson |
14708:f378c424e0ce |
merge with xen-unstable.hg |
2007-04-03 |
Christian Limpach |
14707:7e431ea834a8 |
[hvm] Keep track of time offset between domain time and dom0 time. |
2007-04-03 |
Ewan Mellor |
14706:cd01741aaa93 |
Added section on Xend's runtime dependencies. |
2007-04-03 |
kfraser |
14705:a1b17c48fb40 |
xen: Allow vcpus to defer a shutdown request across critical |
2007-04-03 |
Ewan Mellor |
14704:45e9f6d7e422 |
Remove unused import. |
2007-04-03 |
kfraser |
14703:4f67d849e788 |
Fix "xm migrate" hang on failure. |
2007-04-03 |
kfraser |
14702:920f762ca42d |
Fix the ia64 build after save/restore cleanups. |
2007-04-02 |
kfraser |
14701:870133a06f43 |
xend: Map re.compile on hosts_allow for XMLRPCServer. |
2007-04-02 |
kfraser |
14700:8cf85d3f4f5f |
hvm vmx: VMX MSR bitmap format and size is VMX-specific, so move its |
2007-04-02 |
kfraser |
14699:e9986e48ebe1 |
hvm svm: Clear FS/GS base MSR intercepts. |
2007-04-02 |
Steven Hand |
14698:d05a3220ea05 |
Some save/restore cleanups. |
2007-04-02 |
kfraser |
14697:9695cc13c48c |
xen: Remove two incorrect assertions. |
2007-04-02 |
kfraser |
14696:812bbbee5f62 |
xen: Fix x86/64 build. |
2007-04-02 |
kfraser |
14695:2adce39bc294 |
xentop: Fix memory leak. |
2007-04-02 |
kfraser |
14694:598d55e3ff2f |
hvm hap: Add hap option to user's manual. |
2007-04-02 |
kfraser |
14693:f0f9533b2a23 |
hvm hap: P2M page table cleanup and bug fix. |
2007-04-02 |
kfraser |
14692:149943a5d2c8 |
xen: Extra %esp tracing on double fault. |
2007-03-31 |
Keir Fraser |
14691:8f9ca49175ce |
linux: Remove a few redundant config options. Build util.c for ia64 |
2007-03-31 |
Keir Fraser |
14690:b0a6220047e3 |
linux: Avoid use of ptep_get_and_clear_full name as it's a macro on |
2007-03-31 |
Keir Fraser |
14689:2e5b6c02566f |
libxc: Fix the build with some versions of gcc. |
2007-03-31 |
Keir Fraser |
14688:f4c721dae13a |
linux gntdev: Mark x86-specific code as such with ifdef. |
2007-03-31 |
Keir Fraser |
14687:3a0b808d917a |
xen x86: Fix double-fault handler stack overflow. |
2007-03-31 |
Keir Fraser |
14686:fbe52b559161 |
xend: Implement auto-ballooning for Solaris. |
2007-03-31 |
Keir Fraser |
14685:7b77b47a49d1 |
libxc: User-space grant table device. |
2007-03-31 |
Keir Fraser |
14684:5e65a86c8982 |
linux: User-space grant table device. |
2007-03-31 |
Keir Fraser |
14683:7180d2e61f92 |
linux: Add a hook before a page table entry is cleared, for use with |
2007-03-31 |
Keir Fraser |
14682:2de267ba9a76 |
xm: Fix an indentation bug. |
2007-03-31 |
Keir Fraser |
14681:6898d8ae7ae4 |
blktap: Fix qcow2raw. |
2007-03-31 |
Keir Fraser |
14680:c1578c694b39 |
xen: Fix numa=on boot. |
2007-03-30 |
Alex Williamson |
14679:fc9e2f7920c9 |
merge with xen-unstable.hg |
2007-03-30 |
Keir Fraser |
14678:b0b20a09d253 |
hvm svm: Some code cleanups. |
2007-03-30 |
Keir Fraser |
14677:2b715386b4cf |
hvm vmx: Fix MSR-intercept bitmap initialisation (two bitmap offsets |
2007-03-30 |
Keir Fraser |
14676:36ff129dbd8b |
xen: Fix domain shutdown to synchronously stop domain execution. |
2007-03-30 |
Ian Campbell |
14675:5138c48c7138 |
[LINUX] Explcitly include linux/mutex.h in files which use mutexes, rather then |
2007-03-30 |
Tom Wilkie |
14674:a02b39eaba58 |
Add support for HVM domains to new xm XenAPI create code |
2007-03-30 |
Keir Fraser |
14673:d3b1341d83db |
svm: Improve emulation of SMSW instruction for memory operands. |
2007-03-30 |
Keir Fraser |
14672:3c0d15279dc7 |
hvm: Must increment RIP on INT3 instruction in SVM. |
2007-03-30 |
Ian Campbell |
14671:4a873ab4e261 |
[LINUX] Make sure to initialiase the xen features bitmap before first use on x86_64. |
2007-03-30 |
Tom Wilkie |
14670:7ea36c7d6521 |
Add config files for testing xm via XendAPI |
2007-03-13 |
Jim Fehlig |
14669:a5a2c49eda68 |
Managed HVM guests are not displayed by 'xm list' after restarting xend. |
2007-03-29 |
Magnus Carlsson |
14668:9981a42c8054 |
Made tracing thread safe, and also print thread name. |
2007-03-29 |
kfraser |
14667:dc1654ada984 |
xend: Fix shutdown method after PV-on-HVM save/restore patch. |
2007-03-29 |
kfraser |
14666:4434d1039a65 |
acm: Provide the possibility to choose the VM label of domain-0 in the |
2007-03-29 |
kfraser |
14665:4a240d458db9 |
hvm: Fix the assert on size in HVM MMIO flag-setting functions |
2007-03-29 |
kfraser |
14664:9a839ead4870 |
Enable VMX MSR bitmap support. |
2007-03-29 |
kfraser |
14663:704151d0e219 |
xen: Rename remaining vcpu_flags as pause_flags. |
2007-03-29 |
kfraser |
14662:28e187c8221d |
xen: Remove droppings from a previous patch. |
2007-03-29 |
kfraser |
14661:f830c5719e74 |
xen: Remove {nmi_pending,nmi_masked,paused} vcpu bitflags. |
2007-03-29 |
Tim Deegan |
14660:3681f91a91e8 |
Merge |
2007-03-29 |
Tim Deegan |
14659:e3dc8cea5bc0 |
[HVM] Save/restore: PV-on-HVM driver save/restore support |
2007-03-29 |
Tom Wilkie |
14658:d93a48816328 |
Let xm commands use domids with XenAPI |
2007-03-29 |
kfraser |
14657:b7ae31726aa6 |
xen: Get rid of some VCPUF_* flags and move into their own byte fields. |
2007-03-29 |
Tim Deegan |
14656:2317e0cdd07d |
Merge |
2007-03-29 |
Tim Deegan |
14655:86a798a62cc5 |
[HVM] Save/restore: fix missing return code in USB restore |
2007-03-29 |
Tim Deegan |
14654:f06535a8ae9f |
[HVM] Save/restore: Allow save/restore of multiple NICs |
2007-03-29 |
Tim Deegan |
14653:8f5a947c0ea6 |
[HVM] Save/restore: backport pcnet save/restore from qemu tip. |
2007-03-29 |
Tim Deegan |
14652:19f33f5ba96b |
[HVM] Save/restore: Save the ACPI PM control register in qemu |
2007-03-29 |
Tim Deegan |
14651:121a97005d11 |
[HVM] Save/restore: don't get guest size from "memory_static_min" |
2007-03-29 |
Tom Wilkie |
14650:2ac29d446366 |
Finish off network in xm via XenAPI |
2007-03-29 |
Tom Wilkie |
14649:2e05921d4f78 |
Make network.name_label == bridge name |
2007-03-29 |
Ewan Mellor |
14648:a9dc65d34b14 |
Fix bad behaviour of xm when calling event.next(), by adding a different error |
2007-03-29 |
Ewan Mellor |
14647:dd844ac0c289 |
Minor fix. |
2007-03-29 |
Ewan Mellor |
14646:414735d45904 |
Added asynchronous event notification through the Xen-API. Added a new command, |
2007-03-29 |
Ewan Mellor |
14645:121fb4046945 |
Fix the xen-api-server option parsing, so that we default to listening on |
2007-03-29 |
Ewan Mellor |
14644:6314d433d042 |
Fix PIF_metrics_methods declaration, which has broken PIF. |
2007-03-29 |
Ewan Mellor |
14643:7b17dd28500c |
This patch adds serialization of sets with strings. I recursified the |
2007-03-29 |
kfraser |
14642:4b13fc910acf |
xen: Split domain_flags into discrete first-class fields in the |
2007-03-29 |
kfraser |
14641:31f20aaac818 |
xen: Pause domain when changing debug status. |
2007-03-29 |
kfraser |
14640:a545ac9028d2 |
hvm: Avoid separate nested-page-table control-register logic in SVM code. |
2007-03-29 |
kfraser |
14639:98b049ed2540 |
hvm: Remove extremely verbose debugging from SVM code. |
2007-03-29 |
kfraser |
14638:ea55ead0fd47 |
hvm vmx: Better management of VMX control bitmaps. |
2007-03-28 |
Keir Fraser |
14637:78af882eb6fc |
pciback: Devices can lose config space info on D3->D0 transition, yet |
2007-03-28 |
Keir Fraser |
14636:eddce921d414 |
ia64: Remove list_move() implementation. Now implemenetd in generic list.h. |
2007-03-28 |
Keir Fraser |
14635:5c52e5ca8459 |
hvm: Clean up handling of exception intercepts. |
2007-03-28 |
Keir Fraser |
14634:ffb9dda42946 |
hvm svm: Inject #UD exception if guest tries to execute any SVM-related |
2007-03-28 |
Tim Deegan |
14633:b6eaca0bcee1 |
Merge |
2007-03-28 |
Tim Deegan |
14632:e4e6aab3ec13 |
[SVM] Inject a "fake" interrupt if we delay an interrupt for an exception |
2007-03-28 |
Steven Hand |
14631:c0c5e37b20ae |
Don't trap int3 instructions by default - can have a major overhead in |
2007-03-28 |
Tom Wilkie |
14630:6ee683d1b61f |
Remove unused import; library moved |
2007-03-28 |
kfraser |
14629:41b8af05cb68 |
linux pciback: Proper fix for build failure. |
2007-03-28 |
kfraser |
14628:c16e258fcac5 |
xen: Sync the list.h macros to Linux 2.6.18. |
2007-03-28 |
kfraser |
14627:72ea3ff64ad8 |
linux: Fix the pciback build (temporary hack). |
2007-03-28 |
kfraser |
14626:50965ae270c9 |
[ACM] Allow version information to be embedded in the XML representation of |
2007-03-28 |
kfraser |
14625:32f532e6c054 |
xenbus: check function return values of functions declared with |
2007-03-28 |
kfraser |
14624:64ab7d443549 |
pciback: check function return values of functions declared with |
2007-03-28 |
kfraser |
14623:72a5f76ac8dd |
Remove page_is_removable arch hook. Now the ia64 p2m semantic becomes |
2007-03-28 |
kfraser |
14622:77b210daefee |
linux evtchn: Read function in evtchn driver requires locking. |
2007-03-28 |
Tom Wilkie |
14621:7e6ef2b914aa |
Fix to let TCP server run without SSL installed. |
2007-03-28 |
Christian Limpach |
14620:f9d23364567a |
[linux] Fix xenbus device to allow replies larger than 4096 bytes. |
2007-03-28 |
kfraser |
14619:4c5ea17290fe |
Merge with xen-ia64-unstable.hg |
2007-03-28 |
kfraser |
14618:0b2794d3320f |
Merge with xen-ia64-unstable.hg |
2007-03-28 |
Christian Limpach |
14617:9c1367368ee3 |
[ioemu] Don't enable monitor or serial console on virtual consoles by default. |
2007-03-28 |
Christian Limpach |
14616:3d7a4ac397b1 |
[ioemu] Revert 14585:3375391fb0c9 since this removes useful functionality. |
2007-03-28 |
Tim Deegan |
14615:ff6a1607c17b |
Editing long lines in pygrub interactively could lead to tracebacks. |
2007-03-28 |
Ewan Mellor |
14614:b7c1b412c472 |
Fix missing import. |
2007-03-28 |
Ewan Mellor |
14613:8a3b9908fd75 |
Fix diagnosis of unhandled exceptions. |
2007-03-28 |
Tim Deegan |
14612:81fec499a983 |
Merge |
2007-03-28 |
Tim Deegan |
14611:bc2811bf7771 |
[HVM][HAP] Fix up some memory allocation bugs |
2007-03-28 |
Ewan Mellor |
14610:a138ae831515 |
Fix typo. |
2007-03-27 |
Ewan Mellor |
14609:966c65f0ddba |
Added HTTPS support to Xend. There are new configuration options for the |
2007-03-27 |
Ewan Mellor |
14608:94b873fb033a |
Added comment regarding a Python bug. |
2007-03-27 |
Ewan Mellor |
14607:b13a95fc0e2f |
Move the client-specific parts of xmlrpclib2 into xmlrpcclient.py. This means |
2007-03-27 |
Ewan Mellor |
14606:ea68ae90fc10 |
Add auto-start and auto-stop functionality. |
2007-03-27 |
Ewan Mellor |
14605:104fc282e53c |
Use the new blkback sysfs statistics/{rd,wr}_sect to get a more accurate |
2007-03-27 |
kfraser |
14604:6664a713f55f |
hvm svm: Do not deliver virtual interrupts concurrently with virtual exceptions. |
2007-03-27 |
kfraser |
14603:c489a25c9f9a |
hvm svm: Initialise VMCB CR4 and shadow CR4 with 0 when VMCB is being |
2007-03-27 |
kfraser |
14602:faf0a055aa92 |
hvm: Clean up intr_assist() functions (both VMX and SVM,. but mainly |
2007-03-27 |
Tom Wilkie |
14601:2864754a398f |
Fix typo in VDB_metrics_methods in XenAPI |
2007-03-27 |
Tom Wilkie |
14600:ebb8ad702157 |
Make xm sysrq work via XenAPI re: PAUSED state problem |
2007-03-27 |
kfraser |
14599:cb7d02592b96 |
linux/x86-64: cleanup the Xen-specific macros in entry-xen.S |
2007-03-27 |
kfraser |
14598:c1bfe329f7ff |
hvm svm: Bug fix for page allocation when HAP is being used |
2007-03-27 |
kfraser |
14597:d4ddaff75afd |
hvm: Fix undefined bit shifting in mmio emulation path |
2007-03-27 |
kfraser |
14596:681ed46676a6 |
Fix 'xm list' long output to skip legacy 'cpus'. |
2007-03-27 |
kfraser |
14595:ea0b50ca4999 |
xen: Remove legacy references to explicitly per-cpu perf counters. |
2007-03-27 |
kfraser |
14594:96f167771979 |
xen: Make all performance counter per-cpu, avoiding the need to update |
2007-03-27 |
kfraser |
14593:3375391fb0c9 |
hvm: Remove access to QEMU monitor in VNC server |
2007-03-27 |
kfraser |
14592:a9a39cc52e74 |
linux: Fix for missing response to XS_UNWATCH request. |
2007-03-27 |
kfraser |
14591:f1014cbe906a |
Further shrink the big-lock window. |
2007-03-27 |
kfraser |
14590:070cf119a7ec |
Add WARN() and generic WARN_ON(). |
2007-03-27 |
kfraser |
14589:7c2e8bbe9ef8 |
In order to allow building as non-root with a non-default CC (which |
2007-03-27 |
Ewan Mellor |
14588:035ce339d337 |
Do not issue a warning on XendDomainInfo.recreate for dom0 -- this is normal |
2007-03-27 |
Ewan Mellor |
14587:e43a9c52c843 |
Fix some fields so that they are declared as read-only (always should have |
2007-03-27 |
Tom Wilkie |
14586:7eff43986c3a |
Merge |
2007-03-27 |
Tom Wilkie |
14585:c815f6553816 |
Fix typo in VIF_metrics_methods in XenAPI |
2007-03-27 |
kfraser |
14584:79449efbdd80 |
linux: Fix a compiler warning (unused local variable). |
2007-03-27 |
kfraser |
14583:ec3b843dd733 |
hvm svm: Rename svm_do_vmmcall_reset_to_realmode() and some small |
2007-03-27 |
kfraser |
14582:c9dc33338ccc |
[ACM] Check offset to be within the buffer's size |
2007-03-27 |
kfraser |
14581:ba9d3fd4ee4b |
Fix time reporting to guest. |
2007-03-27 |
Ewan Mellor |
14580:2c1556c893e7 |
Fix the default for the is_a_template flag. |
2007-03-27 |
kfraser |
14579:b685bb321d1e |
Fix push/jmp/call <reg/mem> to check whether the operand is register |
2007-03-26 |
Tom Wilkie |
14578:70f4d99d1aed |
Fix xm network-attach via XenAPI re: paused domain state |
2007-03-26 |
Tom Wilkie |
14577:ddc2f8b061a3 |
Fix up xm vcpu-pin via XenAPI, change types of new VM Metrics feilds |
2007-03-26 |
Tom Wilkie |
14576:5a60095a2299 |
Make 06_destroy_dom0_neg pass with xm via XenAPI. |
2007-03-26 |
Tom Wilkie |
14575:effef488d448 |
Fix xm info etc since changes to Session in XenAPI |
2007-03-26 |
Tom Wilkie |
14574:3b2efc3cf6b6 |
Add option to xm create to skip DTD checks. |
2007-03-26 |
Tom Wilkie |
14573:d01e7ace9d2c |
Add autodetect to xm create for xml files |
2007-03-27 |
Ewan Mellor |
14572:f6c38a084bef |
Convert XendPIFMetrics into an autoplug class. |
2007-03-27 |
Ewan Mellor |
14571:75c797744eb4 |
Convert XendVMMetrics into an autoplug class. Tidy up our destroy methods |
2007-03-27 |
Ewan Mellor |
14570:03d0dda70a8f |
Added network.other_config map. To make this easier, add a new automatic |
2007-03-27 |
Ewan Mellor |
14569:616611521a1d |
Trivial tidyup. |
2007-03-30 |
Alex Williamson |
14568:e7da2fcb7a22 |
[IA64] Avoid insertion of pte.ma=001 into VHPT |
2007-03-30 |
Alex Williamson |
14567:864a4553b2d0 |
[IA64] Trigger memory scrub |
2007-03-30 |
Alex Williamson |
14566:cc0d9207cd34 |
[IA64] Cleanup vcpu *d |
2007-03-27 |
awilliam |
14565:14aeb7981e4e |
merge with xen-unstable.hg |
2007-03-26 |
Ewan Mellor |
14564:10fcea8f51cd |
This patch replaces tab with 4 whitespaces in xensec_gen/main.py. |
2007-03-26 |
Ewan Mellor |
14563:adbcc10eb4c0 |
Don't set memory_dynamic_max when xm mem-set is called. Save the VM |
2007-03-26 |
Ewan Mellor |
14562:1b4fd14f88bb |
Fix xm mem-set on non-running domains. Closes bug #934. |
2007-03-26 |
Ewan Mellor |
14561:2b372eadc4ff |
Ignore .pc (quilt patch queues). |
2007-03-26 |
Ewan Mellor |
14560:e5f13664cfee |
Fix the xm mem-max command. Closes bug #933. |
2007-03-26 |
Tom Wilkie |
14559:15c74855ba68 |
Make 05_block_attach_and_dettach_device_repeatedly_pos pass on xm via XenAPI |
2007-03-26 |
Tom Wilkie |
14558:f4ce943f25f6 |
Fix vbd_create etc, add devices to paused domains |
2007-03-26 |
Tim Deegan |
14557:7ba1e697beda |
[HVM] Fix comments |
2007-03-27 |
awilliam |
14556:2c59917255f7 |
[IA64] Remove debugger calls from panic_domain() |
2007-03-26 |
awilliam |
14555:56caf0e37e6a |
merge with xen-unstable.hg |
2007-03-26 |
Tim Deegan |
14554:3afefd64e392 |
[HVM] Intercept ACPI pm-timer registers |
2007-03-26 |
Ewan Mellor |
14553:dccb274295ae |
Fix VM.resume/suspend docs. |
2007-03-26 |
Ewan Mellor |
14552:8addc5015523 |
Mark host. and PIF.metrics fields as ROrun, to match VIF, VM, and VBD. |
2007-03-26 |
Ewan Mellor |
14551:5987388630f4 |
Create the new VM with the default crash behaviour set. |
2007-03-26 |
Ewan Mellor |
14550:90d84e83ad77 |
Replace tabs with spaces. |
2007-03-26 |
Ewan Mellor |
14549:ae81e49219a8 |
Added I/O debugging mode. |
2007-03-26 |
Ewan Mellor |
14548:af87a02594b6 |
Fix memory values -- they should be in bytes. |
2007-03-26 |
Ewan Mellor |
14547:57becbbe1564 |
Tidy up use of stdout vs stderr. |
2007-03-26 |
Ewan Mellor |
14546:eb52a7f22e72 |
Fix the VM.is_a_template flag for domain 0. |
2007-03-26 |
Ewan Mellor |
14545:af07c7b01893 |
Implement session.last_active, session.this_host, session.get_record, |
2007-03-25 |
Ewan Mellor |
14544:e3e7c59cdba1 |
Added C bindings and docs for recent addition VM.set_VCPUs_number_live. |
2007-03-25 |
Ewan Mellor |
14543:b37006439a53 |
Remove stillborn DTD section, in favour of an upcoming new doc for the xm |
2007-03-23 |
Ewan Mellor |
14542:0810daf7206e |
Workaround buggy GCCs wrt strftime. |
2007-03-23 |
Ewan Mellor |
14541:94943f2e1de9 |
Don't use the client-side shortcut for get_uuid calls -- we need to keep |
2007-03-23 |
Ewan Mellor |
14540:238ed1c75194 |
Ignore exceptions in the get_all_methods call. |
2007-03-23 |
Ewan Mellor |
14539:f434c63b484a |
Add VM.set_memory_dynamic_*_live methods, and use those in xm mem-set. |
2007-03-23 |
Ewan Mellor |
14538:2249cb6b5e42 |
Release the domains_lock properly when get_dev_property_by_uuid fails. |
2007-03-23 |
Tom Wilkie |
14537:6f2f72f39872 |
Fix rebooting domains problem with new internal memory storage |
2007-03-23 |
Ewan Mellor |
14536:678b8838d361 |
Add a last_updated field to every metrics class. |
2007-03-23 |
Ewan Mellor |
14535:931c4b77ea7d |
Implement parsing of datetimes. |
2007-03-23 |
Ewan Mellor |
14534:fbe72d878196 |
Return an error when a schedule-setting call fails. |
2007-03-23 |
Ewan Mellor |
14533:fb6395d2e979 |
Since CPP is being used with CFLAGS, it should be in lock-step with CC, |
2007-03-23 |
Ewan Mellor |
14532:ac5c0a100868 |
Fix typos. |
2007-03-23 |
Ewan Mellor |
14531:7869f58ff551 |
Replace tabs with spaces. |
2007-03-23 |
Ewan Mellor |
14530:a34ab3f899c4 |
Fix state in xm list; add state to VM_metrics class. |
2007-03-23 |
Ewan Mellor |
14529:5dfa9b09b07c |
Fix xenapi_create re: Multiple VIFs for test 04_restore_withdevices_pos |
2007-03-23 |
Ewan Mellor |
14528:8b0be0ddc223 |
Make xm save / restore talk XenAPI; add save / restore to VM class. |
2007-03-23 |
Tim Deegan |
14527:fd0b109501af |
Remove xc_shadow tool |
2007-03-23 |
kfraser |
14526:2cecfa20ffa9 |
Merge with xen-ia64-unstable.hg |
2007-03-22 |
Ewan Mellor |
14525:a234dcbd8357 |
Implemented host.get_PIFs. |
2007-03-22 |
Ewan Mellor |
14524:2d918219f234 |
Fix the parsing of the is_a_template and auto_power_on flags. Don't try to |
2007-03-22 |
Ewan Mellor |
14523:1fc6efdab399 |
Fix the handling of the transient flag. |
2007-03-22 |
Ewan Mellor |
14522:abd9ae4f1f17 |
Remove duplicate memory values from the SXP. |
2007-03-22 |
Ewan Mellor |
14521:fa731dfb90d6 |
Fix VM.is_a_template. |
2007-03-22 |
Ewan Mellor |
14520:f6845c09b872 |
Match the name change for the QCoW SR. |
2007-03-22 |
Ewan Mellor |
14519:b98832bcac53 |
Fixes to XendQCoWStorageRepo to match recent API changes, and fix the refreshing |
2007-03-22 |
Ewan Mellor |
14518:5f526fcc8e58 |
Add VM_metrics.start_time, and use this to implement xm uptime through the |
2007-03-22 |
Ewan Mellor |
14517:4baae9f9fdbb |
Update VM's VCPU handling to match the documentation wrt VCPUs_max and |
2007-03-22 |
Ewan Mellor |
14516:5c529af40697 |
Fix marshalling of Xen-API maps with non-string keys. |
2007-03-26 |
awilliam |
14515:16198b57f535 |
[IA64] Remove P2M workaround |
2007-03-26 |
awilliam |
14514:fa77ec03afd6 |
[IA64] Make P2M semantics match x86 |
2007-03-22 |
awilliam |
14513:be1017157768 |
merge with xen-unstable.hg |
2007-03-22 |
Ian Campbell |
14512:6519867be0fe |
[TOOLS] libxc: Fix x86 build. |
2007-03-21 |
kfraser |
14511:4e874484f4da |
Merge with xenppc-unstable-merge.hg |
2007-03-21 |
Hollis Blanchard |
14510:49ec3725d0c0 |
Merge with xen-unstable.hg. |
2007-03-21 |
Hollis Blanchard |
14509:2c087916aaba |
[LIBXC][POWERPC] Use new domain builder. |
2007-03-21 |
Hollis Blanchard |
14508:265e257388b5 |
[POWERPC][LIBXC] Remove Prose builder. |
2007-03-21 |
Hollis Blanchard |
14507:ed84ed49bb81 |
[LIBXC] Allocate memory and populate p2m in arch-specific code. |
2007-03-21 |
Hollis Blanchard |
14506:2734b64255b3 |
[LIBXC] Move domain builder hooks into arch-specific files and remove ifdefs. |
2007-03-21 |
Hollis Blanchard |
14505:58e796d053ca |
[POWERPC][XEN] Fix "xc_core" build break. Untested but might work. |
2007-03-21 |
Hollis Blanchard |
14504:09a3bd14a4fa |
[POWERPC][XEN] Implement arch_get_xen_caps(). |
2007-03-21 |
Hollis Blanchard |
14503:e7f49a00bc46 |
[POWERPC][XEN] Use correct register set in dump_execution_state(). |
2007-03-21 |
Hollis Blanchard |
14502:d5408cc3fba7 |
[POWERPC][XEN] Quiet timebase synchronization at boot. |
2007-03-21 |
Hollis Blanchard |
14501:59305500d95d |
[POWERPC][XEN] Clear the RMA flag on freed pages. |
2007-03-08 |
Hollis Blanchard |
14500:dcec453681bc |
[POWERPC][XEN] Merge with xen-unstable.hg. |
2007-03-05 |
Hollis Blanchard |
14499:8f0b5295bb1b |
[POWERPC][XEN] Remove asm/platform.h (in favor of asm-powerpc/platform.h) |
2007-03-21 |
Tim Deegan |
14498:e9a5ba552808 |
[XEN] Shadow: check the _PAGE_PRESENT bit in fast-path MMIO shadow ptes |
2007-03-21 |
Ewan Mellor |
14497:c9ac275f8985 |
Change xm dmesg -c so that it prints out the current buffer as well as clearing |
2007-03-21 |
Ian Campbell |
14496:f1833268b28f |
LINUX: x86_64: start_pfn should be initialised even when XENFEAT_auto_translated_physmap is set. |
2007-03-22 |
awilliam |
14495:93e11f6d6791 |
[IA64] Improve error message when HVM domain creation failed |
2007-03-20 |
awilliam |
14494:2216a45bf058 |
merge with xen-unstable.hg |
2007-03-20 |
Ewan Mellor |
14493:3fd9b0c71b8c |
Raise an exception in xm_block_detach if using Xen-API and it fails -- this |
2007-03-20 |
Ewan Mellor |
14492:92f14ace389c |
Fix xm network-list through the Xen-API for managed domains. |
2007-03-20 |
Ewan Mellor |
14491:07d1bd92ade8 |
Fix xm block-list through the Xen-API for managed domains. |
2007-03-20 |
Ewan Mellor |
14490:ee06d8b5712f |
Make xm trigger talk XenAPI; add send_trigger to VM class. |
2007-03-20 |
Ewan Mellor |
14489:9f9d04ce1eaf |
Make xm debug-keys talk XenAPI; Add send_debug_keys to host |
2007-03-20 |
Ewan Mellor |
14488:25bb1e7d236b |
Change the eyecatcher to be case-insensitive, so that "Internal error" is |
2007-03-20 |
Ewan Mellor |
14487:a6d888593117 |
Tidy the error message from getDomains when using the Xen-API and no domain |
2007-03-20 |
Ewan Mellor |
14486:bea7ff5ebd60 |
Have xm-test wait for the network device to detach. This is an asynchronous |
2007-03-20 |
Ewan Mellor |
14485:fc918d15c981 |
Fix sxp2xml translation to handle maxmem. |
2007-03-20 |
Ewan Mellor |
14484:d86957cea8b8 |
Add VIF.runtime_properties dictionary, and use that to implement xm network-list |
2007-03-20 |
Ewan Mellor |
14483:ba1212ee7689 |
Fix parameter to XendInvalidDomain. |
2007-03-20 |
Ewan Mellor |
14482:cb7b69311abb |
Fix exception handling when xmlrpclib.Fault is raised, in legacy mode. |
2007-03-20 |
Ewan Mellor |
14481:e7c6e6621e85 |
Fix xm create -c. |
2007-03-20 |
Ewan Mellor |
14480:e2f302488983 |
Add VBD.runtime_properties dictionary, and use that to implement xm block-list |
2007-03-20 |
Ewan Mellor |
14479:dace880e871a |
When creating a VBD, save the devid in the device info structure. If creation |
2007-03-20 |
Ewan Mellor |
14478:8b527e3d27d6 |
Improve the error diagnostics within xmlrpclib2 in order to be more defensive |
2007-03-20 |
Ian Campbell |
14477:129bc1eda8d0 |
merge |
2007-03-20 |
Ian Campbell |
14476:522a1cd17b6d |
[XEN] Implement faster int 0x80 handling for compat mode guests. |
2007-03-20 |
Tim Deegan |
14475:61a4a4795be5 |
Merge |
2007-03-20 |
Mark McLoughlin |
14474:09f2e758a198 |
Don't mount raw blktap disks for pygrub |
2007-03-20 |
kfraser |
14473:cabf9e221cd5 |
svm: Remove special 'launch' scheduler tail function. |
2007-03-19 |
kfraser |
14472:4e380c769774 |
coredump: Allow mmap of shinfo to fail for any HVM guest (x86 or ia64). |
2007-03-19 |
kfraser |
14471:36e6f85cd572 |
hvm: Do not save/restore shared_info gpfn location. |
2007-03-19 |
Tim Deegan |
14470:ed1e4cc4a5b7 |
[SVM] Move vmcb setup code for AP bringup out of the launch path |
2007-03-19 |
Ewan Mellor |
14469:126a2c3c6a9d |
Only import xenapi_create when using the Xen-API server -- this has additional |
2007-03-19 |
Ian Campbell |
14468:bbda47597917 |
[LINUX] Update crash-kernel-32-on-64.patch with more sensible version from -mm. |
2007-03-19 |
kfraser |
14467:0611355e0df2 |
hvm: Lower HPET frequency to 1/32 of the TSC. |
2007-03-19 |
kfraser |
14466:9b9aa9d6603b |
Use HOSTCFLAGS with HOSTCC. |
2007-03-19 |
Christian Limpach |
14465:4b9150e9ecfd |
[ioemu] Cleanup media change code. |
2007-03-19 |
Ewan Mellor |
14464:066b66ce1f98 |
Fix memory size handling. |
2007-03-19 |
kaf24 |
14463:f40079acf646 |
minios: Various small fixes. |
2007-03-19 |
kaf24 |
14462:b795b90e4ff6 |
Add parentheses to trace_do_casts macro. |
2007-03-19 |
kaf24 |
14461:548e61fbdc1a |
hvm: Fix platform-irq handling in presence of irqbalance daemon. |
2007-03-18 |
Keir Fraser |
14460:2b58c9e32549 |
xend: Avoid use of 'k' specifier to Py_BuildValue(). Its |
2007-03-18 |
Keir Fraser |
14459:7521c87983e0 |
xend: Fix Py_BuildValue() invocation (don't use I specifier). |
2007-03-18 |
Ewan Mellor |
14458:9df276596cbb |
Re-raise log level for XendConfig (accidentally changed it to DEBUG previously). |
2007-03-18 |
Ewan Mellor |
14457:afbf744440d2 |
Fix the signedness of a number of values demarshalled by xc.domain_getinfo, |
2007-03-17 |
Ewan Mellor |
14456:6b2875302558 |
Support xm create through the Xen-API. |
2007-03-17 |
Ewan Mellor |
14455:cfb265b93b2d |
Fix xm list's printing of the memory target, when in legacy mode. |
2007-03-17 |
Ewan Mellor |
14454:2adbc1d22fe7 |
Replace VDI.location with a more generic VDI.other_config map. Remove |
2007-03-17 |
Ewan Mellor |
14453:f40bd358129a |
Work around bug in Python's inspect module -- catch an IndexError exception |
2007-03-17 |
Keir Fraser |
14452:98eacf1b075c |
Fix up nosegneg vsyscall elfnote. |
2007-03-17 |
Keir Fraser |
14451:0e0fdba35503 |
Xen and tools now require gcc 3.4+ on x86. |
2007-03-16 |
Keir Fraser |
14450:5a198ae89051 |
hvmloader: More simplification of highmem bios relocation code. |
2007-03-16 |
Keir Fraser |
14449:cf32c9e54c8f |
General hvmloader cleanups and write memory fields of CMOS with |
2007-03-16 |
Keir Fraser |
14448:519d32076d48 |
Fix build when bcc is not installed. |
2007-03-16 |
Jake Wires |
14447:d64c0af015dd |
[TAPDISK] unlock sector on error case |
2007-03-16 |
kfraser |
14446:62754c2fdcfa |
rombios: Simplify memory-size bios calls and derive all results from |
2007-03-16 |
kfraser |
14445:cb1693873a7e |
libxc: Explicitly reserve space for special pages in HVM memmap. |
2007-03-16 |
Ewan Mellor |
14444:1e592e4557c1 |
Fix VM_metrics.get_vcpus_utilisation. |
2007-03-16 |
Tim Deegan |
14443:9e07e0133f52 |
[QEMU] fix typo in 14405 |
2007-03-16 |
kfraser |
14442:670aef15eb55 |
hvm ioemu: Add support for IOREQ_TYPE_XCHG in qemu-dm. |
2007-03-16 |
kfraser |
14441:f8ef8f466225 |
hvm mmio: two additional mmio ops that OS/2 needs emulated. |
2007-03-16 |
kfraser |
14440:90d6fe6de04d |
hvm vpic: Fix IRQ priority calculation in 8259 device model. |
2007-03-16 |
kfraser |
14439:3a186e94f613 |
linux: Various cleanup and locking clarification (and fixing!) |
2007-03-16 |
kfraser |
14438:ba83d33c961b |
Revert CONFIG_SPLIT_PTLOCK_CPUS change of 14209:1061c7bff38f3e6e66fee96c407977ad55b3f2f2. |
2007-03-16 |
Tim Deegan |
14437:a20e3ad50ae8 |
[HVM][SVM] Save/restore: save the guest's versions of CR0 and EFER |
2007-03-16 |
Tim Deegan |
14436:8e76e1b95b12 |
[HVM][QEMU] Save/restore: enable HVM live migration |
2007-03-16 |
kfraser |
14435:422a61ebac54 |
xenbus: Clarify and simplify barrier usage. |
2007-03-16 |
Ian Campbell |
14434:26a1378d5ece |
[LINUX] Don't pin the initial page tables on x86_64 when XENFEAT_writable_page_tables. |
2007-03-16 |
Tim Deegan |
14433:487e37c22b28 |
Fix the python type dismatch exception when HVM restore |
2007-03-15 |
Ewan Mellor |
14432:cd8d2a4d46e4 |
Implement xm list through the Xen-API. |
2007-03-15 |
Ewan Mellor |
14431:3c418dbb71b2 |
Raise the VM_BAD_POWER_STATE error with VM.send_sysrq if the domain is not |
2007-03-15 |
Ewan Mellor |
14430:edccebeea4a3 |
Added a new Xen-API call VM.send_sysrq, and use that to implement xm sysrq |
2007-03-15 |
Ewan Mellor |
14429:1c94d9fcb7ef |
Allow the xm configuration file location to be overridden with an |
2007-03-15 |
kfraser |
14428:b926f66f29ab |
Replace tab with 4 whitespaces in xm/shutdown.py. |
2007-03-15 |
kfraser |
14427:d6ca67c0645e |
minios: Fix an extern declaration and add an extra 'const' to |
2007-03-15 |
kfraser |
14426:9ff349bde23a |
net back: Quieten loud error path. |
2007-03-20 |
awilliam |
14425:f74e837c3902 |
[IA64][MINIOS] Make Endian-ness build changeable on the command line |
2007-03-20 |
awilliam |
14424:0fadd0476e03 |
[IA64][MINIOS] Fixed some big-endian bugs and add HYPERVISOR_suspend |
2007-03-20 |
awilliam |
14423:c07b1dc6dc6d |
[IA64] fix access rights in VHPT when itr.ar!=dtr.ar |
2007-03-20 |
awilliam |
14422:2dbee4f1ee63 |
[IA64] Avoid double free of VHPT for HVM domain |
2007-03-20 |
awilliam |
14421:e1d626bde5db |
[IA64] Fix isr setting vs viosapic interupt delivery |
2007-03-20 |
awilliam |
14420:e014b94333aa |
[IA64] Fix thash_init() |
2007-03-15 |
awilliam |
14419:1584263f9fc5 |
merge with xen-unstable.hg |
2007-03-15 |
kfraser |
14418:809f36b1b685 |
Add two arch hooks to gnttab_release_mappings(). |
2007-03-15 |
kfraser |
14417:8fa17d1560a9 |
x86: 32on64 oversight in update_va_mapping |
2007-03-15 |
kfraser |
14416:5bc5ed857cc6 |
hvmloader: Simplify 32bit-bios relocator. |
2007-03-15 |
kfraser |
14415:aa6914c527e1 |
TCGBIOS fixes and cleanups. |
2007-03-15 |
kfraser |
14414:e9ef0808c09f |
Add boot option to allow console I/O to be placed into ring buffer |
2007-03-14 |
Ewan Mellor |
14413:30a83a0839bd |
Implement xm domid and xm console using the Xen-API, and fix xm domname. |
2007-03-14 |
Ewan Mellor |
14412:b39c0a79d4d5 |
Added the clear flag to host.dmesg, and added host.get_log. Use these to |
2007-03-14 |
Ewan Mellor |
14411:8645c726ce9c |
Fix error logging when we get a 500 response. |
2007-03-14 |
Ewan Mellor |
14410:1ada28678762 |
Improve the performance of the Xend trace facility, and exclude XendMonitor |
2007-03-14 |
Ewan Mellor |
14409:acdfb333af53 |
Trap bad return values from Xen-API method handlers, and return an internal |
2007-03-14 |
Ewan Mellor |
14408:e4e1435e4c63 |
Match recent removal of VM.VCPUs_policy. |
2007-03-14 |
Ewan Mellor |
14407:a2458851aaa7 |
Fix typo in xm-test. |
2007-03-14 |
Ewan Mellor |
14406:e1281da27313 |
Fix typo. |
2007-03-14 |
Ewan Mellor |
14405:036e42d1c9bb |
Added VM_metrics.get_all. |
2007-03-14 |
Ewan Mellor |
14404:0c354aa0bb4a |
Added Xen-API features needed to implement xm info: host.sched_policy |
2007-03-14 |
Ewan Mellor |
14403:460dac5742cf |
Implement VM_metrics Xen-API class. |
2007-03-14 |
Ewan Mellor |
14402:192bee4b09a6 |
Added Xen-API support to xm shutdown. |
2007-03-14 |
Jake Wires |
14401:817647aff01f |
[BLKTAP] remove spurious error message |
2007-03-14 |
kfraser |
14400:517e67f0fe52 |
hvm: Firmware build requires dev86 (bcc) >= 0.16.14. |
2007-03-13 |
Ewan Mellor |
14399:01e35a77ce8f |
Implement VM.{add_to,remove_from}_VCPUs_params. |
2007-03-13 |
Ewan Mellor |
14398:3f45afc6b025 |
In xm shell, add a space to the function names when tab-completing. |
2007-03-14 |
Ian Campbell |
14397:e6c31944916b |
[LINUX] 32on64 kdump: Allow a 32 bit kernel to read a 64 bit dump. |
2007-03-14 |
Ian Campbell |
14396:a1daade92952 |
[LINUX] Kexec: Ensure that pages allocated for kexec have MFNs which are within |
2007-03-14 |
Ian Campbell |
14395:fa3d25355aa2 |
[XEN] 32on64 kexec: Make the compat page table cover the first 4G of physical memory. |
2007-03-14 |
Tim Deegan |
14394:35c9a1939ae4 |
[XEND] Mark save record fd close-on-exec after calling xc_restore |
2007-03-14 |
kfraser |
14393:4d7327502ba6 |
hvm: Add a revision 1 FADT in ACPI, and link the original revision-4 |
2007-03-14 |
kfraser |
14392:2787228610af |
hvm: Print bad DFR value for vlapic if a bad value is detected. |
2007-03-14 |
kfraser |
14391:f233456b89d5 |
AMD HVM: Fix enter-realmode stub to initialise 32-bit GPRs. |
2007-03-14 |
Tim Deegan |
14390:2955b0677310 |
add usb device save/restore in qemu |
2007-03-13 |
Tim Deegan |
14389:3c38150de7fd |
[HVM] Save/restore: more state propagation in xend |
2007-03-13 |
kfraser |
14388:127bee61972b |
xm: Allow vcpu-pin to specify 'all' for CPU list. |
2007-03-13 |
kfraser |
14387:40a6e2280d7b |
xen/x86: Tweak #PF handler. Simplify gdbstub copy to/from guest. |
2007-03-13 |
kfraser |
14386:8cd8e9e4e1ad |
linux: No need to force pcibios_scan_all_fns() on modern Xen. |
2007-03-13 |
kfraser |
14385:7c0d7736f960 |
hvmloader: Avoid compile warnings char vs. unsigned char. |
2007-03-13 |
Ian Campbell |
14384:1877857352ae |
Update defconfigs for new XEN_COMPAT_300004 option. |
2007-03-13 |
kfraser |
14383:2f63ed3c5fb9 |
[XM-TEST] vTPM test changes |
2007-03-13 |
kfraser |
14382:f2f83691f714 |
docs: update some todo items. |
2007-03-13 |
Ian Campbell |
14381:468ec3d142ad |
[LINUX] Fix typo so 3.0.4 compatability works. |
2007-03-12 |
Tim Deegan |
14380:09da174827ea |
[HVM] Save/restore: update HVM detection in save/restore code in xend. |
2007-03-12 |
kfraser |
14379:68282f4b3e0f |
linux: Adjust memory allocation condition in netback to reduce memory |
2007-03-12 |
kfraser |
14378:a4ca6a264fee |
xen: Generic linear pagetable support for x86 PV guests. |
2007-03-12 |
kfraser |
14377:b01d4f415f5f |
x86: PAE linear page tables. |
2007-03-12 |
kfraser |
14376:6d2328b353c8 |
linux: No need to manually bring VCPUs online across 'fast' save/restore. |
2007-03-12 |
kfraser |
14375:7ec182baf9fd |
xen: Set VGCF_online flag appropriately for getvcpucontext. |
2007-03-12 |
kfraser |
14374:f3f5f2756d75 |
x86: Add VGCF_onlien flag to vcpu_guest_context. |
2007-03-12 |
kfraser |
14373:1721f90e1422 |
AMD HVM: Exit hvmloader via a normal jump-to-realmode code sequence. |
2007-03-12 |
kfraser |
14372:f9fbcc354daa |
The Xen console intercepts ^O and prevents it from propagating |
2007-03-12 |
kfraser |
14371:94fcbb52bde2 |
Fix valid_phys_addr_range() prototype of xen /dev/mem. |
2007-03-12 |
kfraser |
14370:e39964673c6f |
xen: Fix emulator to use default segment SS for ESP/EBP references. |
2007-03-12 |
Tim Deegan |
14369:bcd8d0387cbf |
[HVM] Remove debugging printout of BIOS boot vector |
2007-03-12 |
Tim Deegan |
14368:3be7f638cba0 |
[HVM] Speed up bulk p2m operations such as domain creation |
2007-03-15 |
awilliam |
14367:a230a1a167dc |
[IA64] Fix PAL_CACHE_FLUSH to be vcpu-migration-safe |
2007-03-14 |
awilliam |
14366:a862200c572a |
[IA64] Fix get_page_type() and put_page_type() |
2007-03-14 |
awilliam |
14365:c0cdb349a11a |
[IA64] Use domheap instead of xenheap for P2M table |
2007-03-12 |
awilliam |
14364:cb2575cec95c |
merge with xen-unstable.hg |
2007-03-11 |
Ewan Mellor |
14363:8a01644306ee |
Fix typo in cset 14341:0affe03ee985 that broke migration. |
2007-03-10 |
Ewan Mellor |
14362:e5d7b878118f |
Added an VM_HVM_REQUIRED error code, and use it on VM.start. |
2007-03-10 |
Ewan Mellor |
14361:0affe03ee985 |
Replace VM.platform_{std_VGA,serial,localtime,clock_offset,enable_audio} with |
2007-03-10 |
Ewan Mellor |
14360:620212e48908 |
Remove obsolete tpm_backend entry. |
2007-03-10 |
Ewan Mellor |
14359:f6656928d7d1 |
Fix VM.set_actions_after_{reboot,shutdown}. |
2007-03-10 |
Ewan Mellor |
14358:10f5478a91cd |
Fix "no such domain" error message from domain_lookup. |
2007-03-10 |
Ewan Mellor |
14357:4dd4c285481a |
Remove some excessive debug logging. |
2007-03-10 |
Ewan Mellor |
14356:4e47dc3a6de8 |
Don't show the usage message for "domain does not exist" errors. |
2007-03-10 |
Ewan Mellor |
14355:d09da90db166 |
Improve xm shell tab completion. |
2007-03-10 |
Ewan Mellor |
14354:7e66858aa811 |
Add vcpus_max and vcpus_at_startup values to the example VM creation. |
2007-03-10 |
Ewan Mellor |
14353:798a7dc1ac6d |
Fix get_val_as_string so that it does not truncate integers. |
2007-03-10 |
Ewan Mellor |
14352:6b057bdf0354 |
Allow empty structs to represent empty Maps. |
2007-03-10 |
kfraser |
14351:7db52e0ed133 |
xen ppc: Guests need the default 100Hz ticker. |
2007-03-10 |
kfraser |
14350:a6316fc7a87f |
pci back: Various fixes. |
2007-03-10 |
kfraser |
14349:9044a50c50ab |
Simple fix to the man page for xm block-attach. |
2007-03-10 |
kfraser |
14348:7f624c770dbd |
Add flags field to VCPUOP_set_singlsehot_timer. |
2007-03-10 |
kfraser |
14347:8fa8de63abf4 |
xen: Fix VCPUOP_set_periodic_timer return value. |
2007-03-09 |
kfraser |
14346:cedf9e4ac6ff |
linux: Use new time hypercalls. |
2007-03-09 |
kfraser |
14345:83756471416f |
xen: Debug 'q' key prints per-vcpu periodic timer info. |
2007-03-09 |
kfraser |
14344:188bab059272 |
linux: fix build warnings |
2007-03-09 |
kfraser |
14343:ca7cd6752cc2 |
dump-core: store .xen_p2m or .xen_pfn section in pfn ascending order. |
2007-03-09 |
kfraser |
14342:2d4df044d7de |
xen/x86: add allocation success checks. |
2007-03-09 |
kfraser |
14341:818da23b7571 |
linux: fix condition for entering tickless state |
2007-03-09 |
kfraser |
14340:215b799fa181 |
xen: New vcpu_op commands for setting periodic and single-shot timers. |
2007-03-09 |
kfraser |
14339:1a01d8d9dbec |
Revert 14316 -- no need to fix maxvcpu domctl. |
2007-03-09 |
Ewan Mellor |
14338:6ff2a1286484 |
This patch fixes two problems with sending and receiving of (arrays of) |
2007-03-09 |
Tim Deegan |
14337:87cb4916dd75 |
[XEN] Fix 14315 |
2007-03-09 |
Tim Deegan |
14336:bae81f7013a6 |
[XEN] Don't let the tools take away all of a domain's vcpus. |
2007-03-09 |
Tim Deegan |
14335:26e034395b8e |
[XEN] Shadow: be more explicit in assuming that d->vcpu[0] is valid |
2007-03-09 |
Tim Deegan |
14334:101a1ccfc3f7 |
Merge |
2007-03-09 |
Tim Deegan |
14333:b46a92ba0b61 |
[SVM] Don't free HSA and root vmcb when disabling SVM |
2007-03-09 |
kfraser |
14332:8af1a8250c13 |
linux: Upgrade to latest Xen interface version (0x00030205). |
2007-03-09 |
Tim Deegan |
14331:c75d1acd18c8 |
Merge |
2007-03-09 |
Tim Deegan |
14330:c9dba7b35393 |
[HVM] Revert thinko from 14291 |
2007-03-09 |
kfraser |
14329:7ab04fa25d52 |
xm: New command 'debug-keys' to inject debug-key events into Xen. |
2007-03-09 |
kfraser |
14328:a67d3fbd4577 |
pci back: Fix registration of of filters on subsections of config space. |
2007-03-09 |
Ewan Mellor |
14327:5dd14bfbe956 |
Make the VTPM.destroy method return 'void' upon success and adapt the |
2007-03-09 |
Ewan Mellor |
14326:b2f0840bb88f |
Improve error message. |
2007-03-09 |
Ewan Mellor |
14325:2e160a17ceb6 |
Remove VDI.set_SR -- this was always unimplemented, and pretty mad. |
2007-03-09 |
Ewan Mellor |
14324:be686775bdb0 |
Fancy headings. |
2007-03-09 |
Ewan Mellor |
14323:acade5948a75 |
Move the booting description out of the VM class description into the VM |
2007-03-09 |
Ewan Mellor |
14322:038e9138acae |
Remove the word "Additional" from all the RPC subheadings -- we include all |
2007-03-09 |
Ewan Mellor |
14321:f421ccd1141f |
Added section on references vs UUIDs. |
2007-03-09 |
Ewan Mellor |
14320:3f8f5854acf0 |
Changed the example of linked references (Set(Ref(x)) <-> Ref(y)) to use VM and |
2007-03-08 |
Ewan Mellor |
14319:2ff4a2a5a6e5 |
Added {VIF,VBD}.{plug,unplug} methods. Docs and C bindings -- Xend to follow. |
2007-03-08 |
Ewan Mellor |
14318:e562440e0412 |
Added VM_BAD_POWER_STATE error code to VM.hard_shutdown. |
2007-03-08 |
Ewan Mellor |
14317:dfaca81ededb |
Remove crashdump.create -- this doesn't make sense. |
2007-03-08 |
Ewan Mellor |
14316:f40b13ed0e05 |
Fix duplicate consts around xc_error declarations. |
2007-03-08 |
Tim Deegan |
14315:68c917da8b9b |
Merge |
2007-03-08 |
Tim Deegan |
14314:560183e6452a |
[HVM] Save/restore: tidy PFN handling in the tools. |
2007-03-08 |
Tim Deegan |
14313:eedbddf55e51 |
[HVM] Save/restore: make sure all ioreqs are gone when a domain is saved |
2007-03-08 |
kfraser |
14312:59abe5204ca8 |
linux: Remove an unused data structure from TPM frontend. |
2007-03-08 |
Tim Deegan |
14311:0e08d98dfd57 |
[XEN] Shadow: fix mark_dirty invocation to use gfn, not mfn |
2007-03-08 |
Tim Deegan |
14310:f78b4aad353e |
[XEN] Shadow: tidy up page_info before handing back to the allocator |
2007-03-08 |
Christian Limpach |
14309:345effaf2258 |
[xen] Update the hvm rtc clock state if the domain's time offset is changed. |
2007-03-08 |
Ian Campbell |
14308:7e2f7e8b63d3 |
[BUILDER]: Initialize code segment selectors in virtual IDT to 0. |
2007-03-08 |
kfraser |
14307:38513d22d234 |
xen: Provide notification of console updates via VIRQ. |
2007-03-08 |
kfraser |
14306:90e8d8169afd |
xend: Platform feature 'multiprocessor suspend' is x86-only for now. |
2007-03-08 |
Tim Deegan |
14305:fdbd9b91a030 |
[HVM] Save/restore: back-port IDE controller save routine from current qemu. |
2007-03-08 |
kfraser |
14304:18cf0c56226d |
xen: Clean up heap allocator. |
2007-03-08 |
Tim Deegan |
14303:a7f6392ea850 |
[HVM] Add support for hardware-assisted paging |
2007-03-12 |
awilliam |
14302:d1853a39e063 |
[IA64][MINIOS] cleanup ia64_boot_paramP and add ARCH_LDFLAGS |
2007-03-12 |
awilliam |
14301:9ea0c5f469c8 |
[IA64] PV steal time accounting |
2007-03-12 |
awilliam |
14300:800f7904d6a4 |
[IA64] Follow dynamic grant_table for PV-on-HVM on IPF |
2007-03-12 |
awilliam |
14299:dc6fbe46ec91 |
[IA64] Fix return value of hypercall from VT-i domain |
2007-03-12 |
awilliam |
14298:1f303be68364 |
[IA64] Fix for compiling PV-on-HVM driver on IPF |
2007-03-08 |
awilliam |
14297:9fbaf07d3f67 |
[IA64] Add HYPERVISOR_vcpu_op |
2007-03-07 |
awilliam |
14296:4e367aa89895 |
[IA64] Steal time accounting for PV domain - hypervisor side |
2007-03-07 |
awilliam |
14295:9f8e996a678d |
[IA64] Add arch/ia64/kernel/time.c to spare tree for steal time accounting |
2007-03-07 |
awilliam |
14294:210858e4f6d5 |
[IA64] Xen/ia64 XENMEM_exchange bug work around |
2007-03-07 |
awilliam |
14293:50d5bf02e59e |
merge with xen-unstable.hg |
2007-03-07 |
kfraser |
14292:8117f6684991 |
linux: Restore time on APs if they are not hotplugged on save/restore. |
2007-03-07 |
kfraser |
14291:7c8dcc5efd12 |
netback: Disable debug interrupt (accidentally left enabled in |
2007-03-07 |
kfraser |
14290:42b29f084c31 |
linux: Use fake carrier flag for netfront/netback rather than the real |
2007-03-07 |
Tim Deegan |
14289:fbbf1f07fefe |
[HVM] Disallow soft resets in the BIOS. |
2007-03-07 |
kfraser |
14288:dad3d143c3b0 |
xen: Replace stupid page_alloc fix. |
2007-03-07 |
kfraser |
14287:e68ee3665cba |
dump-core: always use elfclass64 format to support x86_32pae. |
2007-03-07 |
kfraser |
14286:9be942ec0247 |
tools: Clean up use of 'install' command. |
2007-03-07 |
kfraser |
14285:c85d83074b54 |
ioemu: Remove use of 'echo -c' in script. |
2007-03-07 |
kfraser |
14284:228c3e05eb00 |
linux: Don't use set_fixmap/clear_fixmap after boot-time. It's not |
2007-03-07 |
kfraser |
14283:87f626f1d5f5 |
A correct fix for page_alloc crash when Xen heap empty. |
2007-03-06 |
kfraser |
14282:095a476a96b1 |
ioemu: Close file descriptors when forking processes. |
2007-03-06 |
kfraser |
14281:2cf842558b2e |
Make Python tools (i.e., xend and pygrub) conditionally compiled. |
2007-03-06 |
Tim Deegan |
14280:af6293fd3134 |
[XEN] Shadow: ignore shadow operations on dying domains |
2007-03-06 |
kfraser |
14279:200d13363a38 |
linux x86/64: No need to pre-allocate all fixmap pagetables: |
2007-03-06 |
kfraser |
14278:ae203b55e7c8 |
xend: more flexibility in gathering data from /proc/cpuinfo |
2007-03-05 |
Travis Betak |
14277:c8843678cb9b |
[SVM] Clear VMCB's EFER.LME when guest disables paging |
2007-03-05 |
Travis Betak |
14276:8bae3387b86c |
[SVM] Use svm_long_mode_enabled() when checking if guest is in long mode |
2007-03-05 |
Travis Betak |
14275:647fcc8f0c83 |
[SVM] Cleanup guest writes to EFER |
2007-03-05 |
Travis Betak |
14274:e4cffff8cfa7 |
[SVM] Return the shadow EFER value on guest EFER reads. |
2007-03-05 |
Travis Betak |
14273:437774e49735 |
[SVM] Remove SVM cpu_state and add EFER shadow to svm structure. |
2007-03-05 |
Christian Limpach |
14272:e85f685fb99f |
[tools] Import ptsname from its new location (after cset 14259:7f0d8e3c538e). |
2007-03-05 |
Christian Limpach |
14271:02fbfdcd2d90 |
[tools] Use auxbin.py to determine libpath at build time. |
2007-03-05 |
kfraser |
14270:e5a0dd445e41 |
Install pygrub according to auxbin rules. |
2007-03-05 |
kfraser |
14269:7f0d8e3c538e |
Move ptsname module under tools/python. |
2007-03-05 |
kfraser |
14268:53589c343d46 |
linux x86/64: Clean up mm initialisation a little. |
2007-03-05 |
Christian Limpach |
14267:ff81ea60bc98 |
[tools] Use auxbin.py to determine libpath at build time. |
2007-03-05 |
kfraser |
14266:5dfad62b7a70 |
linux: no pc speaker device in domUs |
2007-03-05 |
kfraser |
14265:59c066e8007d |
linux: scan DMI early |
2007-03-05 |
kfraser |
14264:fe3fa645835f |
linux/x86-64 2.6.18: reserve bootmem differently |
2007-03-05 |
kfraser |
14263:56760c1de102 |
linux/x86-64 2.6.18: do away with pud_offset_k() |
2007-03-05 |
kfraser |
14262:f71157f1f1a0 |
linux/x86_64 2.6.18: remove orig_ist |
2007-03-05 |
kfraser |
14261:7a39b1e22373 |
Fix crash in heap allocator when Xen 'zone' is empty. |
2007-03-05 |
kfraser |
14260:2963f61b8135 |
linux: Prefer testing io_bitmap_ptr to the TIF_IO_BITMAP. |
2007-03-05 |
kfraser |
14259:4159a8a43a97 |
linux: Remove unnecessary locking from pcifront free_root_bus_devs(). |
2007-03-05 |
Ian Campbell |
14258:d99e6b6c294d |
[LINUX] CONFIG_X86_TSC is defined upstream in arch/i386/Kconfig.cpu so use that |
2007-03-05 |
kfraser |
14257:2caed72258e8 |
linux 2.6.18: constify instances of 'struct file_operations' |
2007-03-05 |
kfraser |
14256:bd66af1b5df2 |
linux 2.6.18: miscellaneous |
2007-03-05 |
kfraser |
14255:b1f33c3a97fa |
linux 2.6.18: assembly annotations |
2007-03-05 |
kfraser |
14254:ea40e314d8be |
linux 2.6.18: eliminate Xen special: x8664_ksyms.c |
2007-03-05 |
kfraser |
14253:192b59b472bc |
linux 2.6.18: eliminate Xen special: alternative.c |
2007-03-05 |
kfraser |
14252:c371b6b26753 |
linux 2.6.18: eliminate Xen special: intel_cacheinfo.c |
2007-03-05 |
kfraser |
14251:1359e04a8fb3 |
linux/x86-64: allow kernel init memory to be freed. |
2007-03-05 |
kfraser |
14250:43b0be37736b |
VM.actions_after_[shutdown|reboot|suspend|crash] were not set properly |
2007-03-05 |
Tim Deegan |
14249:7089c2adef1e |
[XEN] Shadow: fix predicate for when to use up-pointers |
2007-03-05 |
kfraser |
14248:54ff119c2d73 |
xen: Remove bogus file. |
2007-03-05 |
kfraser |
14247:f74b87177843 |
Merge with xenppc-unstable.hg |
2007-03-05 |
kfraser |
14246:e74bfc744717 |
Merge with xenppc-unstable.hg |
2006-12-15 |
Jimi Xenidis |
14245:5a2b3a1b1f63 |
[XEN][POWERPC] Normalize timbase_freq to a 64bit value |
2006-12-15 |
Jimi Xenidis |
14244:156f2644eb06 |
[XEN][POWERPC] workaround for context_switch() bug |
2007-02-08 |
Jimi Xenidis |
14243:fdb3c96eba0f |
[LIBXC][POWERPC] make sure DTB is truncated and has a decent mode |
2007-02-08 |
Jimi Xenidis |
14242:1b1d0a909abc |
[LIBXC][POWERPC] use O_CREAT on open call for DTB_FILE |
2007-03-02 |
Hollis Blanchard |
14241:38b700cca5eb |
[POWERPC][XEN] Commit missing file. |
2007-03-02 |
Hollis Blanchard |
14240:4c08045ff57c |
[POWERPC][XEN][LIBXC] Make xc_linux_build() use populate_physmap() |
2007-03-02 |
Hollis Blanchard |
14239:b75609e1fa81 |
[POWERPC][XEN] Implement guest_physmap_{add,remove}_page(). |
2007-03-02 |
Hollis Blanchard |
14238:f56981f78d73 |
[POWERPC][XEN] Implement guest_physmap_max_mem_pages(). |
2007-03-02 |
Hollis Blanchard |
14237:eceb9ccd84a8 |
[POWERPC][XEN] Introduce "platform" abstraction to describe the IO hole. |
2007-03-01 |
Hollis Blanchard |
14236:07066db94d89 |
[POWERPC][XEN] Move dom0 memory allocation into construct_dom0(). |
2007-03-01 |
Hollis Blanchard |
14235:9f49a53fea30 |
[XEN] Add arch hook for max_mem domctl. |
2007-03-01 |
Hollis Blanchard |
14234:6b42b8c08731 |
[POWERPC][XEN] Don't create a start_info_t structure for dom0. |
2007-02-19 |
Hollis Blanchard |
14233:7e9dc164b572 |
GNTTAB: PowerPC patch for dynamic grant tables. |
2007-03-05 |
Christian Limpach |
14232:a951cf1da459 |
[xen] Fix deferred mmu op logic on invalidate shadow ldt. |
2007-03-05 |
kfraser |
14231:939d2b7d4a12 |
xen: Make dom0 domain builder behaviour match that of domU. |
2007-03-05 |
kfraser |
14230:aae662fdf53e |
xen: Fix ACPI SLIT/SRAT parsing to correctly map highmem. |
2007-03-05 |
kfraser |
14229:f5b9ad8acea5 |
linux: Clean up mm_pin/unpin. |
2007-03-03 |
Christian Limpach |
14228:25c0b660f7c6 |
[domain builder] Remove unnecessary alignment of virtual address base. |
2007-03-02 |
Keir Fraser |
14227:29d4bca7a503 |
linux: Some save/restore simplifications and cleanups. |
2007-03-02 |
Keir Fraser |
14226:d5ca4c37b3c5 |
x86/64: Save/restore user pagetable pointer for x86/64 PV guests. |
2007-03-02 |
kfraser |
14225:87087954247a |
Fix -xen build. |
2007-03-02 |
kfraser |
14224:4d447158e1dd |
linux: xenbus dev write function resets packet data on *all* error conditions. |
2007-03-02 |
kfraser |
14223:36b923615369 |
linux: Fix xenbus device write function. |
2007-03-02 |
kfraser |
14222:bc265a79dd32 |
tpm: Code style cleanups. |
2007-03-02 |
kfraser |
14221:cc18ea7309b3 |
[Linux] [TPM driver] Resume frontend after checkpointing |
2007-03-02 |
kfraser |
14220:1fb5ae0ee453 |
linux: Use old-mode of save/restore for uniproc guests (it's faster). |
2007-03-02 |
kfraser |
14219:1061c7bff38f |
linux: allow use of split page table locks |
2007-03-02 |
kfraser |
14218:0d5d7d472024 |
[PVFB][TOOLS] Terminate backend when frontend vanishes early |
2007-03-02 |
kfraser |
14217:145d3c81e654 |
linux/x86: avoid a re-definition warning on x86-64 and change i386 |
2007-03-02 |
kfraser |
14216:4847e5b8adf1 |
.S->.o generation should depend on asm-offsets.h |
2007-03-02 |
kfraser |
14215:84e1455ebc15 |
xend: Fix startup when dom0 does not see all physical cpus. |
2007-03-02 |
kfraser |
14214:88282487c28a |
xend: Catch VmError exception when creating a domain and do |
2007-03-02 |
kfraser |
14213:8103284bcede |
acm: Fix bogus domain_rcu_lock() invocations to rcu_unlock_domain(). |
2007-03-02 |
Tim Deegan |
14212:a69d98bf0c55 |
[XEN] Remove a race condition in shadow mark_dirty code. |
2007-03-02 |
kfraser |
14211:3ac19fda0bc2 |
linux: Support new 'fast suspend' mode which does not require us to |
2007-03-02 |
kfraser |
14210:bb22c21e1af7 |
tools: Advertise save/restore multiple VCPU contexts capability. |
2007-03-02 |
Christian Limpach |
14209:d12432f31311 |
[xenstored] Fix error path when xc_map_foreign_range fails. |
2007-03-01 |
kfraser |
14208:139794d55898 |
Save/restore context of all online VCPUs in PV save/restore/migrate. |
2007-03-01 |
Christian Limpach |
14207:33d733c3649d |
[tools] Set guest address size to be the same as dom0 address size on restore. |
2007-03-01 |
Christian Limpach |
14206:5dac445200e3 |
[XEN] Check that the cr3 mfn is valid before using it. |
2007-03-01 |
kfraser |
14205:10eb93864df5 |
linux: No need to kmem_cache_shrink(pgd_cache) on save/restore. |
2007-03-01 |
kfraser |
14204:3186248a1236 |
Fully reset the xenstore connection when a domain is (re)introduced to xenstored. |
2007-03-01 |
Tim Deegan |
14203:beabac411220 |
[HVM] Save/restore: remove bogus "valid state" check |
2007-03-01 |
kfraser |
14202:42aa0100574b |
hvm: Clean up console-information passing via xenstore. |
2007-03-01 |
kfraser |
14201:780ef7701772 |
Fix Xend domain_lookup error report when looking up an invalid |
2007-03-01 |
kfraser |
14200:035d41b6c94c |
acm: Fix the traversal of the event channel buckets and use the active |
2007-03-01 |
kfraser |
14199:bdebca505d8e |
Create P2M map during Mini-OS boot (fixes 'xm dump-core'). |
2007-03-01 |
kfraser |
14198:afed0aeff629 |
Fix PAE Mini-OS build. |
2007-03-01 |
kfraser |
14197:0de2f7d8d89f |
x86: No need to take full reference when doing mmu_update on a foreign |
2007-03-01 |
kfraser |
14196:9d36026b1b43 |
xen: Cleanups and bug fixes after the rcu_lock_domain patch. |
2007-03-01 |
Tim Deegan |
14195:3fb02f56c19f |
Remove Xen workaround for HVM builder now that it's fixed |
2007-03-01 |
Tim Deegan |
14194:8939727a9d93 |
Merge |
2007-03-01 |
Tim Deegan |
14193:1966270d89d7 |
[HVM] Builder must know which kind of vcpu context struct to use |
2007-03-01 |
kfraser |
14192:09a9b6d6c356 |
xen: Use RCU-based domain-locking functions where appropriate. |
2007-03-01 |
kfraser |
14191:a5b5279d2ba3 |
xen: Last minute rename of RCU domain get/put functions: |
2007-03-01 |
kfraser |
14190:44048a3f7caa |
hvm/ia64: Fix IDE PIO acceleration. |
2007-03-01 |
kfraser |
14189:d5c4d43da89e |
Change compat-check in set_vcpucontext again. Give caller leeway for |
2007-03-01 |
Tim Deegan |
14188:b703aa29424f |
[XEN] Fix cset 14166 |
2007-02-28 |
Wim Colgate |
14187:3379f667c3a6 |
Use stat to poll on phantom device until it becomes ready |
2007-02-28 |
kfraser |
14186:d66dff09338a |
libxc: Quieten the discard_file_cache() function. Preserve errno |
2007-02-28 |
kfraser |
14185:d2646466e0a7 |
Fix init.d/xendomains startup script so log_error and log_success |
2007-02-28 |
kfraser |
14184:c3c03089c59e |
linux: More save/restore fixes. Fix deadlock of cpu_hotplug_lock vs |
2007-02-28 |
George Dunlap |
14183:8ba425b640b3 |
[XEN][SHADOW] Use slow method for early-unshadow |
2007-02-28 |
George Dunlap |
14182:7b35a9682d81 |
[XEN][SHADOW] Fix early-unshadow logic. |
2007-02-28 |
kfraser |
14181:d39dcdb9cca3 |
hvm: Only do hvm_disable() on HVM-enabled systems. |
2007-02-28 |
kfraser |
14180:868c28c0a4f4 |
linux: Disable idle-loop alternatives. |
2007-02-28 |
kfraser |
14179:aac0a4b8e328 |
linux: Split suspend_mutex into watch_mutex and transaction_mutex. |
2007-02-28 |
kfraser |
14178:1ec0d322402e |
More PV save/restore fixes. |
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. |