age |
author |
revision |
description |
2006-12-06 |
Ewan Mellor |
12815:e8f5cd2b7253 |
More description tidyups -- constructors and destructors this time. |
2006-12-06 |
Ewan Mellor |
12814:59d3be0dd1d4 |
Tidy-up some of the descriptions. |
2006-12-06 |
Tim Deegan |
12813:963a02c040f6 |
[XEN] remove unused monitor_vtable mapping. |
2006-12-06 |
Ewan Mellor |
12812:26a3c7c10782 |
Added Xen-API implementations for xm pause, xm unpause, xm destroy, xm rename, |
2006-12-06 |
Ewan Mellor |
12811:795a87426e48 |
Implement VM.set_name_label. |
2006-12-06 |
Ewan Mellor |
12810:cf1ca0615414 |
Added support for configuration file for xm, and use that to specify |
2006-12-06 |
Ewan Mellor |
12809:92127156ec49 |
Added server proxy and session manager for Xen-API clients. |
2006-12-06 |
Ewan Mellor |
12808:c4824dcd57c4 |
Fix server reloading when the HTTP server is enabled. |
2006-12-06 |
Ewan Mellor |
12807:258722281202 |
Don't trace inside SrvServer.py -- it's doing a one-second sleep in a loop, so |
2006-12-06 |
Ewan Mellor |
12806:97acbb7e2146 |
Move the actual call routed by do_legacy_api_with_uuid out of the scope of |
2006-12-06 |
Ewan Mellor |
12805:fb1291ffa26f |
Fix HTTP server. |
2006-12-05 |
Ewan Mellor |
12804:39509c8f5c09 |
Fix error message. |
2006-12-06 |
Tim Deegan |
12803:a467eb0c5596 |
Fixes a mistake in changeset 12732 |
2006-12-05 |
Ian Campbell |
12802:0bea8e773508 |
[LINUX] The crash note resource should be nested inside the hypervisor |
2006-12-07 |
awilliam |
12801:968caf47b548 |
[IA64] workaround NaT consumption fault when hiding a PCI function from dom0 |
2006-12-07 |
awilliam |
12800:21267b552cc9 |
[IA64] Send events to VTI domain through level triggered irq. |
2006-12-07 |
awilliam |
12799:74de984434c9 |
[IA64] fix warnings |
2006-12-07 |
awilliam |
12798:3bd97b4fe77d |
[IA64] Implement irq redirection of IOSAPIC |
2006-12-07 |
awilliam |
12797:4f1a3ae07dbc |
[IA64] implement free_irq_vector() paravirtualization |
2006-12-06 |
awilliam |
12796:d901f2fe8c25 |
[IA64] Fix Vti |
2006-12-05 |
awilliam |
12795:85b9711cb895 |
[IA64] Allocate frame table/mpt table at mfn=0 |
2006-12-05 |
awilliam |
12794:9787cb7262e8 |
[IA64] changed foreign domain page mapping semantic. |
2006-12-05 |
awilliam |
12793:918ea03857b9 |
merge with xen-unstable.hg |
2006-12-05 |
Tim Deegan |
12792:7df4d8cfba3b |
[XEN] sh_gfn_to_mfn_foreign() must handle guest pfns above 4GB on PAE |
2006-12-04 |
Ewan Mellor |
12791:a2618d3912e7 |
This adds a recently added parameter to the vm.start call. |
2006-12-04 |
Ewan Mellor |
12790:897bb9b7ed06 |
Tidy. |
2006-12-04 |
Ewan Mellor |
12789:c7f4a89eb054 |
Fix numpad handling in QEMU's VNC server. The keymaps that we have include |
2006-12-04 |
Ewan Mellor |
12788:565cd8f32c70 |
Close the server when instructed, so that we can reload on the same port, and |
2006-12-04 |
Ewan Mellor |
12787:3629873ee1e6 |
Diagnose a failing server, rather than just locking up the whole daemon. |
2006-12-04 |
Ewan Mellor |
12786:59f438d2739b |
Added rudimentary "xend reload" functionality. This allows you to reconfigure |
2006-12-04 |
Ewan Mellor |
12785:56d93b6ea9ea |
Tidy error message. |
2006-12-04 |
Ewan Mellor |
12784:4e3a7d82917c |
More capitalisation fixes. |
2006-12-04 |
Ewan Mellor |
12783:38ad5643aafe |
With PERMISSIVE turned on, diagnose missing Enums and Bools, and improve the |
2006-12-04 |
kfraser |
12782:fd28a1b139de |
[QEMU] Error reporting in IDE device model. |
2006-12-04 |
kfraser |
12781:d8befb109c39 |
Add XEN_FRAMEBUFFER to -xen defconfigs. |
2006-12-05 |
awilliam |
12780:ba7fca36fbd0 |
[IA64] Fix VTi domain creation |
2006-12-05 |
awilliam |
12779:27c2e9aa83e9 |
[IA64][LIBXC] prep for fixes |
2006-12-04 |
awilliam |
12778:e5e6893ec699 |
[IA64] paraviatualize /dev/mem to enable X. |
2006-12-04 |
awilliam |
12777:bef3a5ffd78d |
[IA64] import linux/include/asm-ia64/uaccess.h for /dev/mem paravirtualization |
2006-12-04 |
awilliam |
12776:82a581113669 |
[IA64] remove old xen_regs define from arch header |
2006-12-04 |
awilliam |
12775:e729184b5c0e |
[IA64] add MCA softirqs to arch-specific header |
2006-12-04 |
awilliam |
12774:d603aed5ad6d |
merge with xen-unstable.hg |
2006-12-04 |
kfraser |
12773:275a8f9a0710 |
Remove useless segments push/pop in VMXAssist. |
2006-12-04 |
Ian Campbell |
12772:b08b870770f9 |
[PATCH 02/02] Kexec / Kdump: Don't declare _end |
2006-12-04 |
Ian Campbell |
12771:f4089172c96b |
[PATCH 01/02] Kexec / Kdump: Use NOTE_ALIGN() instead of ALIGN() |
2006-12-03 |
kaf24 |
12770:3bd721db6db5 |
[XEN] Fix 32-bit build. |
2006-12-03 |
kaf24 |
12769:12ee3d6e61ef |
[XEN] Add 'insn_fetch' memory operation to the x86_emulator. |
2006-12-03 |
Ewan Mellor |
12768:de8abd5ce652 |
Revert the change to destroy all VMs when skipping or failing tests -- this |
2006-12-02 |
Ewan Mellor |
12767:af10df2fed35 |
Make the xenfb tools an optional part of the build, as they introduce new |
2006-12-01 |
Alastair Tse |
12766:1edaf60343a7 |
[XEND] Fix mis-types in XendConfig |
2006-12-01 |
Alastair Tse |
12765:43671a60b0f1 |
Merge |
2006-12-01 |
Alastair Tse |
12764:6544f92e4103 |
Merge |
2006-12-01 |
Alastair Tse |
12763:7dc0dd5cdb4d |
Merge |
2006-12-01 |
Alastair Tse |
12762:98413fa7826c |
[XEND] Re-add vtpm device support in XendConfig |
2006-12-01 |
Ewan Mellor |
12761:990bee220f20 |
Use the new xen-api.sock for the calls to the Xen-API server. |
2006-12-01 |
Ewan Mellor |
12760:b37e66b08bf5 |
This patch provides XmTestManagedDomain and XenManagedDomain classes |
2006-12-01 |
Alastair Tse |
12759:4b577c1909a9 |
Merge |
2006-12-01 |
Alastair Tse |
12758:5d0efb6f3983 |
[XENAPI] Add extra param for VM.start and fix case for printing out |
2006-12-01 |
Alastair Tse |
12757:e3d62983bc2f |
[XEND] Proper importing of Xen API VM Struct into new XendConfig |
2006-12-01 |
Alastair Tse |
12756:dc9a47212ac4 |
[XEND] Fix case mismatch in VM.get_record for Xen API |
2006-12-01 |
kfraser |
12755:107f74d363ea |
[XEN] Allow shutdown code to be set at most once per domain. |
2006-12-01 |
Andrew Warfield |
12754:69efe6730fb1 |
Fix a number of flaws in the blktap userspace daemon when dealing |
2006-12-01 |
Alastair Tse |
12753:c4225c95dbcd |
[XEND] Fix outputting device SXPs when domain is halted. |
2006-12-01 |
kfraser |
12752:5c82a274733e |
[HVM] Cache segment-register contents during PTE-update emulations. |
2006-12-01 |
Alastair Tse |
12751:1e6f9222a1e1 |
[TOOLS] Checks for libvncserver-dev and libsdl-dev. |
2006-12-01 |
Alastair Tse |
12750:dd857b2e2bca |
[XEND] Fix missing vncpasswd option for HVM domains. |
2006-12-01 |
kfraser |
12749:d7c040643850 |
Update hgignore list. |
2006-12-01 |
kfraser |
12748:995841d99780 |
[XEN] Remove uses of 'extern inline'. |
2006-12-01 |
kfraser |
12747:f7b7daed94d6 |
[LIBXC] Add new AP{I function xc_evtchn_bind_unbound_port(). |
2006-12-01 |
kfraser |
12746:43c8cb5a895c |
[XEN] Emulate XADD instruction. |
2006-12-01 |
Alastair Tse |
12745:ef1dadde3631 |
[XEND] Reapply fix for ever expanding kernel_args in XendConfig |
2006-12-01 |
Alastair Tse |
12744:d0ade847f886 |
[XEND] Ensure config value types in XendConfig |
2006-12-01 |
kfraser |
12743:b334f479853e |
[LINUX] dev/mem: Rename Xen's mmap_mem to xen_mmap_mem to |
2006-12-01 |
Ewan Mellor |
12742:4ede29160b53 |
Actually return something from bool0. |
2006-12-01 |
Ewan Mellor |
12741:4d53706e8028 |
Update README to reflect moved library. |
2006-12-01 |
Steven Smith |
12740:dfaf8493a211 |
Merge. |
2006-12-01 |
Steven Smith |
12739:d57b0e2834d7 |
[PVFB][TOOLS] Don't unwatch the framebuffer frontend's state node just |
2006-12-01 |
Steven Smith |
12738:2a6a793a2f68 |
[PVFB][TOOLS] Fix save/restore for domains with PV framebuffers. |
2006-12-01 |
Steven Smith |
12737:b22274d1311c |
[TOOLS][PVFB] Avoid zombie framebuffer backends. |
2006-12-01 |
Steven Smith |
12736:fb0a586854c1 |
[TOOLS] Remove some dead code. |
2006-12-01 |
Steven Smith |
12735:f50380324d1c |
Merge. |
2006-12-01 |
Steven Smith |
12734:0536dbde1562 |
[PVFB] Make sure that framebuffer backend goes away when the domain |
2006-12-01 |
Steven Smith |
12733:d5d8aeb4fa34 |
[LINUX] The removal of the console_use_vt hack was premature: it's still |
2006-12-01 |
Steven Smith |
12732:000609d8c93f |
[PVFB][TOOLS] Change the configuration syntax for PVFB backends to more |
2006-12-01 |
Steven Smith |
12731:260426e3924f |
This is Anthony Liguori's virtual framebuffer forward ported and |
2006-12-01 |
Ewan Mellor |
12730:056050ceb300 |
Set localtime, enable_audio, clock_offset, and std_vga back to being bools, not |
2006-12-01 |
Ewan Mellor |
12729:3570295a44cb |
Added log message for when a VM is deleted. |
2006-12-01 |
Ewan Mellor |
12728:41381d057ee0 |
Include the rotated xend.log.X in the bug report. |
2006-12-01 |
Ewan Mellor |
12727:5dae3263f85c |
Link test/test_bindings against libxenapi in the new location. |
2006-12-01 |
kfraser |
12726:bec95280b565 |
[XEN] Quieten down HVM debug output. |
2006-12-01 |
Ewan Mellor |
12725:36fe7ca48e54 |
Tidy up the creation of directories that Xend needs. This avoids potential |
2006-12-01 |
Alastair Tse |
12724:aedeaa926893 |
merge |
2006-12-01 |
Alastair Tse |
12723:6cbe0449dc85 |
[XEND] More fixes for HVM device configuration parsing |
2006-12-01 |
kfraser |
12722:f35f17d24a23 |
[HVM] Add canonical address checks and generally clean up. |
2006-12-01 |
Alastair Tse |
12721:c032103da101 |
[XEND] Fix missing serial and localtime args in device model for HVM |
2006-12-01 |
kfraser |
12720:e6b4dc82b1e3 |
[XENOPROF] Fix oprofile for AMD SVM guests. |
2006-12-01 |
kfraser |
12719:a3aab403ec21 |
[HVM][VMX] Rename io.c -> intr.c. |
2006-12-01 |
kfraser |
12718:2801a14d169a |
[HVM][VMX] Fix for CR8 acceleration on 64bit guest. |
2006-12-01 |
Tim Deegan |
12717:697b0203e68f |
[XEN] Fix error paths in p2m insertion code |
2006-11-30 |
Ewan Mellor |
12716:952c2cddff0c |
Fix default for the authentication on the Xen-API server -- the default should |
2006-11-30 |
Ewan Mellor |
12715:fbfbc6ed47d9 |
Fix managed domain rebooting by only complaining about a VM name conflict if |
2006-11-30 |
Ewan Mellor |
12714:2e5291248789 |
Fix registration on managed domains on xend restart. |
2006-11-30 |
Ian Campbell |
12713:5091a9a55d86 |
[XEN] Only parse the crashkernel command line parameter once on boot |
2006-11-30 |
Ian Campbell |
12712:f6993ff5cf49 |
[XEN] Rename machine_shutdown to machine_reboot_kexec to better |
2006-11-30 |
Ian Campbell |
12711:d7f71de58c4b |
[LINUX] Fix backward compatibility with hypervisors which do not support kexec. |
2006-11-30 |
Ewan Mellor |
12710:cefb1f761f0b |
Fix HVM shutdown when xend is restarted. |
2006-11-30 |
Ewan Mellor |
12709:dde9e37c0671 |
Fix-up reference to name_label. |
2006-11-30 |
Ewan Mellor |
12708:2e9eb9980c41 |
Reinstate the reboot-feature code that was accidentally lost as part of the |
2006-11-30 |
Ian Campbell |
12707:c7e33053f59b |
[LINUX] Only initialise kexec in domain0. |
2006-11-30 |
kfraser |
12706:582d21e2d3cd |
[QEMU] Do shift-key processing in QEMU monitor terminal when connected via VNC. |
2006-11-30 |
kfraser |
12705:b7095209e31a |
[LIBXC] Fix Solaris build: Use XC_PAGE_SIZE not PAGE_SIZE. |
2006-11-30 |
kfraser |
12704:30fe5097cf7f |
[LINUX] Properly trigger XenbusStateClosed in blkfront |
2006-11-30 |
kfraser |
12703:f19ddc0ee3e6 |
[QEMU] usb-uhci: Data buffer is too small |
2006-11-30 |
kfraser |
12702:f66f7c3a82a7 |
[QEMU] Simpler workaround for guest writes to PCI config |
2006-11-30 |
kfraser |
12701:ccc419cbe0ba |
[LINUX] Missing xenoprof.h header file for x86/64. |
2006-11-30 |
kfraser |
12700:a2c26a896725 |
[XEN] Remove use of 'inline' on functions accessed via pointers. |
2006-11-30 |
kfraser |
12699:2c5bed93ffbc |
linux/x86-64: missing agp.h |
2006-11-30 |
kfraser |
12698:27a5a62552c0 |
[MINIOS] Improved unbind_all_ports(). |
2006-11-30 |
kfraser |
12697:5adde07b4b8a |
[XEN] Arch-specific softirq definitions. |
2006-11-30 |
kfraser |
12696:d5d5915f4a7c |
[XEN] Proper segmentation emulation added to HVM emulated PTE writes. |