age |
author |
revision |
description |
2005-08-23 |
kaf24 |
6341:5f3f9701ac11 |
Remove double invocation of vmx_intr_assist when VM_EXIT |
2005-08-22 |
cl349 |
6340:43d91cbb1bfb |
Fix compiler warnings. |
2005-08-22 |
cl349 |
6339:f51fe43c5d1c |
Merge libxenstat and xentop. |
2005-08-19 |
mark williamson |
6338:59a6a0350158 |
Minor xenstat changes from Christian Limpach. |
2005-08-17 |
josht |
6337:173b918160e2 |
Rename vm-top to xentop. Make "xm top" invoke xentop. Make libxenstat a static library, and do not install it. |
2005-08-15 |
josht |
6336:b38cbc8f4d98 |
Add placeholder files to avoid removal of the tools/xenstat/libxenstat/bindings/swig/{perl,python} output directories. |
2005-08-13 |
josht |
6335:59328ad2a7d4 |
Make vm-top and the xenstat perl and python bindings conditional based on configuration variables from Config.mk, rather than disabling them if the needed headers are not found. |
2005-08-12 |
josht |
6334:6893bc5cc225 |
Add xenstat framework. |
2005-08-22 |
kaf24 |
6333:f3859247f2ed |
no pae by default |
2005-08-22 |
kaf24 |
6332:8c58bf335465 |
We cannot allow nested C functions. They create a stack |
2005-08-22 |
kaf24 |
6331:2052ce3345c1 |
Apply Ross Mcilroy's balloon_dealloc_empty_page_range patch |
2005-08-22 |
cl349 |
6330:531ad4bde8f2 |
merge? |
2005-08-22 |
cl349 |
6329:473af43ac65b |
Remove option for running block devices without grant-tables. |
2005-08-22 |
kaf24 |
6328:d8fd24b43080 |
No 'boot error' message if booting secondary vcpu succeeds. |
2005-08-22 |
kaf24 |
6327:21d2b0144306 |
Ensure that 64-bit get_user/put_user only transfer to |
2005-08-22 |
kaf24 |
6326:f6aa23148c19 |
Fix out-of-source-tree build problem. |
2005-08-22 |
kaf24 |
6325:8cc3e7262a23 |
I noticed that an old problem is back (see below). The time command is |
2005-08-22 |
kaf24 |
6324:5e71bcc3b51a |
Ordering was broken in the course of separating XEN-overridden |
2005-08-22 |
kaf24 |
6323:de5d85a66751 |
When building in a tree with (the sparse trees and) the patches |
2005-08-21 |
kaf24 |
6322:b6ededee6dc9 |
Make grant-table dev_bus_addr really be an address, not a frame |
2005-08-21 |
vh249 |
6321:eb2c985e88be |
fix logic of ballooning out to handle the dom0_min_mem parameter correctly |
2005-08-21 |
kaf24 |
6320:342ccfca85d7 |
Fix debug build. |
2005-08-21 |
akw27 |
6319:dc8380497e98 |
Remove dead code from blkback. |
2005-08-21 |
cl349 |
6318:6721abf6b16d |
merge? |
2005-08-21 |
cl349 |
6317:2d4daffd8a4a |
Fix fallout from "Get rid of memory_t." checkin. |
2005-08-21 |
cl349 |
6316:f7dfaa2af90c |
merge? |
2005-08-21 |
kaf24 |
6315:0f69e0adddb0 |
Fix dom0 memory allocation. |
2005-08-21 |
iap10 |
6314:19ef6202d75f |
PAE fix to allow dom0 to be >4GB. PAE has made huge progress this week. I now kn |
2005-08-20 |
kaf24 |
6313:bd5533956fb0 |
Fix NORMAL_PT_UPDATE for PAE when page is not pinned. |
2005-08-20 |
kaf24 |
6312:349c15288793 |
Defining PAGE_SIZE as int broke x86/64. Revert that change. |
2005-08-20 |
kaf24 |
6311:f3da3a14cafd |
Fix put_pte_flags() for Xen PAE. |
2005-08-20 |
kaf24 |
6310:40d68c7d62d0 |
Not ready for pae by default just yet. ;-) |
2005-08-20 |
kaf24 |
6309:4e0d8361a538 |
Fix PAE boot. |
2005-08-20 |
kaf24 |
6308:7733176cc821 |
I find at present "make uninstall" won't remove all installed files, for |
2005-08-20 |
kaf24 |
6307:68e13a9a9b1c |
We need to detect ioemu handled devices earlier and ignore them. |
2005-08-20 |
kaf24 |
6306:0cf2430f520f |
Mini-os updated to use the new time interface. |
2005-08-19 |
iap10 |
6305:46e43646cd16 |
Hopefully fix build with SLES9 compiler. |
2005-08-19 |
sd386 |
6304:eb9df2c3a478 |
Local merge of two headed repo. |
2005-08-19 |
sd386 |
6303:42f0160093ff |
Fix broken 'xm sedf', fixed by Ross Mcilroy |
2005-08-19 |
kaf24 |
6302:5e8123554d15 |
merge. |
2005-08-19 |
kaf24 |
6301:fd28bf8825a8 |
Fix x86/64 build by defining correct vcpu_pickle(). |
2005-08-19 |
cl349 |
6300:1872e09bfba3 |
merge? |
2005-08-19 |
cl349 |
6299:631cc5dc3e8a |
merge? |
2005-08-19 |
cl349 |
6298:e8c2c3123ec6 |
Improve error paths and cleanup code. |
2005-08-19 |
kaf24 |
6297:d0f23c103453 |
Six the SWIOTLB. The bus range does need to be contiguous after |
2005-08-19 |
kaf24 |
6296:0608852073c8 |
Get rid of memory_t. Almost all uses should be unsigned long. |
2005-08-19 |
kaf24 |
6295:74044b8186a9 |
Simplify pagetable initialisation. Since swapper_pg_dir now |
2005-08-19 |
kaf24 |
6294:1a0723cd37f1 |
Fix many uses of machine addresses in XenLinux. Primarily |
2005-08-19 |
sos22 |
6293:47d49e8b8042 |
Merge. |
2005-08-19 |
sos22 |
6292:fd59d2620ac1 |
This time, it's fixed. |
2005-08-19 |
cl349 |
6291:87dec3b9c546 |
merge? |
2005-08-19 |
cl349 |
6290:6c8c3df37bfe |
Correctly unmap ring page if using grant tables. |
2005-08-19 |
sos22 |
6289:3c1cd2486b7f |
Unbreak the build in the non-CONFIG_SMP and x86_64 cases. |
2005-08-19 |
sos22 |
6288:56e5cf83e3af |
Get rid of some annoying debug messages. |
2005-08-19 |
sos22 |
6287:66348ff38ec1 |
Merge. |
2005-08-19 |
sos22 |
6286:509316987d65 |
Merge. |
2005-08-19 |
sos22 |
6285:3d45fb64b064 |
Tidy up a bit. |
2005-08-18 |
sos22 |
6284:5a7efe0cf5fb |
A really nasty workaround for a race. |
2005-08-18 |
sos22 |
6283:7f9b024a509e |
Actually make suspending SMP domUs work: the previous commit didn't |
2005-08-17 |
sos22 |
6282:6e6cedc1763d |
Make xm save/restore work for SMP guest domains. |
2005-08-19 |
cl349 |
6281:188c782fa9bb |
Fix suspend/resume for domains with devices which are in xenstore but have no xenbus aware driver. |
2005-08-19 |
cl349 |
6280:bf1746842c46 |
merge? |
2005-08-19 |
cl349 |
6279:a86fb4df3bdd |
Add very rough xend support for xenbus block device setup. |
2005-08-19 |
cl349 |
6278:73b23942d6f5 |
Fix driver to work with updated probe driver. |
2005-08-19 |
cl349 |
6277:b399599f2ff8 |
Switch block device setup/teardown over to xenbus/xenstore. |
2005-08-19 |
cl349 |
6276:2d7a9bae9814 |
use "vbd" as driver name for blkfront devices, not "blkfront". |
2005-08-19 |
cl349 |
6275:f22bbccf64ff |
Add support for multiple devices when using grant tables. |
2005-08-19 |
cl349 |
6274:7570087c2552 |
Switch block device setup/teardown over to xenbus/xenstore. |
2005-08-19 |
kaf24 |
6273:7b6f55756f9c |
The entire swiotlb aperture does not need to be contiguous. |
2005-08-19 |
kaf24 |
6272:2de42ce9ffff |
By default, pre-reserve some memory in Xen that is not allocated |
2005-08-19 |
kaf24 |
6271:eb7486b93df5 |
Default unit for all Xen memory parameters is kilobytes. |
2005-08-19 |
kaf24 |
6270:071412a64fb9 |
The patch allows x86_64 SMP Xen/XenLinux (dom0) to run on relatively big |
2005-08-19 |
kaf24 |
6269:513acbeac420 |
This patch: |
2005-08-19 |
kaf24 |
6268:1895942150a5 |
This patch provides a workaround for bugzilla #90 which shows up far too |
2005-08-19 |
smh22 |
6267:e355ae38c83b |
Proleptic xend bug fix for multi-sxp messages; stricly more robust than before. |
2005-08-18 |
cl349 |
6266:dfbeb7da829f |
Remove support for xenbus driver subtypes since with the subtype field there's no fallback. |
2005-08-18 |
cl349 |
6265:5a97aa8698d9 |
Add support to xenbus_gather to scan for strings and return them in allocated memory. |
2005-08-18 |
cl349 |
6264:a028975ecc05 |
Get rid of xenbus_uuid_to_domid - get the frontend id from the node. |
2005-08-18 |
cl349 |
6263:b0893b876c8c |
Let dev_changed detect devices when a watch fires with a longer node name. |
2005-08-18 |
cl349 |
6262:b2f2c08e1222 |
Free memory returned from xenbus_directory call. |
2005-08-18 |
cl349 |
6261:8d69cb2d4a88 |
Don't free subtype field unconditionally. |
2005-08-18 |
cl349 |
6260:2f09b40595ea |
Get device when we find it - fixes refcount leak and is correct. |
2005-08-18 |
cl349 |
6259:dda0459e335c |
Create devices for the xenbus-bus's. |
2005-08-18 |
cl349 |
6258:a1a998b059b1 |
Rename bus names from xenbus* to xen*. |
2005-08-18 |
cl349 |
6257:6d8c80499148 |
Make probe less chatty. |
2005-08-18 |
cl349 |
6256:11f556cac45b |
merge? |
2005-08-18 |
cl349 |
6255:9471090bb8ec |
Update probe code for backend layout. |
2005-08-18 |
kaf24 |
6254:978ce7f6a3eb |
Make sure to cmpxchg entire pte on emulated ptwr path. |
2005-08-18 |
kaf24 |
6253:0cd6a23b8d6e |
Fix emulated writable pagetable updates where access is |
2005-08-18 |
kaf24 |
6252:67a13c0ac87d |
Fix direct_remap_area_pages() to handle pagetables |
2005-08-18 |
kaf24 |
6251:082a537ff4de |
Fix __get_user() and friends to work correctly for |
2005-08-18 |
kaf24 |
6250:684d81933442 |
Clean up bootmem initialisation for x86/64. Question still |
2005-08-18 |
kaf24 |
6249:e83fc5afec3c |
Fix Xen patches to Linux so that they use pfn_pte() and |
2005-08-18 |
kaf24 |
6248:ff31cdc8741f |
Tiny formatting tweak in addition to previous changeset. |
2005-08-18 |
kaf24 |
6247:ced400d25886 |
Clean up formatting of Xen crash messages. |
2005-08-18 |
iap10 |
6246:54f652eee324 |
Add SK98LIN driver to default -xen0 Linux configs. |
2005-08-18 |
iap10 |
6245:d0a8939ac826 |
Make antispoof default to 'no' in network-script as the default in xend is 'no'. Having them different only causes confusion. |
2005-08-18 |
vh249 |
6244:cb5648ba5821 |
fail nicely when passing unknown option to xm list |
2005-08-18 |
kaf24 |
6243:1a94949348ff |
Fix range_straddles_boundary() check to exclude regions that |
2005-08-18 |
jrb44 |
6242:aa8abf007260 |
Enable IP_PNP support in 64bit domU (needed for xm ip= etc.) |
2005-08-18 |
kaf24 |
6241:2bab84a5d122 |
Fix the SWIOTLB to correctly match on bus addresses. |
2005-08-18 |
vh249 |
6240:a06430752462 |
fail domU creation if memory need couldn't be succeed after ballooning out dom0 |
2005-08-17 |
iap10 |
6239:02789fed726a |
Enable MATCH_PHYSDEV netfilter support as a module. |
2005-08-17 |
iap10 |
6238:80b0fbf1c4a1 |
Fix e820 array stack overflow |
2005-08-17 |
kaf24 |
6237:fbdbe4fc218d |
We found machines with >32 E820 memory map entries, where Xen fails to |
2005-08-17 |
kaf24 |
6236:c63e764da785 |
Fix vmalloc_fault() path for x86/64 XenLinux. |
2005-08-17 |
kaf24 |
6235:7bd1a40ae2bd |
Fix the skbuff allocator for multi-page buffers. |
2005-08-17 |
kaf24 |
6234:d4f6247b2a1b |
Formatting cleanup. |
2005-08-17 |
vh249 |
6233:7be2d754647d |
have a useful line reporting when IOMMU_BUG_ON trigger |
2005-08-17 |
vh249 |
6232:5b5d1a4a754a |
fix missing swiotlb.c file in linux build after running cleanup. |
2005-08-17 |
kaf24 |
6231:69f00d6ab5dc |
Fix module build by removing duplicate EXPORT_SYMBOL of |
2005-08-17 |
kaf24 |
6230:c983f822a39b |
Allocate_empty_lowmem_regions available to non-priv domains |
2005-08-17 |
iap10 |
6229:18f04796ea89 |
merge |
2005-08-17 |
iap10 |
6228:451669097ffd |
Another tweak to the network-bridge script. |
2005-08-17 |
cl349 |
6227:6b6588e66b96 |
merge? |
2005-08-17 |
cl349 |
6226:80291913492d |
Restore domains with a different uuid than they had. |
2005-08-17 |
kaf24 |
6225:b9b28912fc7a |
Python build fix. |
2005-08-17 |
cl349 |
6224:8203b7d536d3 |
Recreate watches on domain restore. |
2005-08-17 |
cl349 |
6223:27a4a073fc75 |
Clear "/control/shutdown" node on domain restore. |
2005-08-17 |
kaf24 |
6222:698a7dc797e4 |
xenbus build and license fixes. |