age |
author |
revision |
description |
2006-01-27 |
Ian Campbell |
8678:f1bfe32828a1 |
Checkin missing hunks from previous commit |
2006-01-27 |
Ian Campbell |
8677:60beade30a0c |
merge |
2006-01-27 |
Ian Campbell |
8676:0eb38397e608 |
Introduce XENFEAT_writable_mmu_structures. |
2006-01-27 |
Ian Campbell |
8675:31083f13ae47 |
Add XENVER_get_features sub-operation to HYPERVISOR_xen_version. |
2006-01-27 |
Ian Campbell |
8674:4be553bcfb0f |
Rename funtions |
2006-01-27 |
kaf24 |
8673:17dc21008351 |
New memory hypercall 'populate_physmap'. Accepts a list of |
2006-01-27 |
kaf24 |
8672:2e82fd7a6921 |
Need to include module.h to get EXPORT_SYMBOL macros. |
2006-01-26 |
kaf24 |
8671:5fcc346d6fe0 |
Must destroy grant-table maptrack table before pagetables, |
2006-01-26 |
kaf24 |
8670:d8232e9f7988 |
Remove unneeded /proc/xen/grant and its libxc wrapper. |
2006-01-26 |
emellor |
8669:2cb434a12bba |
Treat xenstore UUID for domU's like MAC addresses for virtual network |
2006-01-26 |
stekloff |
8668:cd68f36807f9 |
Updated README for xm-test for the new "--with-vmx-kernel=KERNEL" |
2006-01-26 |
stekloff |
8667:eb364ce00a24 |
Add configuration option for specifying kernel to use for hvm/vmx testing |
2006-01-25 |
sos22 |
8666:5b004f4e76cf |
Merge. |
2006-01-25 |
sos22 |
8665:bd6ae7117cca |
Fix 64-bit build. |
2006-01-25 |
kaf24 |
8664:ac04112c45b9 |
Callers of __gpfn_to_mfn() do not need to check |
2006-01-25 |
kaf24 |
8663:c9362a31ba5d |
Fix the 64-bit build. |
2006-01-25 |
sos22 |
8662:407358daf389 |
Merge. |
2006-01-25 |
sos22 |
8661:43c294aea9ec |
Make shadow translate mode work for unprivileged, uniprocessor guests |
2006-01-25 |
sos22 |
8660:860fa26845c2 |
Change domain_crash to say where it was called from. |
2006-01-25 |
kaf24 |
8659:2d31ebf402e1 |
Fix batched request list overflow on packet receive path |
2006-01-25 |
kaf24 |
8658:709bce2f08d6 |
Export Xen driver util function symbols so that Xen drivers |
2006-01-25 |
vhanquez |
8657:aad2b2da3c8b |
Separate the validity checking of the page frame in 2 chunks. |
2006-01-25 |
kaf24 |
8656:159ef7d83f1c |
Fix inline asm hypercall argument parameter indexes. |
2006-01-25 |
kaf24 |
8655:b1b9049c4eb2 |
Rev8517 (Reduce locked critical region in __enter_scheduler()), enable |
2006-01-25 |
kaf24 |
8654:806dfeb03d92 |
Missing put_page_and_type() in dom0_op hypercall. |
2006-01-25 |
kaf24 |
8653:63d9f45b271d |
Fix 64-bit build and fix the transfer-page code for the |
2006-01-24 |
kaf24 |
8652:2b4b1963b76e |
Fix an incorrect type, and a missing return value check, |
2006-01-24 |
kaf24 |
8651:71914b64b577 |
Indirect hypercalls through a hypercall transfer page. |
2006-01-24 |
toml |
8650:246b6444c643 |
Adding __init__.py file to remove build warning. |
2006-01-24 |
stekloff |
8649:85dd812ca054 |
Added dependency check for lilo in configure.ac for vmx enabled builds. Must |
2006-01-24 |
Ke Yu |
8648:018e6dc18f97 |
This patch make xm reboot/shutdown work for vmx doamin. |
2006-01-24 |
emellor |
8647:a38c292e8390 |
Merged. |
2006-01-10 |
emellor |
8646:40bb46f599d9 |
Poll for peth0 coming up before trying to attach it to the bridge. This fixes |
2006-01-24 |
vhanquez |
8645:1f87f39aa0e1 |
reindent few lines that were using softtab instead of hardtab. |
2006-01-24 |
vhanquez |
8644:c0a8a0b64f65 |
add some checking of opening and read in dom0_init and return -1 if error. |
2006-01-24 |
vhanquez |
8643:068857a7133d |
Merge |
2006-01-24 |
vhanquez |
8642:6afcef051257 |
use talloc_zero instead of talloc + memset |
2006-01-24 |
vhanquez |
8641:c70109e64c9e |
use format printf style to write to tracefd instead of using write syscall. |
2006-01-24 |
vhanquez |
8640:45f3b9cfbd83 |
fixup memory leak and return value, if malloc or realloc fail. |
2006-01-24 |
vhanquez |
8639:b89b94c71b2f |
fixup reallocation to "twice the size + 1", instead of "3 times the size". |
2006-01-24 |
vhanquez |
8638:df36ac1ddcbf |
dup and open error value is -1, not < 0 |
2006-01-24 |
kaf24 |
8637:d4e3f04e3d38 |
Two shell commands weren't properly spaced in a makefile. |
2006-01-23 |
kaf24 |
8636:3a62d8978788 |
The present pud_offset_k implementation runs the value read through |
2006-01-23 |
kaf24 |
8635:34f2b388beb0 |
ia64 specific part of gdbstub. |
2006-01-23 |
kaf24 |
8634:d270db8a9092 |
Emergency system halt should halt all processors, not just |
2006-01-20 |
kaf24 |
8633:c4ae9456a459 |
The arguments to memset are ordered incorrectly in the |
2006-01-19 |
kaf24 |
8632:911b6d8cd666 |
Allow disabling the tx checksums on the xen loopback |
2006-01-19 |
kaf24 |
8631:8a3549172896 |
Fix a bug that causes storage key auth to be generated twice. |
2006-01-19 |
kaf24 |
8630:e32258567d05 |
Having /usr/bin/xsls conflicts with xsls as distributed in scalapack |
2006-01-19 |
kaf24 |
8629:b29954d81e6d |
Cleanup dirty code avoiding warning messages when compiling |
2006-01-18 |
vhanquez |
8628:9d86f5a5e426 |
Delete 2 unused Kconfig files. |
2006-01-17 |
smh22 |
8627:8d6edcf06f9b |
No longer call xc_vcpu_getcontext() on restore (required after cset 8610). |
2006-01-17 |
maf46 |
8626:e745c2e4acc0 |
Minor documentation fix |
2006-01-17 |
kaf24 |
8625:af7e4ce46653 |
Remove the spin on VCPUF_running from context_switch(). |
2006-01-17 |
kaf24 |
8624:1b7d6c2ae2f7 |
Sync against scheduler tail on other CPUs when context |
2006-01-16 |
vhanquez |
8623:6ce7c026320e |
return -ENOMEM value instead of -1 when running out of memory. |
2006-01-16 |
vhanquez |
8622:9f2c47ae2b86 |
sanitize tpmfront. missing spin_unlock'ing in error paths and fix coding style. |
2006-01-16 |
vhanquez |
8621:f1fc94516c4c |
bool type doesn't exist in C, don't try to emulate one. |
2006-01-16 |
vhanquez |
8620:927cd2e4f150 |
remove ASSERT macro. |
2006-01-16 |
vhanquez |
8619:ca795f19b613 |
replace ASSERT by BUG_ON. |