age |
author |
revision |
description |
2005-08-24 |
cl349 |
6418:d4ce28d819a8 |
Update error message. |
2005-08-25 |
kaf24 |
6417:f7cdd99d1106 |
Fix MPT mapping for x86/64. Also i386 no longer needs |
2005-08-25 |
kaf24 |
6416:98a6eb458c78 |
Memory management fixes. Page tables are created, buddy allocator now |
2005-08-25 |
kaf24 |
6415:b88c5350de57 |
This patch fixes Bugzilla #169. (It should fix #187 too -- Keir). |
2005-08-25 |
kaf24 |
6414:85ccfd035658 |
The mpt entry is 4 bytes even on x86_64, so we use 4 when |
2005-08-25 |
kaf24 |
6413:d61f8afd292c |
1. Remove workaround patch |
2005-08-25 |
kaf24 |
6412:37030498b978 |
Store correct rx ring handle in netback driver. |
2005-08-25 |
kaf24 |
6411:56a2232377f1 |
Fix grant-ref allocation in netfront. |
2005-08-25 |
kaf24 |
6410:8d31f9a9c423 |
Fix SMP booting: x86/64 startup initialisation fixes and so on. |
2005-08-25 |
kaf24 |
6409:e26f574eac9a |
Fix install of xenctrl.h. |
2005-08-25 |
cl349 |
6408:fd77dd32c8a4 |
Fix the exception thrown when doing, for example, "xm domid" on a non-existent domain. |
2005-08-25 |
cl349 |
6407:e56b8040bc90 |
merge? |
2005-08-25 |
cl349 |
6406:b8ef0989b49e |
Updated to reflect new tools added here. |
2005-08-25 |
kaf24 |
6405:3dfea50f02d6 |
Ensure explicit asm statememt goes in the correct section. |
2005-08-25 |
cl349 |
6404:fdfd511768a3 |
Break the building/save/restore code out into a separate library libxenguest. |
2005-08-24 |
cl349 |
6403:6e899a3840b2 |
Rename libxc => libxenctrl and xc.h => xen/xenctrl.h |
2005-08-24 |
cl349 |
6402:be5c24f2709c |
Rename grant-id to ring-ref. |
2005-08-24 |
cl349 |
6401:4ab607ca02c3 |
Watch may fire before we've allocated the interface structure. |
2005-08-24 |
cl349 |
6400:d3c0d85b7ef8 |
Unregister watch in error path. |
2005-08-24 |
cl349 |
6399:6b94eaa59279 |
Avoid calling device_unregister from device_register callback. |
2005-08-24 |
cl349 |
6398:237dc67887cc |
Disable debug output again. |
2005-08-24 |
kaf24 |
6397:b74c15e4dd4f |
Print status of Flush Filter on AMD64 processors during |
2005-08-24 |
cl349 |
6396:d1ac7c6ffb63 |
merge? |
2005-08-24 |
cl349 |
6395:46d8c50b7a1c |
Revert changeset a3822cb3b2b3c24e6b46c1fed3e6c366817f52ad. |
2005-08-24 |
kaf24 |
6394:8ba397608f1c |
Always free the lowest 1MB of pseudo-physical memory when booting |
2005-08-24 |
kaf24 |
6393:c42a9e2f6c5b |
Fix x86/64 pagetable initialisation so that only things that |
2005-08-24 |
kaf24 |
6392:bca2fd76995e |
Add EXT3 as built-in filesystem for x86/64 domU. |
2005-08-24 |
kaf24 |
6391:e75933e27215 |
Copy correct number of bytes for xen_start_info in x86_64 |
2005-08-24 |
kaf24 |
6390:603f55eaa690 |
Initialise syscall32 vsyscall page early, as it may be needed |
2005-08-24 |
cl349 |
6389:342a53ce078b |
Update comment. |
2005-08-24 |
cl349 |
6388:ccfc31779d36 |
Don't use the grant pre-allocation system for the ring grants. |
2005-08-24 |
cl349 |
6387:ac57c81692b2 |
Add some additional error nodes when block device setup fails. |
2005-08-24 |
cl349 |
6386:a3822cb3b2b3 |
Fix the exception thrown when doing, for example, "xm domid" on a non-existent domain. |
2005-08-23 |
cl349 |
6385:f34e732ed4bf |
Xenstore testsuite robustness: save output rather than rerun on failure. |
2005-08-23 |
cl349 |
6384:c51562192ef6 |
Fix xenstore testsuite for valgrind 3.0 and latest Debian glibc. |
2005-08-23 |
cl349 |
6383:00071566ed1e |
Make directories implicitly for mkdir and write. |
2005-08-23 |
cl349 |
6382:0077e7207d01 |
g/c extra test. |
2005-08-23 |
cl349 |
6381:03370bdbc6f1 |
Put the call to notifier_call_chain() back in do_xenbus_probe(). |
2005-08-23 |
cl349 |
6380:522bc50588ed |
merge? |
2005-08-23 |
cl349 |
6379:6783e59e1c45 |
xenstat/xentop merge. |
2005-08-23 |
jfisch |
6378:79df8d5fc424 |
Add xenversion support |
2005-08-23 |
josht |
6377:63cc61fafb28 |
Add a newline to the fscanf format string used to parse /proc/net/dev entries, to avoid an additional read and bad-entry-skip just to eat the newline. |
2005-08-23 |
josht |
6376:f26884f4e6f1 |
Make the set_delay function use the provided parameter to set the delay, not the global prompt_val. |
2005-08-23 |
josht |
6375:cd3a87ae9ac9 |
Change default xentop update delay from 1 to 3 seconds. |
2005-08-23 |
cl349 |
6374:df11e0709383 |
merge? |
2005-08-23 |
cl349 |
6373:5f39234a9ac4 |
g/c vbd active. |
2005-08-23 |
kaf24 |
6372:e21f101cc054 |
Fix non-hotplug i386 build. Spotted by Rik van Riel. |
2005-08-23 |
cl349 |
6371:9dc059239e2a |
Remove blkback 2.4 support since we don't support 2.4 dom0 anymore. |
2005-08-23 |
cl349 |
6370:d760699356fd |
merge? |
2005-08-23 |
cl349 |
6369:d7b79cac9ea9 |
Minor cleanup. |
2005-08-23 |
cl349 |
6368:49b67f0f6735 |
More cleanups and fix free_blkif from wrong context bug (thanks Keir!). |
2005-08-23 |
cl349 |
6367:a826ad59b3ea |
Drop support for multiple vbds per blkif. |
2005-08-23 |
cl349 |
6366:b3eb952c04ee |
Move major/minor macros into public header, rename and use. |
2005-08-23 |
cl349 |
6365:28e55fad651f |
Update netfront for grant table interface changes. |
2005-08-23 |
cl349 |
6364:5b1ed5b39451 |
Cleanup grant table code. |
2005-08-23 |
cl349 |
6363:eecb74e515fd |
g/c struct work_struct declaration. |