age |
author |
revision |
description |
2005-11-30 |
kaf24 |
8134:590915af8117 |
Fix serial pty creation in qemu-dm. Set raw attributes to |
2005-11-30 |
kaf24 |
8133:73d19afe543c |
We need to do sync when mov_to_cr3 to a value already shadowed. |
2005-11-30 |
kaf24 |
8132:b6dfdbeb2780 |
Add ATA-over-Ethernet as a module to the default 32-bit -xen config |
2005-11-30 |
kaf24 |
8131:72f79d68e86c |
domain_pause duplicates the code from vcpu_pause. Eliminate the |
2005-11-30 |
kaf24 |
8130:3399f4b9396a |
Removes the carriage returns from some of the vtpm |
2005-11-30 |
kaf24 |
8129:d963256dc3e0 |
writable_pl1e in shadow mode is a machine address, so |
2005-11-29 |
smh22 |
8128:ccf76e51e7e6 |
Disable some over-zealous sanity checking for now (can cause major problems |
2005-11-29 |
smh22 |
8127:4268d0ecdde7 |
Fix typo. |
2005-11-29 |
emellor |
8126:8a00d9af3291 |
Tidy and comment use of canonicalise_mode, et al. |
2005-11-29 |
emellor |
8125:74fa88cf3dc7 |
Merged. |
2005-11-29 |
emellor |
8124:b1940475284f |
Increase device timeout to 10 seconds, as restarting a DHCP server takes a few |
2005-11-29 |
emellor |
8123:d1abced7ab7c |
Support facilities for the new DHCP support. |
2005-11-29 |
emellor |
8122:28331cd6d43a |
Added trap for ERR, to get better response from the scripts when they are really |
2005-11-29 |
emellor |
8121:e67cfb40411d |
Replace grep >&/dev/null with grep -q. |
2005-11-29 |
emellor |
8120:e47e953c9e10 |
Added DHCP server support, configured by a dhcp=yes parameter. This will write |
2005-11-29 |
smh22 |
8119:92469b92f768 |
Avoid audit code during live migrate on 32bit since it's not required. |
2005-11-29 |
smh22 |
8118:689315a7ff80 |
Tidy up audit code for PAE plus avoid its use during live migrate where |
2005-11-29 |
smh22 |
8117:37b93f40eb0a |
Cleanup backend block device logic under save/restore; this should |
2005-11-29 |
kaf24 |
8116:450c562b76aa |
Remove shadow32 dead code (it's never built for other than |
2005-11-29 |
kaf24 |
8115:d0ca851445e2 |
Fix vmx guest issue of allowing accessing supervisor page |
2005-11-29 |
kaf24 |
8114:a1e99c0104cb |
Small fix for shadow mode: fix a p.t. limit check. |
2005-11-29 |
kaf24 |
8113:3a54c21b65de |
Clean up a previous qemu workaround where we use |
2005-11-29 |
kaf24 |
8112:3c687c6905e7 |
Fix a race condition for multi-thread qemu dma, where vmx linux guests |
2005-11-29 |
pl |
8111:ec370b3d2df3 |
Fix minor traceback in xen-bugtool when send fails |
2005-11-28 |
rread |
8110:880b02c04656 |
The device sharing check races when more than one file backed vbd is |
2005-11-28 |
rread |
8109:444b968a3e09 |
Make psmouse module builtin. |
2005-11-28 |
kaf24 |
8108:36ab34f1c31e |
Bundle vcpu_time and vcpu_info structures together into a single |
2005-11-28 |
dan |
8107:85eef527ba74 |
Fix isConsoleDead() to actually run a command on the DomU, since a dead |
2005-11-28 |
emellor |
8106:243265ade404 |
Merged. |
2005-11-28 |
emellor |
8105:7638cf95b63c |
Change uuid string format to match that outputted by Xen. |
2005-11-28 |
emellor |
8104:d8786656ebab |
Use StringIO to simplify string_iterator here. Altered the up-front |
2005-11-28 |
emellor |
8103:d5368f7fda5d |
Added README.xen-bugtool. |
2005-11-28 |
cl349 |
8102:82e48750542c |
Move mk-symlinks target into tools/Rules.mk. |
2005-11-28 |
kaf24 |
8101:a90691f5207c |
Hardcode many cpu features for x86/64 -- we know 64-bit |
2005-11-28 |
kaf24 |
8100:5ea875b72e0a |
In alloc_vcpu_struct, after doing a memset on the new allocated vcpu, we |
2005-11-28 |
kaf24 |
8099:66e16c4685f5 |
Remove bogus extra unmap_domain_page() call in |
2005-11-28 |
Michael Fetterman |
8098:b3f8d3158a1c |
merge |
2005-11-28 |
Michael Fetterman |
8097:7363637e2721 |
merge |
2005-11-28 |
Michael Fetterman |
8096:48aaa39eaa7e |
minor printf and log message rework in the shadow code. |
2005-11-28 |
Michael Fetterman |
8095:9971d8d1f631 |
Allow __gpfn_to_mfn() to automatically deal with translated domains != current. |
2005-11-23 |
Michael Fetterman |
8094:af3e4a594e4c |
Fix regexp in install scripts so it works with sed. |
2005-11-23 |
Michael Fetterman |
8093:f61b8d362fc4 |
Avoid ccache and distcc for x86-64 compilation of ia32/syscall32.c |
2005-11-28 |
kaf24 |
8092:367b9ca30e88 |
arch/xen/kernel/fixup.c -> arch/xen/i386/kernel/fixup.c |
2005-11-28 |
kaf24 |
8091:2eb868d02f0f |
Simplify boot_vcpu() implementation. |
2005-11-28 |
emellor |
8090:a20a9ec0e510 |
Change uses of \s within sed regexps -- some versions of sed do not support this |
2005-11-28 |
emellor |
8089:c5ee3b6f25b3 |
Added xen-bugtool, an application that collects various system logs and can |
2005-11-27 |
emellor |
8088:eb1169f92d81 |
Set a console limit, in order to detect runaways. |
2005-11-27 |
emellor |
8087:9964f27fd80b |
Fix console handling; saveLog call was broken if ConsoleError occurred. |
2005-11-27 |
emellor |
8086:85a1a57320a6 |
Remove keyword from call to xc.domain_setmaxmem; keyword support for this call |
2005-11-27 |
emellor |
8085:f37f1c9ec2ec |
Merged. |
2005-11-27 |
emellor |
8084:b67f9f21fd9c |
Change the console handling, to remove the loop and timeout if a console fails |
2005-11-27 |
emellor |
8083:4195392fba06 |
Use the getId method to tidy up simple call to domid. |
2005-11-27 |
emellor |
8082:86a2e2645e40 |
Remove looping from handling of xm domid. This command should now work first |
2005-11-27 |
emellor |
8081:4f12ed3342dc |
Mark 03_network_attach_detach as XFAIL. There are known bugs in the network |
2005-11-27 |
emellor |
8080:ea2875ca5a66 |
Restore 05_create_noroot, as this test now seems to work, and remove |
2005-11-27 |
emellor |
8079:2c54b2f0a676 |
Remove some Makefile cruft. |
2005-11-27 |
emellor |
8078:c08cfaf353c6 |
Added device-sharing checks for loopback-mounted files. The existing |
2005-11-27 |
emellor |
8077:cfcf9212a90b |
Renable FAIL call that was disabled back when block-attach did not work. |
2005-11-26 |
emellor |
8076:895a9ca1b0a6 |
Write the error message and the hotplug-status=busy in the same transaction, to |
2005-11-26 |
smh22 |
8075:bf09a8db5bb4 |
Fix formatting. |
2005-11-26 |
smh22 |
8074:486f4c9e1c22 |
Fix save/restore and migrate on x86_64. |
2005-11-26 |
kaf24 |
8073:001ba14fbb1b |
More cleanups to the pmd-shared patch. |
2005-11-26 |
kaf24 |
8072:b05e1c4bc31b |
Clean the arch_memory_op() for-loop header. |
2005-11-26 |
smh22 |
8071:5d95ab80f290 |
Fix x86_64 build. |
2005-11-26 |
emellor |
8070:b9181b1c576f |
Merged. |
2005-11-26 |
emellor |
8069:3c21a174e8fc |
Fix the unpause_basic test. The console will appear to have failed, given the |
2005-11-26 |
emellor |
8068:9981fa5ba62b |
Fix the 06_block-list_checkremove test. The use of string.find was invalid |
2005-11-26 |
emellor |
8067:f710753a4026 |
Added a comment. |
2005-11-25 |
emellor |
8066:43e25c2653ee |
Also, make a small tweak to the 12_block_attach test so that we don't leave |
2005-11-25 |
emellor |
8065:8c3ed250366c |
Check when using physical devices that the device is not already in use. Using |
2005-11-25 |
emellor |
8064:701ec436d5ad |
Only write a success node when coming online, not going offline. Delete the |
2005-11-25 |
emellor |
8063:801c6363501b |
Only write a success node when coming online, not going offline. |
2005-11-25 |
emellor |
8062:3c01d53e383d |
Don't issue the iptables diagnostic when removing entries. Depending upon your |
2005-11-25 |
emellor |
8061:4f25a6b49445 |
Match rename of parameters to match the corresponding hotplug events. This |
2005-11-25 |
emellor |
8060:84cf3d018bea |
Fix handling of devid_end when devid is an integer, but not present as a device. |
2005-11-25 |
kaf24 |
8059:c3cfc4ff3b08 |
Implement new memory_op() XENMEM_machphys_mfn_list. Replaces old |
2005-11-25 |
kaf24 |
8058:549130374cfa |
In shadow-external mode, every VCPU must free its own |
2005-11-25 |
smh22 |
8057:d46553f73c6f |
Tolerate temporary inconsistency between type info and page contents on |
2005-11-25 |
emellor |
8056:5ae89ce67486 |
check_hotplug fails on one of my machines running ubunto 4.10 "Warty |
2005-11-25 |
emellor |
8055:206731134e18 |
Add help option on runtests.sh |
2005-11-25 |
dan |
8054:e2e18ef3b204 |
Add sanity checks that let us know if there are any problems before |
2005-11-25 |
emellor |
8053:421ea766aaa0 |
Fix stupid invalid syntax on network-attach tests. |
2005-11-25 |
emellor |
8052:28a117c5ea94 |
Merged. |
2005-11-25 |
emellor |
8051:42474df9b248 |
Move XenbusState from the Linux-specific xenbus.h into a new file with the Xen |
2005-11-25 |
smh22 |
8050:9c81a3c5b33b |
Use page-sized batches in GETPAGEFRAMEINFO2 (and generally tidy up). |
2005-11-25 |
kaf24 |
8049:26b961b72153 |
Fix the issue of on x86_64, rhel4 can not get into runlevel 5. |
2005-11-25 |
kaf24 |
8048:a8ac8be1a889 |
I cleaned up acm_ops.c and eliminated returns inside the switch |
2005-11-25 |
kaf24 |
8047:cb215a84d1af |
Update vtpm driver following the recent changes to the |
2005-11-24 |
kaf24 |
8046:b0338759544e |
Big reworking of SHARED_KERNEL_PMD logic. Includes several |
2005-11-24 |
emellor |
8045:78b5e590be34 |
Merged. |
2005-11-24 |
emellor |
8044:d1e1d6493d1d |
Programmatically generate the xm help strings from the snippets, rather than |
2005-11-24 |
emellor |
8043:d2b957902c6b |
Added a count of the number of users of this block device, and refuse to close |
2005-11-24 |
kaf24 |
8042:f887ddae2b03 |
Remove CONFIG_PREEMPT configuration option from Xen kernel builds. |
2005-11-24 |
kaf24 |
8041:877d738e7a40 |
Quieten down grant-table transfer failure when it is because |
2005-11-24 |
kaf24 |
8040:0ea18c1ea134 |
Another PAE fix for pgd_ctor. |
2005-11-24 |
kaf24 |
8039:0ec1d38f26f7 |
More PAE PGD fixes. Ensure we do not pin PGDs with no kernel |
2005-11-24 |
kaf24 |
8038:86964d50bcfa |
Fix pgd allocation for PAE. We must handle the fact that |
2005-11-24 |
kaf24 |
8037:a9fef115e8ec |
Fix 32b non-pae build. |
2005-11-24 |
emellor |
8036:64d919032001 |
Merged. |
2005-11-24 |
emellor |
8035:4d1d9f7ebcfc |
Check whether a device is already configured before trying to configure it |
2005-11-24 |
emellor |
8034:1cf273e133c8 |
Support destruction of device by /dev/sda1 (for example) even when the |
2005-11-24 |
emellor |
8033:cbf7efa871ae |
Minor tidy, no semantic change. |
2005-11-24 |
kaf24 |
8032:8952af4fc166 |
Shootdown TLB entries across all VCPUs for SMP shadow mode. |
2005-11-24 |
smh22 |
8031:8392d3955ed4 |
Re-enable tools support for live migration on PAE. |
2005-11-24 |
smh22 |
8030:238727cb4c26 |
Quiet down live migrate on PAE domains. |
2005-11-24 |
kaf24 |
8029:ba50c9d1271e |
Clean up mark_dirty() implementation to check for log-dirty |
2005-11-24 |
kaf24 |
8028:dca4893b0b9f |
Remove unused 'nr_recs' field from trace-buffer header |
2005-11-24 |
kaf24 |
8027:188a4fb5ea1f |
Adds ac_timer based polling to the ns16550 UART driver. This is |
2005-11-24 |
kaf24 |
8026:e1728d3c18ca |
This fixes a small race between when a domain is created and when xentop |
2005-11-24 |
kaf24 |
8025:9c631c4fe727 |
xen/common/acm_ops.c, check for a NULL pointer and then |
2005-11-24 |
kaf24 |
8024:eb87d4c810d3 |
dom0_ops return -EACCES when the interface version in wrong. I think |
2005-11-24 |
kaf24 |
8023:f7c7575695b3 |
Clean up some Xen files in the ioemulator. |
2005-11-24 |
kaf24 |
8022:bd8418790797 |
Fix ia64 build. Two typos in header files. |
2005-11-23 |
rread |
8021:1ea5d2e3a8f9 |
Make the microcode driver builtin. |
2005-11-23 |
rread |
8020:84453f32e5fc |
Disable crufty modules still using cli and friends. |
2005-11-23 |
rread |
8019:b33e41a69793 |
Compile IDE drivers as builtins instead of modules. |
2005-11-23 |
emellor |
8018:8451c6567123 |
Reverse accidental commits for changesets 8001 and 7996-7999. |
2005-11-23 |
emellor |
8017:9ee811544c40 |
Merged. |
2005-11-23 |
emellor |
8016:b8bca5421d5c |
Added comment describing usage. |
2005-11-23 |
emellor |
8015:55aae13c9e0a |
imported patch quiet_linux_build.patch |
2005-11-23 |
emellor |
8014:a22a83ea77e5 |
imported patch trace-thread.patch |
2005-11-23 |
emellor |
8013:07c608857972 |
imported patch my-config |
2005-11-23 |
emellor |
8012:69dc687f0364 |
imported patch logging-thread.patch |
2005-11-23 |
emellor |
8011:d6034e0e95fc |
Merged. |
2005-11-23 |
emellor |
8010:8aabf8959595 |
Don't treat the failure of ifconfig vifX.Y down as a fatal error. This hasn't |
2005-11-23 |
emellor |
8009:e48bb8550f95 |
Remove the frontend device directories as well as the backend ones. |
2005-11-23 |
emellor |
8008:fc41a9c9bc36 |
Inside xenbus_switch_state, don't write the new state if the node has already |
2005-11-23 |
emellor |
8007:fb42478203b9 |
Added a hotplug KOBJ_OFFLINE call, for symmetry with the ONLINE call used here. |
2005-11-23 |
rread |
8006:ef449cd53cca |
Build the mouse device into the kernel. |
2005-11-23 |
kaf24 |
8005:14d733e5e1d0 |
Fix Xen to build with gcc-4.1. |
2005-11-23 |
kaf24 |
8004:6cc603ac3f38 |
Add __iomem and __user pointer annotations to linux sparse tree. |
2005-11-23 |
kaf24 |
8003:17b98e15bf78 |
Fix __gpfn_to_mfn() to work correctly when not executed |
2005-11-23 |
kaf24 |
8002:cd6a8d73f529 |
Clean up use of get_pfn_from_mfn(). |
2005-11-23 |
kaf24 |
8001:944cf29d126d |
Move arch-specific portions of grant-table implementation |
2005-11-23 |
sos22 |
8000:6d9ea03c1baa |
Merge. |
2005-11-23 |
sos22 |
7999:9cc161c08b59 |
Merge. |
2005-11-23 |
sos22 |
7998:52bddfb334ae |
Make sure that accesses to the machine_to_phys table all go through |
2005-11-23 |
root |
7997:1d754a4ad350 |
xm-test: add tests for network-attach command |
2005-11-23 |
dan |
7996:092ac41ec8bd |
Add tests for bug #331 |
2005-11-23 |
dan |
7995:4b8599f53bb4 |
Make 04_memset_smallmem differentiate between console run-away and console |
2005-11-23 |
emellor |
7994:6ab21a197549 |
Fix to xm create --help from Ken Grant. |
2005-11-23 |
kaf24 |
7993:6c252ba7a639 |
BUG_ON test for xmalloc alignment should not be excluded |
2005-11-23 |
kaf24 |
7992:be41d7631c2f |
Intel systems with more than 8 CPUs require that the APIC is configured |
2005-11-23 |
kaf24 |
7991:b6ebabe4658a |
Add -Wdeclaration-after-statement to CFLAGS only if the |
2005-11-22 |
smh22 |
7990:393256b2ead0 |
Avoid GPF when attempting to save / restore 64bit guests. More thought |
2005-11-22 |
kaf24 |
7989:c7508abc5b6b |
Add -Wdeclaration-after-statement to Xen and tools build. |
2005-11-22 |
smh22 |
7988:f7bee3cb1bf1 |
Tidy up debugging output. |
2005-11-22 |
smh22 |
7987:72a1421dcf1b |
Better handle page type info becoming incoherent during live migrate. |
2005-11-22 |
emellor |
7986:bc1bfdb35f29 |
Merged. |
2005-11-22 |
emellor |
7985:602aefe7bd48 |
Make it possible to run valgrind on code linked with the libxc libraries. |
2005-11-22 |
kaf24 |
7984:dede6fb4c90e |
When a foreign page is mapped via a grant reference, it |
2005-11-22 |
kaf24 |
7983:13b2e5c94595 |
Ignore live flag on PAE/64-bit migrations, rather than |
2005-11-22 |
kaf24 |
7982:060a6634d9ec |
SHADOW_CONTROL_OP_OFF should be checkign whether shadow mode |
2005-11-22 |
kaf24 |
7981:faf5c318f9b0 |
Fix the zombie domain when destroying 2.6 linux vmx guest. |
2005-11-21 |
rread |
7980:f8af1ac29ecb |
Build the USB boot keyboard and mouse drivers as modules, so the real |
2005-11-21 |
smh22 |
7979:f612aec588e2 |
Fix syntax error. |
2005-11-21 |
emellor |
7978:c1c8da6f2afe |
Merged. |
2005-11-21 |
emellor |
7977:f546d8697b0e |
Misc fixes for breakage when moving to new Python/C interface style. |
2005-11-21 |
kgrant |
7976:b2364dc83d1f |
use help in create.py for "xm help create" |
2005-11-21 |
xenrtd |
7975:14886c68f254 |
Catch parsing errors in xm create. |
2005-11-21 |
emellor |
7974:11a06dd44a8d |
Merged. |
2005-11-21 |
emellor |
7973:87b520c30cb2 |
As with xs.c, change the module interface to match the current Python/C |
2005-11-21 |
emellor |
7972:52f80621b889 |
Tidy use of module / package names. |
2005-11-21 |
emellor |
7971:f72da8799418 |
Remove many unnecessary uses of keyword arguments, to reduce complexity. |
2005-11-21 |
smh22 |
7970:eaec9512f618 |
Remove unnecessary assert. |
2005-11-21 |
emellor |
7969:976e53674e84 |
Merged. |
2005-11-21 |
emellor |
7968:fbd3f3cb6f65 |
Return the changed path as an argument to the watch callback. This is useful |
2005-11-21 |
kaf24 |
7967:52020caa244f |
Change semantics of gnttab_transfer to take the page away |
2005-11-21 |
emellor |
7966:e336e186e5f9 |
Merged. |
2005-11-21 |
emellor |
7965:c07d5bab4c2b |
Fix removal of use of scheduler, broken earlier today by mismerge. |
2005-11-21 |
emellor |
7964:27a2cb379c8f |
Merged. |
2005-11-21 |
emellor |
7963:dd50b17dc60f |
Changes check for "udev", so that it works on debian sid (that does not |
2005-11-20 |
emellor |
7962:44d96609ea71 |
Added document to collate information regarding distro-specific |
2005-11-20 |
dykman |
7961:83bc047bb346 |
1) "brctl show" has no parameters. |
2005-11-20 |
dan |
7960:1e3042a93904 |
First stab at a xend-config.sxp man page. |
2005-11-21 |
kaf24 |
7959:ff18a169e866 |
Update the memory_op() hypercall. Add two new subcommands, to |
2005-11-21 |
smh22 |
7958:bdab22f56efe |
Fix 'belt + braces' check in xc_linux_save and improve error handling |
2005-11-21 |
kaf24 |
7957:112a769787d2 |
Linux swiotlb now uses correct method for determining if any RAM |
2005-11-21 |
kaf24 |
7956:eaaee5f43c67 |
Mute error message on SMP resume if a secondary CPU is |
2005-11-21 |
emellor |
7955:340effeb64b5 |
Merged. |
2005-11-21 |
emellor |
7954:6738fd14cb58 |
Replace initialiser for readonly parameter in xshandle_init that should never |
2005-11-21 |
kaf24 |
7953:0add9fbe93ab |
Fix grant-table transfer implementation. Also fix transfer |
2005-11-21 |
emellor |
7952:675862d22347 |
Merged. |
2005-11-21 |
emellor |
7951:a0b0da36fda3 |
Removed, now unused. |
2005-11-21 |
emellor |
7950:64e43d615167 |
Append the new device config to our internal structure, in device_create. This |
2005-11-21 |
emellor |
7949:8fb11d28df0f |
Catch RuntimeError inside initDomain, for better handling of out-of-memory, etc. |
2005-11-21 |
emellor |
7948:c7a46ec8d4df |
Remove last remaining use of scheduler.py, so we can remove the whole module. |
2005-11-21 |
emellor |
7947:52a3c06be4f8 |
Downgrade debug message to level "trace". |
2005-11-21 |
emellor |
7946:d88b33abf533 |
Added another test. Fix the existing tests to close the written config file |
2005-11-21 |
emellor |
7945:4f7b4ca2e30c |
Added reset method to Opts so that create.parseCommandLine can be used more than |
2005-11-21 |
emellor |
7944:508bc376c1dd |
Remove whole piles of cruft from the connection layer. The only thing that was |
2005-11-21 |
emellor |
7943:3a544c04cc61 |
Added method so that SrvDaemon can be run in the foreground without all the |
2005-11-21 |
emellor |
7942:d7b91e64bd4c |
Fix typo, and failure to unpack singleton tuple correctly. |
2005-11-21 |
emellor |
7941:5b0a7cac1087 |
Added unit test for the DevController subclasses. |
2005-11-21 |
emellor |
7940:2cfded7de82f |
Change the module registration declarations and change the object creation and |
2005-11-21 |
emellor |
7939:e60115657823 |
Remove all unnecessary uses of keyword arguments, to reduce complexity. In |
2005-11-20 |
kaf24 |
7938:6a666940fa04 |
Merge with xen-ia64-unstable.hg. |
2005-11-20 |
kaf24 |
7937:715184c81749 |
Small build fix to Python xenstore interface library. |
2005-11-19 |
kaf24 |
7936:aad88a902892 |
The patch allows one to configure NR_CPUS >8 (16 by default, same as the |
2005-11-19 |
kaf24 |
7935:cc1d77bba4b0 |
Enable the Xen hypervisor ACM security policy to be determined at boot |
2005-11-19 |
kaf24 |
7934:f5dafee503ba |
This patch is to fix a few performance "bugs" in the xenmon.py script. |
2005-11-19 |
kaf24 |
7933:5c7d103efb99 |
Fix shadow log-dirty mode for x86_64 xenlinux. Tested |
2005-11-19 |
cl349 |
7932:317e5a7092e2 |
Revert 04a7decd0645b23f1f398340e927eb191f0e754d since it's not needed. |
2005-11-19 |
cl349 |
7931:86cf8f4e5de5 |
Move tpmfe.h file next to other xen specific header files. |
2005-12-02 |
djm |
7930:eae5812f33f1 |
Stack pal call emulation implemented. (by Tristan Gingold) |
2005-12-02 |
djm |
7929:97de0e776d8b |
Update xen-capable elilo to support compressed dom0 kernel images (by Alex Williamson) |
2005-12-02 |
djm |
7928:cc085702cf9f |
Enable serial input for Xen (tied to ifdef, default off for now) |
2005-12-02 |
djm |
7927:ffe910ea7cb7 |
Fix pointer in vmx vmmu init code (by Anthony Xu and Kevin Tian) |
2005-12-01 |
djm |
7926:9cca37fc1057 |
Fix flush_tlb_mask to no-op for non-SMP, now needed in grant_table.c |
2005-12-01 |
djm |
7925:64699278c175 |
Fix pfn_valid call (by Kevin Tian) |
2005-11-30 |
djm |
7924:2e74bab1981e |
Add (incomplete) dom0_physinfo call to try with xm list and xen-bugtool |
2005-11-30 |
djm |
7923:0944ee356534 |
devmem.c no longer needed in drivers/xen/core |
2005-11-23 |
djm |
7922:0ee00faf332d |
Adapt to removal of #ifdef ia64 in xmalloc (handle SMP_CACHE_SHIFT) |
2005-11-23 |
djm |
7921:3eaab414bdfd |
vcpu_regs defined in ptrace.h (get regs from vcpu). Manual conversions and duplicate declarations removed. (by Tristan Gingold) |
2005-11-22 |
djm |
7920:4f36357947d7 |
Re-revert to generic xen0_defconfig_ia64 file |
2005-11-22 |
djm |
7919:c9077d9009f0 |
Patched drivers/acpi/motherboard.c no longer needed |
2005-11-22 |
djm |
7918:e97c20d1f68f |
After Alex's ACPI patch, this patch in motherboard.c for NULL FADT no longer required |
2005-11-22 |
djm |
7917:750b19fec820 |
Add a trivial namespace to the fake ACPI DSDT. |
2005-11-22 |
djm |
7916:90b9e8569dfb |
Create the base set of ACPI structures necessary to satisfy the ACPI subsystem on a guest OS. This includes RSDP, XSDT, FADT, MADT, and DSDT. |
2005-11-22 |
djm |
7915:6ac2a06e238b |
Handle lds on vti domain and fix some bugs on vti domain |
2005-11-19 |
djm |
7914:c35a32f96d20 |
Recode usage of FPSR_DEFAULT due to strange double declaration |
2005-11-18 |
djm |
7913:878a9891b056 |
Merge |
2005-11-19 |
cl349 |
7912:04a7decd0645 |
Fix support for sxp domain configuration files. |
2005-11-18 |
smh22 |
7911:94d39d9acc8e |
Only resume xenbus /after/ we've prepared our VCPUs; otherwise the |
2005-11-18 |
kaf24 |
7910:56d05708736a |
Do not allow an uninitialised VCPU to be brought up. Also |
2005-11-18 |
kaf24 |
7909:378e1c58bcd2 |
The xentrace_format script doesn't work on x86/64. Python pads the input |
2005-11-18 |
kaf24 |
7908:0970a2fdbee9 |
make_page_readonly() must flush unused kmaps when handling |
2005-11-18 |
kaf24 |
7907:8b384e741382 |
Improve make_page_readonly and make_page_writable: |
2005-11-18 |
kaf24 |
7906:69ea493e415a |
Simplify arbitrary_virt_to_phys, and fix the x86/64 version to mask |
2005-11-18 |
emellor |
7905:5c954929bb0d |
Merged. |
2005-11-18 |
emellor |
7904:049dee79c76d |
Remove one further reference to network_limit_help that I missed when merging. |
2005-11-18 |
emellor |
7903:0dd531d4af46 |
Merged. |
2005-11-18 |
emellor |
7902:eb3ecf6abe87 |
Remove barbaric abuse of goto out of one nested block and into a previous one. |
2005-11-17 |
emellor |
7901:b7afc0be59b2 |
Initialise the request ID in xs_talkv, to silence valgrind. We're not actually |
2005-11-17 |
emellor |
7900:e710b125b4cf |
Initialise the request ID in xs_talkv, to silence valgrind. We're not actually |
2005-11-17 |
emellor |
7899:34d9095e79e3 |
Simplify the logic of each of the functions here, removing the many bizarre |
2005-11-18 |
emellor |
7898:ad2720178268 |
Merged. |
2005-11-18 |
emellor |
7897:7d75f5a88f06 |
From Ken Grant: Add per command help / make help match new man pages. |
2005-11-18 |
kaf24 |
7896:51bb139329b2 |
Disable live relocation for PAE and x86/64. Currently it can |
2005-11-18 |
kaf24 |
7895:419b32f72179 |
Remove conditionally-compiled code for Linux 2.4. |