log
graph
tags
branches
changeset
browse
ia64/xen-unstable
log
find changesets by author, revision, files, or words in the commit message
less
more
| rev 8704:
(0)
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
+10000
tip
age
author
revision
description
2006-01-30
kaf24
8704:085fa65de809
I found some mistakes of argument by the do_* functions of hypercall.
2006-01-30
sos22
8703:58d6a94cd163
Merge.
2006-01-30
sos22
8702:6411e42ae497
Re-arrange things in the domain builder a bit so as to make sure that
2006-01-30
kaf24
8701:a0a59beb6596
Split XENFEAT_writable_mmu_structures into
2006-01-30
kaf24
8700:1712b52e0074
Move MAX_DMADOM_PFN to asm/config.h.
2006-01-29
kaf24
8699:4cce50ba4520
Adding network testing support for xm-test with hvm.
2006-01-29
kaf24
8698:d05c39dcc374
VMX support for xm-test currently doesn't support network tests for eth0
2006-01-29
kaf24
8697:11ed48af31d7
Ever since patchset 8648 (xen-unstable.hg) all my configuration files
2006-01-29
kaf24
8696:f4fc27362892
Export the hypercall_page symbol to modules, otherwise they
2006-01-28
kaf24
8695:1db05e589fa0
Replace the MMUEXTOP 'pfn hole' commands with a new
2006-01-28
kaf24
8694:ce057aa33cad
Clean up shadow-translate xen patches. Add abstractions
2006-01-28
kaf24
8693:491a8798945e
Remove shadow-translate Linux patches for now. We'll merge this stuff
2006-01-28
sos22
8692:3e7bcf1b6f70
Fix build.
2006-01-27
sos22
8691:5a9efc35feb2
Merge.
2006-01-27
sos22
8690:a47b7a464f09
Turn down debug a bit, and generally tidy hings up a little.
2006-01-27
sos22
8689:e9770d41e5bd
Bug fix: we need to eagerly synchronise th HL2, since Xen relies on it
2006-01-27
sos22
8688:990c009015e8
Merge up and generally make shadow mode be nice.
2006-01-26
sos22
8687:05a1340bc1e7
Fix a silly bug.
2006-01-26
sos22
8686:c0a0f4db5ab1
Create a block of reserved PFNs in shadow translate mode guests, and
2006-01-26
sos22
8685:edf1fab86618
Merge.
2006-01-26
sos22
8684:f658587fdaac
Make SMP guests work in shadow translate mode.
2006-01-26
sos22
8683:0d95066795de
Explicitly block attempts to mutate the M2P tables of shadow mode
2006-01-26
sos22
8682:1580009f137c
Get the network interface working in shadow translate mode. This
2006-01-25
sos22
8681:cc9bb3e0e348
Make some basic cases of grant tables work in shadow translate mode.
2006-01-27
kaf24
8680:2add7a262530
Add hypercall-declaring header files.
2006-01-27
kaf24
8679:98c8afe4c433
Uniform definition of do_iret prototype. Use 'struct foo'
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.
less
more
| rev 8704:
(0)
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
+10000
tip