age |
author |
revision |
description |
2007-04-02 |
kfraser |
14734:8cf85d3f4f5f |
hvm vmx: VMX MSR bitmap format and size is VMX-specific, so move its |
2007-04-02 |
kfraser |
14733:e9986e48ebe1 |
hvm svm: Clear FS/GS base MSR intercepts. |
2007-04-02 |
Steven Hand |
14732:d05a3220ea05 |
Some save/restore cleanups. |
2007-04-02 |
kfraser |
14731:9695cc13c48c |
xen: Remove two incorrect assertions. |
2007-04-02 |
kfraser |
14730:812bbbee5f62 |
xen: Fix x86/64 build. |
2007-04-02 |
kfraser |
14729:2adce39bc294 |
xentop: Fix memory leak. |
2007-04-02 |
kfraser |
14728:598d55e3ff2f |
hvm hap: Add hap option to user's manual. |
2007-04-02 |
kfraser |
14727:f0f9533b2a23 |
hvm hap: P2M page table cleanup and bug fix. |
2007-04-02 |
kfraser |
14726:149943a5d2c8 |
xen: Extra %esp tracing on double fault. |
2007-03-31 |
Keir Fraser |
14725:8f9ca49175ce |
linux: Remove a few redundant config options. Build util.c for ia64 |
2007-03-31 |
Keir Fraser |
14724:b0a6220047e3 |
linux: Avoid use of ptep_get_and_clear_full name as it's a macro on |
2007-03-31 |
Keir Fraser |
14723:2e5b6c02566f |
libxc: Fix the build with some versions of gcc. |
2007-03-31 |
Keir Fraser |
14722:f4c721dae13a |
linux gntdev: Mark x86-specific code as such with ifdef. |
2007-03-31 |
Keir Fraser |
14721:3a0b808d917a |
xen x86: Fix double-fault handler stack overflow. |
2007-03-31 |
Keir Fraser |
14720:fbe52b559161 |
xend: Implement auto-ballooning for Solaris. |
2007-03-31 |
Keir Fraser |
14719:7b77b47a49d1 |
libxc: User-space grant table device. |
2007-03-31 |
Keir Fraser |
14718:5e65a86c8982 |
linux: User-space grant table device. |
2007-03-31 |
Keir Fraser |
14717:7180d2e61f92 |
linux: Add a hook before a page table entry is cleared, for use with |
2007-03-31 |
Keir Fraser |
14716:2de267ba9a76 |
xm: Fix an indentation bug. |
2007-03-31 |
Keir Fraser |
14715:6898d8ae7ae4 |
blktap: Fix qcow2raw. |
2007-03-31 |
Keir Fraser |
14714:c1578c694b39 |
xen: Fix numa=on boot. |
2007-03-30 |
Keir Fraser |
14713:b0b20a09d253 |
hvm svm: Some code cleanups. |
2007-03-30 |
Keir Fraser |
14712:2b715386b4cf |
hvm vmx: Fix MSR-intercept bitmap initialisation (two bitmap offsets |
2007-03-30 |
Keir Fraser |
14711:36ff129dbd8b |
xen: Fix domain shutdown to synchronously stop domain execution. |
2007-03-30 |
Ian Campbell |
14710:5138c48c7138 |
[LINUX] Explcitly include linux/mutex.h in files which use mutexes, rather then |
2007-03-30 |
Tom Wilkie |
14709:a02b39eaba58 |
Add support for HVM domains to new xm XenAPI create code |
2007-03-30 |
Keir Fraser |
14708:d3b1341d83db |
svm: Improve emulation of SMSW instruction for memory operands. |
2007-03-30 |
Keir Fraser |
14707:3c0d15279dc7 |
hvm: Must increment RIP on INT3 instruction in SVM. |
2007-03-30 |
Ian Campbell |
14706:4a873ab4e261 |
[LINUX] Make sure to initialiase the xen features bitmap before first use on x86_64. |
2007-03-30 |
Tom Wilkie |
14705:7ea36c7d6521 |
Add config files for testing xm via XendAPI |
2007-03-13 |
Jim Fehlig |
14704:a5a2c49eda68 |
Managed HVM guests are not displayed by 'xm list' after restarting xend. |
2007-03-29 |
Magnus Carlsson |
14703:9981a42c8054 |
Made tracing thread safe, and also print thread name. |
2007-03-29 |
kfraser |
14702:dc1654ada984 |
xend: Fix shutdown method after PV-on-HVM save/restore patch. |
2007-03-29 |
kfraser |
14701:4434d1039a65 |
acm: Provide the possibility to choose the VM label of domain-0 in the |
2007-03-29 |
kfraser |
14700:4a240d458db9 |
hvm: Fix the assert on size in HVM MMIO flag-setting functions |
2007-03-29 |
kfraser |
14699:9a839ead4870 |
Enable VMX MSR bitmap support. |
2007-03-29 |
kfraser |
14698:704151d0e219 |
xen: Rename remaining vcpu_flags as pause_flags. |
2007-03-29 |
kfraser |
14697:28e187c8221d |
xen: Remove droppings from a previous patch. |
2007-03-29 |
kfraser |
14696:f830c5719e74 |
xen: Remove {nmi_pending,nmi_masked,paused} vcpu bitflags. |
2007-03-29 |
Tim Deegan |
14695:3681f91a91e8 |
Merge |
2007-03-29 |
Tim Deegan |
14694:e3dc8cea5bc0 |
[HVM] Save/restore: PV-on-HVM driver save/restore support |
2007-03-29 |
Tom Wilkie |
14693:d93a48816328 |
Let xm commands use domids with XenAPI |
2007-03-29 |
kfraser |
14692:b7ae31726aa6 |
xen: Get rid of some VCPUF_* flags and move into their own byte fields. |
2007-03-29 |
Tim Deegan |
14691:2317e0cdd07d |
Merge |
2007-03-29 |
Tim Deegan |
14690:86a798a62cc5 |
[HVM] Save/restore: fix missing return code in USB restore |
2007-03-29 |
Tim Deegan |
14689:f06535a8ae9f |
[HVM] Save/restore: Allow save/restore of multiple NICs |
2007-03-29 |
Tim Deegan |
14688:8f5a947c0ea6 |
[HVM] Save/restore: backport pcnet save/restore from qemu tip. |
2007-03-29 |
Tim Deegan |
14687:19f33f5ba96b |
[HVM] Save/restore: Save the ACPI PM control register in qemu |
2007-03-29 |
Tim Deegan |
14686:121a97005d11 |
[HVM] Save/restore: don't get guest size from "memory_static_min" |
2007-03-29 |
Tom Wilkie |
14685:2ac29d446366 |
Finish off network in xm via XenAPI |
2007-03-29 |
Tom Wilkie |
14684:2e05921d4f78 |
Make network.name_label == bridge name |
2007-03-29 |
Ewan Mellor |
14683:a9dc65d34b14 |
Fix bad behaviour of xm when calling event.next(), by adding a different error |
2007-03-29 |
Ewan Mellor |
14682:dd844ac0c289 |
Minor fix. |
2007-03-29 |
Ewan Mellor |
14681:414735d45904 |
Added asynchronous event notification through the Xen-API. Added a new command, |
2007-03-29 |
Ewan Mellor |
14680:121fb4046945 |
Fix the xen-api-server option parsing, so that we default to listening on |
2007-03-29 |
Ewan Mellor |
14679:6314d433d042 |
Fix PIF_metrics_methods declaration, which has broken PIF. |
2007-03-29 |
Ewan Mellor |
14678:7b17dd28500c |
This patch adds serialization of sets with strings. I recursified the |
2007-03-29 |
kfraser |
14677:4b13fc910acf |
xen: Split domain_flags into discrete first-class fields in the |
2007-03-29 |
kfraser |
14676:31f20aaac818 |
xen: Pause domain when changing debug status. |
2007-03-29 |
kfraser |
14675:a545ac9028d2 |
hvm: Avoid separate nested-page-table control-register logic in SVM code. |