age |
author |
revision |
description |
2005-11-14 |
emellor |
7789:edc33eea8630 |
Added line of debugging to try and catch hotplug script race. |
2005-11-14 |
emellor |
7788:504111fd562a |
Allocate MAC addresses using Xensource Inc's new OUI. |
2005-11-14 |
kaf24 |
7787:3842ebd7d480 |
Declare local variables at the start of a block, not in the middle |
2005-11-14 |
kaf24 |
7786:20bd6f55b813 |
Clean up xenstore/console shared page initialisation, which is |
2005-11-14 |
kaf24 |
7785:8ee7df2c18d1 |
Revert accidentally applied changes from changeset |
2005-11-14 |
kaf24 |
7784:b631c9328e49 |
Trivial Makefile cleanup for ioemu. |
2005-11-14 |
kaf24 |
7783:5aad7e145e50 |
If /sbin/ isn't in the path, udev rules will erroneously not get |
2005-11-12 |
emellor |
7782:bffbe58801d0 |
The various changes to move to using info instead of passing the config |
2005-11-12 |
emellor |
7781:4f247dc79d0a |
Further changes to xm.1 man page. |
2005-11-12 |
emellor |
7780:5ee1f7f3fc9b |
From Charles Coffing <ccoffing@novell.com>: |
2005-11-12 |
emellor |
7779:55af8b55abd8 |
The following patch is work in progress to add more meat to the xm.1 man |
2005-11-12 |
dan |
7778:a06405d12a10 |
This test was failing for he wrong reason. Calls to block-attach after the |
2005-11-12 |
emellor |
7777:fa237e03d3e7 |
Disable use of mmap. This allows Xenstored to run with an NFS-mounted |
2005-11-11 |
emellor |
7776:776ef2fb6fd8 |
Merged. |
2005-11-11 |
emellor |
7775:bf7c16e761fc |
New Xenbus driver structure, bringing an explicit state machine to the table. |
2005-11-11 |
emellor |
7774:e2e7f47e6f79 |
Rename the commands inside the hotplug scripts to match those used by hotplug |
2005-11-11 |
emellor |
7773:9523e6d10511 |
New location for code common to both netfront and netback, with the MAC parsing |
2005-11-11 |
smh22 |
7772:995e94c4802e |
Attached patch allows PAE xenlinux to run in the shadow mode using |
2005-11-11 |
smh22 |
7771:e023e37b3c7a |
Fix make_page_readonly/make_page_writeable on PAE guests - previous behaviour |
2005-11-11 |
emellor |
7770:980967b0b161 |
Don't call iptables if it is not installed. This code is only there to ensure |
2005-11-11 |
emellor |
7769:1444adb1c407 |
Fix function call syntax in vif-route and vif-nat. |
2005-11-11 |
emellor |
7768:e002282b79c8 |
Merged. |
2005-11-11 |
emellor |
7767:c927e3761a96 |
Chmod a+x. |
2005-11-11 |
kaf24 |
7766:cc5450d52e49 |
Missed two files from NULL-pointer-check changeset. |
2005-11-11 |
kaf24 |
7765:fcb7e5616102 |
Remove unnecessary NULL checks before freeing memory blocks. |
2005-11-11 |
kaf24 |
7764:41c8a2ea07c0 |
Fix application of OS patches to deal better with failure. |
2005-11-11 |
kaf24 |
7763:cc1c250e672d |
Max xen skbuff allocation is now 64KB. kmem caches only |
2005-11-11 |
kaf24 |
7762:b5c95258fe59 |
Merge with xen-unstable-ia64.hg |
2005-11-10 |
djm |
7761:2f98977d9f85 |
Enable gcc3.4 with CONFIG_SMP (by Alex Williamson) |
2005-11-10 |
djm |
7760:0ec32c6f0963 |
Blkfront no longer built by default, need CONFIG_XEN_BLKDEV_FRONTEND |
2005-11-10 |
djm |
7759:fae79fdcd49b |
Merge |
2005-11-10 |
djm |
7758:9be9bc0b0f11 |
Fix typo |
2005-11-10 |
djm |
7757:4aeb53ba2890 |
Merge latest xen-unstable into xen-ia64-unstable |
2005-11-10 |
djm |
7756:b12a48d9e841 |
Reflect various missing traps/faults (flagged with printf for now). |
2005-11-10 |
djm |
7755:214bd6a0ed27 |
Adapt to new evtchn interfaces. |
2005-11-10 |
djm |
7754:5b2d9807725d |
Back out partial fix in ia64-unstable 7665/7/8, breaks Debian boot |
2005-11-09 |
djm |
7753:be53bbe62f2e |
Don't panic for other region physaddr handling in vcpu_translate |
2005-11-09 |
djm |
7752:7fd6dff1631d |
Don't panic for (rare) dom0 physaddr with uncacheable attribute |
2005-11-09 |
djm |
7751:8ddc812626b2 |
Fix ia64 tools build (new parameter in xc_vmx_build) |
2005-11-09 |
djm |
7750:d3594980a8f1 |
Enable region0 virtual addresss in vcpu_translate (but still broken elsewhere) |
2005-11-08 |
djm |
7749:7d81d6b8c302 |
Fix domU (by Kevin Tian) |
2005-11-11 |
kaf24 |
7748:0b4596caf761 |
nloopbacks default is now 8. So vifnum of greater than 7 requires |
2005-11-11 |
kaf24 |
7747:eaee11008e68 |
Add MOVSX instr support to VMX MMIO decoder. |
2005-11-11 |
kaf24 |
7746:778394bb27f3 |
Remove unnecessary ifdef in defn of xprintk. Install |
2005-11-10 |
kaf24 |
7745:b9e8654c3f10 |
Fix Linux fault.c indentation. |
2005-11-10 |
smh22 |
7744:5aa93e3c2a22 |
Fix page-table dump on PAE with >4GB MFNs. |
2005-11-10 |
kaf24 |
7743:476d02c1346c |
Merge with http://xenbits.xensource.com/ext/xen-unstable-docs.hg |
2005-11-10 |
Robb Romans |
7742:f1c07363956b |
Add "Securing Xen" adapted from Anthony Liguori's Wiki entry. |
2005-11-10 |
Robb Romans |
7741:79e8991af6b4 |
A few doc cleanups. Replace bitkeeper with mercurial. |
2005-11-10 |
Xiaofeng Ling |
7740:6a593de2f8ba |
This patch use same expression as vif for vmx guest but has a distinguish "type=ioemu" |
2005-11-10 |
emellor |
7739:10e6946477b8 |
Removed autogenerated file. |
2005-11-10 |
emellor |
7738:975aa9e4def3 |
Fix the log reopening by moving the code with all the races out of the signal |
2005-11-10 |
kaf24 |
7737:4982559d8fde |
Indirect writes to phys_to_machine_mapping array through an inline |
2005-11-10 |
kaf24 |
7736:d916497135ac |
When creating exception/interrupt stack frames for a guest, |
2005-11-10 |
kaf24 |
7735:c405c0d1b49b |
This patch fix some issue on masked interrupt: |
2005-11-10 |
kaf24 |
7734:bee09e2200ab |
Fix IPI handling before vcpu launched |
2005-11-10 |
kaf24 |
7733:de41f5e24cf1 |
For vmx domain, because shadow_mode_reference is set later in |
2005-11-10 |
kaf24 |
7732:e436e4e93076 |
Add some minor defensive coding/error handling in xc_vmx_build.c like |
2005-11-10 |
kaf24 |
7731:bdb8c00ddb85 |
merge |
2005-11-10 |
kaf24 |
7730:74737286e9f5 |
Enable xm console for vmx guest. |
2005-11-10 |
kaf24 |
7729:d5775d0bcf1e |
Fix some more bugs in pygrub including: |
2005-11-10 |
emellor |
7728:a8b759a40372 |
Merged. |
2005-11-10 |
emellor |
7727:139aabe357a4 |
Various chmod a+x. |
2005-11-10 |
danms |
7726:578736096552 |
Modularize runtest.sh and add a quick option. |
2005-11-10 |
danms |
7725:0c3335a98f0b |
Make the 04_restore test verify that two block devices and two nics are |
2005-11-10 |
danms |
7724:7562dc888468 |
Remove this accidental commit |
2005-11-10 |
dan |
7723:fb4f48f0116e |
Tweak the usage of mke2fs to be quiet, so that the XML reports |
2005-11-10 |
danms |
7722:2bcfd776cb7f |
Add this file that wasn't in the tarball for the initial import |
2005-11-10 |
danms |
7721:3920df5da25e |
Remove semicolons from Console.py. It's a habit. |
2005-11-10 |
kaf24 |
7720:06d08564b982 |
Attached patch fixes a thinko in pygrub's setup.py |
2005-11-10 |
kaf24 |
7719:b8eaf192bad7 |
Enable export of set_nmi_callback in suitably priv 64-bit doms. |
2005-11-10 |
kaf24 |
7718:08f0066158c3 |
Updates comments in network-bridge, removes dead code, minor typo fixes. |
2005-11-10 |
emellor |
7717:8a5dca8c1e8f |
Merged. |
2005-11-09 |
emellor |
7716:ad6a208992cc |
Added missing __init__.py. |
2005-11-09 |
smh22 |
7715:8f83f7ccf185 |
Fix shadow bitmap sizing for logdirty mode. |
2005-11-09 |
kaf24 |
7714:5823dbfbb4cd |
Move linear faulting address (%cr2) out of the page fault |
2005-11-09 |
emellor |
7713:136b2d20dc81 |
Cope with the ValueError exception that we get if you use Xend with the recent |
2005-11-09 |
kaf24 |
7712:b2ea26d2099a |
Support recent change moving virtual IOAPIC model into Xen for |
2005-11-09 |
kaf24 |
7711:34a0dcb1700c |
Attached patch allows building of netfront and blkfront as modules |
2005-11-09 |
kaf24 |
7710:83ec10103067 |
gnttab_request_free_callback needs to be exported for building modular |
2005-11-09 |
kaf24 |
7709:6b62605e77b5 |
Remove use of get_gendisk in blkfront gen_gendisk is no long exported |
2005-11-09 |
kaf24 |
7708:356c175366a1 |
Allow xen_create_contiguous_region() to fail gracefully if it |
2005-11-09 |
smh22 |
7707:5066d2aa2fb0 |
More fixes for save/restore; use configured memory for generating sxp. |
2005-11-09 |
emellor |
7706:1e6147db55cf |
This patch prevents the xm-test console library from duplicating the |
2005-11-09 |
emellor |
7705:b0b854126410 |
This patch adds a new test that attempts to save and restore a domain |
2005-11-09 |
emellor |
7704:003339f0fcb2 |
Chmod a+x. |
2005-11-09 |
smh22 |
7703:539b2757642e |
Fix 64-bit build. |
2005-11-08 |
smh22 |
7702:b3c2bc39d815 |
Enable save/restore for PAE domains. |
2005-11-08 |
smh22 |
7701:abbe3df33774 |
Use '-' instead of '_' in xen version strings. |
2005-11-08 |
kaf24 |
7700:98bcd8fbd5e3 |
Fix alloc_skb() to ensure data is always physically contiguous. |
2005-11-08 |
kaf24 |
7699:0915074c356e |
Rationalise the kernel event-channel binding interfaces. The |
2005-11-08 |
emellor |
7698:37ad91483bd3 |
Increase the static constant default number of loopback interfaces, nloopbacks, |
2005-11-08 |
emellor |
7697:7cbcdccd659d |
Merged. |
2005-11-08 |
emellor |
7696:e2bb85722b91 |
Fix two leaks in the pyxc interface. The dictionaries are being added |
2005-11-08 |
Michael Fetterman |
7695:6e2225934d84 |
merge |
2005-11-08 |
Michael Fetterman |
7694:f544934dd0b6 |
merge |
2005-11-08 |
Michael Fetterman |
7693:c665ab5a6b44 |
Cleanup various shadow mode asserts. |
2005-11-08 |
mafetter |
7692:6d298cac0e8d |
Bug fix in error handling in get_page_from_l4e() |
2005-11-08 |
mafetter |
7691:0f62ea79cd8d |
Fixed domain refcounting bug (found by inspection) |
2005-11-08 |
mafetter |
7690:d25bdfb2576e |
Fixed a bug in the audit code. |
2005-11-08 |
unknown |
7689:dd0e2e9fa4e6 |
Fixed domain refcounting bug (found by inspection) |
2005-11-08 |
mafetter |
7688:c4fc28fb580a |
Fix vncviewer spawning so it actually works. |
2005-11-08 |
mafetter |
7687:913ad6d48cbc |
Added some minor defensive coding/error handling in xc_linux_build.c |
2005-11-07 |
unknown |
7686:889814fb94c5 |
Minor Makefile cleanup in tools/libxc/Makefile |
2005-11-07 |
unknown |
7685:06abebc3a56d |
Make xen0's default config match itself after a "make oldconfig" |
2005-11-07 |
unknown |
7684:188fc4838586 |
Minor updates to .hgignore |
2005-11-08 |
emellor |
7683:a5195bf5671d |
Merged. |
2005-11-08 |
emellor |
7682:8e1703090053 |
Added file missed on commit of earlier patch by Dan Smith. |
2005-11-08 |
emellor |
7681:53f52fc28f8b |
This patch removes all of the auto-generated files that were checked |
2005-11-08 |
emellor |
7680:c969320ee59f |
This patch increments the version number of xm-test so that we can |
2005-11-08 |
emellor |
7679:dfbdf1d264ef |
This patch adds a URL to the reporting site, as well as a note about |
2005-11-08 |
emellor |
7678:f79854882e1f |
1. Set the UID and EUID of the process when trying to switch to a |
2005-11-08 |
emellor |
7677:40f3ce3516cb |
1. Unmark the 07 and 08 tests of block_attach as XFAIL |
2005-11-08 |
emellor |
7676:464e03b08f65 |
Remove unused parameter. |
2005-11-08 |
kaf24 |
7675:1470a9d40072 |
Remove unused and unnecessary gnttab ioctl. |
2005-11-08 |
kaf24 |
7674:33b2e15c2ade |
Update tools/examples docs. |
2005-11-08 |
kaf24 |
7673:8914eb171c66 |
After move randomMac to netif in 7637, we need to this for vmx guest. |
2005-11-08 |
kaf24 |
7672:a7a35d0a4a7c |
Remove the execute bit from shell snipplets (the -common files not |
2005-11-08 |
kaf24 |
7671:becf19225569 |
Fix the clean target of the tools/xenstore Makefile to |
2005-11-08 |
kaf24 |
7670:0aeb37de0e4a |
merge |