age |
author |
revision |
description |
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. |
2006-11-30 |
Ian Campbell |
12695:01860d20feac |
merge |
2006-11-30 |
Ian Campbell |
12694:7ee6d20893f7 |
[XEN] Do not spin at the end of machine_crash_kexec(). If there was no crash |
2006-11-30 |
Alastair Tse |
12693:18b4b0fdf56b |
[XEND] Fix HVM configuration parsing typo for certain cfg values. |
2006-11-30 |
Alastair Tse |
12692:8b91546569d7 |
[XEND] Catch TypeErrors when unexpected SXP is encountered. |
2006-11-30 |
Alastair Tse |
12691:b2f5f1251330 |
[XEND] Fix Xen API attribute access to be robust to missing keys. |
2006-11-30 |
Alastair Tse |
12690:d9b5e34c4e5c |
[XEND] Checks to make sure the image type is valid in configuration |
2006-11-30 |
Alastair Tse |
12689:96621d417bd4 |
[XENAPI] Update debugging scripts to support vbd_list |
2006-11-30 |
Alastair Tse |
12688:09c29e91e3cd |
[XEND] Rename Xen API methods to match case of the API documentation |
2006-11-30 |
Alastair Tse |
12687:a3b8c9e773e1 |
[XEND] Fix hidden vcpu state when calling xm-list |
2006-11-30 |
Alastair Tse |
12686:5bed7bc05c8a |
[XEND] Remove SXP from most parts of Xend. |
2006-11-30 |
Ian Campbell |
12685:e7cb5813e2a7 |
Update -xen0 defconfig for nhew kexec option |
2006-11-30 |
kfraser |
12684:b1d538e557ee |
[XEN] Fix SIB byte decode when extended by REX.X and REX.B. |
2006-11-30 |
Ian Campbell |
12683:5d6be0099bdf |
merge |
2006-11-30 |
Ian Campbell |
12682:2a17ff9b8ffc |
[XEN] kexec: use parse_size_and_unit() when parsing crashkernel |
2006-11-30 |
Ian Campbell |
12681:b19922790440 |
[XEN] Fixup whitespace and tweak for Xen coding style. |
2006-11-30 |
Ian Campbell |
12680:aa08fbbf1243 |
[LINUX] kexec: Backport fix for overlapping program headers in x86_64 linker script. |
2006-11-30 |
Ian Campbell |
12679:a1a04c48da6c |
[XEN] Kexec / Kdump: x86_64 specific code |
2006-11-30 |
Ian Campbell |
12678:5690d18637f5 |
[XEN] Kexec / Kdump: x86_32 specific code |
2006-11-30 |
Ian Campbell |
12677:2b43fb3afb3e |
[XEN] Kexec / Kdump: Code shared between x86_32 and x86_64 |
2006-11-30 |
Ian Campbell |
12676:c988f781817d |
[XEN] Kexec / Kdump: Generic code |
2006-11-30 |
kfraser |
12675:88935ae47fa9 |
[XEN] Simplify x86_emulate interface. |
2006-11-29 |
Ewan Mellor |
12674:d1b0a5adaeab |
Added the console class to the diagram. |
2006-11-29 |
Ewan Mellor |
12673:884c25ba7d26 |
State that getters and setters do not have asynchronous versions -- there's no |
2006-11-29 |
Ewan Mellor |
12672:5e9812e53300 |
New modelling for consoles -- have them as separate classes attached to the |
2006-12-02 |
awilliam |
12671:6fdbf173142d |
[IA64] update xc_set_hvm_param(), add xc_get_hvm_param() |
2006-12-01 |
awilliam |
12670:0705db48d23c |
[IA64] Change to new interrupt deliver mechanism. |
2006-12-01 |
awilliam |
12669:76d379e3f1d7 |
[IA64] Check CPL for break 0x80001 case |
2006-11-30 |
awilliam |
12668:49ab12a04d16 |
[IA64] Make do_ssc() not fall into an infinite loop |
2006-11-30 |
awilliam |
12667:fa0f2a90059f |
[IA64] Fix failure when Xen is booted with "nomca" |
2006-11-30 |
awilliam |
12666:9f56556f08cb |
[IA64] Fix for viosapic interrupts |
2006-11-30 |
awilliam |
12665:62686b2e13ea |
[IA64] HVM domains need to trigger do_softirq for PAL_HALT_LIGHT too |
2006-11-30 |
awilliam |
12664:439051df45f3 |
[IA64] fix p2m traversing race |
2006-11-30 |
awilliam |
12663:4fae646d60da |
[IA64] move pgtable-nopud.h to modify from linux/ to linux-xen/. |
2006-11-30 |
awilliam |
12662:251630d85510 |
[IA64] Update PV-on-HVM to follow status of interrupt controller |
2006-11-30 |
awilliam |
12661:52e6bf6dc744 |
[IA64] Fix sparse tree xenoprof/perfmon/oprofile build dependencies |
2006-11-29 |
awilliam |
12660:d8c32fa3e3a9 |
merge with xen-unstable.hg |
2006-11-29 |
kfraser |
12659:463bda167715 |
merge |
2006-11-29 |
kfraser |
12658:c630278d4193 |
[HVMLOADER] Clean up makefile, change TPM detection. |
2006-11-29 |
Ewan Mellor |
12657:2773c39df9a6 |
Fix xm new -F -- this fix was recently introduced for xm create. |
2006-11-29 |
Ewan Mellor |
12656:1b501311c778 |
Move the assert under the protection of the in_transaction flag. |
2006-11-29 |
Ewan Mellor |
12655:07e3f39eaf10 |
Silence log message when trying to unregister a watch that's already been |
2006-11-29 |
kfraser |
12654:53795f0a41b1 |
[LINUX] Avoid triggering the softlockup BUG when offline for too long. |
2006-11-29 |
kfraser |
12653:f32abd365ae0 |
[LINUX] console: Fix comment. |
2006-11-29 |
kfraser |
12652:4876e7ebca6e |
[XENOPROFILE, LINUX] compilation fix on x86_64 |
2006-11-29 |
kfraser |
12651:9164f836943d |
[HVMLOADER] Fix CFLAGS. |
2006-11-29 |
kfraser |
12650:8832712b0b37 |
[LINUX] console: Add option to use /dev/xvc0, major=204, minor=191. |
2006-11-29 |
kfraser |
12649:15e80a946a6a |
[HVM][VMX] NX bit implies PAE can be enabled. If IA32 VMX guest finds |
2006-11-29 |
kfraser |
12648:f69c4a275d4d |
[DOCS] Update for new Xen boot parameters. |
2006-11-29 |
kfraser |
12647:4dad3420d74a |
Fix for network routing setup. Enables proxy arp on dom0's externally visible interface. |
2006-11-29 |
Ewan Mellor |
12646:ec2af46f9472 |
Diagnose a failure to open the xend-debug.log, and make the /var/log/xen |
2006-11-29 |
kfraser |
12645:a98bec6aacac |
[XEN] Emulator fixes. |
2006-11-28 |
Ewan Mellor |
12644:81c9213b3d39 |
A trivial fix. login_unconditionally needs to be called with |
2006-11-28 |
Ewan Mellor |
12643:bd5ebf33f222 |
Wait for device-bringup inside domain_start, outside the scope of the |
2006-11-28 |
Ewan Mellor |
12642:33951d547223 |
Plumb the "start_paused" flag through for VM.start and VM.resume. Do not |
2006-11-28 |
kfraser |
12641:39e40ccf7df5 |
Allow DMA address width to be overridden with boot parameters: |
2006-11-28 |
Ewan Mellor |
12640:d30be569532d |
Add test_bindings back into the build -- it isn't integrated with the normal |
2006-11-14 |
jfehlig |
12639:1fce8221d473 |
Fix casing of various functions in XendAPI class. |
2006-11-28 |
kfraser |
12638:a4ba47e9bc1f |
Clean up the DMADOM physical upper limit handling to properly honour |
2006-11-22 |
jfehlig |
12637:9493864f7a3c |
Add libxen to overall xen build via a config option in Config.mk. |
2006-11-28 |
Ewan Mellor |
12636:221b8ea81823 |
Dummy implementation of get_platform_keymap, so that the API layer doesn't |
2006-11-28 |
Ewan Mellor |
12635:fe15bf5a58ad |
Allow the C bindings to be more permissive when a structure is missing some |
2006-11-28 |
kfraser |
12634:514ed4f0e5da |
[HVMLOADER][ACPI] Move SSDT initialisation to acpi/ dir. |
2006-11-28 |
Ian Campbell |
12633:6c2c7ff6265a |
[LINUX] Update to 2.6.16.33. |
2006-11-29 |
awilliam |
12632:d54bcabd0624 |
[IA64] Create viosapic handling for IPF. |
2006-11-29 |
awilliam |
12631:775fea0a4f16 |
[IA64] remove undefined debugging line |
2006-11-28 |
awilliam |
12630:fe565ac4bf25 |
[IA64] xenoprof linux/ia64 part |
2006-11-28 |
awilliam |
12629:8ab9b43ad557 |
[IA64] xenoprof ia64 xen side |
2006-11-28 |
awilliam |
12628:112e0e3b4852 |
[IA64] add dummy empty header files necessary for xenoprof/ia64 |
2006-11-28 |
awilliam |
12627:d5a48cfc1db2 |
[IA64] increase xen side pmu constatns for motecito. |
2006-11-28 |
awilliam |
12626:dc614bb5b0e8 |
[IA64] import linux/arch/ia64/oprofile/perfmon.c |
2006-11-28 |
awilliam |
12625:da51aee40456 |
[IA64] import perfmon, oprofile related files from linux to linux-sparse |
2006-11-28 |
awilliam |
12624:6cfe32a69ac6 |
[IA64] import oprofile, perfmon related files from linux to xen. |
2006-11-28 |
awilliam |
12623:4f4d358aa5e4 |
merge with xen-unstable.hg |
2006-11-28 |
kfraser |
12622:7826e5482d42 |
[XEN] Add emulator tracing diagnostic on error path. |
2006-11-28 |
Ewan Mellor |
12621:1c51c580dc05 |
Bump xend_config_format to 3, to indicate that the lifecycle patches are |
2006-11-28 |
kfraser |
12620:5c47222b60dc |
[HVMLOADER] acpi: Implement an acpi_rsdp_get() function that searches |
2006-11-28 |
kfraser |
12619:4666710bfc55 |
[BLKTAP] Use lartge enough types to express parameters of large block devices. |
2006-11-28 |
kfraser |
12618:99878f3f74ee |
[HVM][SVM] Allows 64bit HVM AMD-V Linux guests to boot. |
2006-11-28 |
kfraser |
12617:7cb4376044b5 |
[QEMU] pci: Unaligned config read/write overflow |
2006-11-28 |
kfraser |
12616:b08e7ed94991 |
[XENOPROFILE] fix shared_xenoprof_page_with_guest() and cleanup. |
2006-11-28 |
Ewan Mellor |
12615:bbcaa0cad3d2 |
Added xm list --state option, to select VMs with a particular state. Make |
2006-11-28 |
Ewan Mellor |
12614:723dbe1fc751 |
Do not display -1 as the domid when a VM is not running -- simply leave the |
2006-11-28 |
Tim Deegan |
12613:4cd39f7f090d |
[XEN] Clear just the _PAGE_RW bit when shooting writeable mappings |
2006-11-28 |
kfraser |
12612:0af1ba62a14b |
merge |
2006-11-28 |
kfraser |
12611:b75574cb80a3 |
[HVM] Add/fix access rights and limit checks to INS/OUTS emulation |
2006-11-28 |
kfraser |
12610:519a74928bd4 |
[HVM] Non-flat protected mode HVM support. |
2006-11-28 |
kfraser |
12609:62b0b520ea53 |
[HVM] Fix MSR access code. |
2006-11-28 |
Ewan Mellor |
12608:fa8b2059c5d8 |
Fix missing import. |
2006-11-28 |
Ewan Mellor |
12607:7a5246955bef |
Don't bail if the VM renaming at the end of saving doesn't succeed -- we |
2006-11-28 |
Ewan Mellor |
12606:ee70bf177981 |
Added configuration for authentication through Xen-API -- it can now be set |
2006-11-28 |
Ewan Mellor |
12605:018af1c94a5e |
Fix log message. |
2006-11-28 |
Ewan Mellor |
12604:6206685650f5 |
Implement an "allowed hosts" mechanism for the XML-RPC server layer, using |