log
graph
tags
branches
changeset
browse
debuggers.hg
log
find changesets by author, revision, files, or words in the commit message
less
more
| rev 6688:
(0)
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
+10000
tip
age
author
revision
description
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.
less
more
| rev 6688:
(0)
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
+10000
tip