age |
author |
revision |
description |
2005-09-09 |
kaf24 |
6734:df1348e72390 |
Xenbus implementation ported from Linux to Mini-os, simple thread support introduced |
2005-09-09 |
kaf24 |
6733:6563a12e0ad7 |
Fix blkfront request completion. |
2005-09-09 |
kaf24 |
6732:67d7e01c8277 |
It was suggested on the xen-users list that it would be useful if the |
2005-09-08 |
iap10 |
6731:4cdf880c9463 |
Bug fix on x86_64 increase_reservation |
2005-09-08 |
iap10 |
6730:74371b962355 |
Test CD needs devfs |
2005-09-08 |
kaf24 |
6729:c7999d49ecf7 |
No need to qsort the pfn array in domu builder. |
2005-09-08 |
iap10 |
6728:aa0990ef260f |
merge |
2005-09-08 |
iap10 |
6727:3bde4219c681 |
manual merge |
2005-09-08 |
iap10 |
6726:5db85ba1c4e0 |
Improved "PGDs must be under 4GB" handling for PAE. |
2005-09-08 |
iap10 |
6725:1f4863861d18 |
Fixes to sub 4GB allocator |
2005-09-08 |
kaf24 |
6724:a27e28d38d52 |
Build fix. |
2005-09-08 |
kaf24 |
6723:5321e0858b0d |
grant_table.c reindent. |
2005-09-08 |
kaf24 |
6722:e3fd0fa58364 |
Rename get_order() to get_order_from_bytes() and add |
2005-09-08 |
kaf24 |
6721:c2705e74efba |
Cleanups, and fix allocating DMA memory via |
2005-09-08 |
iap10 |
6720:12ff9c954ace |
Give each domain some memory below 4GB. This solves the "PGD's must be below 4GB" for the initial page tables. I'm not sure we'll stick with this approach, but this is good enough for the time being. |
2005-09-08 |
iap10 |
6719:006efe128837 |
Yet more PAE fixes, this time in the paravirt drivers. |
2005-09-07 |
iap10 |
6718:f0d728001aaa |
More tools PAE fixes to avoid loosing high-order pte bits. |
2005-09-07 |
iap10 |
6717:a9a78ca76cd2 |
Replace direct_remap_area_pages with direct_remap_pfn_range to help fix PAE domain building. |
2005-09-07 |
cl349 |
6716:10a3d4fbd9b4 |
Fix typo. |
2005-09-07 |
cl349 |
6715:7bc32f4c67fb |
merge? |
2005-09-07 |
cl349 |
6714:a39b1fa10edc |
Move console tty/limit information into console directory in domain dir. |
2005-09-07 |
cl349 |
6713:64ca0d3ea97f |
Disable device info getting written to store when xend restarts. |
2005-09-07 |
cl349 |
6712:0c9c044fd00c |
Disable sync dbmap saves -- they remove nodes added by other tools. |
2005-09-07 |
cl349 |
6711:c2f3f18c0d95 |
Don't leak memory when realloc fails. |
2005-09-07 |
shand |
6710:b7c7cb88f0ba |
Create /dev/xen/evtchn if it doesn't exist. |
2005-09-07 |
cl349 |
6709:7d0fb56b4a91 |
merge? |
2005-09-07 |
cl349 |
6708:38c5199155fc |
g/c unused xcs. |
2005-09-07 |
cl349 |
6707:4e4aac33809f |
g/c unused xu extension. |
2005-09-07 |
cl349 |
6706:0e2b1e04d4cb |
g/c unused control message code. |
2005-09-07 |
cl349 |
6705:549f4256ab3c |
Remove control interface in kernels and domain builder. |
2005-09-07 |
iap10 |
6704:cbf43be4cc17 |
merge |
2005-09-07 |
iap10 |
6703:216a8a934246 |
Trivial fix for a nasty PAE bug. |
2005-09-07 |
cl349 |
6702:32cc65db459a |
Fix vif scripts for domains with more than one ip. |
2005-09-07 |
cl349 |
6701:422fee1de8e7 |
Remove debug printk. |
2005-09-07 |
cl349 |
6700:4309a1fd8447 |
Always bind dom0 virqs to vcpu 0. |
2005-09-07 |
cl349 |
6699:acde14d25398 |
Make xenstored bind to domain exception virq directly, instead of via xcs. |
2005-09-07 |
cl349 |
6698:652bd7876153 |
Remove python virq code. |
2005-09-07 |
cl349 |
6697:c9e1ddf85324 |
Trigger domain cleanup on @releaseDomain watch-event instead of domain exc. virq. |
2005-09-07 |
cl349 |
6696:639a36483fee |
Fix and cleanup error handling. |
2005-09-07 |
cl349 |
6695:e991ec23c318 |
Add copyright notice and g/c some unused code. |
2005-09-07 |
cl349 |
6694:a75b08af8d19 |
merge? |
2005-09-07 |
cl349 |
6693:63e226a5e272 |
Add python bindings for watches. |
2005-09-07 |
kaf24 |
6692:c9fd91d7540d |
Be more sensitive to losing sync with platform timer. |
2005-09-07 |
kaf24 |
6691:7a36f58f64ee |
merge? |
2005-09-07 |
kaf24 |
6690:77d8b5e40da7 |
Small plan9 loader patch from Tim Newsham. |
2005-09-07 |
iap10 |
6689:fb90dd31c6d7 |
Extend save/restore interface to cope with domains >4GB by adding a level of indirection. |
2005-09-07 |
cl349 |
6688:99f12399b25a |
Fix dependencies. |
2005-09-06 |
cl349 |
6687:8db9c5873b9b |
merge? |
2005-09-06 |
cl349 |
6686:83bcc68aaf32 |
Use @releaseDomain watch-events. |
2005-09-06 |
cl349 |
6685:0922c82a4bf3 |
Exit if xen_setup fails. |
2005-09-06 |
cl349 |
6684:513ba63787fe |
Add @releaseDomain watch-event. |
2005-09-06 |
cl349 |
6683:7c269dd2cf1f |
Destroy domain before cleaning it up. |
2005-09-06 |
kaf24 |
6682:28a10ec0fd6b |
Tiny printk info cleanup. |
2005-09-06 |
kaf24 |
6681:d647c3d381d2 |
The attached patch fixes two problems I ran into with the swiotlb code |
2005-09-06 |
kaf24 |
6680:d0a4f770a5f4 |
phys_to_mach and mach_to_phys tables contain long entries, not |
2005-09-06 |
cl349 |
6679:534671924039 |
Add xcs to include path for xcs_proto.h. |
2005-09-06 |
cl349 |
6678:6d7b05e1c1e5 |
Disable xcs stop from xend script since it kills xenstored now. |
2005-09-06 |
cl349 |
6677:d4d69c509371 |
merge? |
2005-09-06 |
cl349 |
6676:d6d77aa96aa1 |
Make xenstored listen to domain exception virqs. |
2005-09-06 |
cl349 |
6675:275e28658c66 |
Update consoled to use xs_get_domain_path and cleanup domain tracking code. |
2005-09-06 |
kaf24 |
6674:8f21344e7817 |
Avoid warn_unused error on read() return value. |
2005-09-06 |
kaf24 |
6673:158d23cbd2e6 |
Enable xenstored optimisations. |
2005-09-06 |
kaf24 |
6672:ef1cd7729676 |
Reducing LOC (always a good thing) by eliminating duplicated functionality. |
2005-09-06 |
kaf24 |
6671:60bf463f79a8 |
Fix vmalloc fault path in arch/xen/i386 to correctly deal |
2005-09-05 |
kaf24 |
6670:aeaa3c83f6e5 |
Fix 64-bit build. |
2005-09-05 |
kaf24 |
6669:d105692072a4 |
Fix PCI iomem resource fixup. |
2005-09-05 |
cl349 |
6668:22599cd6aae0 |
Add @introduceDomain event-watch and replace consoled watch on /console. |
2005-09-05 |
cl349 |
6667:7f941f9c237b |
Fix command line argument parsing. |
2005-09-05 |
cl349 |
6666:bdae19282fb8 |
Add -Werror to xenstore build and fix failure. |
2005-09-05 |
kaf24 |
6665:d5bd2c583cb0 |
Fix the balloon driver to do work in smaller batches, and |
2005-09-05 |
cl349 |
6664:0856c511a83e |
Add missing libxenstore.so dependency for xenstore client programs. |
2005-09-05 |
cl349 |
6663:2a1b32bb4df4 |
Rename XS_GET_DOMAIN_PATH to XS_GET_DOMAIN_PATH and add libxenstore binding. |
2005-09-05 |
cl349 |
6662:3ba3e5fc2530 |
Fix typo. |
2005-09-05 |
cl349 |
6661:ff14bb5600c9 |
On suspend, canonicalize store and console mfns in the guest. |
2005-09-05 |
cl349 |
6660:1f460d0fd6c6 |
merge? |
2005-09-05 |
cl349 |
6659:89e8a2144c1d |
Get rid of suspend record, start info holds all the info now. |
2005-09-05 |
cl349 |
6658:5d8b2c258b26 |
Pass live flag as number, not "True"/"False". |
2005-09-05 |
cl349 |
6657:cd5d566e1d54 |
Only remove domain from store once it's suspended. |
2005-09-05 |
cl349 |
6656:79658ef58925 |
Keep start_info in page provided by domain builder instead of making a copy. |
2005-09-05 |
iap10 |
6655:bd9af523a598 |
CRAMFS needs to be compiled in to xen_defconfig_x86_64 not a module. |
2005-09-05 |
cl349 |
6654:85aca042b802 |
Free grant reference when block device shuts down. |
2005-09-05 |
cl349 |
6653:4594827336ad |
merge? |
2005-09-05 |
cl349 |
6652:dd7aac3720b1 |
Suspend console after xenbus, resume console before xenbus. |
2005-09-04 |
shand |
6651:cd6f1a4e9a39 |
Fix build. |
2005-09-04 |
cl349 |
6650:d0a5b1857c35 |
Fix build. |
2005-09-04 |
akw27 |
6649:f59e0163540e |
Updates to blktap driver and user code. |
2005-09-04 |
cl349 |
6648:523078a33287 |
Fix build dependency issue. |
2005-09-03 |
cl349 |
6647:b6c98fe62e1a |
merge? |
2005-09-03 |
cl349 |
6646:2e2611af05c6 |
Update suspend/resume for new console code. |
2005-09-03 |
iap10 |
6645:563732d616e4 |
merge fixup |
2005-09-03 |
cl349 |
6644:29808fef9148 |
merge? |
2005-09-03 |
iap10 |
6643:dbded18962a4 |
merge |
2005-09-03 |
iap10 |
6642:62af59588060 |
Fix to allow -xen and -xen0 kernels to be used as unprivilged guests. |
2005-09-03 |
cl349 |
6641:f27205ea60ef |
merge? |
2005-09-03 |
cl349 |
6640:5aae0c8158b9 |
Restore printk to output evtchn binding error. |
2005-09-03 |
cl349 |
6639:8a228cbb69fe |
Add support in libxenstore for using the xenbus_dev store connection. |
2005-09-03 |
cl349 |
6638:87ea297c1d3a |
Add driver to use the kernel's xenbus connection from user-space. |
2005-09-03 |
cl349 |
6637:c7e4e2fc4f4a |
Free struct file file_private on release. |
2005-09-03 |
iap10 |
6636:ce018d2730c0 |
Fix debug build that was broken by recent shadow pagetable checkin. |
2005-09-02 |
shand |
6635:a1de77c1486c |
Enable 'live' migration from a tools pov; prior to this the 'live' flag was |
2005-09-02 |
kaf24 |
6634:0c0d929e787c |
Attached are the patches for new ioemu communication mechanism. The new |
2005-09-02 |
kaf24 |
6633:0746ef61733b |
Now that unaligned page overlapping PIO works for Xen, it is time to |
2005-09-02 |
kaf24 |
6632:20140d3fbf83 |
Attached are the patches for new ioemu communication mechanism. The new |
2005-09-02 |
kaf24 |
6631:ed474440decd |
Various minor vmxassist cleanups. |
2005-09-02 |
kaf24 |
6630:7557c46a9edf |
We need to be more precise and restore the %eip. |
2005-09-02 |
kaf24 |
6629:151da8f5d5f2 |
Handle page overlapping copies. |
2005-09-02 |
kaf24 |
6628:b715a9f4dba0 |
Qemu-dm dumps core with the pcnet device. This patches fixes it. |
2005-09-02 |
kaf24 |
6627:ec11c5cca195 |
Fix preemption-check race in memory_op hypercall. |
2005-09-02 |
kaf24 |
6626:7c2afbad0188 |
Fix writing to mmap'ed /dev/mem region mapped PROT_WRITE |
2005-09-02 |
cl349 |
6625:cac138ea9284 |
Install hotplug script(s) unconditionally. |
2005-09-02 |
cl349 |
6624:291e816acbf4 |
merge? |
2005-09-02 |
cl349 |
6623:edd1616cf8cb |
Restore configurability of vif bring up script and passing arguments to the script. |
2005-09-02 |
kaf24 |
6622:fc12b08bf4fe |
Mini-os fixes from Simon Kagstrom. |
2005-09-02 |
kaf24 |
6621:4544d105f194 |
Missing shadow files. |
2005-09-02 |
kaf24 |
6620:8b87d43412bf |
This patch is to boot 32-bit VMX guest on the 64-bit host. |
2005-09-02 |
kaf24 |
6619:95cfc001ddd1 |
Clean up tools/check error reporting. Remove logging. |
2005-09-02 |
kaf24 |
6618:02e104bf03c0 |
New scripts I missed from previous security patch. |
2005-09-02 |
kaf24 |
6617:0161d68cff37 |
This patch: |
2005-09-02 |
kaf24 |
6616:c76a8c8b7132 |
Make the check script log to /tmp instead of the working directory. This |
2005-09-02 |
kaf24 |
6615:3125305ac8b1 |
I've found cramfs to be very useful for simplifying Xen testing with QEMU. |