age |
author |
revision |
description |
2006-07-25 |
kfraser |
10723:d71e72d8532c |
Add versioning info to xenstore library. |
2006-07-25 |
kfraser |
10722:7dfc65c38035 |
[NET] gso: Fix reversed error test in netif_tx_trylock |
2006-07-25 |
kfraser |
10721:f021b091c559 |
Fix memory allocation for IA64 guest on Xen-unstable.hg with new Qemu. |
2006-07-25 |
kfraser |
10720:d48322cddd87 |
Split networking GSO patch into base portion plus additions. |
2006-07-25 |
chris |
10719:b8b7c278ca4c |
Make ioemu targets more robust and make ioemu clean always succeed. |
2006-07-25 |
kfraser |
10718:a61fd84125aa |
Fix domid range check in xenmon. |
2006-07-25 |
kfraser |
10717:849b8ce387c3 |
When installing libblktap, symlinks should be made instead of using |
2006-07-25 |
kfraser |
10716:f07effe5097b |
The blktap commit reverted the change so that libxenstore gets |
2006-07-25 |
kfraser |
10715:6b08035e10c5 |
VTPM_TOOLS: Updated vtpm for new release of tpm_emulator 0.4, and set |
2006-07-25 |
kfraser |
10714:7d6f0791c650 |
Fix 'make clean' when ioemu configuration failed. |
2006-07-25 |
sos22 |
10713:cc991d9953d2 |
[MINI-OS] Fix a bug which prevented map_frames being used more than once. |
2006-07-19 |
sos22 |
10712:bbabdebc54ad |
[XEN] Fix a comment in grant_table.h. |
2006-07-14 |
chris |
10711:ecb8ff1fcf1f |
Spawn vncviewer from qemu-dm. |
2006-07-14 |
chris |
10710:ccf11affc545 |
Change the qemu to allow no network arguments, removing the |
2006-07-14 |
chris |
10709:4e2eb1947728 |
Fix some more text inconsistencies and put devices in a more sensible order. |
2006-07-14 |
kaf24 |
10708:34ba512b2d64 |
[HVM] Currently in xentrace, MMIO is handled just like other page faults. The |
2006-07-14 |
kaf24 |
10707:078c08dc4b0a |
[SVM] Add perfcounter svmexits array with correct size creation. |
2006-07-14 |
kaf24 |
10706:dc5f894d6834 |
[SVM] Add pit_time_fired() to svm logic, for the "many lost ticks" c/s 10650 fixes. |
2006-07-14 |
kaf24 |
10705:32dccb981757 |
[HVM] fix system crash when vmx guest startx or restore |
2006-07-14 |
kaf24 |
10704:3fa8b914e2b5 |
[HVM] Create I/O context for MMIO/PIO processing in an |
2006-07-14 |
kaf24 |
10703:fa143f374f3d |
lomount: Major rewrite: handle large files and GPT partition. |
2006-07-14 |
kaf24 |
10702:ef8d08aa2072 |
[XM-TEST] Increase timeout on hotplug-cpus-down test to 30 seconds. |
2006-07-14 |
kaf24 |
10701:f35b9950843c |
[IA64] Re-enable tools/xcutils build on ia64. We now have |
2006-07-14 |
kaf24 |
10700:9b6c901b9de5 |
merge |
2006-07-14 |
kaf24 |
10699:89f7faa0c01a |
Xm-test HVM network testing is broken. The new qemu code doesn't support |
2006-07-14 |
atse |
10698:ccbc5319d030 |
[PYGRUB] Typo fix in pygrub README |
2006-07-14 |
atse |
10697:4d9e5a2616a3 |
[XEND] Minor readability change |
2006-07-14 |
atse |
10696:00822a3a57d9 |
[XEND] Minor syntax change |
2006-07-14 |
kaf24 |
10695:612671bd9a54 |
[TPM] Discard a future response packet after a timeout has occurred instead of |
2006-07-14 |
kaf24 |
10694:7bf0d46e369a |
[IA64] Update the defconfigs for ia64 to disable blktap until we have a |
2006-07-14 |
kaf24 |
10693:43bd4b01df9f |
[IA64] The blktap driver hardcodes PAGE_SIZE. Change it to use getpagesize(), |
2006-07-14 |
kaf24 |
10692:3352b5dc6a7c |
[IA64] Libaio 0.3.104 in xen-unstable doesn't build on ia64. |
2006-07-14 |
kfraser |
10691:c3597f7bd8e2 |
Fix typo in description of XEN_BLKDEV_TAP |
2006-07-14 |
kfraser |
10690:77fe42f6442b |
[IA64] Fix the ia64 build. |
2006-07-14 |
kfraser |
10689:050de6b53961 |
[powerpc] Initial checkin of new powerpc files. |
2006-07-14 |
kaf24 |
10688:69c4f7963a19 |
Remove CONFIG_PLAN9. Unused. |
2006-07-14 |
kaf24 |
10687:80055bb36dc7 |
[powerpc] add PowerPC support to libxc |
2006-07-14 |
kaf24 |
10686:129e981a7700 |
[powerpc] support additional interrupt controller types in xen/arch/x86/irq.c |
2006-07-14 |
kaf24 |
10685:d51a5ca0fa99 |
[powerpc] print page->count_info as unsigned long |
2006-07-14 |
kaf24 |
10684:08906834ca74 |
[powerpc] [xend] PPC doesn't support ballooning yet |
2006-07-14 |
kaf24 |
10683:35a29c8f0bab |
[powerpc] add PowerPC support to Makefiles |
2006-07-14 |
kaf24 |
10682:516ff6908472 |
[powerpc] add arch-powerpc.h to xen.h |
2006-07-14 |
kaf24 |
10681:83f047e6e99c |
[powerpc] add PowerPC files to .hgignore |
2006-07-13 |
jchesterfield |
10680:f692a0a476c5 |
xend save/restore fix, only matches one device type (vbd or tap) on creation of vm. |
2006-07-13 |
shand |
10679:3c841b50afb9 |
Update ignores after blktap checkin (-unstable cset 10677:2937703f0ed0) |
2006-07-13 |
chris |
10678:8eb79da98499 |
[IOEMU] Enable gui_timer unless the display is exported over VNC. |
2006-07-13 |
jchesterfield |
10677:2937703f0ed0 |
Added blktap support. Includes kernel driver (enabled as CONFIG_XEN_BLKDEV_TAP=y) and userspace tools. The userspace deamon (blktapctrl) is enabled by default when xend is activated. For further information on using and configuring blktap see tools/blktap/README. |
2006-07-13 |
kfraser |
10676:af9809f51f81 |
[XEN] Clean up page-fault propagation when acessing guest addresses. |
2006-07-12 |
chris |
10675:a70c4f9657cc |
Update xend to support vnc configuration for qemu 0.8.1 based ioemu. |
2006-07-12 |
chris |
10674:6d8f2d78d7c8 |
Update xend to support network configuration for qemu 0.8.1 based ioemu. |
2006-07-12 |
chris |
10673:b450f21472a0 |
Add qemu 0.8.1 based ioemu. |
2006-07-12 |
chris |
10672:bd68ce5a3f0c |
Remove qemu 0.6.1 based ioemu. |
2006-07-12 |
kfraser |
10671:b20580cf7fc1 |
Revert c/s 10651: "prevent double uuid use". Breaks localhost |
2006-07-12 |
ack |
10670:84ff152efb0a |
Add linux config update script and native linux build. |
2006-07-12 |
ack |
10669:cebedeefbfbd |
Ifdef stuff that is XEN specific in patches |
2006-07-12 |
chris |
10668:3addc7020107 |
Make ioemu dir configurable and change prefix to /usr (works with old and new ioemu). |
2006-07-10 |
chris |
10667:984225e947f1 |
[VMXASSIST] Include all rodata sections into text section. |
2006-07-10 |
kfraser |
10666:16b4abe0f925 |
[HVM][VMX] Clean up some writes to 64-bit VMCS fields in 32-bit Xen. |
2006-07-10 |
kfraser |
10665:bc2f68334e96 |
Check attributes of page table level 3 entries for 4 level HVM guest. |
2006-07-10 |
kfraser |
10664:405c7e86b24a |
Shared libs have traditionally been installed as executables due to |
2006-07-10 |
kfraser |
10663:28b766e3bcca |
Move the content of the script file vtpm-addtodb into the |
2006-07-10 |
kfraser |
10662:3243ab41b09e |
[LINUX] Define dma_get_cache_alignment even on x86/64. |
2006-07-10 |
kfraser |
10661:8922c1fbe684 |
[XM][ACM] Add xm subcommands to work with security resource labels. |
2006-07-10 |
kfraser |
10660:e05d60be5adb |
[XENTRACE] Remember number of lost trace records when |
2006-07-10 |
kfraser |
10659:3cdb93867f81 |
Domain ID/index mapping in xenmon. |
2006-07-10 |
kfraser |
10658:b875c036839f |
[XENOPROF] Some fixes for xenoprof passive domain support. |
2006-07-10 |
kfraser |
10657:3c74df4f33f0 |
[XEND] Currently a domain's maxmem value is being set with the memory value |
2006-07-10 |
kfraser |
10656:5014fd2b5c5a |
[VTPM_Tools] Support for (non-local) Migration added. Local migration |
2006-07-10 |
kfraser |
10655:a4041ac6f152 |
[NET] net-gso.patch: Fix up GSO packets with broken checksums |
2006-07-10 |
kfraser |
10654:09b8041dc2fd |
[XENCONSOLE] reference of tty->count in xencons_close() is racy. |
2006-07-10 |
kfraser |
10653:c45f1f3a926b |
[XEND] Fix a couple of error-message typos. |
2006-07-10 |
kfraser |
10652:9ddc5be227c1 |
[XEND] Improve xm pause/unpause error reporting. |
2006-07-10 |
kfraser |
10651:800261a88275 |
[XEND] Prevent uuid double use. |
2006-07-10 |
kfraser |
10650:a1c2cede77c7 |
[HVM] Fix "Many lost ticks" warning in ia32e guest |
2006-07-10 |
kfraser |
10649:f986ead202dc |
Use $(MAKE) instead of make to run sub-makefiles to correcly support -j flag. |
2006-07-08 |
chris |
10648:30cdeb686b93 |
[BUILD] Fix re-use of existing config files in dist/install/boot. |
2006-07-05 |
kfraser |
10647:8e55c5c11475 |
[XEN] Add CPUID hypervisor-info leaves at index 0x40000000. |
2006-07-05 |
kfraser |
10646:74018b65c369 |
[XEN] getpagframeinfo field name mfn -> gmfn. |
2006-07-05 |
kfraser |
10645:2aa910eb3713 |
[XEN] Hypercall-init dom0_op takes GMFN, not MFN. |
2006-07-05 |
kfraser |
10644:d6363854fb35 |
[HVM][VMX] More descriptive failed vmentry. |
2006-07-05 |
kfraser |
10643:bbea54da02b5 |
[MINIOS] Mapping page frames on demand added to the memory management. |
2006-07-05 |
kfraser |
10642:4db818a7dc3f |
[MINIOS]Mapping page frames on demand added to the memory management. |
2006-07-05 |
kfraser |
10641:462d6e4cb29a |
[XEN] Separate domain creation from vcpu creation. |
2006-07-05 |
kfraser |
10640:222b492cc063 |
[XENMON] This patch removes the magic number "31" for readability. |
2006-07-05 |
kfraser |
10639:5fd332b263d4 |
[HVM] Fix the kernel build failure issue on HVM SMP guests which |
2006-07-05 |
kfraser |
10638:43474e663b3d |
[MINIOS]Events handling cleaned up. The interface extended to provide |
2006-07-05 |
kfraser |
10637:09378a9ca8ad |
[MINIOS] XenBus tests disabled in MiniOS. Xend bug induced |
2006-07-05 |
kfraser |
10636:fed18f971f72 |
[MINIOS] Implement XenBus transactions in MiniOS. |
2006-07-05 |
kfraser |
10635:8e1ae72e905e |
[XENTOP] Fix Field attributes and width. |
2006-07-05 |
kfraser |
10634:82f481bda1c7 |
[HVM][VMX] Move vmcs and I/O bitmap allocation into |
2006-07-05 |
kfraser |
10633:4d2354be4aa6 |
Update xen caps to indicate that HVM IA32 PAE guest on PAE host is available. |
2006-07-05 |
kfraser |
10632:8468860cc8de |
[HVM][VMX] expose PSE feature to HVM guests if PAE is turned on in |
2006-07-03 |
kfraser |
10631:fd6d12935b56 |
[HVM] Disable pmtimer in qemu acpi device model. Needs fixing |
2006-07-03 |
kaf24 |
10630:be3e07723b73 |
[NET]: Rename feature-tso to feature-gso-tcpv4 |
2006-07-03 |
kaf24 |
10629:addde2d2d97a |
[NET] front: Zero negotiated bits in xen_set_features |
2006-07-03 |
kaf24 |
10628:4b9876fe2f1f |
[NET] back: Add GSO features field and check gso_size |
2006-07-03 |
kaf24 |
10627:18abc9eb9a31 |
[NET] back: Fix off-by-one error in netbk_tx_err |
2006-07-03 |
kaf24 |
10626:ef80b6e4e03a |
[BUILD] Miscellaneous build-system fixes and tweaks. |
2006-07-03 |
kaf24 |
10625:5f5d400eb60a |
[DOC] Add descriptions on mouse handling and how to use the USB |
2006-07-03 |
kfraser |
10624:9fd92e7e91a5 |
[LINUX] Fix booting with e.g. xencons=tty3, so that tty1/tty2 are valid (dummy) devices. |
2006-07-03 |
kaf24 |
10623:856caf975abd |
Merge with xen-ia64-unstable.hg |
2006-06-28 |
awilliam |
10622:4b51d081378d |
merge with xen-unstable.hg |
2006-06-28 |
awilliam |
10621:c4b68afe97d3 |
[IA64] make PAL_VPS_RESUME_HANDLER comply with VTI-spec |
2006-06-27 |
awilliam |
10620:e4a75a3fd0e2 |
[IA64] Fix a few warnings. |
2006-06-27 |
awilliam |
10619:e97e31e26bd5 |
[IA64] ptc.g virtualization fix 2 |
2006-06-26 |
awilliam |
10618:85958f34f183 |
[IA64] Remove kludge in Makefile to build asm-xsi-offsets.h |
2006-06-26 |
awilliam |
10617:7c9692adcca7 |
[IA64] sync console before halt/reboot |
2006-06-26 |
awilliam |
10616:3dca270188da |
[IA64] ptc.g virtualization fix |
2006-06-23 |
awilliam |
10615:d4e799a1fa9c |
[IA64] Change of VTi guest firmware name and default directory in xmexample |
2006-06-23 |
awilliam |
10614:fdf25330e4a6 |
merge with xen-unstable.hg |
2006-06-23 |
awilliam |
10613:59d4c1863330 |
[IA64] dom0vp machtophys fix argument check |
2006-06-23 |
awilliam |
10612:795d31772505 |
[IA64] fix RSE issues rlated to handle_lazy_cover(). |
2006-06-23 |
awilliam |
10611:a9c1e614c9ff |
[IA64] memory exchange: use memory exchange |
2006-06-23 |
awilliam |
10610:39562deee9b8 |
[IA64] memory exchange: support memory exchange |
2006-06-23 |
awilliam |
10609:056622b0f8f7 |
[IA64] memory exchange: update comment |
2006-06-23 |
awilliam |
10608:d107bfd5a4ae |
[IA64] memory exchange: ia64 counter part of cs 10353 xen-unstable.hg |
2006-06-23 |
awilliam |
10607:cf4a70ab3f59 |
[IA64] enable xencons irq for pcdp described uarts |
2006-06-23 |
awilliam |
10606:bf396988059e |
[IA64] Allow guest to set the address of shared_info. |
2006-06-21 |
awilliam |
10605:0e5635d68de3 |
[IA64] per cpu vhpt stats |
2006-06-21 |
awilliam |
10604:811c02dbe595 |
[IA64] optionally enable xen console with irq/input. |
2006-06-21 |
awilliam |
10603:f771bbaa93ce |
[IA64] Update xmexample.vti |
2006-06-21 |
awilliam |
10602:2d60987140b6 |
[IA64] remove CONFIG_ARCH_XEN |
2006-06-21 |
awilliam |
10601:be0a536b70cc |
[IA64] don't allow non-dom0 domains to set pte memory attributes |
2006-06-21 |
awilliam |
10600:9031316e5203 |
[IA64] create MDT entry to cover fw_mem area in dom_fw_init() |
2006-06-20 |
awilliam |
10599:8314141cfe54 |
[IA64] build linux kernel without using asm-xsi-offsets.h |
2006-06-20 |
awilliam |
10598:f8310e19fcaf |
[IA64] check address clash with Xen for itc/ptc/itr/ptr |
2006-06-20 |
awilliam |
10597:668a225a1df8 |
[IA64] purge stale tlb entry in ia64_do_page_fault() |
2006-06-20 |
awilliam |
10596:c78f750a264c |
[IA64] Fix for ptc.ga emulation |
2006-06-20 |
awilliam |
10595:c5005be9ef91 |
[IA64] Create vpsr_pp in privregs instead of using tmp[8]. |
2006-06-20 |
awilliam |
10594:59be60d5664b |
[IA64] fix mfn_to_local_pfn() for dma context |
2006-06-19 |
awilliam |
10593:c974a6e3f517 |
[IA64] dummy print_stack() func for NO_TRANSLATION path |
2006-06-19 |
awilliam |
10592:ea306829506c |
[IA64] fix ptc.ga virtualization |
2006-06-19 |
awilliam |
10591:602f5965e217 |
[IA64] display vmx fault messges |
2006-06-19 |
awilliam |
10590:df67fa9b1376 |
[IA64] fix is_kernel_text in xenctx and show more registers |
2006-06-19 |
awilliam |
10589:b16063ae0703 |
[IA64] enable xenctx on ia64 |
2006-06-19 |
awilliam |
10588:eb6b0c7d9992 |
[IA64] add comments on smp |
2006-06-19 |
awilliam |
10587:5389c7b06ccf |
[IA64] remove unnecessary vtlb_lock |
2006-06-19 |
awilliam |
10586:535b466ee1ef |
[IA64] add get_page() to prevent from freeing page |
2006-06-19 |
awilliam |
10585:d60da6514d65 |
[IA64] fix races caused by p2m entry update |
2006-06-19 |
awilliam |
10584:7e26d6ffdde7 |
[IA64] add INVALID_MFN check to dom0vp_zap_physmap() |
2006-06-19 |
awilliam |
10583:f02d59f9b11f |
[IA64] add volatile to p2m table pte entry |
2006-06-19 |
awilliam |
10582:dcb50b04faec |
[IA64] add volatile to mpt_table |
2006-07-03 |
kaf24 |
10581:3f8d9b128d71 |
[HVM][VMX] Fixes to VMCS create/destroy. |
2006-07-01 |
kaf24 |
10580:3fe11185adfb |
[LIBXC] Fix the 64-bit build. |
2006-06-30 |
kaf24 |
10579:cda7b6017a76 |
[XEN] Sync Elf parsing with libxc parser. |
2006-06-30 |
kaf24 |
10578:461fc0bf91f5 |
Provide more specific and helpful error messages during ELF loading. |
2006-06-30 |
kaf24 |
10577:c14f26a7b0bc |
Allow 32-bit libxc to load 64-bit ELF files. |
2006-06-30 |
kaf24 |
10576:130a5badf2b7 |
[XEN] Mark two more opcodes (C6 and C7) as Mov instructions. |
2006-06-30 |
kaf24 |
10575:a377304fc4e6 |
[XENBUS] Another simplification -- bus_for_each_dev() better than bus_find_device(). |
2006-06-30 |
kfraser |
10574:4d7565ba9ff3 |
[XENBUS] Another fix to the wait-for-device-connection code. |
2006-06-30 |
kfraser |
10573:9633faf65e22 |
[XENBUS] Do not wait for devices with no driver to connect. |
2006-06-30 |
ack |
10572:640d3bc77ea6 |
Merge |
2006-06-30 |
ack |
10571:64f9f308e109 |
Don't modify global active weight when changing weight of inactive domain. |
2006-06-30 |
kaf24 |
10570:f5a5f49935fd |
[XENBUS] Improve the code for waiting for devices to connect. Provide |
2006-06-30 |
kaf24 |
10569:17e9daeb2c50 |
[NET]: Update net-gso.patch. Remove net-tso.patch. |
2006-06-30 |
kfraser |
10568:c1119ff85f4e |
[BLK] back: Only remove sysfs attributes if they were previously |
2006-06-30 |
chris |
10567:ffbdd113c74b |
Remove use of unlikely -- it's not defined on all systems. |
2006-06-30 |
kfraser |
10566:9dbcf482f600 |
Revert 10521, 10526 and 10527. This completes reversion of ACM modifications to xm. |
2006-06-30 |
kfraser |
10565:53f552ad4042 |
[XEN] Various softirq cleanups. Main one is to always |
2006-06-30 |
kfraser |
10564:129ce4f59b6d |
[LINUX] Replace pagetable walks by simple address calculation. |
2006-06-30 |
kfraser |
10563:a75c1bdfe761 |
[LINUX] A few clean ups and a fix to an error path in xen_create/destroy_contiguous_region. |
2006-06-30 |
kaf24 |
10562:d095e99392ac |
[TPM] Adds a script for virtual TPM support. |
2006-06-30 |
kaf24 |
10561:5d565bb12783 |
[TPM] Update the current virtual TPM documentation in misc/docs/vtpm.txt |
2006-06-30 |
kaf24 |
10560:784961057338 |
[HVM][SVM] Don't BUG when VMRUN exitcode==-1, just crash the domain. |
2006-06-30 |
kaf24 |
10559:86cae321e707 |
Use explicit accessors to handle unusually-sized atomic operations in grant table code. |
2006-06-30 |
kaf24 |
10558:c9696012fe05 |
evtchn_do_upcall() has a micro optimization which is depends on that xchg is a barrier. |
2006-06-30 |
kfraser |
10557:5db7bbccf4d2 |
[NET]: Remove gso.segs field from netif protocol. |
2006-06-30 |
kaf24 |
10556:f147efaa24ad |
[NET]: Add net-tso.patch |
2006-06-30 |
kaf24 |
10555:88dc1ae16d2b |
[XM] Remove unused imports. |
2006-06-30 |
kaf24 |
10554:5fc6d83f43f7 |
[BLK] back: Clean up sysfs-interfacing code to use VBD_SHOW macro where possible. |
2006-06-30 |
kaf24 |
10553:85b092b4567d |
[XENTOP]Add VBD information. |
2006-06-30 |
kaf24 |
10552:3edac4400459 |
[XENSTAT]Add VBD information structure. |
2006-06-29 |
chris |
10551:5d622ded9efe |
Fix build - _XEN_NETIF_EXTRA_FLAG_MORE not _XEN_NETIF_EXTRA_MORE |
2006-06-29 |
kfraser |
10550:5e30ef3e541d |
[NET] front: Transmit TSO packets if supported |
2006-06-29 |
kfraser |
10549:7a11e60d2f42 |
[NET] back: build fixes. |
2006-06-29 |
kfraser |
10548:de263308be3b |
[NET] More net protocol and GSO changes. |
2006-06-29 |
kfraser |
10547:3dfc2583a4f1 |
[XEN] Fix the timeout workaround so it doesn't capture negative |
2006-06-29 |
shand |
10546:8242c0c24db7 |
[LINUX] When ballooning out (returning memory to xen), don't try too hard |
2006-06-29 |
ack |
10545:c157418212d8 |
Merge |
2006-06-29 |
ack |
10544:18f8dde91fbd |
Replace my previous patch with equivalent fix from linux-2.6.17. |
2006-06-29 |
kaf24 |
10543:266573a53949 |
Revert 10534 (xm subcommands for ACM). Doesn't work when ACM disabled. |
2006-06-29 |
kaf24 |
10542:a0a93337f9ab |
Define an architecture-specific 'long' type for ABI compatibility. |
2006-06-29 |
kaf24 |
10541:a67c1bcb5522 |
Add Xenoprof passive domain support (missing file). |
2006-06-29 |
kaf24 |
10540:40e1a7749208 |
[XM] When two or more domain parameters are given, the xm reboot |
2006-06-29 |
kaf24 |
10539:c6ec3dd6fe7f |
[XM] Fix argument check of the xm reboot command. |
2006-06-29 |
kaf24 |
10538:7d3df6492d70 |
[XEN] Work around timeout bug in old Linux kernels where |
2006-06-29 |
shand |
10537:2e5f6c68da5c |
Fail save if we have an out-of-sync P2M/M2P (since otherwise the restore |
2006-06-29 |
shand |
10536:3d40e2f509fc |
Merge. |
2006-06-29 |
shand |
10535:9b35fada9e65 |
Use a static page for the frame_list in the balloon driver. |
2006-06-29 |
emellor |
10534:c77b066f864a |
Replace changesets 10521, 10526, and 10527 with this new version that does not |
2006-06-29 |
kaf24 |
10533:cb9443bfdff8 |
Fix the kunmap_atomic() change in 10529:4260eb8c08740de0000081c61a6237ffcb95b2d5. |
2006-06-28 |
ack |
10532:4b45f7f62dc7 |
Fix next_timer_interrupt() in patch and update caller |
2006-06-28 |
kaf24 |
10531:bd4080876297 |
New /sys/hypervisor/uuid, containing this domain's UUID. |
2006-06-28 |
kaf24 |
10530:d49e5cc672eb |
Use address types in elf parser that match elf headers. |
2006-06-28 |
kfraser |
10529:4260eb8c0874 |
kunmap_atomic() must zap the PTE to avoid dangling references |
2006-06-28 |
kfraser |
10528:5fa6c1723e08 |
[LINUX] Export flush_tlb_page() to modules in i386-smp builds. |
2006-06-28 |
emellor |
10527:767ce4b6dd48 |
More commented-out code, pending a solution to the xml.marshall.generic |
2006-06-28 |
emellor |
10526:ca3f2a137159 |
Comment out the load of the resource label file, pending a solution to the |
2006-06-28 |
kaf24 |
10525:d85488fd2196 |
[TPM] Add 3 more test cases to the xm testsuite that extend the |
2006-06-28 |
kaf24 |
10524:e3ad9b9c95ee |
[TPM] Add an upgrade patch to bring TPM subsystem to 2.6.17-rc4. |
2006-06-28 |
kaf24 |
10523:da8da6e1e1d6 |
[TPM] Update the TPM drivers in the repository to a newer version |
2006-06-28 |
kfraser |
10522:1d17ddd9e45d |
[XEN] BUG() places console in sync mode. |
2006-06-28 |
emellor |
10521:25c6ea6d4024 |
This patch adds new xm subcommands to support working with resource |
2006-06-28 |
kaf24 |
10520:ae245d35457b |
[HVM][Firmware] Make the creation of MP tables more dynamic |
2006-06-28 |
kaf24 |
10519:25cd5216b30c |
[XEND] Have the parent id logged in the log file, this is very useful when |
2006-06-28 |
kaf24 |
10518:224597479812 |
[NET] back: Add TSO support |
2006-06-28 |
kaf24 |
10517:bb46d03f5f1d |
[NET] loopback: Added support for TSO |
2006-06-28 |
kaf24 |
10516:2eac0e15e0c2 |
[NET]: Give make_tx_response the req pointer instead of id |
2006-06-28 |
kaf24 |
10515:6e7027a2abca |
[NET]: Added GSO support |
2006-06-28 |
kfraser |
10514:b217e03e1db5 |
[BLKBACK] Output statistics to sysfs. |
2006-06-28 |
kaf24 |
10513:7a7066ae2e77 |
[XENTOP] Fix CPU percentage display in batch mode. |
2006-06-28 |
kaf24 |
10512:e5cf18c05e8b |
[XENTOP] Adds batch mode processing option (output to stdout) |
2006-06-28 |
kaf24 |
10511:3c09a6b27b14 |
[HVM][SVM] Clean up double-fault handling. |
2006-06-28 |
kaf24 |
10510:2966233d180d |
[HVM][SVM] Disable machine check bits in CPUID_1. |
2006-06-28 |
kaf24 |
10509:571507a595cd |
[HVM][SVM] Clean up 32bit/64bit guest register code differences. |
2006-06-27 |
kaf24 |
10508:1da8f53ce65b |
[LINUX] Fix a few compile warnings and memory leaks in the sysfs driver. |
2006-06-27 |
kaf24 |
10507:8a89c0ff3f87 |
[LINUX][BLKBACK] Support temporary disconnection from frontend. |
2006-06-27 |
kaf24 |
10506:ab0cae84cfec |
[HVM] Fix virtual apic irq distribution. |
2006-06-27 |
kfraser |
10505:bad506bc0c85 |
[XEN] Upgrade microcode driver to 1.14a. |
2006-06-27 |
kfraser |
10504:1a52829fd60e |
[TOOLS] Remove plan9 loader code. Latest plan9 port uses linux builder. |
2006-06-27 |
kfraser |
10503:30a5eb240a20 |
[XEN] Various cleanups to bitops usage. |
2006-06-27 |
kfraser |
10502:02b0ed160e8e |
[LINUX] Allow dma_alloc_coherent() to work for regions up to 2MB. |
2006-06-27 |
kaf24 |
10501:234939c0ec3a |
[BALLOON] Make the domain0 ballooning logic in xend aware of pages that are on the page scrub list. |
2006-06-27 |
kaf24 |
10500:7154e0416313 |
[BUILD] Add distclean build target to xen directory: cleans out tags. |
2006-06-27 |
kaf24 |
10499:b4e328334392 |
[BALLOON] Add fallback code so that e.g. a domain ballooned too far down can still |
2006-06-27 |
kfraser |
10498:ab63f44d948e |
[XEN] Fix my change to XENVER_pagesize hypercall -- |
2006-06-27 |
kaf24 |
10497:23136423a765 |
[TPM] Fix an occasional problem when doing local migration due to the xenstore's |
2006-06-27 |
kaf24 |
10496:60d7d64eaff2 |
[XEN][BUILD] Both ctags and etags support the -a (append) option, and |
2006-06-27 |
kaf24 |
10495:23591d2c46aa |
Add Xenoprof passive domain support |
2006-06-27 |
kaf24 |
10494:b12cd185d579 |
[HVM][SVM] move printk pin msg under an "if svm_dbg_on" conditional to |
2006-06-27 |
kaf24 |
10493:8589cdd09636 |
[VTPM_TOOLS] Hotplug script enabled the vtpm manager and removed the |
2006-06-27 |
kaf24 |
10492:18587d3e94c8 |
[VTPM_TOOLS] Updated vtpmd to save complete state in preperateion to |
2006-06-27 |
kaf24 |
10491:533b0709a68f |
[VTPM_TOOLS] Moved the developement tpm_emulator down to ring 3, which |
2006-06-27 |
kaf24 |
10490:e236794915cc |
[TOOLS] Fix cm argument processing some more: |
2006-06-27 |
kaf24 |
10489:6604238412be |
Add XENVER_pagesize hypercall. |
2006-06-27 |
kfraser |
10488:869937819ed9 |
[XEN][EMUL] x86 emulator should support 32-bit offsets in real mode. |
2006-06-27 |
kaf24 |
10487:9158ecb9045f |
[HVM][VMX] On a VMEXIT, 'dirty' the DR. Restore DR from vcpu struct, |
2006-06-27 |
kaf24 |
10486:5610d916ad1b |
[HVM][VMX] Added flag_dr_dirty to hvm vcpu struct. If this flag is set, |
2006-06-27 |
kaf24 |
10485:81bfa15a071e |
[HVM][VMX] Added dr restore if breakpoints are enabled in guest dr7. |
2006-06-27 |
kaf24 |
10484:4105520841b3 |
[HVM][VMX] Safer treatment of VM_EXEC_CONTROL when dealing w/ PENDING_INTERRUPT vmexit. |
2006-06-27 |
kaf24 |
10483:1e2ea40078f2 |
[HVM][VMX] Propagate debug exception to guest if no external debugger is enabled. |
2006-06-24 |
emellor |
10482:9ec0b4f10b4f |
Some fine-tuning in the virtual TPM scripts for hotpluging. The changes |
2006-06-24 |
emellor |
10481:28a752998a23 |
Increases the retry limit to allow xend more time before issuing a balloon |
2006-06-22 |
kaf24 |
10480:f91cc71173c5 |
[TOOLS] Fix set_bit/clear bit for x86/64 in xc_linux_save |
2006-06-22 |
kaf24 |
10479:f10127505d3c |
[XM-TEST] Remove second console attach in 03_memset_random_pos |
2006-06-22 |
kaf24 |
10478:e6ec0eeabf77 |
[VMX] Fix use of VMCLEAR a little: no need if not active on any CPU. |
2006-06-22 |
kaf24 |
10477:dab24595e529 |
[TOOLS] Make sure to explicitly close the connection if we're using HTTP/1.0. This |
2006-06-22 |
kaf24 |
10476:c2e8e9b1e192 |
[TOOLS] Treat '--' command-line split option correctly. |
2006-06-22 |
kaf24 |
10475:94e354294cca |
[TOOLS] Fix pagetable-pinning loop in xc_linux_restore. |
2006-06-21 |
kaf24 |
10474:12aaf4a2486b |
[XEN] localtime support for paravirtualized guests |
2006-06-21 |
kaf24 |
10473:79ea1d8a5bb2 |
[LINUX][TPM] Use min_t/min instead of the #define'd MIN. |
2006-06-21 |
kaf24 |
10472:fc1c6dfd1807 |
[LINUX] Transparent virtualization fixes. |
2006-06-21 |
kaf24 |
10471:59e05ddfd0ad |
[IA64] stub to support dump_execution_state() on ia64 |
2006-06-20 |
kaf24 |
10470:411a3c01bb40 |
[XEN] Xen always relinquishes VGA console to domain0 when domain0 |
2006-06-20 |
kaf24 |
10469:967d4c65659a |
[XEN] Fix to previous changeset: continue to do softirq while delaying. |
2006-06-20 |
kaf24 |
10468:06b10ad218f4 |
[XEN] Add a warning banner when 'sync_console' is used. Make it |
2006-06-20 |
kaf24 |
10467:69f7e0ea2985 |
[XEN] Fix PAE PDPT shadowing coherence. |
2006-06-20 |
kfraser |
10466:46e853c34a2e |
Add new XENMEM_machphys_mapping to get info about location and |
2006-06-20 |
kfraser |
10465:b6ee2a730139 |
[LINUX] Another fix to i386 mfn_to_pfn(). |
2006-06-20 |
kfraser |
10464:674890dc1ee2 |
[LINUX] Fix i386 build -- define max_mapnr in mfn_to_pfn(). |
2006-06-20 |
emellor |
10463:7d6fe353cda4 |
Move the SSHTransport class to its own file, so that we may disable SSH |
2006-06-20 |
ack |
10462:c5da6b25744a |
Merge |
2006-06-20 |
ack |
10461:22802e120171 |
Run credit scheduler tests by default |
2006-06-20 |
kfraser |
10460:f7bb99cdc391 |
Export machine_to_phys start and end addresses to guests. |
2006-06-20 |
shand |
10459:a31f3bff4f76 |
Make the credit scheduler the default - a number of bugs have been fixed |
2006-06-20 |
shand |
10458:7172935d10d4 |
Remove some spurious BUG_ON()'s from the credit scheduler. |
2006-06-20 |
anthony |
10457:1297dc315308 |
Use an environmental variable (XM_SERVER) to determine XML-RPC URI. |
2006-06-20 |
root |
10456:c2cbcccc44f4 |
This patch adds client side support for XML-RPC over ssh. It differs from |
2006-06-20 |
anthony |
10455:95ac3f0f79bc |
Add an xm serve command. |
2006-06-20 |
anthony |
10454:0fe87421cc80 |
Add support to Xend XML-RPC server for HTTP/1.1 Keep-Alive. |
2006-06-19 |
kaf24 |
10453:410c81420109 |
[XM-TEST] Improve detection of a guest having booted to prompt. |
2006-06-19 |
kfraser |
10452:06afd218b3b7 |
[XEN][PAE] Always enable non-debug version of l3tab_needs_shadow() |
2006-06-19 |
kaf24 |
10451:1507021dccdf |
[HVM][VMX][PAE] Enable PAE VMX guest on PAE host. |
2006-06-19 |
kaf24 |
10450:0991ed8e4ae5 |
Add DOM0_DOMAIN_SETUP hypercall. |
2006-06-19 |
kfraser |
10449:2a99292b1a8a |
[XEN][PAE] Stores to PTEs in PAE mode use CMPXCHG to ensure atomicity. |
2006-06-19 |
kfraser |
10448:a27f56a0ff43 |
[XEN][PAE] Handle non-page-aligned CR3 when walking |
2006-06-19 |
kfraser |
10447:f7eb907d9bcd |
[XEN] New function dump_execution_state() displays |
2006-06-19 |
kfraser |
10446:f3561b1ee7a3 |
[XEN] Rename show_registers() to show_execution_state(). |
2006-06-19 |
kfraser |
10445:8d75d4e0af1e |
[XEN] Improve double-fault tracing -- print backtrace |
2006-06-19 |
kfraser |
10444:db37448ffe97 |
[XEN] Fix non-debug builds. |
2006-06-19 |
kfraser |
10443:5d44f3ab9950 |
[XEN] Fix ptwr_do_page_fault() after new more permissive |
2006-06-18 |
kaf24 |
10442:8eab9f3cdb1a |
[XEN] Remove code from writable-pagetable emulation path which |
2006-06-18 |
kaf24 |
10441:7713276d159e |
[XEN] Multi-processor guests need to be more conservative when |
2006-06-18 |
kaf24 |
10440:e23961a8ce7e |
[XEN] Fix page-fault handler to not trust bit 0 of error code. |
2006-06-17 |
kaf24 |
10439:5033ffe8f533 |
Small fixes to changesets 10424 and 10425 (spurious #PF detection). |
2006-06-17 |
kaf24 |
10438:ef8cdd1dc836 |
[SEDF] Fix SEDF defaults to make domain0 take only a fair |
2006-06-17 |
kaf24 |
10437:b025491f0ba8 |
[HVM] Clean up formatting of new piix acpi file. |
2006-06-17 |
kaf24 |
10436:58b374f76a71 |
[HVM] ACPI support patch 4 of 4: shutdown. |
2006-06-17 |
kaf24 |
10435:e1c8212d78c3 |
[HVM] ACPI support patch 3 of 4: ACPI _PRT table. |
2006-06-17 |
kaf24 |
10434:5c533b9e2d3f |
[HVM] ACPI support patch 2 of 4: ACPI timer. |
2006-06-17 |
kaf24 |
10433:588e1aef89e8 |
[HVM] ACPI support patch 1 of 4: main components. |
2006-06-17 |
kaf24 |
10432:0849bb1b73f9 |
[LINUX] Fix dependencies on CONFIG_PROC_FS. |
2006-06-17 |
kaf24 |
10431:c6f8fcca0282 |
[LINUX] Kernel should not send out IPv6 autoconfig multicast |
2006-06-17 |
kaf24 |
10430:45f504d6b548 |
[TOOLS] Clean up the network setup scripts. Create some |
2006-06-17 |
kaf24 |
10429:21e6625a6c01 |
[ACM] Complete the conversion of acm_ops using Xen handles instead |
2006-06-17 |
kaf24 |
10428:c5a9cf3a998e |
[TOOLS][HVM] Enhance the HVM config file to show prototypes for the USB options. |
2006-06-17 |
kaf24 |
10427:716e365377f5 |
[XEN] Use correct xen_pfn_t type in implementation of XENMEM_exchange. |
2006-06-16 |
akw |
10426:840f33e54054 |
Remove old blktap tools. |
2006-06-16 |
kfraser |
10425:533bad7c0883 |
[LINUX] Add spurious page-fault detection, intended primarily |
2006-06-16 |
kfraser |
10424:e1ae7b3cb5b7 |
[XEN] Make the spurious page-fault detection logic |
2006-06-16 |
kfraser |
10423:05ab081f3c67 |
Merge with xen-ia64-unstable.hg. |
2006-06-16 |
awilliam |
10422:0d1dab1d9b67 |
merge with xen-unstable.hg |
2006-06-16 |
awilliam |
10421:81d35c0d964f |
merge with xen-unstable.hg |
2006-06-16 |
awilliam |
10420:08378b83ea1e |
[IA64] cleanup |
2006-06-15 |
awilliam |
10419:fbc0e953732e |
merge with xen-unstable.hg |
2006-06-15 |
awilliam |
10418:7f67c15e2c91 |
[IA64] enable Xen compilation with debug=y |
2006-06-15 |
awilliam |
10417:75f791c710df |
[IA64] reset_system |
2006-06-15 |
awilliam |
10416:0f3bd7d23737 |
[IA64] cleanup in domain.c |
2006-06-15 |
awilliam |
10415:511ced948390 |
[IA64] work around for skbuff_ctor() on non-privileged domain |
2006-06-15 |
awilliam |
10414:a5bf90abcbe8 |
[IA64] fix garbage in irq_ia64.c kernel message |
2006-06-15 |
awilliam |
10413:34bdc8d86f8d |
[IA64] clean up "assign domain page ... already mapped!" printks |
2006-06-15 |
awilliam |
10412:11f228aa783a |
[IA64] do not use interrupt_mask_addr inside Xen |
2006-06-14 |
awilliam |
10411:d33add81096b |
[IA64] let VMM do itc sync for guest on VTI domain |
2006-06-14 |
awilliam |
10410:d0a77e90eaa3 |
[IA64] cleanup warnings in mm.c |
2006-06-14 |
awilliam |
10409:adfc9aa684f9 |
[IA64] Fix a bug in vmx_vcpu_pta |
2006-06-14 |
awilliam |
10408:db6dce7ae374 |
[IA64] Remove redundant ASSIGN_DOMAIN_MACH_PAGE in dom_fw.c |
2006-06-13 |
awilliam |
10407:e62685b48500 |
[IA64] Fix vga acceleration for VTI domain |
2006-06-13 |
awilliam |
10406:97226bfc659c |
[IA64] Pull changes from xen-unstable.hg cset 10242 into mm.c |
2006-06-13 |
awilliam |
10405:db31c4e5e22f |
[IA64] Remove Makefile entry for xenia64_init |
2006-06-13 |
awilliam |
10404:e74c47d073ee |
merge with xen-unstable.hg |
2006-06-13 |
awilliam |
10403:912588576817 |
[IA64] Define mfn_to_local_pfn() |
2006-06-13 |
awilliam |
10402:942ecf21dc06 |
[IA64] define virt_to_mfn and mfn_to_virt |
2006-06-13 |
awilliam |
10401:b8f6089cbce3 |
[IA64] Revert xen-ia64-unstable.hg cset 10237 |
2006-06-13 |
awilliam |
10400:8cc1137a0959 |
[IA64] Revert xen-ia64-unstable.hg cset 10238 |
2006-06-13 |
awilliam |
10399:0d149b326235 |
[IA64] cleanup warning in xen/arch/ia64/linux-xen/time.c |
2006-06-13 |
awilliam |
10398:0a226de3fc37 |
[IA64] Update efi.c and rework xenheap location |
2006-06-09 |
awilliam |
10397:aa2298739112 |
[IA64] Change PIB size to 2M |
2006-06-09 |
awilliam |
10396:99abd54a02d9 |
[IA64] A fix for itc.d emulation |
2006-06-09 |
awilliam |
10395:43d9c8042ab6 |
[IA64] add seqlock to protect vtlb |
2006-06-09 |
awilliam |
10394:bc76ad9d6270 |
[IA64] remove some races between the p2m table and the m2p table |
2006-06-09 |
awilliam |
10393:6fdafeeb88bb |
[IA64] passthrough EFI_ACPI_MEMORY_NVS and EFI_RESERVED_TYPE |
2006-06-09 |
awilliam |
10392:d5adbcbb7492 |
[IA64] use get_gpfn_from_mfn() |
2006-06-09 |
awilliam |
10391:2f9878d01e2b |
[IA64] use pte_mem() in relinquish_pte() |
2006-06-09 |
awilliam |
10390:7da52d016bcc |
[IA64] add memory barrier to domain_flush_vtlb_range() |
2006-06-09 |
awilliam |
10389:ececeade018f |
[IA64] Add NULL test in domain_page_mapped() |
2006-06-09 |
awilliam |
10388:1c9bdbc5e27b |
[IA64] align pages in assign_domain_same_page() |
2006-06-08 |
awilliam |
10387:b87ff075dab9 |
[IA64] Put guest physical translation into VHPT |
2006-06-08 |
awilliam |
10386:b20733e82ab6 |
[IA64] Enable SMP on VTI-Domain |
2006-06-08 |
awilliam |
10385:d8d2b5c08245 |
[IA64] sparse tree cleanups |
2006-06-08 |
awilliam |
10384:64b118cddb9a |
[IA64] clean out xen/drivers/patches in the sparse tree |
2006-06-06 |
awilliam |
10383:4e78528e3480 |
[IA64] merge efi_emul.c into fw_emul.c and clean up |
2006-06-06 |
awilliam |
10382:6a49e02dc169 |
[IA64] remove xenia64_init.c |
2006-06-06 |
awilliam |
10381:0fff4c07af18 |
[IA64] Fix network issue on VTI domain |
2006-06-05 |
awilliam |
10380:f662f98d594b |
[IA64] more cleanup |
2006-06-05 |
awilliam |
10379:279628dc2d6f |
[IA64] pass vcpu nr to guest firmware |
2006-06-05 |
awilliam |
10378:e32ddb4a90e6 |
[IA64] This patch fixes dom0 no VGA console bug. |
2006-06-03 |
awilliam |
10377:3f8523ce8895 |
[IA64] check memory descriptor over lap in dom_fw_init() |
2006-06-03 |
awilliam |
10376:8771f539663a |
[IA64] Handle VTi's fp fault & trap in hypervisor instead of injecting to guest |
2006-06-03 |
awilliam |
10375:976517433993 |
[IA64] Fix another bug which causes "Oops: time tick before it's due" |
2006-06-03 |
awilliam |
10374:2c7c715ad185 |
[IA64] Vcpu hot-plug support |
2006-06-03 |
awilliam |
10373:8b81c4e82f3e |
[IA64] fix debug=y build: update ASSERT(acktype) |
2006-06-03 |
awilliam |
10372:09982b366f93 |
[IA64] fix debug=y build: remove ASSERT(THASH_TLB) |
2006-06-03 |
awilliam |
10371:47151f27e623 |
[IA64] README patch of booting xen |
2006-06-03 |
awilliam |
10370:83e4d44e8aec |
[IA64] Add carriage return to printk/printf |
2006-06-03 |
awilliam |
10369:4533f6c9fa11 |
[IA64] cleanup linux-2.6-xen-sparse |
2006-06-03 |
awilliam |
10368:f3be4eb8dac9 |
[IA64] split domain.c into mm.c and domain.c |
2006-06-03 |
awilliam |
10367:34455164dd33 |
[IA64] fix vmx_vcpu_ptr_i(), vmx_vcpu_ptr_d() |
2006-06-03 |
awilliam |
10366:b27139d8c1e1 |
[IA64] paravirtualize vdso |
2006-06-03 |
awilliam |
10365:f8ab23b4f704 |
[IA64] import linux gate.S, gate.ld.S and patch.c |
2006-06-03 |
awilliam |
10364:b8711fcb1e95 |
[IA64] rewrite priv_handle_op() |
2006-06-16 |
kfraser |
10363:61a81fab2a02 |
[XEN] Fix 10362 change to create_grant_va_mapping(). |
2006-06-16 |
kfraser |
10362:9d46e53c75f7 |
[XEN] PTE updates do not need to use CMPXCHG instruction. |
2006-06-16 |
kfraser |
10361:2ac74e1df3d7 |
[LINUX] Use new XENMEM_exchange hypercall (where possible) |
2006-06-16 |
kfraser |
10360:ee3d10828937 |
[XEN] New memory_op XENMEM_exchange. Allows atomic |
2006-06-16 |
kaf24 |
10359:231e07e22f9c |
[LINUX] Export new gnttab_cancel_free_callback() to modules. |
2006-06-15 |
kaf24 |
10358:73c73fb8875c |
[LINUX][PAE] Fix e820 setup for PAE guests: preserve high-order bits of max_pfn. |
2006-06-15 |
kaf24 |
10357:a1c0c1e797a6 |
[MINI-OS] Fix for event initialisation in Mini-OS. All events are masked when |
2006-06-15 |
kaf24 |
10356:4f0bc5744557 |
[LINUX] Network buffers do not need to be multi-page contiguous |
2006-06-15 |
kaf24 |
10355:7fba181c8531 |
[TOOLS] Introduce xc_evtchn_*() interface for interacting with /dev/xen/evtchn. |
2006-06-15 |
emellor |
10354:3e221d43cf19 |
Catch ValueError and OverflowError, to diagnose bad arguments. |
2006-06-15 |
kaf24 |
10353:bd1a0b2bb2d4 |
[LINUX] Only destroy a machine-contiguous memory region if |
2006-06-14 |
kaf24 |
10352:161473836da3 |
[HVM][QEMU] Fix SDL mouse "invisible wall". |
2006-06-14 |
kaf24 |
10351:ee482dc60eab |
[LINUX][PAE] More fixes to pgd allocation. Since allocating pmds |
2006-06-14 |
kfraser |
10350:63967ff8d459 |
[XEN] Abstract setting of master event-pending flag into asm/event.h. |
2006-06-14 |
kfraser |
10349:578e306b0bd4 |
[XENSTAT] Fix two realloc() usage errors in xenstat. |
2006-06-14 |
kaf24 |
10348:1e49997c8146 |
[NET] front: Discard packets in tx ring rather than attempting retransmit |
2006-06-14 |
kaf24 |
10347:8070050cc30f |
[LINUX][PAE] Improve allocation strategy when PAE pgdirs must be below 4GB. |
2006-06-14 |
kaf24 |
10346:5552bc2c3716 |
[LINUX][BLK] front: More care over device teardown. |
2006-06-13 |
kfraser |
10345:b0ba792f3935 |
[TOOLS] Fix PAE save/restore/migrate: we must flush |
2006-06-13 |
kaf24 |
10344:a734745bf058 |
[MINI-OS] Applications that provide their own app_main need not run the xenbus test. |
2006-06-13 |
kaf24 |
10343:2fea03842f40 |
[LINUX] Eliminates a deadlock and reduce (sometimes significantly) the time |
2006-06-13 |
kaf24 |
10342:5d4b9dc88218 |
[XM-TEST] Fix 02_block_device_write_verify.py test to parse md5sum output correctly. |
2006-06-13 |
kaf24 |
10341:0de8a4a023d0 |
[ACM] Provide the framework needed for resource labeling. |
2006-06-13 |
kaf24 |
10340:88d867661599 |
[LINUX] A better way to stop blkdev request handling in blkfront |
2006-06-13 |
sos22 |
10339:3d85c1136d63 |
Merge. |
2006-06-13 |
sos22 |
10338:e9dd58963e97 |
Expand test_xenbus a little. |
2006-06-13 |
sos22 |
10337:464324585311 |
This patch exposes XenBus functions to Mini-OS applications. |
2006-06-13 |
kfraser |
10336:91d2f2258c56 |
[LINUX] Fix blkfront driver to check connection status to backend in |
2006-06-13 |
kfraser |
10335:1650e07c9e52 |
[TOOLS][BUILDER] Extend Elf header checks for multiple architectures. |
2006-06-13 |
kfraser |
10334:ac5e98c1c466 |
[LINUX] Export some tlb-flush functions to modules, which are |
2006-06-13 |
kaf24 |
10333:360f9dc71f51 |
[HVM] Fix ioemu build with new Linux headers. We must define __user |
2006-06-13 |
kaf24 |
10332:833d05bdb4a4 |
[XEN] Fix compatibility with future guests which may try to |
2006-06-13 |
Ian Campbell |
10331:e913081f20f3 |
[LINUX] Correctly return the results of {event_channel_op,physdev_op}_compat |
2006-06-12 |
kfraser |
10330:cede50ca1704 |
[LINUX] Fix code indentation in Linux drivers. |
2006-06-12 |
Ian Campbell |
10329:bb89ec7765c7 |
Initialize the entire hypercall page when running a ring0 kernel |
2006-06-12 |
shand |
10328:6bffed2aa78b |
Fix race in device resume path - need to ensure we add the watch only |
2006-06-12 |
kaf24 |
10327:c230dbe793d6 |
[LINUX] Fix interaction between idle loop and RCU subsystem. |
2006-06-12 |
kaf24 |
10326:34ff26fb2240 |
[HVM][VMX] Fix error-detection inline asm code. Zero word-sized |
2006-06-12 |
kaf24 |
10325:9d717a4f3531 |
[HVM][VMX] Fix the build with certain versions of gcc. |
2006-06-12 |
kaf24 |
10324:92f071926e6e |
[XEN] Fix read_console_ring() when passed a small buffer. |
2006-06-12 |
kaf24 |
10323:a936c9c3ea60 |
[LINUX] Clean up unused variable in mm/memory.c. |
2006-06-12 |
kaf24 |
10322:8d5d225e9f34 |
[HVM][VMX] Provide right view of cpuid to the HVM guests. |
2006-06-12 |
kaf24 |
10321:e2a2b2da92f4 |
[HVM][DM] Backport the USB support from QEMU 0.8.1 to the current Xen |
2006-06-12 |
kaf24 |
10320:5b1bd9eab3b9 |
[IA64] Fix a typo in local_event_delivery_enable(). |
2006-06-11 |
kaf24 |
10319:aced0ee216aa |
[XEN] Fix SCHEDOP_poll to work even when event channels are |
2006-06-11 |
kaf24 |
10318:d7543cff88ae |
[HVM][VMX] Cleanups and fixes to VMCS lifecycle. |
2006-06-11 |
kaf24 |
10317:be05097d5d69 |
[LINUX] Fix IRQ SMP affinity logic for event channels. |
2006-06-10 |
kaf24 |
10316:ddc25d4ebf60 |
[XEN] Replace direct common-code access of evtchn_upcall_mask |
2006-06-10 |
kaf24 |
10315:ea4829e30092 |
[LINUX] Remove the only use of evtchn_upcall_mask in common code. |
2006-06-09 |
kaf24 |
10314:b8e8b6aad8c8 |
[XEN] VCPU operation register_runstate should work even when |
2006-06-09 |
kaf24 |
10313:96b1479305ce |
[ACM] Replace enumerations with macros with qualified names. |
2006-06-09 |
kaf24 |
10312:c1163951ee2f |
[XEN][ACM] Clean up ACM interface to use explicitly-sized types |
2006-06-09 |
kaf24 |
10311:43f1d77bc7ad |
[LINUX] Simplify /proc/iomem initialisation -- no need to fake a |
2006-06-09 |
kaf24 |
10310:4df81d20a9a1 |
[LINUX][X86/64] Initialise pages outside initial allocation so that |
2006-06-09 |
kaf24 |
10309:5a0ed6c47673 |
[XEN] IOPL is ignored for VM86 mode port accesses. Fix Xen |
2006-06-09 |
kaf24 |
10308:49f65e2b0f1c |
[LINUX][XENBUS] replace xenbus_transaction_t with an opaque transaction ID. |
2006-06-09 |
kaf24 |
10307:7cf4cbe7a3be |
[LINUX][XENBUS] Drop (struct xenbus_device)->data, and simply use ->dev.driver_data |
2006-06-09 |
kaf24 |
10306:db8ec1e48414 |
[LINUX][BLKTAP] This code doesn't compile, is marked as DANGEROUS, and |
2006-06-09 |
kaf24 |
10305:afdb70b16a53 |
[LINUX] Use structs not typedefs, remove trailing whitespaces, place symbol |
2006-06-09 |
kaf24 |
10304:2dea01abfbfe |
[NET] front: There's a small leak on a couple error paths in setup_device(). |
2006-06-09 |
kaf24 |
10303:68c22a722e6f |
[XEN] Re-increase MAX_ORDER to 20 for the time being. Reducing |
2006-06-08 |
kaf24 |
10302:4f1e39ec05d6 |
[XEN] Reduce default maximum allocation order from 2^20 pages to 2^11. |
2006-06-08 |
kaf24 |
10301:2db7b3627da4 |
[LINUX] swiotlb allocates multiple smaller contiguous DMA regions, |
2006-06-08 |
ack |
10300:a1b83fedc4ed |
Add sched-credit xm tests but don't run them by default yet... |
2006-06-08 |
kaf24 |
10299:fe35ddc5fd38 |
[LINUX] Set up /proc/iomem in a sensibel way to indicate |
2006-06-08 |
kaf24 |
10298:6fb0d5ad63d7 |
[LINUX] Only trigger unhandled irq path if irq is not shared across |
2006-06-08 |
kaf24 |
10297:8c64169a05d3 |
[TOOLS] Fix domain builder to carefully check that mapped memory area |
2006-06-07 |
kaf24 |
10296:06569f1a4681 |
Fix cut-n-paste comment error in public header file. |
2006-06-07 |
kaf24 |
10295:1a500cc4fcd5 |
Extended PHYSDEVOP_irq_status_query to obtain sharing status |
2006-06-07 |
kaf24 |
10294:eb3d2c32a3b4 |
[LINUX] Rename hw_resend_irq to allow it to be defined seperately per arch. |
2006-06-07 |
kaf24 |
10293:2049467adee3 |
[HVM][MMIO] Support decode of 0x83 opcode (or imm8,m32/64'). |
2006-06-07 |
kaf24 |
10292:7d37df6c3247 |
[HVM][MMIO] Emulate more instructions: or/and/xor with byte width, |
2006-06-07 |
kaf24 |
10291:2fd2fd4b7c6a |
[HVM][DM] Cleaner way of clearing VGA memory on mode changes (thanks to |
2006-06-07 |
kaf24 |
10290:f8af7041bf5b |
[LIBXC] Convert all printf/fprintf uses to use a macro instead. |
2006-06-07 |
kaf24 |
10289:cca6641d4087 |
[HVM][PIT] Fix missed_ticks() logic. |
2006-06-07 |
kaf24 |
10288:28128dafbe03 |
[LINUX][X86/64] Support IO-port permissions bitmaps (ioperm() syscall). |
2006-06-07 |
kaf24 |
10287:ec903b8e6612 |
x86/64 Linux: destroy entire init memory mapping beyond kernel image. |
2006-06-07 |
emellor |
10286:9d86c1a70f34 |
Merged. |
2006-06-07 |
emellor |
10285:b09dbe439169 |
Fix typo. |
2006-06-07 |
emellor |
10284:9af7897a74d6 |
Added. |
2006-06-07 |
emellor |
10283:deabbf60bb46 |
Move forward to new version of buildroot -- the old one has gone from the |
2006-06-01 |
Anthony Liguori |
10282:da81a493c8e5 |
Expose the exception thrown by xen.lowlevel.xs. |
2006-06-01 |
pl |
10281:647d012b9a36 |
Fix a problem where the vcpu count for dom0 doesn't get reset back to the |
2006-06-01 |
emellor |
10280:057c5554f8c3 |
Reraise exceptions caught in create.py, so that the error handling in main.py |
2006-06-01 |
emellor |
10279:f99ba86ad96b |
Block device write-verify test. |
2006-06-07 |
kaf24 |
10278:e5c17d2d85a4 |
[HVMLOADER] Revert to uniprocessor MPS table in rombios. |
2006-06-06 |
kaf24 |
10277:c191c649cdb3 |
Use explicitly-sized types in the dom0_ops and privcmd structures. |
2006-06-06 |
kaf24 |
10276:b3d901ba705d |
Represent PFNs with their own type, rather than 'unsigned long'. |
2006-06-06 |
kfraser |
10275:3913a119477d |
[NET] front: Turn grant-ref error into a fatal bug. That's the best we |
2006-06-06 |
kfraser |
10274:89d7acdd8951 |
[X86EMUL] Mark MOV instruction as not needing writeback. |
2006-06-05 |
kaf24 |
10273:5e3827f7a93a |
[HVM][VMX] Interrupts must be kept disabled when entering Xen for |
2006-06-05 |
kaf24 |
10272:e3af1912794b |
[NET] back: Add a few comments to the goriest parts of the scatter-gather patch. |
2006-06-05 |
kaf24 |
10271:aecdb4c52fa7 |
[NET] front: Transmit SG packets if supported |
2006-06-05 |
kaf24 |
10270:50db8c95e65d |
[NET] back: Add SG support |
2006-06-05 |
kaf24 |
10269:1dab198509a9 |
[VMXASSIST] Extensions to vmxassist to handle additional mode switch cases. |
2006-06-05 |
kaf24 |
10268:9f50b8c2de0a |
[NET] back: fix synchronisation of access to deallocation buffer ring. |
2006-06-05 |
kaf24 |
10267:47412b44e35e |
Extend callback-registration hypercall to take a flags argument. |
2006-06-05 |
kaf24 |
10266:8aca850f66ad |
Create new vmassist type 'pae_extended_cr3'. Only advertise |
2006-06-02 |
kaf24 |
10265:c9e6255cb44a |
[LINUX] Simply shared_info mapping code. Always use a fixmap. |
2006-06-02 |
kfraser |
10264:40331b1545d2 |
[LINUX][X86_64] Destroy initial page-table mappings to avoid overlap with modules. |
2006-06-02 |
kfraser |
10263:a3733a587a9c |
Fix Xen build with some versions of gcc. |
2006-06-02 |
kaf24 |
10262:fdc26ec44145 |
[PAE] Fix tools to properly pack/unpack >4GB PAE CR3 values. |
2006-06-02 |
kaf24 |
10261:90a8ab269afe |
A few put_cpu() calls were missed when adding CONFIG_X86_NO_TSS. |
2006-06-02 |
kaf24 |
10260:d8363da485ce |
[NET] loopback: Added support for SG |
2006-06-02 |
kaf24 |
10259:8425df2203c9 |
Use halt() instead of asm("hlt"). |
2006-06-02 |
kaf24 |
10258:bcc2c9ea60d8 |
Add backing support for HDIO_GETGEO ioctl to blkfront. |
2006-06-02 |
kaf24 |
10257:b198bbfeec10 |
[PAE] Fix support for pgdirs above 4GB. Requires an interface change so that %cr3 |
2006-06-02 |
kfraser |
10256:1f619b6adbc6 |
[HVM] Fix a problem when destroying a Windows guest. |
2006-06-02 |
kaf24 |
10255:4122e88b6c75 |
Move idle-vcpu allocation logic to a common function. |
2006-06-02 |
kaf24 |
10254:e67432187b88 |
[IA64][HVM] Enable CGA acceleration for VTI. |
2006-06-02 |
kfraser |
10253:639ad22eb7c8 |
Build breakage: revert 10247:2fd7f4fb7d1453e4ff418c06961b0bd9fcb71129. |
2006-06-02 |
kaf24 |
10252:bd16e299db3d |
[IA64] Fix Xen running on IA64. Some function prototypes were |
2006-06-01 |
kaf24 |
10251:9f937ecc4f54 |
Fix pagetable accessor macros in Xen to have better names and to |
2006-06-01 |
kaf24 |
10250:808430428622 |
Use DEFINE_SPINLOCK consistently throughout Xen. |
2006-06-01 |
kaf24 |
10249:8c6ff337d164 |
Allow all trace-buffer hypercalls to be executed even when tracing is currently disabled. |
2006-06-01 |
kaf24 |
10248:7f219d68e684 |
[LINUX] Fix cpu_possible_map initialisation. |
2006-06-01 |
kaf24 |
10247:2fd7f4fb7d14 |
[LINUX][X86_64] Fix initial memory mapping code. |
2006-06-01 |
kaf24 |
10246:61e2ea81bd65 |
[HVM] Allow more dynamic use of the qemu serial lines by allowing the Summagraphics port to float. |
2006-06-01 |
kaf24 |
10245:bcfbbca9cf08 |
[SECURITY] Allow domid and ssidref args to get_decision in |
2006-06-01 |
kaf24 |
10244:0f5b8f1b0eac |
[LINUX] Converge ia64 versions of xen/drivers Makefiles with general versions. |
2006-06-01 |
kaf24 |
10243:6993a0f91efc |
Domain creation/destruction cleanups. |
2006-06-01 |
kfraser |
10242:ab627e9da8fb |
Fix dummy domains (DOM_IO and DOM_XEN) creation so that |
2006-06-01 |
kfraser |
10241:2dd8e7c44728 |
Fix negation of unsigned quantities in the Xen x86 emulator. |
2006-06-01 |
kfraser |
10240:4142bfd01e02 |
network-bridge: fix syntax error |
2006-06-01 |
kfraser |
10239:275955c6df9d |
network-bridge: Fall back to eth0/xenbr0 if no default route. |
2006-06-01 |
kfraser |
10238:2a0208b33c30 |
Fix map_pages_to_xen() when deallocating l1 page tables. |
2006-06-01 |
kfraser |
10237:121ec8b952d3 |
[HVM] Fix set_guest_back_ptr to ignore empty PTEs. |
2006-06-01 |
kfraser |
10236:09d9d6e7b985 |
Fix MMU_NORMAL_PT_UPDATE when passed a page that is no longer of type page-table. |
2006-05-31 |
awilliam |
10235:25483d9b55d4 |
[IA64] fix up a few more warnings |
2006-05-31 |
awilliam |
10234:671e8bd80d9a |
[IA64] remove linux-2.6-xen-sparse/arch/ia64/xen/xenconsole.c |
2006-05-31 |
awilliam |
10233:acabf4bdec4f |
merge with xen-unstable.hg |
2006-05-31 |
awilliam |
10232:3be4c8288737 |
[IA64] Add several missing is_running_on_xen(). |
2006-05-31 |
awilliam |
10231:003157eafd66 |
[IA64] remaining warnings removed |
2006-05-31 |
awilliam |
10230:a9d58ef8e4e7 |
[IA64] Add sal emulation to VTI domain |
2006-05-31 |
awilliam |
10229:380f87e8003f |
[IA64] VTI: Initialize VHPT headers invalid |
2006-05-31 |
awilliam |
10228:e3d2411fb486 |
[IA64] VTI: set isr before injecting fault to guest |
2006-05-31 |
awilliam |
10227:7ae164a41569 |
[IA64] preparation for vga acceleration of VTI domain |
2006-05-30 |
awilliam |
10226:fca97f3ab031 |
[IA64] clean up ia64 xen-mkbuildtree-pre |
2006-05-30 |
awilliam |
10225:c2aedb26d124 |
[IA64] use is_running_on_xen() |
2006-05-30 |
awilliam |
10224:31ffbf4116ec |
[IA64] add missing END(xen_bsw1) |
2006-05-30 |
awilliam |
10223:166073f830a3 |
[IA64] VTI: Optimize thash vtlb algorithm |
2006-05-30 |
awilliam |
10222:18b087bafac6 |
[IA64] VTI: simple format cleanup |
2006-05-26 |
awilliam |
10221:c073ebdbde8c |
merge with xen-unstable.hg |
2006-05-25 |
awilliam |
10220:9d52a66c7499 |
[IA64] support FPSWA hypercall |
2006-05-25 |
awilliam |
10219:faae893d428e |
[IA64] support FPSWA emulation |
2006-05-25 |
awilliam |
10218:7c406cefc1aa |
[IA64] remove evtchn_ia64.c |
2006-05-24 |
awilliam |
10217:ceaae8fbe3f7 |
[IA64] fix AFLAGS again |
2006-05-24 |
awilliam |
10216:c7e8d1673140 |
[IA64] acpi read-only mapping |
2006-05-24 |
awilliam |
10215:5674e4fe8f02 |
[IA64] GNTMAP_readonly support linux part |
2006-05-24 |
awilliam |
10214:40959bc0a269 |
[IA64] GNTMAP_readonly support xen part |
2006-05-24 |
awilliam |
10213:2cab08ac143b |
[IA64] support DOMID_XEN and DOMID_IO of foreign domain page mapping |
2006-05-24 |
awilliam |
10212:35f2341bfac8 |
[IA64] fix dirty_bit in xenivt.S |
2006-05-24 |
awilliam |
10211:35c3aa445bcd |
[IA64] remove unused audio driver from buildconfigs |
2006-05-24 |
awilliam |
10210:8fab4a407c52 |
[IA64] swap XEN_HYPER_ITC_D and XEN_HYPER_ITC_I |
2006-05-24 |
awilliam |
10209:29d31af10e57 |
[IA64] Add ptc.l emulation |
2006-05-23 |
awilliam |
10208:83c0449db67a |
[IA64] work around ENOSYS vs EINVAL in ioremap |
2006-05-23 |
awilliam |
10207:0dabd651b856 |
[IA64] Add -rc support to sparse-merge |
2006-05-23 |
awilliam |
10206:953753661a3b |
[IA64] make xenLinux/ia64 privcmd mmap not to use dom0 memory |
2006-05-23 |
awilliam |
10205:f0f88d9c4c9e |
[IA64] Final patch to make evtchn fully working for xen/ia64 |
2006-05-23 |
awilliam |
10204:5be25952b50d |
[IA64] Clean up pirq bind code |
2006-05-23 |
awilliam |
10203:2f2f500c26da |
[IA64] Add event injection logic |
2006-05-23 |
awilliam |
10202:d8659e39ff3c |
[IA64] Add do_callback_ops |
2006-05-23 |
awilliam |
10201:23fe235cb6d3 |
[IA64] Import linux header files |
2006-05-31 |
kfraser |
10200:0ec4b9dfd5b4 |
Export XEN_ROOT from top-level Makefile. Ensures it is |
2006-05-31 |
kfraser |
10199:254d5baba42c |
[SVM] Remove redundant MAX_INST_SIZE definition. |
2006-05-31 |
kfraser |
10198:94947f282fa2 |
Fix ACM hypercall macros (broke the x86/64 and ia64 builds). |
2006-05-31 |
kfraser |
10197:414dabe82a31 |
Use a global build configuration file, and rework libxc Makefile for PPC. |
2006-05-31 |
kaf24 |
10196:9e207a5cf589 |
[HVM] Fixes to buffer handling in ne2000 device model. |
2006-05-31 |
kaf24 |
10195:d291e3a930dd |
The xm dmesg command wasn't taking the -c/--clear options because of |
2006-05-31 |
kaf24 |
10194:59bd5b9f5043 |
Update .hgignore list for rombios changes. |
2006-05-31 |
kaf24 |
10193:fbcb603288bb |
[VTPM_TOOLS] Updated vtpm for new release of the tpm_emulator. |
2006-05-31 |
kaf24 |
10192:b3b5f3ff2100 |
[MINIOS] Various address-space fixes. |
2006-05-31 |
kaf24 |
10191:2c0cd4075d1c |
[HVMLOADER] Default to 8-way SMP rombios. |
2006-05-31 |
kaf24 |
10190:e5de45e2edaf |
[SVM] Fix virtualization of the CPUID NX bit, and clean up other CPUID bits. |
2006-05-31 |
kaf24 |
10189:ec1e371ec320 |
[HVM] Fix shadow mode to not corrupt frame 0's page_info struct. |
2006-05-31 |
kaf24 |
10188:86062ecef294 |
[ACM] Add a hypervisor call macro to the linux kernel; it |
2006-05-31 |
kaf24 |
10187:afabaa39be52 |
Fix x86/64 definition of dma_get_cache_alignment(). |
2006-05-30 |
cl349 |
10186:ff6666d67b83 |
Explicitly use sh to run ioemu configure |
2006-05-30 |
cl349 |
10185:ac3a4fc11e3e |
Explicitly use sh to run mkhex |
2006-05-30 |
kaf24 |
10184:0b98fcb98889 |
Fix PAE debug builds to avoid shadowing shadow-mode pgdirs below 4GB. |
2006-05-30 |
kaf24 |
10183:c43080e63545 |
Fix infinite recursion loop in get_page_type() error path. |
2006-05-30 |
kaf24 |
10182:e58e04589d11 |
Define halt() and safe_halt() properly for Linux-on-Xen. Remove duplicated |
2006-05-30 |
kaf24 |
10181:6a3462993320 |
Make perfc_valuea actually return the value it reads. |
2006-05-30 |
kaf24 |
10180:e0ec3587a2f0 |
[HVM][AMD] Support HVM SMP guests on AMD Pacifica hardware (svm platform). |
2006-05-30 |
kaf24 |
10179:5be9e927533d |
[HVM] Fix a bug in the emulation of the xchg instruction. |
2006-05-30 |
kaf24 |
10178:1dd2062668b2 |
[BALLOON] Remove the static lower bound on memory target from balloon driver. |
2006-05-30 |
kaf24 |
10177:d5f98d23427a |
Fix the support for PAE pgdirs above 4GB that was introduced in |
2006-05-28 |
ack |
10176:6d476981e3a5 |
Update docs for new credit scheduler and cleanup out of date scheduler stuff. |
2006-05-28 |
kaf24 |
10175:444abe25611f |
Fix SMP boot for kernels without CONFIG_HOTPLUG_CPU. |
2006-05-27 |
kaf24 |
10174:71fa0e0d520c |
Rename csched -> sched_credit/sched-credit in control plane. |
2006-05-26 |
kaf24 |
10173:954f4dea9da6 |
[PAE] Allow pgdirs above 4GB for paravirt guests. |
2006-05-26 |
kaf24 |
10172:3ed325fa395b |
Remove bogus inline asm of unused function memchr(). |
2006-05-26 |
kaf24 |
10171:2dc7c2712700 |
Cast to a signed type before negating if we really want the result to be negative. |
2006-05-26 |
kaf24 |
10170:b049fb947f2a |
[MINIOS] Allows the use of a C library without modifying Mini-OS source files. |
2006-05-26 |
Ian Campbell |
10169:96ce5961b5eb |
Move include/asm-x86_64/e820.h to include/asm-x86_64/mach-xen/asm/e820.h |
2006-05-26 |
ack |
10168:e539abd27a0f |
New weighted fair-share CPU scheduler w/ automatic SMP load balancing |
2006-05-26 |
kaf24 |
10167:b6937b931419 |
Fix cscope rule in .hgignore. |
2006-05-25 |
kaf24 |
10166:ac4a961f7e64 |
Remove net_driver_util module. Inline the one mac-parsing function |
2006-05-25 |
kaf24 |
10165:93db1b536f38 |
[XEND] Wait sufficient time for memory to balloon out before creating a new domain. |
2006-05-25 |
kaf24 |
10164:26b8e3e7430d |
Allow compat hypercalls to be made via privcmd (to support older userspaces). |
2006-05-25 |
kaf24 |
10163:218daa547e8a |
Fix VMEXIT tracing. |
2006-05-25 |
kaf24 |
10162:da7fe04d8e80 |
[HVM] Support multiple HVM time device models coming soon. |
2006-05-25 |
kaf24 |
10161:f4f4dd936103 |
Fix x86/64 build after previous changeset. |
2006-05-25 |
kaf24 |
10160:4c058926e92b |
Remove redundant test in grant-table interface code. |
2006-05-25 |
kaf24 |
10159:41de9cd7971b |
Change the x86_emulate() interface to pack all context arguments |
2006-05-25 |
kaf24 |
10158:79d74ce206bb |
[BALLOON] Do not allow target to be set below two percent of maximum |
2006-05-25 |
kaf24 |
10157:1449c0f57b9d |
Do not include asm/fixmap.h directly from non-arch-specific Linux files. |
2006-05-25 |
kaf24 |
10156:b36697ed766c |
[XEND] Remember cpu-pinning information across guest restarts. |
2006-05-25 |
kaf24 |
10155:1a18ca9a4a0b |
Fix xc_tbuf.c indentation and stop turning failure to change |
2006-05-25 |
kaf24 |
10154:0f162a135140 |
Ensure trace-buffer size is set back to zero if trace buffers can't be allocated. |
2006-05-25 |
kaf24 |
10153:c9c40f6baba0 |
[NET] front: Use netif_carrier to model backend-connection state. |
2006-05-25 |
kaf24 |
10152:e0bbba2b9850 |
Separate xenbusstate enumeration from typedef. Avoid using the typedef |
2006-05-24 |
cl349 |
10151:ad33b3882867 |
Fix IDE CD-drive PIO mode. |
2006-05-24 |
kaf24 |
10150:2436cc71de50 |
Remove unnecessary x86-specific mapping code from privcmd interface. |
2006-05-24 |
kaf24 |
10149:041127f2c687 |
[XENSTORE] Make use of /proc/xen/xsd_{port,kva} private to the Linux implementation. |
2006-05-24 |
kaf24 |
10148:ed696467fe64 |
[PTRACE] Fix ptrace for hvm guests. |
2006-05-24 |
kaf24 |
10147:52cec91b7560 |
Event-channel driver: Use for_each_possible_cpu instead |
2006-05-24 |
kaf24 |
10146:e336c37b8de0 |
Fix kcons_write and kcons_write_dom0 CodingStyle. |
2006-05-24 |
kaf24 |
10145:84dd753a9247 |
Use DEFINE_SPINLOCK in Linux drivers, conforming to coding style. |
2006-05-24 |
kaf24 |
10144:1345b20cca56 |
Remove broken inline-asm string functions from Xen/x86. The |
2006-05-23 |
emellor |
10143:187180382772 |
Allow a guest to determine its VM UUID. |
2006-05-23 |
emellor |
10142:d809359ab32d |
Fix log message written when xenstored corrupts its store. |
2006-05-23 |
emellor |
10141:956f7c5b1c1f |
Added get_permissions implementation. |
2006-05-23 |
emellor |
10140:4c14bca8ca93 |
Fix xspy_get_permissions -- you can't increment the perms pointer when |
2006-05-23 |
kaf24 |
10139:606db2959bd6 |
Move Xen CPU hotplug code into new file cpu_hotplug.c. |
2006-05-22 |
awilliam |
10138:2d08d6db792b |
[IA64] update default build configs |
2006-05-22 |
awilliam |
10137:72c5d8206d48 |
merge with xen-unstable.hg |
2006-05-22 |
awilliam |
10136:fbf676a36ee4 |
[IA64] Enable VTi network by defalt |
2006-05-21 |
awilliam |
10135:303e1b6bf727 |
[IA64] Enable P2M/VP by default |
2006-05-21 |
awilliam |
10134:2e5d4e459c1c |
[IA64] add missing ia64_trace_syscall privop |
2006-05-21 |
awilliam |
10133:df3d143a1139 |
[IA64] make it possible to disable CONFIG_XEN |
2006-05-21 |
awilliam |
10132:2e85df9329f8 |
[IA64] sparse-merge: check SPARSEDIR for modifications |
2006-05-21 |
awilliam |
10131:03424ac6fd58 |
[IA64] minor fix for sparse-merge |
2006-05-18 |
awilliam |
10130:2fa8573b248f |
[IA64] panic when ioremap hypercall fails. |
2006-05-17 |
awilliam |
10129:d2f6e3d70f22 |
[IA64] pte_xchg added |
2006-05-17 |
awilliam |
10128:bd714da877c7 |
[IA64] add parameter check to ioremap hypercall |
2006-05-17 |
awilliam |
10127:41e7549d7df9 |
[IA64] struct mm is now a field of struct domain |
2006-05-17 |
awilliam |
10126:8df6a7308178 |
[IA64] Correctly set aml code of domU dsdt. |
2006-05-17 |
awilliam |
10125:2de2952715d9 |
[IA64] Fix xm pause/unpause bug |
2006-05-17 |
awilliam |
10124:998aa66b6502 |
[IA64] Fix VTi domain destroy bug |
2006-05-16 |
awilliam |
10123:99f880fea7e1 |
[IA64] Include automated sparse merge script |
2006-05-16 |
awilliam |
10122:303406dd9e3b |
[IA64] P2M/VP build fix |
2006-05-16 |
awilliam |
10121:77ccce98ddef |
[IA64] vhtp clean-up |
2006-05-16 |
awilliam |
10120:06e5c5599147 |
[IA64] Allow multiple-time mmap of the privcmd device |
2006-05-16 |
awilliam |
10119:608ac00f4cfc |
[IA64] Fix VTi |
2006-05-15 |
awilliam |
10118:cdecdd55f0d3 |
[IA64] Get rid of dcr bit 63 trick. |
2006-05-15 |
awilliam |
10117:299f048c4855 |
[IA64] Strengthen dom0_getmemlist |
2006-05-15 |
awilliam |
10116:90329e7d6be5 |
[IA64] move evtchn_vector to shared_info |
2006-05-14 |
awilliam |
10115:b487f4e1b09f |
[IA64] Fix VTI boot |
2006-05-12 |
awilliam |
10114:a7b7528c5ec1 |
[IA64] bug fix (for SMP-g) |
2006-05-12 |
awilliam |
10113:304b3d9011c3 |
[IA64] xen: remove mm_struct::pt_list |
2006-05-12 |
awilliam |
10112:666bc6079577 |
[IA64] xen: implemanted domain destruction again |
2006-05-12 |
awilliam |
10111:8b2295822e0d |
[IA64] xen: fix vmx_build_physmap_table() |
2006-05-12 |
awilliam |
10110:d86236cb824a |
[IA64] linux: remove dom0vp_populate_physmap hypercall |
2006-05-12 |
awilliam |
10109:8c0d89f8d0f7 |
[IA64] xen: remove dom0vp_populate_physmap hypercall |
2006-05-12 |
awilliam |
10108:4fc1110f09c9 |
[IA64] xen: balloon driver support |
2006-05-12 |
awilliam |
10107:7bba3c5af9a8 |
[IA64] Fix a vtlb bug and do some cleanup |
2006-05-12 |
awilliam |
10106:07a75bf044b4 |
[IA64] put hot vhpt entry at VHPT HEADER |
2006-05-12 |
awilliam |
10105:4de0ff0c1357 |
[IA64] Clear rse invalid partition before resuming to VTi guest |
2006-05-11 |
awilliam |
10104:8802e603a0f1 |
[IA64] Fix Alt DTLB error message |
2006-05-11 |
awilliam |
10103:d4fa337df873 |
[IA64] NR_hypercalls definition on IA64 |
2006-05-11 |
awilliam |
10102:08bc4e5ac625 |
[IA64] Remove warning (process.c) |
2006-05-10 |
awilliam |
10101:ea181d857712 |
[IA64] update xenivt.S and xenentry.S |
2006-05-10 |
awilliam |
10100:00141f6d15e0 |
[IA64] linux: MULTI_update_va_mapping definition to copmile netback and netfront |
2006-05-10 |
awilliam |
10099:2286ce3035fc |
[IA64] linux: maddr_t definition to compile netback and netfront |
2006-05-10 |
awilliam |
10098:9e5193230a4b |
[IA64] linux: ia64 coreMakefile clean up |
2006-05-10 |
awilliam |
10097:97dddc2e6912 |
[IA64] linux: ia64 drivers Makefile clean up |
2006-05-10 |
awilliam |
10096:1283874dff10 |
[IA64] linux: ia64 Kconfig |
2006-05-10 |
awilliam |
10095:c3506e73b63e |
[IA64] Display the information in fault handler |
2006-05-10 |
awilliam |
10094:f024bb5f5a07 |
[IA64] ia64_new_rr7 rewritten + cleanup |
2006-05-10 |
awilliam |
10093:9de9ad0685bf |
[IA64] SetVirtualAddressMap emulation support |
2006-05-09 |
awilliam |
10092:e2fba6729281 |
[IA64] add a default for XEN_IA64_DOM0_VP |
2006-05-09 |
awilliam |
10091:11b7dc3529b9 |
[IA64] remove remaining warnings in .S files |
2006-05-09 |
awilliam |
10090:6e979aa0e6d2 |
[IA64] panic -> panic domain |
2006-05-09 |
awilliam |
10089:874661fc2d42 |
[IA64] compilation fix of ia64 hypervisor.c |
2006-05-09 |
awilliam |
10088:23694acabb72 |
[IA64] linux: HYPERVISR_update_va_mapping() |
2006-05-09 |
awilliam |
10087:873a3451a81a |
[IA64] linux: XENMEM op work around |
2006-05-09 |
awilliam |
10086:5f0bdd0ef9dc |
[IA64] linux: drivers/xen/util.c for ia64 |
2006-05-09 |
awilliam |
10085:e891c49c7bc0 |
[IA64] linux: privcmd_mmap() and direct_remap_pfn_range() |
2006-05-09 |
awilliam |
10084:fc75a2c9835e |
[IA64] linux: arch_free_page() |
2006-05-09 |
awilliam |
10083:e502007031f4 |
[IA64] linux: grant table hypercall work around |
2006-05-09 |
awilliam |
10082:423bee635129 |
[IA64] linux: remove alloc_empty_foreign_map_page() |
2006-05-09 |
awilliam |
10081:7296d8fb07ff |
[IA64] xen: grant table support |
2006-05-09 |
awilliam |
10080:8ac86f96879f |
[IA64] xen: 64KB vhpt size |
2006-05-09 |
awilliam |
10079:ada6dba78b6e |
[IA64] xen: hypercall no clean up |
2006-05-09 |
awilliam |
10078:32db03c64a12 |
[IA64] linux: macro clean up |
2006-05-09 |
awilliam |
10077:f090ab3f06e7 |
[IA64] linux: xen-mkbuildtree-pre more cleanup |
2006-05-08 |
awilliam |
10076:5d9eb92e63e2 |
merge with xen-unstable.hg |
2006-05-08 |
awilliam |
10075:707737b66f58 |
[IA64] RSE incomplete cfm |
2006-05-08 |
awilliam |
10074:ee97d247a3b7 |
[IA64] cleanup hyperprivop definitions |
2006-05-08 |
awilliam |
10073:da5a42b7d719 |
[IA64] fix initrd start |
2006-05-08 |
awilliam |
10072:cd1df13fb1c4 |
[IA64] Removed warning messages |
2006-05-08 |
awilliam |
10071:cf66d644b4d6 |
[IA64] Fixed print_md |
2006-05-08 |
awilliam |
10070:70b7d520bda4 |
[IA64] Fix RSE issue in VTI-domain |
2006-05-08 |
awilliam |
10069:3ab5ab4d6d75 |
[IA64] slightly improve stability |
2006-05-22 |
kaf24 |
10068:13d6d993d797 |
[IA64] Work around auto-ballooning changes. |
2006-05-22 |
Ian Campbell |
10067:dbcb8acc8f59 |
Fix x86/64 by passing the required length to reserve_bootmem instead of the end address |
2006-05-22 |
ack |
10066:c6da0c5b03ff |
Patch linux so that /proc/stat shows all -- not just online -- CPUs. |
2006-05-22 |
Ian Campbell |
10065:dec7f819293c |
Fix x86/64 -xenU build. probe_roms() is only defined if building a privleged |
2006-05-22 |
Ian Campbell |
10064:9d838b8ceebf |
Remove DOM0_PHYSICAL_MEMORY_MAP dom0 op. |
2006-05-22 |
Ian Campbell |
10063:8fa46042348c |
Convert x86/64 Linux to use the new memory map hypercall. |
2006-05-22 |
Ian Campbell |
10062:d61211a6c273 |
Convert x86/32 Linux to use the new memory map hypercall. |
2006-05-22 |
Ian Campbell |
10061:810ad61870e8 |
New memory_op subops which return the apparent or actual physical address map. |
2006-05-22 |
Ian Campbell |
10060:ebfa1046a81f |
Add include/asm-x86_64/e820.h to sparse tree |
2006-05-22 |
Ian Campbell |
10059:49bb240a05ee |
Re-order code in preparation for future patches. |
2006-05-21 |
kaf24 |
10058:14717dedba02 |
[LOADER] More sanity checks when parsing Elf images to avoid |
2006-05-21 |
kaf24 |
10057:0f16f0871dc9 |
[ACM] Replace the union structure parameter of the ACM hypercalls |
2006-05-21 |
kaf24 |
10056:e99987843336 |
Finish separating the typedefs from structure definitions in Xen public headers. |
2006-05-21 |
kaf24 |
10055:d9f63f9361c4 |
[LOADER] Another change to the elf_paddr_offset/virt_base logic. |
2006-05-21 |
kaf24 |
10054:4dcb93547710 |
[LOADER] Remove check for VIRT_BASE existence: it's not needed |
2006-05-20 |
kaf24 |
10053:d081a485f34b |
[BUILDER] Always build initial PAE pagetables with a fourth mid-level |
2006-05-19 |
cl349 |
10052:ab27023d4c5b |
Don't require sed to support the -r option. |
2006-05-19 |
cl349 |
10051:08353fdf4031 |
Make the latest network-bridge tweaks work in a busybox environment too. |
2006-05-19 |
kaf24 |
10050:3c2e7925bb93 |
[SHADOW] Crash the guest rather than BUGing the whole system when out of memory. |
2006-05-19 |
emellor |
10049:d0d9f50517f7 |
Merged. |
2006-05-19 |
Anthony Liguori |
10048:ae0175bf0631 |
Expose the exceptions thrown by xen.lowlevel.xc so they can be caught. |
2006-05-19 |
kaf24 |
10047:852a1fd80f42 |
[MINIOS] PAE support. |
2006-05-19 |
harry |
10046:9b11eeab4558 |
Add a read-verify block device test to xm-test. |
2006-05-19 |
stekloff |
10045:224e9878c6d4 |
This patch resizes the file system on the xm-test HVM disk.img to use |
2006-05-19 |
emellor |
10044:33b2ae024663 |
Merged. |
2006-05-19 |
emellor |
10043:ea609f28ec01 |
The enforce_dom0_cpus test sets the number of vcpus for the Dom0 and |
2006-05-19 |
kaf24 |
10042:d714f923b7cf |
Several page allocations, done in the hypervisor when starting an HVM |
2006-05-19 |
kaf24 |
10041:f4f2ff82e797 |
[XEND] An empirical and more conservative memory-overhead estimate for PV and HVM guests. |
2006-05-19 |
kaf24 |
10040:e7d7287ab222 |
[XEND] separate concept of initial memory size and overhead memory size. |
2006-05-19 |
kaf24 |
10039:32013c5118d2 |
[XM-TEST] Use explicit (IP id==packet size) on hping2 tests to avoid |
2006-05-19 |
kaf24 |
10038:292b4d017d56 |
[NET] front: Remove duplicate maybe_wake_tx |
2006-05-19 |
kaf24 |
10037:167790b102ac |
Fix xentrace_format to deal with more than 16 CPUs. |
2006-05-19 |
kaf24 |
10036:a5ef851c217b |
[NET] front: remove use of typedefs for structures. |
2006-05-19 |
kaf24 |
10035:093f8d333568 |
Place typedefs on their own separate lines in the Xen public headers. |
2006-05-19 |
kaf24 |
10034:b736d3335641 |
Introduce is_running_on_xen() to test whether we are running on Xen before |
2006-05-19 |
kaf24 |
10033:1855124935e2 |
Fix a crash in gdbserver-xen where it references unmapped memory if |
2006-05-18 |
kaf24 |
10032:aa17b7173325 |
[NET] front: remove unnecessary include of proc_fs.h. |
2006-05-18 |
kaf24 |
10031:3d3e5a3008f6 |
Check `global' property of the arch specific virqs. |
2006-05-18 |
kaf24 |
10030:48c0f5489d44 |
Remove Emacs variables settings from tail of our Linux files. |
2006-05-18 |
kaf24 |
10029:5e1c99e5d194 |
Rename init_IRQ to xen_init_IRQ, so that non-x86 can use their own init_IRQ. |
2006-05-18 |
kaf24 |
10028:25dbb1819633 |
Remove __TEST_HARNESS__ tests from x86_emulate: instead check for __XEN__ |
2006-05-18 |
kaf24 |
10027:cb4d2fc638ec |
[NET] front: clean up create_netdev interface. |
2006-05-18 |
kaf24 |
10026:b9b316bfab15 |
[NET] front: Add a sysfs interface for tuning the receive buffer values. |
2006-05-18 |
kaf24 |
10025:6f957675015d |
[NET] front: Give netfront a procectomy. The existing /proc interface |
2006-05-18 |
kaf24 |
10024:843b9ef21352 |
[NET] front: Network devices need to be freed by free_netdev not kfree. |
2006-05-18 |
kaf24 |
10023:65421cc6d86b |
[NET] front: The initialization and removal functions should be tagged |
2006-05-18 |
kaf24 |
10022:119ec4117708 |
[NET] front: The receive buffer accounting should be unsigned to avoid |
2006-05-18 |
kaf24 |
10021:898426a79d5a |
[NET] front: Minor style fix and eliminate Emacs style comment which |
2006-05-18 |
kaf24 |
10020:4bd332f2bb1e |
[NET] front: clean up transmit queue waking |
2006-05-18 |
kaf24 |
10019:64fbdbc31dba |
[NET] front: Replace user_state with netif_running |
2006-05-18 |
kaf24 |
10018:21bd82ade5cc |
[NET] front: Remove tx_full and unnecessary queue operations |
2006-05-18 |
kaf24 |
10017:56444cd2805c |
Fix the build after SVM patches. |
2006-05-18 |
kaf24 |
10016:1d2e4a873003 |
SVM patch to add a host save area per core for the hypervisor and also |
2006-05-18 |
kaf24 |
10015:0fbec6836905 |
Fix register corruption caused by c/s 9922. |
2006-05-17 |
kaf24 |
10014:b4361ae1aabc |
SVM patch to cleanup guest event injection logic, remove unnecessary |
2006-05-17 |
kaf24 |
10013:3d85f350a66a |
SVM patch to reverse the logic of the general1 intercepts for easier |
2006-05-17 |
kaf24 |
10012:632ad28f2fd7 |
SVM patch to cleanup IOIO handling, do not use "real" mode but rather |
2006-05-17 |
kaf24 |
10011:81ab21f76a6f |
Add hotkey 'v' to hypervisor monitor to print VMCS areas. |
2006-05-17 |
kaf24 |
10010:345464c2fd47 |
Allow to specify different time-of-day clock offsets for HVM guests. |
2006-05-17 |
kaf24 |
10009:dbe396fd6fd8 |
Theoretically a 0 VIRT_BASE is okay. Change the bail code when |
2006-05-17 |
kaf24 |
10008:18c3da3ad6f7 |
When doing local migration, a timing-related problem occurred due to the |
2006-05-17 |
kaf24 |
10007:72ef14e79cc0 |
VTPM_TOOLS: Restructured handlers for better clearity and created an ipc |
2006-05-17 |
kaf24 |
10006:43d141d56c78 |
This patch fixes the Linux builder so that it dies gracefully when |
2006-05-17 |
kaf24 |
10005:86d8246c6aff |
This patch fixes the x86_64 __xen_guest section allowing Mini-OS to run again. |
2006-05-16 |
kaf24 |
10004:7cbc1fc8dbea |
Add some locking to the PIC device model. Improves SMP guest stability. |
2006-05-16 |
kaf24 |
10003:7fdc4a8b782b |
Fix MOVS instruction emulation for HVM MMIO. |
2006-05-16 |
kaf24 |
10002:aab3cd33d2ba |
[MINIOS] Fix the pagefault handler to detect recursive faults. |
2006-05-16 |
kaf24 |
10001:3dca5b4add2b |
Fixes to the xenoprofile Linux driver. |
2006-05-16 |
kaf24 |
10000:c20e766a1f72 |
Our 10,000th changeset! (Clean up trailing whitespace in README file :-) |
2006-05-16 |
kaf24 |
9999:bc7d49df1651 |
Fix the tools build: |
2006-05-16 |
kaf24 |
9998:df1521633fb5 |
Prevent an oops in Dom0 that occurs when a CD device, specified as one |
2006-05-16 |
kaf24 |
9997:c5551469f00e |
Extend xentrace man page. |
2006-05-16 |
kaf24 |
9996:18fceb2f6b2d |
Use common code for enabling tracing via xenmon and xentrace, also fixing |
2006-05-16 |
kaf24 |
9995:6a285d7d7b39 |
Document the UUID domU configuration parameter in example configurations. |
2006-05-16 |
kaf24 |
9994:4fd6ba0e3336 |
[XENOPROFILE] Fix incorrect use of on_each_cpu() which could lead |
2006-05-15 |
kaf24 |
9993:dc213d745642 |
Allow linking of mini-os with application-specific object code. |
2006-05-15 |
kaf24 |
9992:cb70d4f8d718 |
Fix spelling errors in man pages. |
2006-05-15 |
kaf24 |
9991:d20a2a971103 |
Fix the performance issues of 2-level paging HVM guests on the PAE |
2006-05-15 |
kaf24 |
9990:79d28e3505c2 |
Remove unnecessary extra linker parameters from qemu-dm build. |
2006-05-15 |
kaf24 |
9989:f8d20c3e4225 |
Add rudimentary ACPI support which allows a fully virtualized domain |
2006-05-14 |
kaf24 |
9988:d056f91cfd95 |
Fix 64-bit build. xc_ptrace() is still broken for x86/64 however. |
2006-05-12 |
kaf24 |
9987:8e6835fa7c4b |
Fix an out-of-bounds memory access in xc_ptrace.c. |
2006-05-12 |
kaf24 |
9986:93379554837c |
Re-enables ptrace for paravirtualized guests. |
2006-05-12 |
kaf24 |
9985:b4842d0f49da |
Update the readme for tools/examples/scripts. |
2006-05-12 |
kaf24 |
9984:7f98c67636f4 |
Fix xentrace to initialise the trace buffers if they are not set up. |
2006-05-12 |
kaf24 |
9983:1b55b85f8cb2 |
Fix the cirrus vga model to not leak memory when switching between |
2006-05-12 |
kaf24 |
9982:c92fbde4074d |
Move set/unset_vram_mapping into cirrus_vga.c, pending a fixup patch. |
2006-05-11 |
cl349 |
9981:062d109ce872 |
Fix network bridge script to select the right interface when bridge already exists. |
2006-05-11 |
cl349 |
9980:d0c7cc0afd15 |
Add support to domain builders for loading kernels with physical addresses in the elf paddr and entry fields. |
2006-05-11 |
vhanquez |
9979:891e0d1cf4ab |
dom0 and anonymous connections can create unlimited sized entries in the store. |
2006-05-11 |
vhanquez |
9978:08f5adb5058b |
Try to create runtime xenstored's directories at startup time. |
2006-05-11 |
Ryan Harper |
9977:fdd64fd51edd |
Fix up enforce_dom0_cpu test case to check that dom0 has at least 2 vcpus |
2006-05-11 |
kaf24 |
9976:d5d46dbfde22 |
x86/64 has the wrong number of arguments defined for HYPERVISOR_xenoprof_op. |
2006-05-11 |
kaf24 |
9975:6b7c54556ac8 |
I am adding one more test case for vTPM migration. The new one does |
2006-05-11 |
kaf24 |
9974:f6ebf236faee |
Fix the building of the Xen TPM driver as module and prevents front- |
2006-05-11 |
kaf24 |
9973:e96f98f9c289 |
Fix a typo in xc_ptrace() and fix single-stepping when attached |
2006-05-10 |
kaf24 |
9972:91c77df11b43 |
When we copy packet sin netback/netfront make sure the new skb has |
2006-05-10 |
kaf24 |
9971:36e0159c001b |
This patch adds a boolean parameter 'network' to the save method of the |
2006-05-10 |
kaf24 |
9970:60f7b567bb2b |
Simply do not declare module_exit() handlers for netback/blkback, rather |
2006-05-10 |
kaf24 |
9969:b61908e30015 |
proto_csum_blank field gets lost if packet is copied in netback driver. |
2006-05-10 |
kaf24 |
9968:4b4d16fe0b05 |
The PciController class lacks a configuration method to re-generate the |
2006-05-10 |
kaf24 |
9967:50989084d4d0 |
This patch enhances the Summagraphics emulation by adding 2 features: |
2006-05-10 |
kaf24 |
9966:25da74e2f8fb |
Reset Cirrus device model `VRAM' whenever a VGA/SVGA mode switch occurs. |
2006-05-10 |
kaf24 |
9965:8685b64538fa |
Clean up and refactor some parts of the vTPM and migration-related scripts. |
2006-05-10 |
kaf24 |
9964:0ee5869b4894 |
Fix a couple of problems in the TPM backend driver. |
2006-05-10 |
kaf24 |
9963:8f02d7cb222a |
This small patch fixes new make-dependencies of the secpol_tool |
2006-05-10 |
kaf24 |
9962:d8954fc3b76b |
Set up and tear down phys_proc_id, cpu_core_id, cpu_sibling_map |
2006-05-10 |
kaf24 |
9961:019411cc3ae5 |
Fix blkif and netif backend teardown -- do not remove devices from |
2006-05-08 |
cl349 |
9960:1e3977e029fd |
Fix PAE build: add CONFIG_I2O_EXT_ADAPTEC_DMA64=y to linux-defconfig_xen_x86_32. |
2006-05-08 |
cl349 |
9959:4bc1229b2573 |
Make cscope hgignore wildcard a little bit less permissive. |
2006-05-08 |
cl349 |
9958:c51c1e7ce0a3 |
Make Xen version numbers more flexible. |
2006-05-08 |
kaf24 |
9957:85de2de64699 |
Add module license to xenbus_be, otherwise the module cannot be loaded. |
2006-05-08 |
kaf24 |
9956:a658da3a22dd |
The current Xen code for VMX is setting the gp fault vmexiting in |
2006-05-08 |
cl349 |
9955:32444375fd3d |
Fix code which finds the default interface if there are static routes. |
2006-05-07 |
stekloff |
9954:1d2a0e2ef8f7 |
The buildroot xm-test grabs is no longer present, this patch fixes it. |
2006-05-07 |
emellor |
9953:c2c02e425c06 |
Fix console runaway detection for the smallmem_neg test, following the changes |
2006-05-07 |
emellor |
9952:bf56c745515f |
Abstract block-attach and block-detach calls, and add to that the correct |
2006-05-06 |
emellor |
9951:491f3f48704e |
Move the logic to find the Xen Python scripts above the import statements. |
2006-05-05 |
emellor |
9950:0afdf20b3efa |
Merged. |
2006-05-05 |
emellor |
9949:d61fc1f33954 |
Use the auxbin module to find the appropriate install directory for our Python |
2006-05-05 |
emellor |
9948:3534801f08da |
Remove ssidref field from test -- this now only works if there is a policy in |
2006-05-05 |
kaf24 |
9947:7fd7f276bb38 |
Add more in_irq() checking. Add irq_enter()/irq_exit() where |
2006-05-05 |
kaf24 |
9946:98f00a4ee0b4 |
Instead of just having the bootloader config sxp replace anything else, |
2006-05-05 |
kaf24 |
9945:0c586a81d941 |
Fix injection of guest faults resulting from failed injection of a |
2006-05-05 |
kaf24 |
9944:7801e09f518c |
Fix python pciif script to reference correct 2.0 compatibility variable. |
2006-05-05 |
kaf24 |
9943:f07676d5c3ab |
Fix dr access from or to extended registers on x86_64. |
2006-05-05 |
kaf24 |
9942:1d9df2f7030d |
Replace a bash-specific redirection in tools/ioemu/configure with a |
2006-05-05 |
kaf24 |
9941:0839d57c8864 |
It's unnecessary on MOV CRn to use "q" or "l" to indicate default |
2006-05-05 |
kaf24 |
9940:6e55040e7b79 |
Replace a bash-specific substitution with equivalent POSIX /bin/sh |
2006-05-05 |
kaf24 |
9939:9aba6cd8e9e1 |
Adjust skb->truesize appropriately in netback driver. |
2006-05-05 |
kaf24 |
9938:9ce1e7c67d5d |
Fix IA64 transparent-virtualization issue (Xen may not be running). |
2006-05-05 |
kaf24 |
9937:65a2cf84b335 |
Add missing spin_unlock_irq() at xen/arch/x86/irq.c |
2006-05-05 |
cl349 |
9936:5afb14264629 |
Don't try to write to pmd pages, there is no writeable-pmd support. |
2006-05-04 |
kaf24 |
9935:8761333499ae |
SVM patch for 64bit hv, to reset the ss, es, ds host selectors to NULL |
2006-05-04 |
cl349 |
9934:ad5b833122a8 |
Linux: upgrade patches to 2.6.16.13. |
2006-05-04 |
cl349 |
9933:44e5abbf333b |
Linux: upgrade to 2.6.16.13. |
2006-05-04 |
cl349 |
9932:d36ac8bf715e |
Remove unused LINUX_SRCS. |
2006-05-04 |
stekloff |
9931:39fa9a75d84b |
Add a HOWTO to help writing tests, includes domains with networking. |
2006-05-04 |
stekloff |
9930:51908f382f92 |
Add new networking infrastructure to Xm-Test. The goal is to make |
2006-05-04 |
emellor |
9929:bef7f5fcf207 |
Second step toward a new network infrastructure, move XmConsole to be |
2006-05-04 |
stekloff |
9928:47dede68bbed |
First step to network infrastructure, add a type to XenDomain to identify |
2006-05-04 |
emellor |
9927:51484df99be1 |
Merged. |
2006-05-02 |
emellor |
9926:55f73916d319 |
Xm-tests 01_memset_basic_pos.test and 03_memset_random_pos.test start |
2006-05-04 |
kaf24 |
9925:1a84eec74331 |
Change Mini-OS so that it uses stddef.h to define size_t and |
2006-05-04 |
kaf24 |
9924:6719dae17b6a |
This patch |
2006-05-04 |
kaf24 |
9923:62c8e97d56cf |
Fix fault handler for both 32 and 64 bit architecture. Clean up unused code. |
2006-05-04 |
kaf24 |
9922:e1a47a269600 |
SVM patch to cleanup the host save area allocation and deallocation, |
2006-05-04 |
cl349 |
9921:bbce4d115189 |
Fix xenbus userspace device transaction tracking. |
2006-05-03 |
kaf24 |
9920:915d5af5dc18 |
Fix mismerge of vmx vm86 patch: 9915:e1409c2ace46afd67b54de1f5c0b2b6d3721ca3b |
2006-05-03 |
kaf24 |
9919:40cd49c88d69 |
Instead of knowing explicitly about the pygrub entry option, allow |
2006-05-03 |
kaf24 |
9918:42a70a529753 |
Introduce some finer-grained locking to prevent calling |
2006-05-03 |
kaf24 |
9917:1449c89adb8b |
Clean up xen-mkbuildtree-pre for ia64 xenlinux. |
2006-05-03 |
kaf24 |
9916:47442d409d8e |
Use native value for SPLIT_PTLOCK_CPUS except on xen/x86. |
2006-05-03 |
kaf24 |
9915:e1409c2ace46 |
Ensure segment bases are consistent with their |
2006-05-03 |
kaf24 |
9914:3f69d30f697d |
Turn page-structure layout assertions into BUILD_BUG_ON(). |
2006-05-02 |
kaf24 |
9913:decf309fb47b |
Balloon driver should hijack the ->lru list field rather than |
2006-05-02 |
kaf24 |
9912:72d1cf383c67 |
Remove i386/x8664 differences in vmx reg store/load routines. |
2006-05-02 |
kaf24 |
9911:8f0f24dae963 |
Virtual net drivers advertise multicast capabilities. |
2006-05-02 |
kaf24 |
9910:42c73f3d7ac1 |
This patch changes to format in which EIP is printed to be consistent on 64-bit regardless of whether the addresses |
2006-05-02 |
kaf24 |
9909:028f80cf0c99 |
This patch conditionalizes some output from perfc_printall(), thus making relevant information more compact and easier |
2006-05-02 |
kaf24 |
9908:7af8039b3c57 |
Fix perfc array range on reset. |
2006-05-02 |
kaf24 |
9907:24dbb153ab39 |
Move Linux-specific privcmd code into private libxc implementations. |
2006-05-02 |
kaf24 |
9906:a95e677073c1 |
Remove obsolete privcmd_blkmsg struct. |
2006-05-02 |
kaf24 |
9905:d7e6e5f29226 |
Fix ia64 build. do_physdev_op* declared incorrectly |
2006-05-02 |
kaf24 |
9904:f6507937cb7c |
Fix x86/64 version of Mini-OS. It encompasses the following: |
2006-05-01 |
kaf24 |
9903:dc3c59367403 |
Clean up compiler.h to define a few more things and update |
2006-05-01 |
kaf24 |
9902:d7c99adf8a35 |
A few functions should be static in shutdown.c. |
2006-05-01 |
kaf24 |
9901:da48960db8d2 |
Include string.h in the hypercall header file to ensure that memcpy() is defined. |
2006-05-01 |
kaf24 |
9900:219ac58678c5 |
The Xen netif drivers won't complile if NET is absent. |
2006-05-01 |
kaf24 |
9899:798c1317f97f |
Compilation fix on ia64. Include linux/vmalloc.h for struct vm_area. |
2006-05-01 |
kaf24 |
9898:f06be4aeb1f1 |
Compilation fix tpmback.c on ia64. Use pfn_to_mfn instead of |
2006-05-01 |
kaf24 |
9897:7997d8f16240 |
Change semantics of grant transfers for vp guests so that the |
2006-04-30 |
kaf24 |
9896:a19cc748469e |
Debugging Xend with XEND_DAEMONIZE set to False doesn't work as |
2006-04-30 |
kaf24 |
9895:63e29ff50fe6 |
Allow architectures to define their own privcmd_mmap() by |
2006-04-30 |
kaf24 |
9894:9ffa49fe58ab |
Introduce XEN_IA64_DOM0_NON_VP to simplify some ifdefs |
2006-04-30 |
kaf24 |
9893:ce48ea86ad72 |
Balloon driver: when in autotranslate mode, pages are returned |
2006-04-30 |
kaf24 |
9892:3e5a203c5489 |
Fix blktap "bad page state" bug. |
2006-04-30 |
kaf24 |
9891:369bdfa1e04a |
balloon_alloc_empty_page_range() should set the reference count |
2006-04-30 |
kaf24 |
9890:0ee104bd6557 |
Remove definition of NR_PIRQS and replace all uses with |
2006-04-30 |
kaf24 |
9889:42a8e3101c6c |
Define new event-channel and physdev hypercalls with a more extensible |
2006-04-28 |
vhanquez |
9888:e0e68942b205 |
Wait for the device to be connected on the guest (with a 10s timeout) |
2006-04-28 |
kaf24 |
9887:5931e98cd744 |
xen/ia64 with dom0 vp model doesn't need the blkbkack ia64 workarounds |
2006-04-28 |
kaf24 |
9886:eba707397410 |
Makefile changes for xen/ia64 with dom0 vp model needs. |
2006-04-28 |
kaf24 |
9885:fb3d073b1cdf |
xen/ia64 with dom0 vp model needs direct_remap_pfn_range() to be called |
2006-04-28 |
kaf24 |
9884:84780e2ea775 |
Define 8 hypercall numbers for arch-specific purposes. |
2006-04-28 |
kaf24 |
9883:a779d642c22a |
Recent GUEST_HANDLE related cset broke ia64 compilation. |
2006-04-28 |
kaf24 |
9882:922f95ab88e4 |
When boot device is cdrom but the cdrom is not bootable, the guest appears |
2006-04-28 |
kaf24 |
9881:59161a85a281 |
Revert the xm-test ramdisk patch until we build new initrds. |
2006-04-28 |
kaf24 |
9880:3726c0afc5af |
Allow for arch specific virq definitions. |
2006-04-28 |
kaf24 |
9879:73435820f513 |
This patch fixes the buildroot for the xm-test ramdisk. The buildroot xm-test |
2006-04-28 |
kaf24 |
9878:ef6216b43278 |
Instead of relying on xm create to always run the bootloader, make sure |
2006-04-28 |
kaf24 |
9877:268e45409ecd |
The features for a domain are more a property of the domain than the |
2006-04-28 |
kaf24 |
9876:f06b6db6823d |
The bootloader code doesn't actually have to deal with the vcpu config |
2006-04-28 |
kaf24 |
9875:a8cac38001ca |
When building with FORTIFY_SOURCE to ensure that return codes of common |
2006-04-28 |
kaf24 |
9874:dfdc32a9814f |
Rename {SG}ET_XEN_GUEST_HANDLE to {sg}et_Xen_guest_handle, as they |
2006-04-28 |
kaf24 |
9873:8bf5637cb269 |
Relax BUG_ON() state ment in increase_reservation() in balloon.c. |
2006-04-27 |
kaf24 |
9872:e0d986fc0978 |
Fix memory_op hypercall mlock/munlock wrapping after the |
2006-04-27 |
kaf24 |
9871:ef0a56c0784d |
Add BUILD_BUG_ON() and a handful of users. |
2006-04-27 |
kaf24 |
9870:4e909143218c |
Add bounds check to get_mfn_from_gpfn(). |
2006-04-27 |
kaf24 |
9869:15788ab9fce2 |
Define __XEN_TOOLS__ when building tools. Use this to |
2006-04-27 |
kaf24 |
9868:4e0f2272fbcd |
Bump Xen interface version number to 0x00030201 for new |
2006-04-27 |
kaf24 |
9867:ec61a8c25429 |
Wrap all GUEST_HANDLEs in structures, and define SET/GET macros to access them |
2006-04-27 |
kaf24 |
9866:4e1b8be54311 |
Rename *GUEST_HANDLE to *XEN_GUEST_HANDLE. |
2006-04-27 |
kaf24 |
9865:a898a6510c5d |
Occasionally large smp machines fail to reboot properly and die under |
2006-04-27 |
kaf24 |
9864:e42ed4332053 |
This patch adds the ability to have restricted write access to some |
2006-04-27 |
kaf24 |
9863:d66dfd584d2f |
Check a write() return value in xenbaked. |
2006-04-27 |
kaf24 |
9862:d265c79031af |
Just allocate unbound irq only from dynirq range, since |
2006-04-27 |
kaf24 |
9861:3d884434ec97 |
Merge with xen-ia64-unstable.hg |
2006-04-26 |
awilliam |
9860:adb151aaf3f8 |
[IA64] Make VTI domain boot |
2006-04-26 |
awilliam |
9859:b3cc9b6e470e |
merge with xen-unstable.hg |
2006-04-26 |
awilliam |
9858:81e0f13bf33c |
[IA64] not quite ready for --fatal-warnings |
2006-04-26 |
awilliam |
9857:4174856876f9 |
[IA64] remove remaining asm warnings |
2006-04-26 |
awilliam |
9856:fcfc614d3713 |
[IA64] cleanup |
2006-04-26 |
awilliam |
9855:e8383c2fcd50 |
[IA64] Fix vm_summary info in VTi domain |
2006-04-25 |
awilliam |
9854:83f7dfe273a0 |
[IA64] remove RELOC_HIDE |
2006-04-25 |
awilliam |
9853:ae709b250f43 |
merge with xen-unstable.hg |
2006-04-25 |
awilliam |
9852:9a915e2828f3 |
[IA64] Fix the total memory info with xm info command |
2006-04-25 |
awilliam |
9851:ddcd9c267612 |
[IA64] Reseve memory of domain0 (fix dom0 boot panic) |
2006-04-25 |
awilliam |
9850:9d88feed1189 |
[IA64] Fixed "Oops: time tick before it's due" issue |
2006-04-25 |
awilliam |
9849:ced37bea0647 |
[IA64] FPH enabling + cleanup |
2006-04-25 |
awilliam |
9848:d23c088eac6d |
[IA64] smp boot speed-up (sal cache flush, itc/itv messages) |
2006-04-25 |
awilliam |
9847:63af1c14fa18 |
[IA64] missed chunk of Kevin's hypercall cleanup patch |
2006-04-25 |
awilliam |
9846:46597f27a0f5 |
[IA64] Hypercall cleanup |
2006-04-25 |
awilliam |
9845:ffba1376c4fb |
[IA64] Use16M page size in identity mapping |
2006-04-25 |
awilliam |
9844:7c7bcf173f8b |
[IA64] cleanup vtlb code |
2006-04-25 |
awilliam |
9843:2d2ef3f4c747 |
[IA64] emulate ldfp8 in mmio |
2006-04-25 |
awilliam |
9842:af32ca486466 |
[IA64] linux: arch/ia64/xen/makefile change |
2006-04-25 |
awilliam |
9841:a3cc276f2e87 |
[IA64] dma paravirtualization |
2006-04-25 |
awilliam |
9840:d63c6ba11c65 |
[IA64] add dom0vp hypercall interfaces |
2006-04-25 |
awilliam |
9839:8a2b2b45e237 |
[IA64] introduce config option |
2006-04-25 |
awilliam |
9838:7a9a00c51588 |
[IA64] introduce dom0vp hypercalls |
2006-04-25 |
awilliam |
9837:ae0d41bd3bba |
[IA64] domain0 builder change |
2006-04-25 |
awilliam |
9836:bb99a6e5456a |
[IA64] introduce efi_memmap_walk_type |
2006-04-25 |
awilliam |
9835:14a34d811e81 |
[IA64] introduce P2M conversion |
2006-04-25 |
awilliam |
9834:259ba45ed77d |
[IA64] introduce compile time option to xen |
2006-04-25 |
awilliam |
9833:5ee12273119c |
[IA64] Remove FORCE_CRASH from alt_itlb_miss |
2006-04-25 |
awilliam |
9832:3575cd80ba8c |
[IA64] message of elf_sanity_check as x86 |
2006-04-21 |
awilliam |
9831:de0c04ed4ab7 |
[IA64] SMP-guest |
2006-04-21 |
awilliam |
9830:bbf325d76768 |
[IA64] translate_domain_pte must handle ED bit and ignre bit[63:53] |
2006-04-21 |
awilliam |
9829:bd264ded5bec |
[IA64] print efi map descriptor infomation at bootup |
2006-04-21 |
awilliam |
9828:1774144596d5 |
[IA64] make dom_pa() static |
2006-04-21 |
awilliam |
9827:2f86b84d0483 |
[IA64] more cleanup in vhpt.h |
2006-04-21 |
awilliam |
9826:de2dc4e7966a |
[IA64] Add support to physdev_ops |
2006-04-21 |
awilliam |
9825:eab6fd4949f0 |
[IA64] Compile iosapic within xen |
2006-04-21 |
awilliam |
9824:19148831ab05 |
[IA64] add base iosapic files |
2006-04-19 |
awilliam |
9823:7ed6c203efe9 |
[IA64] xensystem.h |
2006-04-19 |
awilliam |
9822:dc05c0ce9139 |
[IA64] cleanup of vhpt.h |
2006-04-19 |
awilliam |
9821:c3972d632ff6 |
[IA64] more mmio insn for VTi |
2006-04-19 |
awilliam |
9820:2de95fd92e74 |
[IA64] dom_rid_bits |
2006-04-19 |
awilliam |
9819:a1add4e39878 |
[IA64] Use a constant instead of an hard-coded value. |
2006-04-18 |
awilliam |
9818:41823e46d6ac |
merge with xen-unstable.hg |
2006-04-17 |
awilliam |
9817:4ed269e73e95 |
[IA64] cleanup CONFIG_VIRTUAL_MEM_MAP. |
2006-04-17 |
awilliam |
9816:bdb08c9ef3d1 |
[IA64] Remove unused variables. init_mm and swapper_pg_dir. |
2006-04-17 |
awilliam |
9815:f6e8c269f6af |
[IA64] Add support for discontiguous physical memory. |
2006-04-14 |
awilliam |
9814:042b695ffc69 |
[IA64] fix a mmio bug |
2006-04-14 |
awilliam |
9813:b5c2dba60b69 |
[IA64] vmx_vcpu_set_rr: check rid validity |
2006-04-14 |
awilliam |
9812:96bc87dd7ca9 |
[IA64] get rid of sync_split_cache |
2006-04-14 |
awilliam |
9811:4e8a64d8bd0e |
[IA64] regionreg.c: deallocate metaphysical rids |
2006-04-13 |
awilliam |
9810:918ce6a565b7 |
[IA64] VM_SUMMARY and VM_INFO |
2006-04-13 |
awilliam |
9809:cae4f6e6deab |
[IA64] dtlb_miss: allow non-access and lfetch inside Xen. |
2006-04-13 |
awilliam |
9808:77afc93c7cad |
[IA64] VTi: vtlb_insert: call panic_domain instead of panic |
2006-04-13 |
awilliam |
9807:99e1c7f276ea |
[IA64] panic_domain should only crash the domain |
2006-04-13 |
awilliam |
9806:633e8bbabf76 |
[IA64] vmx_ia64_handle_break |
2006-04-13 |
awilliam |
9805:6e3841e5ef8f |
[IA64] VTi: add pseudo support of long format VHPT |
2006-04-13 |
awilliam |
9804:f2aff4e4236c |
[IA64] bug fix in vmx_ivt |
2006-04-13 |
awilliam |
9803:6755e3ab2eb1 |
[IA64] remove printk warning of xen_init |
2006-04-13 |
awilliam |
9802:15a04f998083 |
[IA64] call setup_xen_feature() |
2006-04-11 |
awilliam |
9801:5cc367720223 |
merge with xen-unstable.hg |
2006-04-11 |
awilliam |
9800:5719550652a1 |
[IA64] Makefile fix for xenirq.c removal |
2006-04-11 |
awilliam |
9799:52fa146a30ae |
[IA64] Remove xenirq.c. |
2006-04-11 |
awilliam |
9798:db2bd8169e9b |
[IA64] Cleanup to irq.c |
2006-04-11 |
awilliam |
9797:67b24fc635ae |
[IA64] warning fix |
2006-04-10 |
awilliam |
9796:90813b66c3cf |
[IA64] get_pfn_list workaround |
2006-04-10 |
awilliam |
9795:0a7e619a248f |
[IA64] access reflect fix |
2006-04-10 |
awilliam |
9794:b09e8f46c9f6 |
[IA64] ptc.ga for SMP-g |
2006-04-07 |
awilliam |
9793:bfc00c83f083 |
[IA64] dom0 vp model linux part: import agp.h from linux-2.6.16-rc3 |
2006-04-07 |
awilliam |
9792:70467f5491d8 |
[IA64] dom0 vp model linux part: import machvec.h from linux-2.6.16-rc3 |
2006-04-07 |
awilliam |
9791:ebec4edfa8e4 |
[IA64] dom0 vp model linux part: import dma-mapping.h from linux-2.6.16-rc3 |
2006-04-07 |
awilliam |
9790:e311941eb7be |
[IA64] dom0 vp model linux part: import pgalloc.h from linux-2.6.16-rc3 |
2006-04-07 |
awilliam |
9789:aab421b5ad45 |
[IA64] dom0 vp model linux part: import page.h from linux-2.6.16-rc3 |
2006-04-07 |
awilliam |
9788:c160c05da8d4 |
[IA64] dom0 vp model linux part: import io.h from linux-2.6.16-rc3 |
2006-04-07 |
awilliam |
9787:119effd15792 |
[IA64] dom0 vp model: xen side update README.orig for efi.h move. |
2006-04-07 |
awilliam |
9786:d16c16f64060 |
[IA64] dom0 vp model xen part: moved efi.h from linux to linux-xen to modify. |
2006-04-07 |
awilliam |
9785:8e0b9f31cf3f |
[IA64] MAX_VIRT_CPUS and NR_CPUS |
2006-04-07 |
awilliam |
9784:71e0c2ed4447 |
[IA64] Fixed DOM0_PHYSINFO |
2006-04-06 |
awilliam |
9783:cc94ab1e0de0 |
[IA64] cleanup in regionreg.c |
2006-04-05 |
awilliam |
9782:2133fb78dba3 |
[IA64] print domain id and vcpu id when panic |
2006-04-05 |
awilliam |
9781:2d28f31aae8b |
[IA64] fix paging_init() |
2006-04-05 |
awilliam |
9780:55e8f512fed5 |
[IA64] fix gnttab_shared_gmfn() |
2006-04-04 |
awilliam |
9779:827c65c06a66 |
[IA64] Add memory operations for xen/ia64 |
2006-04-04 |
awilliam |
9778:0a6f5527ca4b |
[IA64] set itv handoff as masked and enable reading irr[0-3] |
2006-04-03 |
awilliam |
9777:40d96f4e9fcb |
[IA64] add LVM support to kernel configuration |
2006-04-03 |
awilliam |
9776:2da06d15d0f1 |
[IA64] fix make world |
2006-04-03 |
awilliam |
9775:3b3a5588baca |
[IA64] cache flush |
2006-03-31 |
awilliam |
9774:ddc279c91502 |
[IA64] Dummy emulation of SAL INFO sal calls. |
2006-03-31 |
awilliam |
9773:434c8412e54e |
[IA64] vcpu_match_tr_entry |
2006-03-30 |
awilliam |
9772:0665256a7a53 |
[IA64] cleanup |
2006-03-30 |
awilliam |
9771:6796157b5f8a |
[IA64] Fix domain reboot bug |
2006-03-30 |
awilliam |
9770:a40e66748ee9 |
[IA64] Fix domainU boot when VTi domainexists |
2006-03-30 |
awilliam |
9769:2b6e531dab38 |
[IA64] Merge vpsr.i with evtchn_upcall_mask tosolve one trickish bug |
2006-03-29 |
awilliam |
9768:986538da9be0 |
[IA64] set_metaphysical_mode fix |
2006-03-29 |
awilliam |
9767:b579cf0ad753 |
[IA64] make xen-mkbuildtree-pre robust a bit |
2006-03-28 |
awilliam |
9766:d75a6cc5e68a |
merge with xen-unstable.hg |
2006-03-27 |
awilliam |
9765:7e3cbc409676 |
[IA64] ptc.ga for SMP-g |
2006-03-27 |
awilliam |
9764:27050b1390cf |
[IA64] Make sharedinfo and shared_archinfo adjacent |
2006-03-27 |
awilliam |
9763:0d4a846232cc |
[IA64] recompile asm-xsi-offsets.h at right time |
2006-03-27 |
awilliam |
9762:29dfadcc5029 |
[IA64] Followup to xen time cleanup |
2006-03-24 |
awilliam |
9761:2e81aba147eb |
[IA64] fix build breakage |
2006-03-24 |
awilliam |
9760:51c79c67908b |
[IA64] Fix domain destroy bug when multiple domains exist |
2006-03-24 |
awilliam |
9759:e45666b8b05f |
[IA64] assign_new_domain_page now calls assign_domain_page |
2006-03-24 |
awilliam |
9758:138c76d5e493 |
[IA64] dump_stack() for debug. |
2006-03-24 |
awilliam |
9757:487ff011626c |
[IA64] obvious compilation fix (hypercall.h, hypervisor.h) |
2006-03-24 |
awilliam |
9756:80eaf1cb8903 |
[IA64] trivial compilation fix (debugger.h) |
2006-03-24 |
awilliam |
9755:9897a5e6385d |
[IA64] fix PRtype_info and removed some warning |
2006-03-24 |
awilliam |
9754:0f615d43a789 |
[IA64] ia64/xen-mkbuildtree-pre: use ln -sf instread of cp |
2006-03-24 |
awilliam |
9753:6503da07557d |
[IA64] Recompile asm-offsets.h at correct time |
2006-03-23 |
awilliam |
9752:3ff676ec59f2 |
[IA64] avoid networking in VTI |
2006-03-23 |
awilliam |
9751:218591a0cb7e |
[IA64] bug fix in privop.c (2) |
2006-03-23 |
awilliam |
9750:2ecf39c54693 |
[IA64] bug fix in privop.c |
2006-03-23 |
awilliam |
9749:00111084c70a |
[IA64] Remove warning messages |
2006-03-23 |
awilliam |
9748:f517be67eeac |
[IA64] IA64_GRANT_TABLE_PADDR |
2006-04-26 |
kaf24 |
9747:4d667a139318 |
This patch addresses CVE-2006-1056 (information leak from |
2006-04-26 |
kaf24 |
9746:1d69cff40b8c |
Make xen_features and force_evtchn_callback() non-GPL |
2006-04-26 |
yamahata |
9745:9df603eff58a |
xenLinux/ia64 has its own dma_map_page(), dma_unmap_page(), and it needs |
2006-04-25 |
kaf24 |
9744:1ad06bd6832d |
Need a little more serialisation in pciback_do_op(). |
2006-04-25 |
kaf24 |
9743:e0f2ec5e8358 |
Some of the Linux PCI functions called by the virtual configuration |
2006-04-25 |
kaf24 |
9742:7e8bb50fa8fa |
Fix the -xen, -xen0 builds. |
2006-04-25 |
kaf24 |
9741:101bfb71cc56 |
While other aspects of the system configuration may still be |
2006-04-25 |
kaf24 |
9740:a1d0761b59ca |
Change the xenbus_map_ring_valloc() interface and implementation so |
2006-04-25 |
kaf24 |
9739:428babd7c1e0 |
Update xen caps on x86_64 since we have hvm pae guests support now. |
2006-04-25 |
kaf24 |
9738:16bdb9ecb329 |
Add a return statement to the non-Xen version of skb_checksum_setup. |
2006-04-25 |
kaf24 |
9737:57e7b96139e7 |
This is a small fix for SMP PAE guest on x86-64. |
2006-04-25 |
kaf24 |
9736:25e4cd1c3d26 |
Fix "make debug" in Xen subtree. Pointed out by Aravindh |
2006-04-24 |
cl349 |
9735:a5fcffc826f3 |
Remove \r characters. |
2006-04-24 |
cl349 |
9734:ea6c5cf58588 |
Restore default KERNELS list. |
2006-04-24 |
smh22 |
9733:6da766b23d14 |
Add new xml files for policy. |
2006-04-24 |
smh22 |
9732:c7b9b8a64755 |
This patch updates the documentation and extends the 'xm' man page with |
2006-04-24 |
smh22 |
9731:681a18bf049e |
This patch integrates the new access control management tools into 'xm' |
2006-04-24 |
smh22 |
9730:cf20dbbf5c2b |
This patch adds new python access control management scripts, which |
2006-04-24 |
smh22 |
9729:37da8dd5d43e |
This patch deletes the old shell-based security tools. |
2006-04-24 |
smh22 |
9728:65ce9bf4a86f |
This patch adds support for managing and creating the simplified |
2006-04-24 |
smh22 |
9727:ad30019015a2 |
This patch adds support in the hypervisor for the policy name attribute |
2006-04-24 |
smh22 |
9726:0a5183b3e7bb |
This patch adds support in the hypervisor for the policy name attribute |
2006-04-24 |
smh22 |
9725:9a5bc502a77a |
This patch adds a policy name to the policy definition. This policy name |
2006-04-23 |
kaf24 |
9724:e327fb66a8d9 |
Remove annoying pit debug info when booting smp guest. |
2006-04-22 |
kaf24 |
9723:1020c52c58c1 |
The Xen checksum offload feature attempts to insert a TCP/UDP |
2006-04-22 |
kaf24 |
9722:b2323eefb79e |
Avoid spurious timer activations in migrate_timer(). |
2006-04-22 |
kaf24 |
9721:3145b215598c |
Remove update_vcpu_system_time() call from the per-VCPU timer |
2006-04-22 |
kaf24 |
9720:d0a632bea419 |
Avoid flood of PIT interrupts while debugging an hvm guest. |
2006-04-22 |
kaf24 |
9719:1171e42b900f |
Fix VM_RESERVED check in vm_normal_page(). Pointed out by |
2006-04-21 |
kaf24 |
9718:8db5ac82c20f |
Fix command-line parsing in a few respects -- be more |
2006-04-21 |
Ian Campbell |
9717:2b37b17cca09 |
Don't BUG_ON() if we cannot register an NMI callback since it is not a fatal |
2006-04-21 |
kaf24 |
9716:5159bd543353 |
Merged. |
2006-04-21 |
kaf24 |
9715:a182b0178262 |
Demote scary IO-APIC REGSEL message to DPRINTK. |
2006-04-21 |
Ian Campbell |
9714:b15b33817f7b |
Rename TSS_sysenter_esp0 to SYSENTER_stack_esp0 to reflect the actual |
2006-04-21 |
kaf24 |
9713:9b1c9d4133f8 |
Pull the Linux percpu interface into Xen. Implemented for |
2006-04-21 |
Ian Campbell |
9712:42a398e1daf1 |
Linux support for sysenter/exit on x86_32. |
2006-04-21 |
Ian Campbell |
9711:3ffb6cc6b8d2 |
Xen support for sysenter/exit on x86_32 when supervisor_mode_kernel is |
2006-04-21 |
Ian Campbell |
9710:d73eeceeae69 |
Remove CONFIG_X86_SYSENTER option. |
2006-04-21 |
Ian Campbell |
9709:faad84c126e2 |
Merge nmi_op functionality with the callback_op hypercall. |
2006-04-21 |
Ian Campbell |
9708:3bac94fc4075 |
Add include/xen/nmi.h and update files which #include <asm/nmi.h>. |
2006-04-21 |
Ian Campbell |
9707:93cffd2ea6a9 |
Use set_callbacks hypercall if callback_op is not available. |
2006-04-21 |
kaf24 |
9706:65894fff3649 |
Fix inverted BUG_ON(). |
2006-04-21 |
vhanquez |
9705:fbd1d55c5baf |
Build blkdev_backend in the kernel. |
2006-04-21 |
emellor |
9704:1d7e2066cf11 |
This patch adds an entry to the xend-config.sxp man page about the |
2006-04-21 |
emellor |
9703:83b092a2cbe6 |
The attached patch replaces the current numbers identifying the |
2006-04-21 |
emellor |
9702:73d847cafc87 |
This patch adds a test case for local virtual machine migration with a |
2006-04-21 |
emellor |
9701:6af7b456e684 |
The attached patch allows external devices to migrate. The patch |
2006-04-21 |
kaf24 |
9700:42358db788fd |
Propagate information about bad (or good) REGSEL register |
2006-04-21 |
kaf24 |
9699:29e9a0313c09 |
Fix the "hda lost interrupt" issue when creating a VMX guest on a PAE |
2006-04-21 |
kaf24 |
9698:9c313ff7a0ed |
There are instances where we DO NOT want an hvm guest to run an |
2006-04-21 |
kaf24 |
9697:72adf2025a93 |
PAE pgd construction code should use clone_pgd_range(). |
2006-04-21 |
kaf24 |
9696:376d51321a3a |
Fix python installation on sles10. Install prefix is being |
2006-04-21 |
kaf24 |
9695:7e72a5f6f886 |
Minor comment fix. |
2006-04-21 |
kaf24 |
9694:1d42739fee3b |
Fix user manual regarding trace buffers. |
2006-04-21 |
vhanquez |
9693:a2ac9a1b10bc |
put back XEN_NETDEV_LOOPBACK in kernel. |
2006-04-20 |
vhanquez |
9692:7bc251b4c2b5 |
Put back BLK_DEV_LOOP in the kernel, to avoid failure in XenRT. |
2006-04-20 |
kaf24 |
9691:daa8047710d0 |
Enable migration of a domain to the local machine - some timing |
2006-04-20 |
emellor |
9690:dbf7032f1fc6 |
Continue to diagnose the device state, even if Xend has crashed. |
2006-04-20 |
vhanquez |
9689:482c3d3cbc92 |
adjustement to default configs to build BLK_DEV_GENERIC in the kernel directly. |
2006-04-20 |
kaf24 |
9688:d580da01ded7 |
SVM patch to ensure that PAE bit is set for 32bit guests on 32bit PAE, |
2006-04-20 |
vhanquez |
9687:75f8e9c4e483 |
Put back some modules directly in kernel. |
2006-04-20 |
kaf24 |
9686:c76daba31026 |
In both i386 and x86-64 Linux, using a static variable (and thus |
2006-04-20 |
kaf24 |
9685:f80709ba0e79 |
Build frontend drivers into the -xen kernels rather than as |
2006-04-19 |
vhanquez |
9684:5454b6a7207a |
Update -xen configs for 32/64 bits to be closer to what distributions use. |
2006-04-19 |
stekloff |
9683:bdcc838b9a72 |
Add small memory warning message to domain configuration examples. |
2006-04-19 |
stekloff |
9682:addc26c4b4a6 |
Small Memory fix patch #2: I forgot to change the XmTestDomain method |
2006-04-19 |
stekloff |
9681:a22ce69dd703 |
Fix the 15_create_smallmem_pos.py test, which was failing because the |
2006-04-19 |
emellor |
9680:5b1e10215e38 |
Under FC5 multi-line commands in bash script language have to be wrapped |
2006-04-19 |
emellor |
9679:909664b50602 |
This fixes a path problem with the current ACM scripts. |
2006-04-19 |
kaf24 |
9678:4ce84cc55727 |
x86/64 e820-parse-and-map code should skip low 1GB now as that |
2006-04-19 |
kaf24 |
9677:7dc3c0bf1395 |
Increase size of level-2 initial PDE identity map from first 64MB of |
2006-04-19 |
kaf24 |
9676:3ff86698f394 |
Fix 64-bit Xen build after new PIT (i8254) code. |
2006-04-19 |
kaf24 |
9675:83ba928544c4 |
The Xen Hypervisor currently operates a bit differently when the |
2006-04-19 |
kaf24 |
9674:b0ee5d9b9ebd |
Clean up the xenoprofile hypercall interface. |
2006-04-19 |
kaf24 |
9673:123ff1c70728 |
Fix swapped calloc() arguments. |
2006-04-19 |
kaf24 |
9672:5765497cf75e |
Sync PIT device model with latest qemu and move it to hypervisor. |
2006-04-19 |
kaf24 |
9671:72f9c751d3ea |
Replace &foo[0] with foo where the latter seems cleaner |
2006-04-19 |
kaf24 |
9670:b550a93c6459 |
This patch defines a test_and_clear bitop for cpumask_t pointers. |
2006-04-19 |
emellor |
9669:0094c4c8c221 |
This is an update on the vTPM installation instructions. |
2006-04-16 |
kaf24 |
9668:c4eead8a925b |
Only BSP can really do clear_all_shadow_status. |
2006-04-16 |
kaf24 |
9667:3c1cd09801c0 |
Clean up new EOI ack method some more and fix unbinding |
2006-04-15 |
emellor |
9666:91da9a1b7196 |
Merged. |
2006-04-15 |
emellor |
9665:83eb8d81c96f |
Read the message type out of the message before sending it to xenstored, and |
2006-04-15 |
kaf24 |
9664:b39365343de0 |
Big fixes for the new IO-APIC acknowledging method. The problems |
2006-04-15 |
kaf24 |
9663:4613f42db780 |
Remove bogus extern declaration. |
2006-04-15 |
kaf24 |
9662:14659382edd3 |
This patch adds a section to the documentation on the late binding |
2006-04-15 |
kaf24 |
9661:1dce0d05c763 |
Touch softlockup watchdog while warning user about use of |
2006-04-15 |
kaf24 |
9660:74ee53209cca |
Fix whitespace in libxc. Tabs are manually fixed. |
2006-04-15 |
kaf24 |
9659:1d8b3c85121d |
Fix SETMAXMEM dom0_op with proper locking. |
2006-04-15 |
kaf24 |
9658:5102cd121a36 |
Currently, it is possible to set the mem-max value to value lower than |
2006-04-14 |
emellor |
9657:1fe63743a147 |
This patch enables external devices, such as for example a mounted hard |
2006-04-14 |
Ryan Harper |
9656:4b168245977a |
Allow cpus parameter to xm create to accept a range string by removing the |
2006-04-14 |
kaf24 |
9655:176302fe4dfb |
Restrict netfront to 256 grant references to avoid |
2006-04-14 |
kaf24 |
9654:b36a43b9d9b5 |
Introduce gnttab_empty_grant_references() to check whether grant |
2006-04-14 |
kaf24 |
9653:b055716f89c0 |
Replace grant-table typedefs with explicit structs. |
2006-04-14 |
kaf24 |
9652:5c477ad95dba |
Clean up grant_mapping_t. Increase its size from 4bytes to 8bytes and |
2006-04-14 |
kaf24 |
9651:2ae003c45ffe |
Use ioremap instead of __va to map VGA memory area (to be uncached). |
2006-04-14 |
kaf24 |
9650:c6557cad2670 |
This patch removes the ignored "Unconditional I/O exiting" setting in VMCS for |
2006-04-14 |
kaf24 |
9649:0de9da4a9ecf |
This patch enables tracing VMEXIT/ENTRY for 64-bit systems. |
2006-04-14 |
kaf24 |
9648:40b124e270ee |
Since we don't reset the proto_csum_blank flag in the skb, the |
2006-04-14 |
kaf24 |
9647:7b9dacaf3340 |
This is a patch for XenMon which only applies to the userspace tools. |
2006-04-14 |
kaf24 |
9646:3a9d0c29ed72 |
Trivial patch to fix x86_64 builds in which XEN_TARGET_ARCH |
2006-04-14 |
kaf24 |
9645:9a273aabb839 |
New IO-APIC ACK method seems to cause problems on some systems |
2006-04-14 |
kaf24 |
9644:bb0dc0ae23bb |
Fix Xen's interrupt acknowledgement routines on certain |
2006-04-14 |
kaf24 |
9643:2ccaa3879417 |
Call move_irq() during evtchn ->ack irq hook functions. This |
2006-04-14 |
kaf24 |
9642:f4285d150d3a |
Must use __copy_to_user_inatomic() in swiotlb's sync_single() |
2006-04-13 |
kaf24 |
9641:ec4f87e98fc1 |
Fix stack corruption in the libxs python interface. domid_t is a short; |
2006-04-13 |
vhanquez |
9640:e7d769001b4b |
add quota to xenstored. |
2006-04-13 |
kaf24 |
9639:14f6d138c61d |
Allow PCI-E and PCMCIA config on 64-bit Xenlinux. |
2006-04-13 |
kaf24 |
9638:2a7a46dd3bd6 |
This is to align PIT counter with TSC more accurately. |
2006-04-13 |
kaf24 |
9637:6692dd873e21 |
Use memmove instead of memcpy for overlapping areas (console scroll). |
2006-04-13 |
kaf24 |
9636:3c05406f5e0a |
In some cases, say for instance for some bizzare reason |
2006-04-13 |
kaf24 |
9635:b77ebfaa72b2 |
SVM patch to add BP exception intercept support. |
2006-04-13 |
kaf24 |
9634:137b60a47d13 |
SVM patch to init rsp properly. |
2006-04-13 |
kaf24 |
9633:9849bd4a86dd |
SVM patch to add PAE support. |
2006-04-13 |
kaf24 |
9632:cff23e96eae7 |
SVM patch to add add init intercept handler. |
2006-04-13 |
kaf24 |
9631:2aa9e9867477 |
This fixes the state machine of the vTPM driver. |
2006-04-13 |
kaf24 |
9630:c9d706834d25 |
Clean up xen Makefile. Use _-prefixed rules to avoid a |
2006-04-13 |
kaf24 |
9629:4f0ecc016cd1 |
This fixes the Xen Makefile to allow correct building of cscope, TAGS |
2006-04-13 |
kaf24 |
9628:898b5427701c |
The comment in xen.h on how to obtain current system time was missing |
2006-04-13 |
kaf24 |
9627:790f7a0be478 |
The default value used to control whether the guest is set up with localtime |
2006-04-13 |
kaf24 |
9626:0267063e050c |
This is the initial patch for SMP PAE guest on x86-64 Xen. |
2006-04-13 |
kaf24 |
9625:c3bb51c443a7 |
Make grant table map/unmap argument, host_addr, feature-specific. |
2006-04-13 |
kaf24 |
9624:a9ae49b52c28 |
Unmap shadow vtable when freeing shadow table in free_shadow_pages(). |
2006-04-13 |
kaf24 |
9623:268f2b85f313 |
Use copy_from_user when accessing linear page table in shadow_fault(). |
2006-04-12 |
emellor |
9622:19c55935580f |
Reset the cached state to XenbusStateInitialising on resume -- we're connecting |
2006-04-11 |
emellor |
9621:edefe24d78bd |
Merged. |
2006-04-11 |
emellor |
9620:7ad21a787d3f |
Fix KERNELS example, mkinitrd example. |
2006-04-11 |
kaf24 |
9619:4d4b41264b84 |
The maximum instruction length for both x86-32 and |
2006-04-11 |
kaf24 |
9618:768b0f6696fd |
When running test 5 in Memtest86+ v1.65, I got a "this opcode is not |
2006-04-11 |
kaf24 |
9617:4c8311699685 |
Make event_pending() architecture-specific. |
2006-04-11 |
kaf24 |
9616:c783f340bef8 |
Remove some bogus .PHONY Makefile declarations. |
2006-04-10 |
kaf24 |
9615:b32bc0c5648d |
Netfront must switch state using xenbus_switch_state() or this |
2006-04-10 |
kaf24 |
9614:6df0bdcf8c9d |
Add a new config option for all backend drivers. This has two benefits: |
2006-04-10 |
emellor |
9613:ec68212e72c1 |
Merged. |
2006-04-10 |
emellor |
9612:bb97f5120d03 |
Fix the test inside all_devices_ready, and move it from xenbus_probe (a |
2006-04-10 |
kaf24 |
9611:8e78e6b391e0 |
Fail the build if NR_hypercalls is not a power of two. |
2006-04-10 |
kaf24 |
9610:7a41b35d73f4 |
Fix a couple of typos. |
2006-04-10 |
kaf24 |
9609:c89d62e7015a |
Fix push/pop usage in tools/ioemu for x86/64. |
2006-04-10 |
kaf24 |
9608:4088dd0856a9 |
If the 'cdrom=' option is specified in the definition file but media is |
2006-04-10 |
kaf24 |
9607:b454a09cddb1 |
build: Clean up use of .PHONY |
2006-04-10 |
kaf24 |
9606:5f1c6864a7ac |
build: Clean pygrub's a.out |
2006-04-10 |
emellor |
9605:c668b024b2c7 |
Merged. |
2006-04-10 |
emellor |
9604:b7802a60b09f |
Initialise offsetopt when offset == 0. Closes bug #599. |
2006-04-10 |
emellor |
9603:7af0d54f598c |
Fix call to server, using new XendClient syntax. |
2006-04-10 |
emellor |
9602:591555bc4acb |
Updated to reflect new KERNELS defaults, and properly describe make install and |
2006-04-10 |
kaf24 |
9601:066a233ee365 |
build: Document the use of XEN_PYTHON_NATIVE_INSTALL |
2006-04-10 |
kaf24 |
9600:82dfb97fe5ea |
build: clean up output of make help a little bit |
2006-04-10 |
kaf24 |
9599:baa1742637b7 |
build: Make sure that DESTDIR is set |
2006-04-10 |
kaf24 |
9598:095519654079 |
build: Remove iptables and python loging helper targets |
2006-04-10 |
kaf24 |
9597:c83da0012e87 |
Remove unused netbsd build fragments. |
2006-04-10 |
vhanquez |
9596:bdec77028194 |
fix bug #609 - error: PIC register `bx' clobbered in `asm' |
2006-04-10 |
emellor |
9595:07af1b34d4c4 |
I used the wrong operator in a couple places for putting together some |
2006-04-10 |
kaf24 |
9594:4ed269ac7d84 |
'make mkpatches' diffs against pristine tree rather than |
2006-04-10 |
kaf24 |
9593:b765c96f8127 |
Introduce page_to_bus() and use it in pci-dma-xen.c and swiotlb.c. On |
2006-04-10 |
ack |
9592:1c03c45d0c06 |
fix x86_32 default linux builds |
2006-04-09 |
kaf24 |
9591:81bc9e9fb40d |
Remove various compile-time options from SEDF scheduler and |
2006-04-08 |
kaf24 |
9590:886594fa3aef |
Build CONFIG_PNP_ACPI by default. |
2006-04-08 |
kaf24 |
9589:e36892ad4144 |
Clean up IO-APIC update tracing and demote to DPRINTK(). |
2006-04-08 |
kaf24 |
9588:70837ac15cad |
Fix remove_pin_at_irq(), introduced with changeset |
2006-04-08 |
kaf24 |
9587:12621916d820 |
Added trace buffer virtual irq to implement non-polling trace record access. |
2006-04-07 |
kaf24 |
9586:f84a333d8aa6 |
Robustify and add tracing to the IO-APIC update hypercall. |
2006-04-07 |
kaf24 |
9585:05db1d61e031 |
Fix my slightly broken change to pirq_mask logic -- we must |
2006-04-07 |
smh22 |
9584:86db4688d514 |
Additional sanity / compatability checks during guest build. |
2006-04-07 |
kaf24 |
9583:3b0d07af46cb |
Turn pirq_mask into a generic bitmap type. |
2006-04-07 |
kaf24 |
9582:b84517e3fc30 |
Avoid double slashes in linker object file lists. |
2006-04-07 |
kaf24 |
9581:d857c6281410 |
Do not disable spurious irq debugging in i386 xenlinux. It may |
2006-04-07 |
kaf24 |
9580:c5df04d6af17 |
Power down an x86 system directly within domain0 rather than |
2006-04-07 |
emellor |
9579:fb174770f426 |
Merged. |
2006-04-06 |
emellor |
9578:9fcfdab04aa9 |
Factor out the parsing of XAUTHORITY, so that it can be used by the unit test, |
2006-04-06 |
emellor |
9577:edeeddb1bbf9 |
Fix test to match change to DCE formatting of UUIDs. |
2006-04-07 |
kaf24 |
9576:050ad9813cdb |
Clean up xenoprof code a bit. The main remaining TODO is to |
2006-04-07 |
kaf24 |
9575:0037e3e4da08 |
Do not accept empty definition of __XEN_INTERFACE_VERSION__ |
2006-04-07 |
cl349 |
9574:0010df11836d |
Support __XEN_INTERFACE_VERSION__ defined to the empty string. |
2006-04-06 |
ack |
9573:b6c5920e5d99 |
merge |
2006-04-06 |
ack |
9572:e049baa9055d |
Add xenoprof support |
2006-04-06 |
kaf24 |
9571:24d25894f071 |
Do not create blkback vbd kernel thread until fully connected |
2006-04-06 |
smh22 |
9570:388c59fefaa6 |
Merge. |
2006-04-06 |
smh22 |
9569:c5e80cb40c46 |
Merge. |
2006-04-06 |
smh22 |
9568:71f938468929 |
Make root page table sanity check on restore more generic. |
2006-04-06 |
emellor |
9567:9e13e1d4b33f |
This adds proper cleanup in case of a failure. |
2006-04-06 |
kaf24 |
9566:8c27368b12ad |
Rename and clean up 'error_code' path in entry.S. |
2006-04-06 |
kaf24 |
9565:db44b783fe09 |
Cleanups to do_callback_op() new hypercall changeset. |
2006-04-06 |
kaf24 |
9564:be0a1f376223 |
Use machine_halt() where it makes sense, to halt all processors |
2006-04-06 |
smh22 |
9563:8970d080f719 |
Fix long-standing save/restore bug on x86-64. |
2006-04-06 |
kaf24 |
9562:71f74f569b26 |
Saner error handling in iret hypercall (x86/64). |
2006-04-06 |
kaf24 |
9561:e568bfe66a52 |
Clean up files created by the XenLinux boot-xen code. |
2006-04-06 |
kaf24 |
9560:b128f55ca05c |
Add code to make handling domain poweroff/reboot symmetrical between |
2006-04-06 |
kaf24 |
9559:131051c09008 |
Move misplaced CONFIG_KEXEC code chunk in setup-xen.c to its proper location. |
2006-04-06 |
apeace |
9558:8b39930c70d5 |
Fix the example xend init.d script so it correctly detects when it is running |
2006-04-06 |
Ian Campbell |
9557:67de34c062b5 |
Add new hypercall "set_callback" taking a callback identifier and the |
2006-04-06 |
kaf24 |
9556:d2705953c6d2 |
More simplifications to blkback: |
2006-04-06 |
kaf24 |
9555:8031bf331472 |
Stupidly forgot there is a separate waitqueue for free pending request |
2006-04-06 |
kaf24 |
9554:937336f98c47 |
Fix the blkif_schedule() kthread loop. Much simpler; much more correct. |
2006-04-06 |
kaf24 |
9553:787d946ad457 |
Allow CONFIG_DEBUG_INFO to be specified when building |
2006-04-06 |
kaf24 |
9552:568b8d8fc782 |
Remove some unnecessary code from the vTPM hotplug scripts. |
2006-04-06 |
kaf24 |
9551:ebbe237bd9e4 |
Fix a problem that was caused by recent changes to the xenbus's |
2006-04-06 |
kaf24 |
9550:2a127b1f13b5 |
Update the user manual appendix to describe bow to get a mouse working |
2006-04-06 |
kaf24 |
9549:ea12fbe91f39 |
Remove unused code in netback's net_rx_action(): |
2006-04-06 |
kaf24 |
9548:bbd1057d38f0 |
Use PAGE_OFFSET instead of __PAGE_OFFSET in netfront.c. |
2006-04-06 |
kaf24 |
9547:a151e82c4ffd |
Remove unused teardown_irq() definition. Removes two files from sparse tree. |
2006-04-06 |
emellor |
9546:ece9b5710b29 |
Merged. |
2006-04-06 |
emellor |
9545:09967f2d6e3b |
Further workarounds for the broken string marshalling in xmlrpclib. Regardless |
2006-04-05 |
kaf24 |
9544:8f7aad20b4a5 |
Backtrack on the new interface for reserved event-channel |
2006-04-05 |
kaf24 |
9543:e1152d55ea31 |
Add new interface for allocating reserved event-channel |
2006-04-05 |
kaf24 |
9542:68ef2efa929b |
Clean up build system some more. No need to explicitly |
2006-04-05 |
kaf24 |
9541:133ce326febd |
Clean up HDRS Makefile variable. |
2006-04-05 |
kaf24 |
9540:c1d53788a25e |
Add support for XCHG instruction accessing LAPIC device model. |
2006-04-05 |
kaf24 |
9539:08aede767c63 |
Rename update_dom_time() to update_vcpu_system_time(). |
2006-04-05 |
kaf24 |
9538:bb316b4df46f |
Extend the 'badpage' boot option to parse inclusive |
2006-04-05 |
kaf24 |
9537:02e8dd5e4c57 |
Fix a regression in hvm_pio_assist() when booting Windows |
2006-04-05 |
kaf24 |
9536:ce7746d47f18 |
gdbserver readme update. |
2006-04-05 |
kaf24 |
9535:576317252bf2 |
There are a couple of bugs with the current handling of reads and writes |
2006-04-05 |
kaf24 |
9534:d1ddd7d35ed5 |
Define Xen interface version for tools build. |
2006-04-05 |
kaf24 |
9533:806d04252761 |
Fix checksum-offload problems introduced in c/s 9514, due to |
2006-04-04 |
kaf24 |
9532:5baf152d63ef |
We had reports of reboot not working on certain machines (specifically |
2006-04-04 |
kaf24 |
9531:7086a4e96ce0 |
With the standard (XEN) prefix and the setting of 8 words per line, |
2006-04-04 |
kaf24 |
9530:8d08ad8256df |
HVM patch to add pio IOREQ_WRITE OVERLAP/REPZ support in hvm io.c |
2006-04-04 |
kaf24 |
9529:887ff2d1e382 |
Simplify the Xen genapic code. Many genapic hooks have been |
2006-04-04 |
sos22 |
9528:9ae1f9349b76 |
fix mfn check of gnttab_transfer(). |
2006-04-04 |
emellor |
9527:395e57314710 |
Workaround bug in xmlrpclib's string escaping. That library outputs invalid |
2006-04-04 |
kaf24 |
9526:13e6993a0c65 |
Build a few more common network options into the i386 -xen kernel. |
2006-04-03 |
emellor |
9525:95552dc317cf |
Merged. |
2006-04-03 |
emellor |
9524:a97fe1ca116e |
Lookup backend by name _or_id_. This is important for domain 0, for example! |
2006-04-03 |
emellor |
9523:24cc62b429f0 |
Fix cpus string parsing, wrt use of ^ to remove elements. |
2006-04-03 |
emellor |
9522:b3751c780aa5 |
The attached patch fixes a race condition that occurs if after the |
2006-04-03 |
mip |
9521:c5a833aec2ab |
Improve pygrub error reporting when opening ext2 fs is not possible |
2006-04-03 |
tkuik |
9520:7df5921af7e4 |
Allow a domain other than Domain-0 to be a backend. |
2006-04-03 |
kaf24 |
9519:163c65c47d86 |
Remove some dead code from the consoled client. |
2006-04-03 |
kaf24 |
9518:108a62015bf4 |
Clean up subarch 'mach-foo' header files. No need for |
2006-04-03 |
kaf24 |
9517:387b6824ce29 |
Remove send_IPI_all, send_IPI_allbutself and send_IPI_self |
2006-04-03 |
kaf24 |
9516:590c33d6097c |
Added tag 3.0.2-branched for changeset d0d3fef37685be264a7f52201f8ef44c030daad3 |
2006-04-03 |
Ian Campbell |
9515:d0d3fef37685 |
Handle failure to register the xen store event channel instead of3.0.2-branched |
2006-04-02 |
kaf24 |
9514:4ad317429111 |
Make checksum handling in the virtual network drivers more robust. |
2006-04-02 |
kaf24 |
9513:99b2e765d643 |
Enable HYPERVISOR_sched_op() and HYPERVISOR_sched_opt_compat() for ia64. |
2006-04-02 |
kaf24 |
9512:b524714dfb66 |
Define __XEN_INTERFACE_VERSION__ when building Xen. |
2006-04-01 |
kaf24 |
9511:60071beccf18 |
This patch fixes several issues related to vmxassist: |
2006-04-01 |
kaf24 |
9510:9bee4875a848 |
Rename sched_op->sched_op_compat and sched_op_new->sched_op |
2006-04-01 |
kaf24 |
9509:508cb44338f5 |
When dom0 fails to balloon enough memory to allow a new domain to start, |
2006-04-01 |
kaf24 |
9508:767e14b727fa |
Changed deprecated "set-vcpus" to "vcpu-set" in the xm man page. |
2006-04-01 |
kaf24 |
9507:cfee00c6cd88 |
Fix makefiles for hvmloader and vmxassist for FC5 on x86_64 |
2006-04-01 |
kaf24 |
9506:aa13ac536dec |
[SVM] Do not update seg.base in realmode while obtaining the io |
2006-04-01 |
kaf24 |
9505:920b448b5485 |
Minor minios traps.c fix for x86/64. |
2006-04-01 |
kaf24 |
9504:11228d42cff3 |
[IA64] Include features header in xenbus_probe and build features.c |
2006-04-01 |
kaf24 |
9503:e1267ac3cc36 |
Add new boot parameter 'lowmem_emergency_pool' which creates |
2006-03-31 |
cl349 |
9502:d76a7a40f3a9 |
Fix do_IRQ high bit masking. |
2006-03-31 |
kaf24 |
9501:dadadf9aeee7 |
Plumb network vif credit-based rate limiting thorugh xenbus |
2006-03-31 |
kaf24 |
9500:2769a38f0e3e |
Currently, xm & xend allow an XAUTHORITY to be specified in the config |
2006-03-31 |
kaf24 |
9499:3838105ab03b |
Various softirq cleanups: |
2006-03-31 |
Ian Campbell |
9498:f6a7f2657ff3 |
Disable xen bus and grant tables when supervisor_mode_kernel is enabled. |
2006-03-31 |
kaf24 |
9497:4860a15edc1c |
See panic messages before the post message processing. |
2006-03-31 |
kaf24 |
9496:e08dcff87bb2 |
Enable the setting and trapping of breakpoints for hvm guest. |
2006-03-31 |
kaf24 |
9495:4943372c14f6 |
The ia64 build doesn't yet include drivers/xen/Kconfig directly so we |
2006-03-31 |
emellor |
9494:8a8361994904 |
Merged. |
2006-03-31 |
emellor |
9493:24aa3bd826ff |
Remove the transaction parameter from xenbus_switch_state and move the state |
2006-03-31 |
emellor |
9492:94971fe9c62a |
Better formatting of error messages for xmlrpclib.Faults, matching similar code |
2006-03-31 |
emellor |
9491:1d0bd5ea2c87 |
Print error messages to stderr. Remove unused handle_xend_error. |
2006-03-31 |
emellor |
9490:53ded2201b7f |
Set the permissions correctly on the XML-RPC UDP socket, so that non-root users |
2006-03-31 |
emellor |
9489:601d0229a40e |
Further attempts to recover from a corrupt store, this one triggered when a |
2006-03-31 |
emellor |
9488:d3b23e0165cc |
Don't use abbreviated ip subcommands -- these are not accepted by iproute2. |
2006-03-30 |
cl349 |
9487:9316fe0c9c4f |
Remove __HYPERVISOR_sched_op_new in favour of a header file interface version number system. |
2006-03-30 |
cl349 |
9486:03d996c80eb3 |
Change how we add the include asm override to CPPFLAGS. |
2006-03-30 |
emellor |
9485:4c2cc7390312 |
Merged. |
2006-03-30 |
emellor |
9484:f1014bb3ad6f |
Added medium-length (around 20 minute run-time) test group. |
2006-03-30 |
kaf24 |
9483:d76ef15c9c95 |
The attached trivial patch fixes cases where a block device is mounted |
2006-03-30 |
smh22 |
9482:cee79e351357 |
Fix comment. |
2006-03-30 |
kaf24 |
9481:f0e14b4e535c |
More fixes to gdbserver for HVM guest debugging. Also fix |
2006-03-30 |
kaf24 |
9480:6cb5928fa026 |
Use AFLAGS for assembly files so we can "+=" more flags. |
2006-03-30 |
kaf24 |
9479:85b7a341207e |
Include the E7520 (e.g., Dell 1850) irqbalance quirk fix even when |
2006-03-30 |
emellor |
9478:2cd44eba4df6 |
Merged. |
2006-03-30 |
emellor |
9477:7a3f07a33487 |
Check the return value of domain_lookup_by_name_or_id_nr for None (i.e. no |
2006-03-30 |
emellor |
9476:d5f8280c1fa9 |
Fix the ProtocolError seen when the server throws an exception and running |
2006-03-30 |
kaf24 |
9475:7c994d80049c |
Fix xenconsoled when sending lots of console data to a domU. |
2006-03-30 |
kaf24 |
9474:9239f190736d |
Same panic() behaviour as native Linux when running as domain 0. |
2006-03-30 |
kaf24 |
9473:a4acdf920c27 |
Xen waits 5 seconds to reboot when domain 0 crashes, giving |
2006-03-29 |
emellor |
9472:c7020299facc |
Revert accidental commit. |
2006-03-29 |
emellor |
9471:05d8c51c7550 |
Merged. |
2006-03-29 |
smh22 |
9470:de30faffd672 |
Fix save/restore on 64-bit. |
2006-03-29 |
smh22 |
9469:b3cb19d2b07f |
Fix save/restore bug; further rationalization of xenbus state machine |
2006-03-29 |
cl349 |
9468:d102a30417a7 |
Free shadows of any pages which are released by a domain back to Xen. |
2006-03-29 |
cl349 |
9467:4c2d101a3228 |
Re-arrange code for followup patch and remove extra shadow_lock in function which is only called with the lock already held. |
2006-03-29 |
kaf24 |
9466:50778f42f2dd |
Compute actual baud rate from UART divisor latch contents |
2006-03-29 |
kaf24 |
9465:5715cf117178 |
Ensure curr_vcpu in domain.c is set correctly, even when |
2006-03-29 |
kaf24 |
9464:d7cbcf5d7cd6 |
Make maximum number of supported physical CPUs a compile-time |
2006-03-29 |
anthony |
9463:58938b561b66 |
Remove vcpu_avail from the public S-Expression that's passed over the wire. |
2006-03-29 |
kaf24 |
9462:48abab2ab719 |
SVM patch to update guest time with latest hvm modifications. |
2006-03-29 |
kaf24 |
9461:ae6af19f47d3 |
Some fixes to IRET hypercall and failsafe callback handlers: |
2006-03-29 |
cl349 |
9460:e84b1185013f |
Initialise p2m entries to INVALID_MFN and disable debug printk in pfn to mfn lookup. |
2006-03-28 |
kaf24 |
9459:db8266c27c4f |
Fix get_page_type() when passed PGT_va_mutable. |
2006-03-28 |
kaf24 |
9458:5b1a10f9da4c |
Clean up and fix VCPU hotplug and SMP save/restore. |
2006-03-28 |
cl349 |
9457:4109c4e7804a |
Change do_IRQ high bit masking. |
2006-03-28 |
kaf24 |
9456:98eaa430bdf3 |
The introduction of the SMI handling code added in cset 9371 is |
2006-03-28 |
kaf24 |
9455:c43d7806ca5a |
merge |
2006-03-28 |
kaf24 |
9454:a4071af0a463 |
Add missing -xen ia64 config file. |
2006-03-28 |
kaf24 |
9453:8d59ff95046b |
SVM only patch to fix location of PIO request RIP update. |
2006-03-28 |
emellor |
9452:c745e47d8154 |
Merged. |
2006-03-28 |
emellor |
9451:1c4e1d0fd1bb |
Mention uClibc and buildroot configs. |
2006-03-28 |
emellor |
9450:26725ee13b23 |
Added README for the XenSource-hosted initrd. |
2006-03-28 |
emellor |
9449:b427e44d0d6c |
Download the initrd from xm-test.xensource.com, unless otherwise specified. |
2006-03-28 |
emellor |
9448:af1ff22a5633 |
Watch for @introduceDomain, for symmetry with the existing watch on |
2006-03-28 |
emellor |
9447:c0865290c071 |
Have TCPXMLRPCServer inherit from SocketServer.ThreadingMixIn. This allows |
2006-03-28 |
cl349 |
9446:2604abf98ede |
Remove special handling of {set,clear}_in_cr4(). |
2006-03-28 |
kaf24 |
9445:47dda4fa5d11 |
Simplify the failsafe callback handler in x86/64 linux. It doesn't |
2006-03-28 |
kaf24 |
9444:272a0a971ca3 |
Add -xen buildconfig for ia64 and tweak CONFIG_VT setup to avoid |
2006-03-27 |
kaf24 |
9443:40c23921e729 |
Make -xen default kernel compile on x86_64 by removing b44 module. |
2006-03-27 |
cl349 |
9442:8b5a752167a1 |
Whitespace. |
2006-03-26 |
kaf24 |
9441:30ae67d6e5f0 |
Fix 64-bit HVM guest debug via gdbserver: |
2006-03-26 |
kaf24 |
9440:4840c3da2521 |
Allow 64-bit Xen to run 64-bit hvm SMP guests. |
2006-03-26 |
kaf24 |
9439:beb37b340903 |
Don't reclaim vcpus that are not put into use yet when destroying HVM |
2006-03-26 |
kaf24 |
9438:1e5788066d1f |
Fix build error with debug=y inxen/ia64 by moving |
2006-03-26 |
kaf24 |
9437:c848b80c0b20 |
The attached patch to the qemu emulation of the pcnet hardware fixes |
2006-03-26 |
kaf24 |
9436:38c170be0e63 |
Add format printf attribute to panic() prototype and fix the error |
2006-03-24 |
kaf24 |
9435:11fee62328cc |
Added tag 3.0.2-rc for changeset af0573e9e5258db0a9d28aa954dd302ddd2c2d23 |
2006-03-24 |
emellor |
9434:af0573e9e525 |
Switch the default build to make the -xen kernel, not the -xen0 and -xenU3.0.2-rc |
2006-03-24 |
harry |
9433:74e33cc868cf |
Fix bug 515 by adding a global lock around the hotplug scripts in the non-udev hotplug case only. |
2006-03-24 |
anthony |
9432:33df7d4eff23 |
1) Introduce new exception type XendInvalidDomain that maps to the high level |
2006-03-24 |
kaf24 |
9431:905cfaa5986b |
Create /var/xen/dump/ during tools installation, or core files |
2006-03-24 |
kaf24 |
9430:d78dedc4831f |
Detect spurious faults taken in the hypervisor that are |
2006-03-24 |
kaf24 |
9429:dfbf0939350c |
This patch is mainly a cleanup of vmx related xentrace code. One minor |
2006-03-24 |
kaf24 |
9428:6d0929e34ce2 |
Update gdb documentation |
2006-03-24 |
kaf24 |
9427:8286738ab7f9 |
The patch removes old Xenbus files, fixes 0 length mmu_updates table bug |
2006-03-24 |
kaf24 |
9426:8c21c8ea5fff |
Fix mini-os xenbus. |
2006-03-23 |
kaf24 |
9425:96e3b02ec931 |
Remove unnecessary zlib includes. |
2006-03-23 |
kaf24 |
9424:b7295a83206e |
on_selected_cpus() must not send IPIs with empty target masks. |
2006-03-23 |
emellor |
9423:8f722ac17efa |
Merged. |
2006-03-23 |
emellor |
9422:1577043d8e36 |
Remove undefined XFAIL_TESTS variable. |
2006-03-23 |
emellor |
9421:27adfbfd9095 |
Remove undefined XFAIL_TESTS variable. |
2006-03-23 |
cl349 |
9420:bddcfe70fbef |
Remove unused variable. |
2006-03-23 |
kaf24 |
9419:6aa5179f2416 |
Reduce spin-waiting in Xen serial driver: |
2006-03-23 |
kaf24 |
9418:c947b278a349 |
Merge hvm_store_cpu_guest_regs() and hvm_store_cpu_guest_ctrl_regs() |
2006-03-23 |
kaf24 |
9417:bd108ccc38a0 |
Rename generic_page_range as apply_to_page_range, export the symbol |
2006-03-23 |
emellor |
9416:401624a17ef7 |
Merged. |
2006-03-23 |
emellor |
9415:7bb0bb070d75 |
Added copyright declaration for Christopher Clark, Andrew Tridgell. |
2006-03-23 |
kaf24 |
9414:bb8a5d7e72a2 |
Fix 2 VMX time-related bugs: |
2006-03-23 |
emellor |
9413:f3943890794a |
Use *args inside FAIL and SKIP so that it is possible to call these functions |
2006-03-23 |
emellor |
9412:40e3df4cffe4 |
Import the current version of talloc from the Samba 3 source base. This gives |
2006-03-23 |
emellor |
9411:a594a5b2407c |
Merged. |
2006-03-23 |
emellor |
9410:951ed0cd0480 |
Merged. |
2006-03-23 |
emellor |
9409:da24df1ea484 |
Improve error handling, in particular fixing the ProtocolError that is thrown |
2006-03-23 |
emellor |
9408:c1bb4eb56529 |
Added exception handler for ProtocolError. |
2006-03-23 |
emellor |
9407:b55ca95fdc84 |
Added example config entries for xend-tcp-xmlrpc-server and |
2006-03-23 |
emellor |
9406:ffee7e07ad4b |
Use the string Error: rather than Xend has generated an internal Fault:. |
2006-03-23 |
emellor |
9405:d52a93ee4624 |
Removed unused handler parameter from UnixXMLRPCServer interface -- just pass |
2006-03-23 |
emellor |
9404:8afbc2586121 |
Fix call to send_sysrq. |
2006-03-23 |
anthony |
9403:5c9c44fc1c39 |
Use XML-RPC as a transport for Xend instead of S-Expression/HTTP. |
2006-03-23 |
kaf24 |
9402:0c6534a2e396 |
Enable Windows PAE guest on x86-64. Deals with two issues: |
2006-03-23 |
kaf24 |
9401:2c77d26871f7 |
Fix a Linux bug in the driver core in regards to the bind sysfs driver |
2006-03-23 |
kaf24 |
9400:05daa762a8e2 |
Support late binding of PCI devices to the PCI backend driver in |
2006-03-23 |
kaf24 |
9399:799957f5092c |
The PCI Frontend doesn't properly clean-up PCI buses and their devices |
2006-03-23 |
kaf24 |
9398:b7facd6aa72e |
SVM patch to fix guest time, including 64bit msr code - allowing 64bit |
2006-03-23 |
kaf24 |
9397:72b469303d6d |
Fix build with crash_debug=y. |
2006-03-23 |
kaf24 |
9396:b89a155ecd2c |
Update and extend netif transmit/receive flag names. |
2006-03-22 |
kaf24 |
9395:d81636a6fa9f |
merge with xen-ia64-unstable.hg |
2006-03-22 |
awilliam |
9394:11325d1c412c |
[IA64] build xen_sysfs by default |
2006-03-22 |
awilliam |
9393:b2828004f131 |
merge xen-unstable.hg |
2006-03-22 |
awilliam |
9392:695aa28b7cb1 |
[IA64] Fixed VTI domain destruction |
2006-03-22 |
awilliam |
9391:369bdeb29606 |
[IA64] dom0_max_vcpus and dom0 vcpus creation |
2006-03-21 |
awilliam |
9390:a9f5cf43451f |
merge |
2006-03-21 |
awilliam |
9389:f163677f8767 |
[IA64] cleanup in domain.c |
2006-03-21 |
awilliam |
9388:212eb6a2d8cd |
[IA64] cleanup of tlb.c |
2006-03-21 |
awilliam |
9387:d18f8fd07fa2 |
[IA64] remove linux/patch.c |
2006-03-21 |
awilliam |
9386:263901a2a995 |
[IA64] EFI_RESET_SYSTEM now reboots domU. |
2006-03-20 |
awilliam |
9385:9afd25b90af4 |
[IA64] Hypercalls are only allowed by kernels. |
2006-03-20 |
awilliam |
9384:1dc45879fa5c |
[IA64] Check privilege level for pal/sal/efi calls. |
2006-03-20 |
awilliam |
9383:ccb437f2ed4e |
[IA64] Replace huge if/else if with a switch. |
2006-03-20 |
awilliam |
9382:d5b1bc047540 |
[IA64] correct mistake from previous patch |
2006-03-20 |
awilliam |
9381:58a3ed82eee4 |
[IA64] Removed warning messages |
2006-03-20 |
awilliam |
9380:815758308556 |
[IA64] Removed unnecessary header files |
2006-03-22 |
kaf24 |
9379:5d3c2cb42ec4 |
Paravirtualise the CPUID instruction by forcing emulation with an invalid-opcode prefix. |
2006-03-22 |
kaf24 |
9378:bd930874222e |
Clean up netfront. Eliminate some macros in favour of inline functions. |
2006-03-22 |
kaf24 |
9377:787b39f5fc83 |
Externally triggered reboot signal executes ctrl_alt_del() |
2006-03-22 |
kaf24 |
9376:4080ec91a014 |
Replace evtchn macro maze with static inline functions. |
2006-03-22 |
kaf24 |
9375:ecb99d1ce57d |
A few cleanups based on comments from Arjan van de Ven. |
2006-03-22 |
kaf24 |
9374:b8cc4df90187 |
Use shiny new mutexes instead of semaphores where possible in our Linux code. |
2006-03-22 |
kaf24 |
9373:a07e25890329 |
Licensing clarifications in Linux source files: |
2006-03-22 |
kaf24 |
9372:5032ee221f75 |
On x86/64 a domU kernel just sits around forever on a panic because |
2006-03-22 |
kaf24 |
9371:573bb82d0402 |
SVM patch to enable SMI intercept. |
2006-03-22 |
kaf24 |
9370:b4769816a409 |
SVM patch to fix problem with evtchn/lost interrupts and re-enable hvm_safe_block(). |
2006-03-22 |
kaf24 |
9369:e995d090bba9 |
SVM patch to fix problem with instruction decode. |
2006-03-21 |
kaf24 |
9368:fbc3a2657fef |
Prevent a stray error message in the case that either DISTDIR or |
2006-03-21 |
kaf24 |
9367:a6a5a1b963e8 |
Clean up #include in init-xen.h. |
2006-03-21 |
kaf24 |
9366:f9e912842006 |
The following patch adds support to vmxassist for SYSLINUX/ISOLINUX. This |
2006-03-21 |
kaf24 |
9365:4dec7a81f8f5 |
Fix a build problem when enabling XEN_SYSFS on xen/ia64. |
2006-03-21 |
emellor |
9364:22f1618cf57c |
The patch fixes a problem when testing for device /dev/tpm0. The API |
2006-03-21 |
kaf24 |
9363:5e5e56b5e751 |
Nanosecs not usecs in a time comment. |
2006-03-21 |
kaf24 |
9362:fcef620a859c |
'permitted_clock_jitter' units are nanoseconds not microseconds. |
2006-03-21 |
emellor |
9361:1294c5d6ff32 |
Remove import of xen.lowlevel.xc, left over from when ballooning was done here |
2006-03-21 |
emellor |
9360:d77f0f6ebece |
Protect cleanupDomain with the refresh_shutdown_lock. This stops the device |
2006-03-21 |
emellor |
9359:045bee6e1ebd |
Merged. |
2006-03-21 |
emellor |
9358:02260f77c035 |
Only send the OFFLINE hotplug event if be->netif is set. Firstly, this ensures |
2006-03-21 |
emellor |
9357:14c26df4f33c |
Fix the implicit declaration of function `swiotlb_init' warning, by including |
2006-03-21 |
emellor |
9356:a013fa6ee37c |
Increase timeout while waiting for console/tty node to appear in the store: |
2006-03-21 |
kaf24 |
9355:349d26c1094f |
Creates a module that exports Xen Hypervisor attributes to sysfs. The |
2006-03-21 |
emellor |
9354:a66c48bdf9c3 |
Break out common parts of vtpm tests into new vtpm_utils library. |
2006-03-21 |
emellor |
9353:a659a3f20066 |
Merged. |
2006-03-21 |
emellor |
9352:92b5fa5e8397 |
Stop the domain at the end of the test. |
2006-03-21 |
kaf24 |
9351:47a55b3b7b39 |
Merged. |
2006-03-21 |
kaf24 |
9350:ae212c225e2a |
Since we now have general rules to build ALL_OBJS, we don't need to manually |
2006-03-21 |
emellor |
9349:cdd11b936a26 |
Merged. |
2006-03-21 |
emellor |
9348:a6c078552735 |
Added -u flag (unsafe) to runtest.sh, to skip the sanity checks. This improves |
2006-03-21 |
kaf24 |
9347:156505f40a8a |
Add a.out files to mercurial ignore list. |
2006-03-21 |
kaf24 |
9346:8fc534c192c4 |
Update xen/ia64 to use the new build system. Fixes the ia64 build. |
2006-03-21 |
kaf24 |
9345:d0db2359769c |
Fix a bug, and also fixes the build with some gcc4 versions. |
2006-03-21 |
kaf24 |
9344:96d606c074f8 |
The current ptrace code is traversing the page table structures to |
2006-03-21 |
kaf24 |
9343:eb2a2529f96c |
New SMP IPI interface function called on_selected_cpus(), currently implemented |
2006-03-21 |
emellor |
9342:25e1c3b1a9f2 |
Put 03_vtpm-susp_res.py in its rightful place. |
2006-03-21 |
emellor |
9341:e36f95b43bf1 |
Test suspend and resume cycles of the TPM front- and backend. |
2006-03-21 |
pl |
9340:b78cab886a1e |
Add an option to xmtest to report results to an alternative results repository. |
2006-03-21 |
stekloff |
9339:d218dd060612 |
Make sure the check to see if device is in use doesn't happen. We need |
2006-03-21 |
stekloff |
9338:5bf6549aba96 |
Remove obsolete startNow() method from XmTestDomain object. |
2006-03-21 |
stekloff |
9337:8fda66ee616b |
Add mounting /sys for 2.6 xm-test images. |
2006-03-21 |
root |
9336:a6f1b3d653a9 |
Patch to correct inconsistencies of xm-test reporting. |
2006-03-20 |
cl349 |
9335:b64ac7e90ac6 |
Update to Linux 2.6.16. |
2006-03-20 |
kaf24 |
9334:b9486f0d6970 |
Add missing empty ia64 files. |
2006-03-20 |
kaf24 |
9333:4813462ed4f9 |
Some more build-system finessing: |
2006-03-20 |
kaf24 |
9332:0d9855e12426 |
Fix Xen target image dependencies. |
2006-03-20 |
kaf24 |
9331:a27f22868d68 |
Fix 64-bit build. |
2006-03-20 |
kaf24 |
9330:d982f5fa9bad |
Upgrade genapic code to 2.6.16-rc6 codebase. Remove entries from |
2006-03-20 |
kaf24 |
9329:a8b1d4fad72d |
Fix a protocol violation in the pcnet emulation. Tested on at least |
2006-03-20 |
kaf24 |
9328:056e571ce462 |
Add poll() support to xenbus device file. |
2006-03-20 |
emellor |
9327:cf89e8f0831b |
Merged. |
2006-03-20 |
emellor |
9326:516cf6553011 |
Remove unused, broken, redundant and undocumented option xm create -L. |
2006-03-19 |
kaf24 |
9325:1ecb7f1ddc79 |
Fix VMX guest can not be created on PAE xen with more than 4G RAM. |
2006-03-19 |
kaf24 |
9324:56a775219c88 |
This patch fix HVM/VMX time resolution issue that cause IA32E complain |
2006-03-19 |
kaf24 |
9323:760f9149dbaa |
Abstract some details of context switching into ctxt_switch_from/to |
2006-03-19 |
kaf24 |
9322:768936b2800a |
Move arch/x86 to new build system. |
2006-03-19 |
kaf24 |
9321:9795d9407acc |
Apply Xen build system changes to all non-arch subdirectories. |
2006-03-19 |
kaf24 |
9320:f513384a18ee |
Conditionalize building the Xen ACPI driver. |
2006-03-19 |
kaf24 |
9319:5b56d1e1ac8b |
Fix VMX EFER write logic. Also some cleanups. |
2006-03-19 |
kaf24 |
9318:e3c7b1e97459 |
Add back hvm guest apm support and fixed the original apm issues to |
2006-03-18 |
cl349 |
9317:8cc027def1de |
linux-x86_64: Sync with native. |
2006-03-18 |
vhanquez |
9316:e92b363402f9 |
Fix a race that crash domU by calling xenbus_probe twice if it receive event |
2006-03-18 |
kaf24 |
9315:4d4a700bea7a |
Move __do_IRQ() definition to ia64 header file where it belongs. |
2006-03-18 |
kaf24 |
9314:78b8b0d9acc8 |
merge with xen-ia64-unstable.hg |
2006-03-17 |
awilliam |
9313:25003dd43a92 |
merge |
2006-03-17 |
awilliam |
9312:e04978011d2d |
[IA64] VT-i Domains should use same hvm builder as VT-x |
2006-03-17 |
awilliam |
9311:6ccf98fcd9de |
[IA64] -mconstant-gp gcc/as option added. |
2006-03-17 |
awilliam |
9310:ccde0eab2545 |
[IA64] zero_page_memmap_ptr removed (was unused). |
2006-03-17 |
awilliam |
9309:463c67da6f0a |
[IA64] fixed a vcpu_translate bug |
2006-03-17 |
awilliam |
9308:edc63b5dd71d |
[IA64] setting rr0 is not correctly emulated |
2006-03-17 |
awilliam |
9307:32c39e71740f |
[IA64] Remove "#define page_info page" |
2006-03-17 |
awilliam |
9306:1055f276cc4d |
[IA64] Remove header files where "page" is used |
2006-03-16 |
awilliam |
9305:e3aa5b2387ac |
[IA64] disable handling of legacy privified insns |
2006-03-16 |
awilliam |
9304:bbfbb9e09b55 |
[IA64] remaining privified insns removed |
2006-03-16 |
awilliam |
9303:cd15ba9aa1cc |
[IA64] new hyperprivop |
2006-03-16 |
awilliam |
9302:f6feefcd1046 |
[IA64] postat tool |
2006-03-16 |
awilliam |
9301:d75f733f328c |
[IA64] Changed from page to page_info |
2006-03-16 |
awilliam |
9300:9c0123c8a1b4 |
[IA64] use of max_addr= & command line |
2006-03-16 |
awilliam |
9299:edbfa36f2451 |
[IA64] fix AFLAGS in Rules.mk |
2006-03-15 |
awilliam |
9298:ab05373d6edd |
[IA64] cleanup in dom_fw.c |
2006-03-15 |
awilliam |
9297:60578e2ace8e |
[IA64] LID virtualization |
2006-03-15 |
awilliam |
9296:dc99944b9bd0 |
[IA64] dummy IO memmap entry |
2006-03-15 |
awilliam |
9295:2f4911432398 |
[IA64] remove warning of xen_init() |
2006-03-14 |
awilliam |
9294:911c04274f14 |
[IA64] warning cleanup |
2006-03-14 |
awilliam |
9293:0ed4a312765b |
merge |
2006-03-14 |
awilliam |
9292:dc50cdd66c5c |
[IA64] Turn off pending guest timer printk |
2006-03-14 |
awilliam |
9291:0f905da1451d |
[IA64] Fixed PGT and PGC flags |
2006-03-14 |
awilliam |
9290:8a551ec13d93 |
[IA64] Remove the last compile warnings |
2006-03-10 |
awilliam |
9289:142a3eec56bd |
[IA64] Remove unused and unwritten active_mm field of vcpu and domain. |
2006-03-10 |
awilliam |
9288:cb5abeaabd1a |
[IA64] fix print out in ia64 setup_guest() |
2006-03-10 |
awilliam |
9287:5a0a0d9d126a |
[IA64] compilation fix hypercall.h |
2006-03-10 |
awilliam |
9286:056109e43947 |
[IA64] ia64 gdbstub compilation fix |
2006-03-10 |
awilliam |
9285:1abf3783975d |
[IA64] Merge guest TR emulation |
2006-03-10 |
awilliam |
9284:551f7935f79a |
[IA64] domU destroy |
2006-03-10 |
awilliam |
9283:c644eb4049ab |
[IA64] page ref counter |
2006-03-09 |
awilliam |
9282:405f0f847c0f |
[IA64] in_tpa is now an argument of vcpu_translate |
2006-03-09 |
awilliam |
9281:3b877779e9a3 |
[IA64] user process should not crash Xen. |
2006-03-08 |
awilliam |
9280:6270e89e1d47 |
[IA64] Remove warning in domain.c |
2006-03-08 |
awilliam |
9279:d00fa9827789 |
[IA64] cleanups |
2006-03-07 |
awilliam |
9278:a693ccb4d581 |
[IA64] VTI: fix Oops: time tick before it's due |
2006-03-07 |
awilliam |
9277:9215a9a1af9e |
[IA64] Some noisy traces removed. |
2006-03-07 |
awilliam |
9276:20c1a71383a9 |
[IA64] Remove mmzone.h and warning:"MAX_ORDER" redefined |
2006-03-07 |
awilliam |
9275:294e032f14af |
[IA64] Guarantee VTi guest can get correct frequency base |
2006-03-06 |
awilliam |
9274:c4ac21dc3f16 |
merge |
2006-03-06 |
awilliam |
9273:ede16886f979 |
[IA64] #if 0'd useless code in timer handled. |
2006-03-06 |
awilliam |
9272:c668c6abb5f0 |
[IA64] Warnings removal and small cleanups. |
2006-03-06 |
awilliam |
9271:c870c7f66abc |
[IA64] fix INVALID_M2P_ENTRY and INVALID_M2P macro |
2006-03-03 |
awilliam |
9270:983311b895be |
[IA64] VTI: Use 16K page size to emulate guest physical mode |
2006-03-03 |
awilliam |
9269:333db05b8bbb |
[IA64] Avoid double reclaim dom0 image and dom0 initrd |
2006-03-18 |
cl349 |
9268:ea67b8a9c7e0 |
Update to Linux 2.6.16-rc6. |
2006-03-17 |
kaf24 |
9267:3377e445aa5e |
Fix VMX cpuid handling when EAX == 4. |
2006-03-17 |
kaf24 |
9266:843ced27531a |
Allows the hypervisor to build without warnings (wisely considered |
2006-03-17 |
kaf24 |
9265:eceb7ffe1e67 |
Fix the gzip size extraction in xc_inflate_buffer(). Extract |
2006-03-17 |
kaf24 |
9264:03d7b5b2c212 |
Fix sched_sedf adjdom to properly clamp the period max value. |
2006-03-17 |
kaf24 |
9263:b8640cd55fd7 |
Declare inline function as 'static inline', not 'extern inline'. |
2006-03-17 |
vhanquez |
9262:98a6f5ae7b1f |
Reinitialize producer and consumer index to 0 if indexes corruption are detected |
2006-03-17 |
vhanquez |
9261:56ec142bdd91 |
Substitute kmalloc+memset by kzalloc where possible |
2006-03-16 |
kaf24 |
9260:796ac2386a24 |
Clean up HVM relinquish_guest_resources interface and implementation. |
2006-03-16 |
kaf24 |
9259:58d1ef215706 |
Add Summagraphics Tablet emulation for VNC users. The current PS/2 emulation |
2006-03-16 |
kaf24 |
9258:d6bab69e856f |
Change the VNC main input loop delay from 1 second down to 10 |
2006-03-16 |
kaf24 |
9257:48211017a16a |
Add a shadow VRAM to track changes to the real VRAM. When the guest |
2006-03-16 |
kaf24 |
9256:a7b6eed7b0a6 |
Explicitly include time.h to get gettimeofday declaration. |
2006-03-16 |
kaf24 |
9255:00aba64e034e |
pcifront poll loop now checks gettimeofday rather than jiffies, |
2006-03-15 |
kaf24 |
9254:1569bc48b0b8 |
Implement console for Mini-os and also fix 2 bugs: |
2006-03-15 |
kaf24 |
9253:d3b0d74702b5 |
Make asm macros use the generally accepted comma-separated arg-passing style. |
2006-03-15 |
kaf24 |
9252:f85bb99187bf |
Update interface documentation to include sched_op_new hypercall |
2006-03-15 |
kaf24 |
9251:96ba0a2bc9de |
Remove unnecessary cr4 handling in vmx_set_cr0. |
2006-03-15 |
vhanquez |
9250:9af36c14ae83 |
merge |
2006-03-15 |
vhanquez |
9249:250ff103c291 |
fix buffer overflow in print XS_DEBUG command |
2006-03-15 |
vhanquez |
9248:51b0d4c2d4d9 |
move XS_DEBUG code into a proper function |
2006-03-15 |
kaf24 |
9247:a5ee1cb525bb |
Make MTU rx check in netfront more permissive to allow for 8021q vlan tagging. |
2006-03-15 |
kaf24 |
9246:c097485037f7 |
Remove unused macro VMX_CPU_STATE_PG_ENABLED. |
2006-03-15 |
kaf24 |
9245:2162e1356bee |
Fix 64-bit build. |
2006-03-15 |
vhanquez |
9244:890fa761ba82 |
Do not BUG when receiving unexpected message type from xenbus |
2006-03-15 |
Ian Campbell |
9243:f00e257d200c |
There is no need to pin page tables when XENFEAT_writable_page_tables |
2006-03-15 |
kaf24 |
9242:06e3c5ef2979 |
Fix x86/64 HVM assertion failure. |
2006-03-15 |
kaf24 |
9241:e3e4c8b564e2 |
I've found it useful to display the panic message *before* dropping into the |
2006-03-15 |
kaf24 |
9240:5618b13ac97f |
Unlike x86 and apparently ia64, PowerPC delivers timer interrupts as a |
2006-03-15 |
kaf24 |
9239:be669c4b1e6b |
Add extra tracing near a commonly-failing scheduler assertion. |
2006-03-14 |
kaf24 |
9238:c445d4a0dd76 |
Define a new sched_op hypercall called sched_op_new, which differs from the |
2006-03-14 |
kaf24 |
9237:e3d7c2183866 |
Add a read barrier to the time-values-uptodate xenlinux time checking function. |
2006-03-14 |
kaf24 |
9236:f4cef1aa2521 |
Fix ASSERT failure caused by NX support code on x86_64 |
2006-03-14 |
kaf24 |
9235:de5d2b9a9cfb |
When both stolen and blocked are rounded down, it is possible for the |
2006-03-14 |
kaf24 |
9234:a77cf8fdc307 |
Xen/ia64 build fixes. |
2006-03-14 |
kaf24 |
9233:66f02103f4c5 |
Trivial ia64 tools build fix. |
2006-03-14 |
kaf24 |
9232:1f739672ca00 |
Fix a bug which occurs when Xen is compiled with debug=y. Destroying a |
2006-03-14 |
kaf24 |
9231:1c24ee05f8f3 |
Fix the bug that hvm domain network breaks after xm reboot. Root |
2006-03-14 |
kaf24 |
9230:14bfb2eb9505 |
Fix build error with -Wstrict-prototype. |
2006-03-14 |
kaf24 |
9229:47c562fd342a |
Fix memory leak in xc_domain_dumpcore and simplify copy_from_domain_page. |
2006-03-14 |
kaf24 |
9228:065006aa5322 |
Fix a typo in a comment -- vmxloader is now hvmloader. |
2006-03-14 |
kaf24 |
9227:ccf3d5cd1428 |
Fix PAE ptep_get_and_clear_full(). The fast path requires us to manually clear |
2006-03-14 |
kaf24 |
9226:7d8efd4f1ac7 |
Initialise blkfront_info to zeroes after allocating it. |
2006-03-14 |
kaf24 |
9225:d14cb80574ee |
Revert some of the bigger changes in c/s 9217 as these have been |
2006-03-13 |
kaf24 |
9224:36cf47cfea4e |
Clean up block-device hotplug routines in xenlinux. |
2006-03-13 |
kaf24 |
9223:68915c4893ee |
Add a 't' debug key to Xen for displaying info about cross-cpu clock jitter. |
2006-03-13 |
kaf24 |
9222:2625000d3145 |
Make time-backwarsd warning a run-time configurable option. |
2006-03-13 |
kaf24 |
9221:1439cfa5ee8c |
The existing xc_domain_dumpcore is very specific to disk/file based |
2006-03-13 |
emellor |
9220:68b4edadd161 |
xm top was listed twice in the help message -- remove it from the Host Commands |
2006-03-13 |
kaf24 |
9219:4d38a73999a9 |
Fix broken assertion in SEDF scheduler. |
2006-03-12 |
kaf24 |
9218:57f21f67b532 |
No need to pin/unpin intermediate pagetables in x86/64 xenlinux. |
2006-03-12 |
kaf24 |
9217:9aefef31e040 |
Ignore pinning of other than root page directories. Disallow |
2006-03-12 |
kaf24 |
9216:3983e4f1b054 |
Add missing include of a header file to avoid a compile warning. |
2006-03-12 |
kaf24 |
9215:8a2c63591c81 |
pciback sends evtchn notification to pcifront when its request is processed. |
2006-03-11 |
emellor |
9214:903a9b95fb06 |
Merged. |
2006-03-11 |
emellor |
9213:65dfd26801af |
Remove blank line -- this was causing all the tests to be run twice, because |
2006-03-11 |
root |
9212:000d5ccb2bec |
HG Patch |
2006-03-11 |
emellor |
9211:e48f56250811 |
Merged. |
2006-03-11 |
emellor |
9210:1ffd973d3d49 |
Define TESTS to be the .test files, not the .py files, otherwise the chmod +x |
2006-03-11 |
emellor |
9209:ed1afb12106e |
- Reworked to use your match_domid suggestion and filtering |
2006-03-11 |
emellor |
9208:90bac1d23a0c |
Merged. |
2006-03-11 |
emellor |
9207:9c2c55ba22e5 |
Trivial fix to bind implementation. |
2006-03-10 |
emellor |
9206:9dbc0786b502 |
Minor fix to error message. |
2006-03-10 |
emellor |
9205:faa1eb1621b9 |
Simplify the interface into httpserver and UnixHttpServer -- the root and |
2006-03-10 |
emellor |
9204:83a882b3d807 |
Untangle XendRoot and XendLogging by having XendLogging check the global |
2006-03-11 |
kaf24 |
9203:1f30a0ac3033 |
Changeset 9134 introduced a caching mechanism when xenbus_switch_state |
2006-03-11 |
kaf24 |
9202:3f8123ae34ba |
Currently if one tries to execute VMX instruction from inside the |
2006-03-11 |
kaf24 |
9201:a5a50f6fbc09 |
Enable the ejection of the physical cdrom tray, when user enters |
2006-03-10 |
kaf24 |
9200:d4e433d615b0 |
More build config changes: |
2006-03-10 |
kaf24 |
9199:e408a374840c |
Replace memory_op subcommands reserved_phys_area and map_shared_info |
2006-03-10 |
cl349 |
9198:c5286130a96e |
Map grant table pages in vmalloc kernel address space instead of fixmap. |
2006-03-10 |
emellor |
9197:cc303cdf8809 |
The attached patch cleans up the parsing of /proc/xen/balloon that |
2006-03-10 |
stekloff |
9196:e0741ec5ec52 |
Fix test 11_create_concurrent_ps.py for HVM domains. HVM can only |
2006-03-10 |
kaf24 |
9195:00061c916dbb |
Clean the pending_intr processing sequence and fix some potential bugs. |
2006-03-10 |
kaf24 |
9194:8bb494bccdac |
Fix the gdbserver-xen for VMX guests. |
2006-03-10 |
emellor |
9193:3ea1c6118fc2 |
This patch |
2006-03-10 |
stekloff |
9192:8c1badb84c3e |
Adding hping TCP and UDP tests. They hping a number of packets to |
2006-03-10 |
stekloff |
9191:b13e54483c1a |
Fix xmtest 13_create_multinic_pos.py to work with HVM. |
2006-03-09 |
kaf24 |
9190:e31f21fc391d |
Fix a few small issues in xc_domain_dumpcore: |
2006-03-09 |
kaf24 |
9189:85b34394c9a2 |
Move 'debug' build option into the outermost Config.mk file. |
2006-03-09 |
kaf24 |
9188:7e68bc2745af |
Clean up the usage of CFLAGS. This is nice for packagers, who would |
2006-03-09 |
cl349 |
9187:fbeb0a5b7219 |
Change the location of the shared_info page for auto_translated_physmap guests. |
2006-03-09 |
kaf24 |
9186:df0ad1c46f10 |
Build MTRR support into privileged xenlinux x86/64. |
2006-03-09 |
kaf24 |
9185:e0d32d7cb5da |
Apply proper locking in xenlinux mtrr interface functions. |
2006-03-09 |
kaf24 |
9184:c176d2e45117 |
64 bit pagetable builder added to mm.c |
2006-03-09 |
kaf24 |
9183:80bc37d5a32f |
Explain disadvantages of building pciback as a module in Kconfig help. |
2006-03-09 |
kaf24 |
9182:d4a2af362e5e |
Make xc_linux_build() load the initrd page-by-page rather |
2006-03-09 |
kaf24 |
9181:a1fcee3b2abe |
Clean up internal libxc functions to take 'const char *' |
2006-03-09 |
kaf24 |
9180:899532500ada |
Add a parallel set of APIs to the domain builders to allow images and |
2006-03-09 |
kaf24 |
9179:5ea87acc07dc |
Adds a new device interface to xend/xm similar to the one for ioports |
2006-03-09 |
kaf24 |
9178:37f3f5ad9110 |
According to the April 2005 Intel Virtualization Technology Specification |
2006-03-09 |
kaf24 |
9177:17e26f60e901 |
Fix order-of-evaluation issue in xc_domain_dumpcore. The intent is |
2006-03-09 |
kaf24 |
9176:a4dc14edd56b |
Clean up the interface for sharing xen-heap pages with guests. |
2006-03-09 |
kaf24 |
9175:4af3f8bd7e0c |
Add missing include in hypercalls header file. |
2006-03-08 |
kaf24 |
9174:f527a18cc8c3 |
Allow pciback to be built as a module. |
2006-03-08 |
kaf24 |
9173:42a1f6ffd0e9 |
Allow pciback to be placed into a permissive mode of operation whereby it allows |
2006-03-08 |
kaf24 |
9172:aae274b4c1a7 |
Trivial fix for pcifront bringup. |
2006-03-08 |
kaf24 |
9171:766817372cab |
Fix call to set_timer in vlapic.c. Should not set timer.expires |
2006-03-08 |
kaf24 |
9170:53b0dc1cb1db |
Implement guest_access routines for copying to/from a sub-field of a structure. |
2006-03-08 |
kaf24 |
9169:3627061dcc9a |
Undo misapplied search replace. |
2006-03-08 |
kaf24 |
9168:94b10faa7577 |
Lower-casify some macros, and rename kernel_mode() to guest_kernel_mode(). |
2006-03-08 |
kaf24 |
9167:64f890639992 |
Update Xen extraversion to reflect unstable status. |
2006-03-08 |
kaf24 |
9166:3219aa25ad46 |
The PAE guest can run on SMP 64-bit Xen0 now. |
2006-03-08 |
kaf24 |
9165:f55d6c299c7e |
Keep totalram_pages in sync with current_pages in balloon driver. |
2006-03-08 |
kaf24 |
9164:6cc6b0ec9fa5 |
Add some bounds checking to values passed when changing the period and |
2006-03-08 |
kaf24 |
9163:2538f3f838dc |
Ensure old Python files are overwritten during tools install. |
2006-03-08 |
kaf24 |
9162:13bbfced7b35 |
Fix 64-bit Linux build. |
2006-03-08 |
kaf24 |
9161:ccca12a2bee2 |
Fix up #PF error code before propagating to guest kernel. |
2006-03-07 |
kaf24 |
9160:503c4d8454e5 |
Clean up vlapic code. |
2006-03-07 |
kaf24 |
9159:4293d6760cef |
Upgrade all hypercalls to use the new guest_handle interface (on the Xen side). |
2006-03-07 |
cl349 |
9158:b41ad96f1242 |
Cleanup i386 entry.S. |
2006-03-07 |
kaf24 |
9157:51c59d5d76b0 |
Tighten up the assertion conditions in the GUEST_MODE() macro. |
2006-03-06 |
kaf24 |
9156:583d01868d17 |
SVM patch to add missing svm_asid() call into 64bit exits.S vmexit loop. |
2006-03-06 |
kaf24 |
9155:57a905038907 |
Fix additional gdbstub issues. |
2006-03-06 |
kaf24 |
9154:b0d8b38681ff |
Add next/previous key bindings to XenMon curses mode. |
2006-03-06 |
kaf24 |
9153:0ad422291688 |
Fix reporting of time intervals in the log mode of XenMon. |
2006-03-06 |
kaf24 |
9152:d60392d5b818 |
No need to re-set vm_pgoff before calling remap_pfn_range(). It will do |
2006-03-06 |
kaf24 |
9151:6cb33c7c8cdd |
Make /proc/xen/xsd_kva with permissions 0600 so it can be opened |
2006-03-06 |
kaf24 |
9150:90c71ea18b50 |
Simplify ptrace_names array declaration. |
2006-03-06 |
cl349 |
9149:e9daf5307296 |
Cleanup whitespace. |
2006-03-06 |
kaf24 |
9148:085f0ad9018a |
Fix build with some gcc versions. |
2006-03-06 |
kaf24 |
9147:e8fb817c4c15 |
Update microcode.c to linux-2.6.16-rc5 codebase. |
2006-03-06 |
kaf24 |
9146:941897e98591 |
Allow NMI watchdog setup on newer P4 processors. |
2006-03-06 |
kaf24 |
9145:9de50910defd |
libxc: Verify Magic number when reading dump |
2006-03-06 |
kaf24 |
9144:0161a721bad5 |
Fix boot-memory layout description. |
2006-03-06 |
kaf24 |
9143:8ed131452f27 |
Consolidate xc_ptrace and xc_ptrace_core |
2006-03-06 |
kaf24 |
9142:26eff2448966 |
libxc: xc_ptrace cleanups |
2006-03-06 |
kaf24 |
9141:f614ea56143c |
Fix DBG_LEVEL_VLAPIC_INTERRUPT definition. |
2006-03-06 |
kaf24 |
9140:f096a90c7728 |
Fix ia64 build. |
2006-03-06 |
kaf24 |
9139:d75cab09ef57 |
Fix mkelf32 cross compilation support. The previous fix for |
2006-03-06 |
kaf24 |
9138:42f93cc190b7 |
Fix SVM guest destroy: I/O shared page is mapped globally so must unmap |
2006-03-04 |
emellor |
9137:64f11b0e2e7d |
Merged. |
2006-03-04 |
emellor |
9136:f43f094467f6 |
Allow callers to XendClient.xend_list_domains to specify the detail flag, and |
2006-03-04 |
emellor |
9135:5aae1b1c3098 |
Log the tdb_error when a read fails with EIO. This is happening after a long |
2006-03-04 |
emellor |
9134:8853631252d8 |
Added a 'state' field to the xenbus_device structure, which caches the state |
2006-03-04 |
kaf24 |
9133:2d87e2747973 |
Make guest_access implementation arch-specific. |
2006-03-04 |
kaf24 |
9132:eb24eb6bc341 |
Fix some warnings when compiling tools. |
2006-03-03 |
kaf24 |
9131:2307bf2a4bfc |
Rename guest_handle() macro to GUEST_HANDLE() and define_guest_handle() |
2006-03-03 |
kaf24 |
9130:aefc75f5db5e |
/proc/xen/xsd_kva exports mmap interface that xenstored now uses to map the |
2006-03-03 |
kaf24 |
9129:1c46091df7ce |
Avoid floating point in hash table implementation. |
2006-03-03 |
kaf24 |
9128:621d32a54e2d |
Move dom0_op hypercall to the guest_handle interface (inside Xen). |
2006-03-03 |
emellor |
9127:d088ce2d3528 |
Merged. |
2006-03-03 |
emellor |
9126:9e19dcb05f56 |
Wait for the devices configured at start-up, before allowing the boot to |
2006-03-03 |
emellor |
9125:c8c0f99193d4 |
Change the way that reboot-timeouts are handled. Rather than refreshing the |
2006-03-03 |
emellor |
9124:2274f293af41 |
Added further integrity checking, this time checking for duplicate directory |
2006-03-03 |
emellor |
9123:871f768aadc6 |
Cope when the filename returned by losetup for an existing loop device is not |
2006-03-02 |
emellor |
9122:1a1e3dcbbf19 |
Cope if xenstore is down. |
2006-03-02 |
emellor |
9121:26af50da86b7 |
Added hashtable implementation, to support the reachability check against the |
2006-03-03 |
kaf24 |
9120:fab6deef7e87 |
Domain0 identifies IOAPIC by physical base address rather than BIOS-assigned identifier. |
2006-03-03 |
kaf24 |
9119:8aa45d7713e3 |
Clean up PIT-thru-ioapic setup. We don't need the legacy missed-tick |
2006-03-03 |
kaf24 |
9118:a0c07e32000a |
Minor enhancements to gdbbuild, the build script for gdbserver-xen. |
2006-03-03 |
kaf24 |
9117:658528fe2b9a |
It's not necessary to define a function for dumping virtual IOAPIC |
2006-03-03 |
kaf24 |
9116:e0d8c23acaa7 |
Add a description of the virtual TPM interface to the interface |
2006-03-03 |
kaf24 |
9115:4e7c8eae6775 |
This patch undoes 8697 and makes xm reboot/shutdown work again. This code |
2006-03-03 |
kaf24 |
9114:7eafbed44734 |
Raises an explicit error message when the domain config file specifies |
2006-03-03 |
kaf24 |
9113:0f368e70b4eb |
VTPM fixes: |
2006-03-03 |
kaf24 |
9112:ec7802acc8c9 |
Fix up some issues I found when porting PPC to the new common gdb stub code: |
2006-03-03 |
kaf24 |
9111:f3661f9a95dd |
VTPM_Tools: Fix error when closing only vtpm, and fix restore bug when |
2006-03-03 |
kaf24 |
9110:46a6d9626911 |
Ignore external (user-provided) CFLAGS when building vmxassist and hvmloader. |
2006-03-03 |
kaf24 |
9109:29f8c87bd8fd |
Add a 'clear trap table' path to set_trap_table hypercall, taken when |
2006-03-02 |
kaf24 |
9108:af04fef70bad |
Don't compile HVM_DBG_LOG into xen by default. |
2006-03-02 |
kaf24 |
9107:316fafc6d743 |
Fix libxc warnings with gcc-4.1 and glibc-2.3.90. |
2006-03-02 |
kaf24 |
9106:dfa7ba9c1296 |
Many fixes and cleanups for lomount: |
2006-03-02 |
kaf24 |
9105:fd102a15436f |
Change debug level of vmx_io_instruction to DBG_LEVEL_IO. |
2006-03-02 |
kaf24 |
9104:b50d3fca138e |
Add empty files need to fix ia64 build. |
2006-03-02 |
kaf24 |
9103:990b436099be |
Clean up use of wait_event_interruptible(). |
2006-03-02 |
cl349 |
9102:8f1f6c70e4f5 |
linux-x86-64: eliminate duplicate exports |
2006-03-02 |
cl349 |
9101:f6445afee702 |
Remove unnecessary include statements. |
2006-03-02 |
cl349 |
9100:5ef601da9c2c |
linux: clean up setup_arch_post.h |
2006-03-02 |
kaf24 |
9099:cfbf7332d616 |
While native code range-checks the requested address, possibly |
2006-03-02 |
kaf24 |
9098:4dd325c1d87d |
A few changes to the new 'guest handle' interface: |
2006-03-02 |
kaf24 |
9097:e639d53330ba |
Make sure that installed files have sensible permissions and are owned by the |
2006-03-02 |
kaf24 |
9096:d9f980fabc18 |
Fix problems when creating HVM guest on PAE host with >4G physical memory. |
2006-03-02 |
kaf24 |
9095:eeac4fdf02ed |
merge |
2006-03-02 |
kaf24 |
9094:7edd64c8bb36 |
Fix printing of u64 value 'msr_content' to use PRIx64 format. |
2006-03-02 |
kaf24 |
9093:385ddb11971d |
Merge xen-ia64-unstable.hg |
2006-03-01 |
awilliam |
9092:b4f1084177cc |
[IA64] sparse update for 2.6.16-rc5 |
2006-03-01 |
awilliam |
9091:d4b26e74e310 |
[IA64] default to SMP |
2006-03-01 |
awilliam |
9090:c1daa52dd0bf |
[IA64] Turn on CONFIG_XEN_BLKDEV_BACKEND |
2006-03-01 |
awilliam |
9089:673f62edbfbe |
merge |
2006-03-01 |
awilliam |
9088:88f97bb8f3ae |
[IA64] Every processor call xen_early_setup (required on SMP-guest to set ivt). |
2006-03-01 |
awilliam |
9087:18b0911d936d |
[IA64] warning cleanup |
2006-03-01 |
awilliam |
9086:cfe20f41f043 |
[IA64] VTI: updated vtlb, support_non_contiguous memory on vtidomain |
2006-02-28 |
awilliam |
9085:e58ff5fd3550 |
[IA64] Unused fields in mm_struct commented out. |
2006-02-28 |
awilliam |
9084:b417cb20f1db |
[IA64] Misc clean-up and warnings removal. |
2006-02-28 |
awilliam |
9083:4db98649cc36 |
[IA64] xen_timer_interval removed (was not used). |
2006-02-28 |
awilliam |
9082:f4b83d04643c |
[IA64] delivery_mask removed (was unused). |
2006-02-28 |
awilliam |
9081:8ee4d4dac552 |
[IA64] Found the lost memory |
2006-02-28 |
awilliam |
9080:0b0be946cf9c |
[IA64] cleanup warning in xen/ia64 (arch/ia64/xen) |
2006-02-28 |
awilliam |
9079:bd9cb8dc97b6 |
[IA64] cleanup warning in xen/ia64 (arch/ia64/linux-xen) |
2006-02-28 |
awilliam |
9078:5e751dddf4d0 |
[IA64] cleanup warning in xen/ia64 (arch/ia64/linux) |
2006-02-28 |
awilliam |
9077:ff019fb073e4 |
[IA64] cleanup warning in xen/ia64 (include/asm-ia64) |
2006-02-28 |
awilliam |
9076:b5a6da522577 |
[IA64] Cleanup hypercall.h |
2006-02-27 |
awilliam |
9075:a220579c2aa8 |
[IA64] fix SMP bug for vhpt |
2006-02-27 |
awilliam |
9074:a4a4a28a1686 |
[IA64] warning removal: NR_CPUS |
2006-02-27 |
awilliam |
9073:21f633fd90e4 |
[IA64] SMP_HOST: Alloc vhpt from domheap |
2006-02-24 |
awilliam |
9072:6c43118bdba8 |
merge |
2006-02-24 |
awilliam |
9071:d940ec92958d |
[IA64] SMP_HOST: map pal code on smp host |
2006-02-24 |
awilliam |
9070:c18c63f87b7d |
[IA64] VTI: Fix two bugs |
2006-02-24 |
awilliam |
9069:67ea7868089b |
[IA64] Clean up warnings related to VTi code. (header files) |
2006-02-24 |
awilliam |
9068:0f59ace5442c |
[IA64] Clean up warnings related to VTi code. (C files) |
2006-02-24 |
awilliam |
9067:d44e8ace51a3 |
[IA64] redefine raw_smp_processor_id() |
2006-02-24 |
awilliam |
9066:a2bb5a3242a1 |
[IA64] another one to remove unused linux files within xen/ia64 |
2006-02-24 |
awilliam |
9065:b7e2628695e3 |
[IA64] Remove unused Linux stuff |
2006-02-24 |
awilliam |
9064:74bb3750f48e |
[IA64] fix ia64 cset 8906 |
2006-02-24 |
awilliam |
9063:17adc9c5984a |
[IA64] bug fix reserve_memory() |
2006-02-24 |
awilliam |
9062:0bd35cce6611 |
[IA64] import linux/include/asm-ia64/meminit.h from 2.6.16-rc3. |
2006-02-24 |
awilliam |
9061:c1ba4af23ec9 |
[IA64] minor bug fix in xensetup.S |
2006-02-24 |
awilliam |
9060:f94931b07c67 |
[IA64] tlb miss fix |
2006-02-24 |
awilliam |
9059:5de0ee4ae76b |
[IA64] acpi printf fix |
2006-02-24 |
awilliam |
9058:062ab30ba434 |
[IA64] cleanup itir_ps(), itir_mask() |
2006-02-24 |
awilliam |
9057:2a2aaef05d70 |
[IA64] hypercall cleanup |
2006-02-24 |
awilliam |
9056:4f03ac87d31b |
[IA64] assign_new_domain0_page |
2006-02-23 |
awilliam |
9055:60aa296ccf4c |
[IA64] Provides right frequency ratio and base for VTi domain |
2006-02-18 |
awilliam |
9054:111af742e414 |
[IA64] gcc-4.0 build fix |
2006-02-18 |
awilliam |
9053:f53282b4b33a |
[IA64] add CONFIG_XEN to sal.c sparse file |
2006-02-18 |
awilliam |
9052:ded14681ae84 |
merge |
2006-02-17 |
awilliam |
9051:dcbe36ee2171 |
[IA64] fixed switch to idle domain bug |
2006-02-17 |
awilliam |
9050:3c091740f6ff |
[IA64] different type of argument in vcpu_set_gr() |
2006-02-17 |
awilliam |
9049:81aae0c1487e |
[IA64] wrong type cast in ia64_hypercall |
2006-02-17 |
awilliam |
9048:2ff0ade58aab |
[IA64] declaration of metaphysical_rr |
2006-02-17 |
awilliam |
9047:b9a76893a1ee |
[IA64] Fixed arch_domain_create |
2006-02-15 |
awilliam |
9046:c4d21a4d5b9a |
[IA64] Cleanup README.origin files |
2006-02-10 |
awilliam |
9045:982b9678af2c |
[IA64] cleanup extraneous function name change from upstream |
2006-02-10 |
awilliam |
9044:dfdb9cfc8b79 |
merge |
2006-02-09 |
awilliam |
9043:6526a91d5555 |
[IA64] take start_info page from dom0 page not from xen heap. |
2006-02-09 |
awilliam |
9042:ecc8595f2c0b |
[IA64] evtchn_ia64 spin lock - fix dead lock |
2006-02-09 |
awilliam |
9041:7b2399cb6508 |
[IA64] zero clear page for pgd, pmd, pte. |
2006-02-09 |
awilliam |
9040:9eb9fa8a9933 |
[IA64] fix name conflict(map_domain_page) |
2006-02-09 |
awilliam |
9039:9c6cd777259b |
[IA64] remove CLONE_DOMAIN0 and DOMU_AUTO_RESTART for simplicity. |
2006-02-09 |
awilliam |
9038:535d29342e42 |
[IA64] remove set_gpfn_from_mfn from config.h |
2006-02-09 |
awilliam |
9037:74b1de89e9f7 |
[IA64] added multicall |
2006-03-02 |
emellor |
9036:34b7dd72aa55 |
Merged. |
2006-03-02 |
emellor |
9035:c400eb3ea6dc |
Fix violation of C90 mixed-code-and-declarations restriction. |
2006-03-02 |
vhanquez |
9034:47e0d6fa741e |
Removing out-of-date unused file. |
2006-03-02 |
emellor |
9033:cff782f65c4d |
Fix printf. |
2006-03-02 |
emellor |
9032:689da5e0a970 |
Added a basic integrity checker, and some basic ability to recover from store |
2006-03-02 |
emellor |
9031:849723752858 |
Silence the messages that are emitted when removing nodes that already have |
2006-03-02 |
emellor |
9030:b2d3117cc7ed |
Avoid a race between Xend removing the vm entries corresponding to a domain, |
2006-03-01 |
kaf24 |
9029:6734682d2fd0 |
Fix problems with HVM PAE guests with >4GB memory. |
2006-03-01 |
kaf24 |
9028:9bde2889635c |
Add SVM 32bit msr support (combined both 32bit with 64bit functions) |
2006-03-01 |
kaf24 |
9027:072d51860554 |
Clean up SVM 32-bit exits.S file (remove all tsc/fpu). |
2006-03-01 |
kaf24 |
9026:b0dfd76ef5d2 |
Revert two uses of CONFIG_PAGING_LEVELS to CPP rather than C predicate. |
2006-03-01 |
kaf24 |
9025:e0f66dbe4b13 |
map_domain_page() now handles running on idle page tables. |
2006-03-01 |
kaf24 |
9024:4d979b6689ea |
Disallow cmpxchg8b ptwr emulation for non-pae. Also a few cleanups. |
2006-03-01 |
emellor |
9023:d8451bb6278c |
Remove unused #include <sys/ioctl.h>. |
2006-03-01 |
kaf24 |
9022:bd816eee9cf6 |
Clean wrpt state when emulating CR3 write. |
2006-02-28 |
kaf24 |
9021:a376bab39768 |
SVM patch to add 64bit hv support. |
2006-02-28 |
kaf24 |
9020:a66763eb86fe |
Allow tpmfront/tpmback to be built as modules. |
2006-02-28 |
kaf24 |
9019:271cb04a4f2b |
Allow netback to be built as a module. |
2006-02-28 |
kaf24 |
9018:ead0b7fcad3a |
Allow blkback to be built as a module. |
2006-02-28 |
kaf24 |
9017:8ac43508b33b |
Avoid using unexported add_timer_on() function in netback driver. |
2006-02-28 |
kaf24 |
9016:c369d960f96b |
Sketch a new interface for transferring hypercall arguments in memory. |
2006-02-28 |
kaf24 |
9015:62309ca8b708 |
Clean up management of 'initial images' temporary buffers. |
2006-02-28 |
kaf24 |
9014:e5aba4f62131 |
Fix tools Makefiles to respect CFLAGS. Disable stack-smash |
2006-02-28 |
kaf24 |
9013:e77ea156075c |
Add 'm' debug key to print free-memory info. |
2006-02-28 |
kaf24 |
9012:034af52f0df7 |
Fix a multi HVM domain issue (bugzilla bug #542): |
2006-02-28 |
kaf24 |
9011:79a93530121b |
Fix SVM cr0 handling. |
2006-02-28 |
kaf24 |
9010:933d0d70378f |
Fix SVM PAE support. |
2006-02-28 |
kaf24 |
9009:0820df08a996 |
Fix SVM guest pin timer migration logic. |
2006-02-28 |
kaf24 |
9008:985879d9d935 |
Fix SVM vlapic logic. |
2006-02-28 |
kaf24 |
9007:a2dce576313f |
Removing hvm_safe_block() from the SVM hlt function avoids SVM guest problems. |
2006-02-27 |
emellor |
9006:5262bd9e9d19 |
Merged. |
2006-02-27 |
emellor |
9005:c028ba081c84 |
Reconstitute the ip parameter correctly. Closes bug #491. |
2006-02-27 |
emellor |
9004:b6af6ab53c67 |
Use cleverer sed pattern to avoid use of head -1. |
2006-02-27 |
emellor |
9003:b30564f40914 |
Break out the hotplug cleanup code into xen-hotplug-cleanup. Claim the block |
2006-02-27 |
Ian Campbell |
9002:b470657718fe |
Add support for configuring feature flags when starting guests. |
2006-02-27 |
cl349 |
9001:3b74edc512b4 |
Update to Linux 2.6.16-rc5. |
2006-02-27 |
kaf24 |
9000:0416b6ba8c37 |
Check feature flag supervisor_mode_kernel in dom0 builder. |
2006-02-27 |
kaf24 |
8999:5adaa6908727 |
Allow a guest to switch pagetables 'atomically'. That is, the new pagetables |
2006-02-27 |
emellor |
8998:38d9f4cbbc1e |
Merged. |
2006-02-27 |
emellor |
8997:8e3865296e31 |
Move files that have appeared in the wrong place due to incorrect patch -p setting. |
2006-02-27 |
kaf24 |
8996:0cb40b7f7840 |
xen/ia64 uaccess is still linux style with different declaration as |
2006-02-27 |
kaf24 |
8995:cc9ed0eea55a |
Fix a missed unmap in __entry(). |
2006-02-27 |
emellor |
8994:d741fa272309 |
While testing TCP & UDP tests (coming soon), I tracked down a bug in the |
2006-02-27 |
emellor |
8993:136aea67b369 |
The attached patch does the following: |
2006-02-27 |
emellor |
8992:911f3ecd975e |
The attached patch breaks out |
2006-02-27 |
kaf24 |
8991:ee8041b0ab86 |
Add a compile time option to enable domain 0 running in ring 0. |
2006-02-27 |
Ian Campbell |
8990:6060937db0fe |
merge |
2006-02-27 |
Ian Campbell |
8989:57cd768791d1 |
List pae_pgdir_above_4gb in features for x86/32 Linux kernel. |
2006-02-27 |
Ian Campbell |
8988:b75d80269ff4 |
merge. |
2006-02-27 |
Ian Campbell |
8987:c823e60207f0 |
Support XENFEAT_supervisor_mode_kernel in x86/64 HYPERVISOR_IRET macro |
2006-02-27 |
Ian Campbell |
8986:f1e5b29dd15a |
Only panic() if the dom0 kernel requires an unknown feature flag. |
2006-02-27 |
emellor |
8985:bf1dc22ca24c |
Merged. |
2006-02-27 |
cl349 |
8984:e480a5db8abb |
Fix non-xen build for: Make the fixmap area moveable in kernel address space. |
2006-02-27 |
cl349 |
8983:bf594e88f046 |
Add arch/i386/mm/pgtable.c to sparse tree. |
2006-02-27 |
cl349 |
8982:55f597e929f3 |
Fix non-xen build for: Move the gate page (vsyscall) out of the fixmap area |
2006-02-27 |
cl349 |
8981:dbec76a720f8 |
Add include/asm-i386/{fixmap,page}.h to sparse tree. |
2006-02-27 |
kaf24 |
8980:ab982f583b73 |
Define strlcpy() in include/xen/string.h |
2006-02-26 |
kaf24 |
8979:5541ea99106a |
Periodically sytnchronize Xen's wallclock time with NTP-synchronized time in domain0. |
2006-02-26 |
kaf24 |
8978:af6a564ea81c |
The disk isn't guaranteed to be the first device in the config sxp -- |
2006-02-26 |
kaf24 |
8977:c7550ed2ccbf |
pygrub currently takes a file on the command line to mean a config file |
2006-02-26 |
kaf24 |
8976:a861cbd578f2 |
Instead of using a static filename in the guest bootloader, use a random |
2006-02-26 |
kaf24 |
8975:b567eb77399f |
Add 'console=xxx' to the Xen serial console section to make it obvious |
2006-02-26 |
kaf24 |
8974:a5830f7fd7e0 |
Cross-compilation fixes (x86/64 on i386). |
2006-02-25 |
kaf24 |
8973:0d7c3c47ad20 |
Fix assertion. |
2006-02-25 |
kaf24 |
8972:d0b7281556f2 |
New VCPUOP_register_runstate_memory_area hypercall. Avoids |
2006-02-25 |
kaf24 |
8971:c375c2109452 |
Update Linux time IRQ handler to understand the new stolen/blocked cycle counts |
2006-02-25 |
kaf24 |
8970:2303fb4682e7 |
New VCPUOP_get_runstate_info hypercall. Returns information about the current |
2006-02-25 |
kaf24 |
8969:a9f3abcc4149 |
Avoid pcnet dm packet loss / corruption. |
2006-02-24 |
kaf24 |
8968:8b42c8aea36a |
Split XENFEAT_ feature flags into new header file features.h. |
2006-02-24 |
kaf24 |
8967:e92dd21483bd |
Fix up CPU allocation and topology reporting. |
2006-02-24 |
kaf24 |
8966:3048761dc368 |
Quieten down MSR access warnings. |
2006-02-24 |
kaf24 |
8965:ec92f986411e |
Default minimum number of receive buffers queued by netfront is now 64, not 8. |
2006-02-24 |
kaf24 |
8964:cf1c1bb9f6d2 |
Bring up AP of VMX domain. |
2006-02-24 |
kaf24 |
8963:71f2d19cd3a5 |
Clean up p2m functions. |
2006-02-24 |
kaf24 |
8962:1980e01346a7 |
Two missing exports (one of them needed only for PAE) prevented netfront from being built as a module. |
2006-02-24 |
kaf24 |
8961:0807931dfa54 |
Another tiny C89 fix. |
2006-02-24 |
cl349 |
8960:4f838d2ac31a |
linux-i386: cleanup head.S, sync default_ldt and {new,boot}_cpu_data with native. |
2006-02-24 |
Ian Campbell |
8959:e0f563e8db9f |
Implement direct iret to guest kernel where possible in HYPERVISOR_IRET macro. |
2006-02-24 |
kaf24 |
8958:e33ebd143767 |
Tools changes for per-vcpu io event channel on IA64. |
2006-02-24 |
kaf24 |
8957:70575c8cab99 |
Return <4GB memory back to Xen when destroying a PAE pgdir. |
2006-02-24 |
kaf24 |
8956:5e73c92e5f1f |
This patch allows for compilation with C89 era compilers, by removing the |
2006-02-24 |
kaf24 |
8955:407a50974a46 |
Cset 8950 adds shadow info dump in common code, however |
2006-02-23 |
kaf24 |
8954:c646586d1065 |
Use common IRET macro for all exits from XenLinux. Currently |
2006-02-23 |
kaf24 |
8953:49c02a7a92dd |
Remove TBF_SLOW_IRET hack from x86/64 Xen return-to-guest |
2006-02-23 |
kaf24 |
8952:436c4c83a200 |
Remove explicit munging of selector RPLs from Xen Linux x86/64. |
2006-02-23 |
vhanquez |
8951:643940bb3e50 |
initialize few structure fully to zero with talloc_zero |
2006-02-23 |
cl349 |
8950:b40aefd658c0 |
Output which shadow mode is used, if any. |
2006-02-23 |
cl349 |
8949:d161c07014a3 |
Make the fixmap area moveable in kernel address space. |
2006-02-23 |
cl349 |
8948:822a27d28afe |
Move the gate page (vsyscall) out of the fixmap area into user address space, |
2006-02-23 |
cl349 |
8947:875e0e96e574 |
Add include/asm-i386/{a.out,elf}.h to sparse tree |
2006-02-23 |
kaf24 |
8946:13e4df60caf1 |
Add XENFEAT feature parsing to the domain 0 builder in Xen. |
2006-02-23 |
kaf24 |
8945:b883ef5fad48 |
Remove some unnecessary diffs vs. native Linux. We now don't use the Xen |
2006-02-23 |
kaf24 |
8944:3dde68484683 |
Fix netfront receive path for auto_translate_physmap mode. |
2006-02-23 |
kaf24 |
8943:066ac36725f3 |
Disable pagetable pinning for shadow-mode-refcount guests. |
2006-02-23 |
kaf24 |
8942:f84d5cdd9895 |
Clean up segment selector fixup and validation. |
2006-02-23 |
kaf24 |
8941:4f4625f80528 |
Rename XENFEAT_ring0_kernel to slightly more generic XENFEAT_supervisor_mode_kernel. |
2006-02-23 |
kaf24 |
8940:ef31d088adeb |
Silenty ignore calls to xen_create_contiguous_region() when running |
2006-02-23 |
kaf24 |
8939:0349fb4de335 |
Clean up some vmx code. |
2006-02-23 |
kaf24 |
8938:5bf4d9a9694f |
Whenever the slice of a domU is set to 0, sedf_adjdom() sets extraweight |
2006-02-23 |
kaf24 |
8937:323d40eefbce |
Update the hypercalls in Mini-OS to reflect the current state in XenLinux. |
2006-02-23 |
kaf24 |
8936:cb14f4db7a1e |
Per-vcpu IO evtchn support for VT-i guests (ia64). |
2006-02-23 |
kaf24 |
8935:b5bb9920bf48 |
Per-vcpu IO evtchn patch for HVM domain. |
2006-02-22 |
emellor |
8934:175ad739d8bc |
Adding a second IP address onto eth0 causes the vif-* hotplug scripts to |
2006-02-22 |
Ian Campbell |
8933:697fac283c9e |
Add feature flag allowing guest kernel to run in domain 0. |
2006-02-22 |
kaf24 |
8932:f1c75df46b46 |
Cset 8916 missed two extra pages for VT-i domain and thus breaks domain |
2006-02-22 |
kaf24 |
8931:049929854f7f |
Fix gcc warning and clean a piece of code in arch_set_info_guest to avoid |
2006-02-22 |
kaf24 |
8930:8fb4392c1d87 |
Change shadow_direct_map_init/clean param from vcpu to domain. |
2006-02-22 |
Ian Campbell |
8929:8946b6dcd49e |
Fix x86_64 Xen build. |
2006-02-22 |
cl349 |
8928:ed274ca1fbb7 |
Don't reload segment registers -- it's done later in generic code. |
2006-02-22 |
Ian Campbell |
8927:f06f8c9a13d1 |
Move lgdt_finish inline |
2006-02-22 |
Ian Campbell |
8926:32a74fa9e221 |
List supported feature flags in __xen_guest section. |
2006-02-22 |
Ian Campbell |
8925:2d3124df8a0e |
Validate the segment selectors passed to arch_set_info_guest(). |
2006-02-22 |
Ian Campbell |
8924:229c602a075a |
Allow Xen to truncate x86_32 segment limits to the correct value |
2006-02-22 |
pl |
8923:b41e19644271 |
XM-Test takes a really long time to build the initrd it uses for testing. This patch to the Makefile allows you to specify INITRD="url" when running make existing to make it download a prebuilt copy of the initrd from a repository. |
2006-02-22 |
kaf24 |
8922:13e9fdaeed27 |
When thermal interrupt happened when vmx guest is running, |
2006-02-22 |
kaf24 |
8921:03bc4062fe5f |
Fix HVM x86-32 PAE guest support on 64-bit Xen. |
2006-02-21 |
kaf24 |
8920:5abf652c4c52 |
Fix SVM instruction decode, fixing problem with gfxboot package. |
2006-02-21 |
kaf24 |
8919:e9d5563c08be |
Fix 64b build breakage. |
2006-02-21 |
kaf24 |
8918:2f515e08edfc |
inst_len in HVM mmio handler must be a signed variable, as |
2006-02-21 |
kaf24 |
8917:602bf0aa15ab |
Define constants for XENVER char array sizes. Allows Linux |
2006-02-21 |
kaf24 |
8916:f33e537c4ac5 |
Cleanups to tools since HVM domain P2M table and 1-1 table are built in xen. |
2006-02-21 |
kaf24 |
8915:1fd6e9c32b03 |
Fix cleanup path if an HVM guest fails very early, before direct map is built. |
2006-02-21 |
kaf24 |
8914:e8d044119316 |
No need for save_segments() on HVM 64b guest. |
2006-02-21 |
kaf24 |
8913:991c4d62d392 |
Add PAE option to HVM config file. |
2006-02-21 |
cl349 |
8912:2401f414d1ad |
tpm: Fixes and cleanup |
2006-02-21 |
cl349 |
8911:8005fbd31d8b |
Update ia64 sparse tree to Linux 2.6.16-rc4. |
2006-02-21 |
cl349 |
8910:1c7145a5bb43 |
Update to Linux 2.6.16-rc4. |
2006-02-20 |
cl349 |
8909:a05e56904e7e |
linux-i386: Fix CONFIG_X86_NO_TSS and CONFIG_X86_SYSENTER. |
2006-02-20 |
cl349 |
8908:687165bc9670 |
linux-i386: Cleanup stack pointer initialization at start of day. |
2006-02-20 |
cl349 |
8907:9fa969af72cd |
Suppress VIDEO_SELECT config option. |
2006-02-20 |
cl349 |
8906:834e209cec9f |
Add drivers/video/Kconfig to sparse tree. |
2006-02-20 |
cl349 |
8905:57af6b1cfa3a |
Fix I/O port address for first floppy controller on x86_64. |
2006-02-20 |
cl349 |
8904:0e9a0a469c6b |
Fix read_cr3() and use it. |
2006-02-20 |
cl349 |
8903:9bf99522ce5e |
Eliminate x86_64 idt_table. |
2006-02-20 |
cl349 |
8902:f572c467d9c3 |
Eliminate i386 idt_table. |
2006-02-20 |
cl349 |
8901:ff83b29ebe9a |
Add arch/i386/Kconfig.cpu to sparse tree. |
2006-02-20 |
vhanquez |
8900:e9e319c61a1e |
do not BUG() if memory cannot be allocated, just wait. |
2006-02-20 |
vhanquez |
8899:011d6df76979 |
alloc_netdev must be freed with free_netdev, not directly by kfree. |
2006-02-20 |
cl349 |
8898:bea58b594c4a |
Simplify utoa macro, make it identical with x86_64 version. |
2006-02-20 |
cl349 |
8897:012e133941fc |
Eliminate hard coded items from x86_64 __xen_guest section |
2006-02-20 |
cl349 |
8896:c93c6b392ce5 |
Eliminate hard coded items from i386 __xen_guest section |
2006-02-20 |
cl349 |
8895:946a45f07351 |
Fix loading binary kernel images. |
2006-02-20 |
cl349 |
8894:82f6786a0aa8 |
Eliminate tss - tss is meaningless in a paravirtualized kernel |
2006-02-20 |
cl349 |
8893:f0a8a0a9a6f5 |
Add arch/x86_64/kernel/{asm-offsets,init_task}.c to sparse tree. |
2006-02-20 |
cl349 |
8892:16a91d8dd8ed |
Eliminate tss - tss is meaningless in a paravirtualized kernel |
2006-02-20 |
cl349 |
8891:f97dd89691e7 |
Add arch/i386/kernel/{asm-offsets.c,sysenter.c,vm86.c,vsyscall.S} to sparse tree. |
2006-02-20 |
vhanquez |
8890:3083585fb248 |
missing "is not set" string in one config option. |
2006-02-20 |
vhanquez |
8889:e574a09635e8 |
Set default HZ to 100. |
2006-02-20 |
cl349 |
8888:93e870416c93 |
Allow CPU frequency option on x86_64 for privileged guests. |
2006-02-20 |
cl349 |
8887:832649128a0c |
Don't define ARCH_APICTIMER_STOPS_ON_C3. |
2006-02-20 |
cl349 |
8886:5b4ff470dcc6 |
Add include/asm-{i386,x86_64}/apic.h to sparse tree. |
2006-02-19 |
kaf24 |
8885:20b95517cbf1 |
Fix get_mfn_from_gpfn_foreign for HVM guests. |
2006-02-18 |
kaf24 |
8884:864dcee1f899 |
Missing file from previous changeset. |
2006-02-18 |
kaf24 |
8883:eaeb26494a39 |
Enable x86_32 PAE unmodified guests on 64-bit Xen when the hvm feature |
2006-02-18 |
kaf24 |
8882:39f624f2b241 |
Include an extra header file in xenbus.h. Fixes ia64 build. |
2006-02-18 |
kaf24 |
8881:986847767d2d |
Fix debug build. |
2006-02-18 |
kaf24 |
8880:e05c67854218 |
Svm patch to remove unneeded update_pagetables(). |
2006-02-18 |
kaf24 |
8879:f933aae43044 |
Svm patch to fix asid logic on multicore. |
2006-02-18 |
kaf24 |
8878:0851d92183a1 |
Svm patch to cleanup the injection logic and consolidate into one function. |
2006-02-17 |
emellor |
8877:7238722f8d23 |
Attached patch updates the xm man page for the listing of |
2006-02-17 |
kaf24 |
8876:3ed537add538 |
Remove obsolete ccache patch from xm-test buildroot. |
2006-02-17 |
kaf24 |
8875:8d1354cf7795 |
Fix buildroot problems and bring the buildroot image up |
2006-02-17 |
kaf24 |
8874:eb6d2472ea1a |
Disable C1 clock ramping on AMD 8th gen CPUs. |
2006-02-17 |
emellor |
8873:34f6a1efe52d |
This patch displays the network-list/block-list/vtpm-list using the 'xm' |
2006-02-17 |
kaf24 |
8872:aeeeedc6c9b7 |
Fix 64b build. |
2006-02-17 |
kaf24 |
8871:6f874e089244 |
Fix HVM MSR save/restore. |
2006-02-17 |
cl349 |
8870:4ca6f052cdf6 |
Fix Read/Write CR3 emulation. |
2006-02-17 |
kaf24 |
8869:e299470e8793 |
Fix a VMX FPU bug introduced in changeset 8834. |
2006-02-16 |
cl349 |
8868:776ab80f5a6c |
Update the ia64 linux-2.6-xen-sparse tree to 2.6.16-rc3. |
2006-02-17 |
kaf24 |
8867:3faa7f3ef8ac |
Update defconfigs for PCI front/back driver config options. |
2006-02-16 |
kaf24 |
8866:90ebc45e1bd8 |
Update documentation to describe new PCI front/back drivers. |
2006-02-16 |
kaf24 |
8865:7c720ccec00a |
Tools changes for PCI front/back drivers. |
2006-02-16 |
kaf24 |
8864:5b433b4fca34 |
PCI backend and frontend drivers for i386 and x86_64. |
2006-02-16 |
kaf24 |
8863:294b3a447dce |
Provide a simpler, higher-level interface for mapping in pages from another domain. |
2006-02-16 |
kaf24 |
8862:201d48272a57 |
Fix bugs related to the virtual TPM. Also make the vTPM |
2006-02-16 |
kaf24 |
8861:b85d62caa347 |
Fix a dead download url for ccache when building the xm-test ramdisk. |
2006-02-16 |
kaf24 |
8860:2d00d405ef9f |
VTPM Tools: Fix threading bug in vtpm_manager while using NPTL. Now |
2006-02-16 |
kaf24 |
8859:761275bcf825 |
Fix Xen builds with perfc=y and perfc_arrays=y. |
2006-02-16 |
kaf24 |
8858:50b1fe78e2e8 |
Sync Xen's mpspec.h with Linux 2.6.16-rc2 codebase. |
2006-02-16 |
kaf24 |
8857:40d7eef7d3f5 |
Re-enable VGA acceleration under the new phys_to_machine_mapping. |
2006-02-16 |
kaf24 |
8856:0d10fac28427 |
New memory_op subcall XENMEM_translate_gpfn_list. |
2006-02-16 |
kaf24 |
8855:2b0078f771cc |
Upgrade mpparse.c to linux-2.6.16-rc2 codebase. |
2006-02-16 |
vhanquez |
8854:18fa851b6dc6 |
When xc_linux_build fails without a meaninful errno, force errno to EINVAL |
2006-02-16 |
kaf24 |
8853:a543a4778a7d |
Fix problems with direct-mapping handling especially when |
2006-02-16 |
kaf24 |
8852:bee659de2a36 |
Add back code to zero the 'saved eflags' value on vmx vmexit. |
2006-02-16 |
kaf24 |
8851:c53a9a3be3f7 |
Clean up swiotlb_init() decls. |
2006-02-16 |
kaf24 |
8850:b32cad914390 |
Upgrade smpboot.c to linux-2.6.16-rc2 codebase. |
2006-02-16 |
vhanquez |
8849:c6c739bf254d |
Fix Makefile problem when "gcc -v" includes a '/' |
2006-02-16 |
cl349 |
8848:fcbc33a437ec |
Fix upgrade omissions. |
2006-02-16 |
cl349 |
8847:d2f42c284459 |
Check for the entire kernel range for temporarily cleared PMD entries. |
2006-02-16 |
cl349 |
8846:c62a5327e6a8 |
Fix prototype mismatch. |
2006-02-15 |
cl349 |
8845:1ca3d63e7008 |
Update to Linux 2.6.16-rc3. |
2006-02-15 |
kaf24 |
8844:1346a69694be |
Clean up grant-table code and replace uses of get_user |
2006-02-15 |
cl349 |
8843:765b0657264d |
Cleanup x86/x86_64 apic.c files. |
2006-02-15 |
kaf24 |
8842:fd3f1e38fdcf |
Fix x86/64 build for gcc-4.1-pre. |
2006-02-15 |
kaf24 |
8841:138e145f83f6 |
Fix non-x86 build. |
2006-02-15 |
cl349 |
8840:75af08f657be |
Set feature flags for shadow translate mode guests. |
2006-02-15 |
cl349 |
8839:de0408f095f8 |
Fix building the p2m table for shadow translate mode guests. |
2006-02-15 |
kaf24 |
8838:166322cd55df |
Fix to previous changeset: CLTS must be unconditional in |
2006-02-15 |
kaf24 |
8837:7d89f672aa49 |
More fixes to HVM FPU management. Mostly for SVM, but also |
2006-02-14 |
kaf24 |
8836:ee6f025fb264 |
Clean up save_init_fpu(). |
2006-02-14 |
kaf24 |
8835:646edff07475 |
Fix gcc4 build. |
2006-02-14 |
kaf24 |
8834:70024ebbdf55 |
Clarify lazy FPU management in VMX domains. |
2006-02-14 |
kaf24 |
8833:39b392a22002 |
Fix segment-register dumping in show_registers(). |
2006-02-14 |
kaf24 |
8832:07a892f12609 |
More upgrades of Xen code to linux-2.6.16-rc2. |
2006-02-14 |
kaf24 |
8831:b9b411b50587 |
Upgrade arch/x86/cpu/* files to their equivalents in |
2006-02-13 |
kaf24 |
8830:fcc833cbaf82 |
Return real error code from Xen /dev/mem, not EAGAIN. |
2006-02-13 |
kaf24 |
8829:d6b16f57058a |
Update defconfigs. |
2006-02-13 |
kaf24 |
8828:3cb8e672b115 |
Fix HVM event handling some more. |
2006-02-13 |
kaf24 |
8827:79d6a1061ad2 |
Update x86_32 defconfigs for ISA_DMA_API config change. |
2006-02-13 |
kaf24 |
8826:ba395fa2e86f |
Configure ISA_DMA drivers on xen/i386. Otherwise drivers |
2006-02-13 |
kaf24 |
8825:9f662b5e7d3c |
Absolutely must not return to HVM guest context until |
2006-02-13 |
kaf24 |
8824:4caca2046421 |
Fix error exit path in __gnttab_map_grant_ref() to |
2006-02-13 |
kaf24 |
8823:6ff2db607256 |
Clean up vmxassist/setup.c. It is no longer necessary to |
2006-02-11 |
kaf24 |
8822:4a9a39d08a06 |
Rework hvm_wait_io() -- now tries to be a polite user of |
2006-02-10 |
smh22 |
8821:0828f5f18b56 |
Reset sp on vcpu_prepare; this avoids 'leaking' stack after repeated |
2006-02-10 |
mjw |
8820:260a09e9a9c1 |
Fix exporting vnet config to xenstore. |
2006-02-10 |
kaf24 |
8819:1d36cca98fc3 |
Avoid misleading message about 'not using swiotlb' on x86/64 |
2006-02-10 |
emellor |
8818:47013962e411 |
Cope with -1 eventchn_fd -- this occurs when using --no-domain-init (a |
2006-02-10 |
emellor |
8817:52b2dc7fb9b7 |
Parse --port argument to migration. |
2006-02-10 |
adam |
8816:324caad9e145 |
Fix xm-test network tests to work with hvm support enabled. |
2006-02-10 |
emellor |
8815:e2755215a1e5 |
The attached patch adds 'xm vtpm-list <DomId>' functionality. |
2006-02-10 |
emellor |
8814:d1596fc2cbaa |
Rather than require config changes if you aren't using eth0, use the |
2006-02-10 |
kaf24 |
8813:605672867c0f |
Check the hypercall number in the privcmd hypercall ioctl. |
2006-02-10 |
kaf24 |
8812:9b62efbc881a |
Remove Xen-specific param.h: has only cosmetic change from mainline. |
2006-02-09 |
kaf24 |
8811:2ca9bb802ff7 |
pci-nommu-xen.c is identical to its mainline counterpart so remove it. |
2006-02-09 |
kaf24 |
8810:754079886035 |
Remove defunct compile option CONFIG_XEN_SHADOW_MODE. |
2006-02-09 |
kaf24 |
8809:1c69197d29b7 |
Delete old 'shortcut' function __shadow_status() and |
2006-02-09 |
kaf24 |
8808:ee9691e23dbe |
Don't specify VT console structure at all when specifying |
2006-02-09 |
kaf24 |
8807:c63083610678 |
Add a vnet chapter to the user manual. |
2006-02-09 |
kaf24 |
8806:71b0f00f6344 |
Update vnets to support UDP encapsulation, multicast forwarding |
2006-02-09 |
kaf24 |
8805:a0e7daa2df33 |
Do_softirq is invoked at the path of ia64_leave_kernel instead of |
2006-02-09 |
kaf24 |
8804:4ee359893af4 |
Make a VTI domain boot again. |
2006-02-09 |
kaf24 |
8803:5aad88c8d379 |
Remove xennull_con. Use dummy_con. |
2006-02-09 |
cl349 |
8802:3bbff714df11 |
Fix typos in Kconfig files. |
2006-02-09 |
kaf24 |
8801:0a404794aac1 |
Fix CPU hotplug. |
2006-02-09 |
kaf24 |
8800:10d6c1dc1bc7 |
More details on ordering and safety of the Xen timer API. |
2006-02-09 |
kaf24 |
8799:26befe042dd5 |
Fix CPU-migration of VMX domains. |
2006-02-09 |
smh22 |
8798:01fa38f79207 |
Quiet down wbinvd warning for verbose/debug builds of xen. |
2006-02-08 |
rread |
8797:66260f1a9bde |
Fix the backward compatibility support for using 'vcpus' in the image section of the domain sexp. |
2006-02-09 |
kaf24 |
8796:99e7b8f9122e |
Fix x86_64 CPU hotplug by paravirtualizing the play_dead() function. |
2006-02-09 |
kaf24 |
8795:6789ae50ce7f |
The NAT checksum fixes in patches/linux-2.6.16-rc2/net-csum.patch do |
2006-02-09 |
kaf24 |
8794:65127e18d821 |
Attached patch for svm will enable a tlb flush for each vmrun. |
2006-02-08 |
kaf24 |
8793:974ed9f73641 |
Fix Xen timer interface to allow migration of timers |
2006-02-08 |
kaf24 |
8792:b246f429f683 |
Prevent a guest from specifying its own domain id when |
2006-02-08 |
kaf24 |
8791:6ba371536f5c |
Add 'dom0_max_vcpus' Xen boot parameter. |
2006-02-08 |
kaf24 |
8790:a3d554557d48 |
Fix i386 CPU hotplug, and CPU hotplug when maxcpus= kernel boot option is used. |
2006-02-08 |
cl349 |
8789:40c309827ee5 |
Add m2p translation to read_cr3 on x86_64. |
2006-02-08 |
cl349 |
8788:c83c242916ea |
x86-64 linux: remove dead code |
2006-02-08 |
cl349 |
8787:7bdac903cfdd |
x86-64 linux: CONFIG_ACPI_BOOT doesn't exist anymore |
2006-02-08 |
cl349 |
8786:4657e299a1a3 |
linux: don't export evtchn_do_upcall() |
2006-02-08 |
cl349 |
8785:a67085a3e65d |
x86-64 linux: properly exit idle mode from evtchn_do_upcall() |
2006-02-08 |
cl349 |
8784:1a2e7cd58ca0 |
x86-64 linux: call evtchn_do_upcall on irq stack and adjust irqcount |
2006-02-08 |
cl349 |
8783:c9edeb3bd652 |
Use /dev/kmem to map dom0 xenstore page instead of abusing the foreign mapping interface. |
2006-02-08 |
kaf24 |
8782:bc2ac5e87f99 |
Rationalise initialisation of cpu_possible_map. |
2006-02-08 |
kaf24 |
8781:dcc2beb8a1d2 |
/sbin/udev no longer exists in upstream udev, so use udevinfo for |
2006-02-07 |
john levon |
8780:859c8d66b203 |
Fix pygrub to handle timeout of -1 (wait forever). |
2006-02-07 |
cl349 |
8779:e9d78d8bd568 |
Clean up the TPM stack a bit. |
2006-02-07 |
kaf24 |
8778:aefd8b8c6b1f |
Since USER_PTRS_PER_PGD depends on TASK_SIZE and thus on the current |
2006-02-07 |
cl349 |
8777:581d4a0ac729 |
Fix ia32 support. |
2006-02-07 |
kaf24 |
8776:5caf1de3f268 |
Apply stricter checking to RDMSR/WRMSR emulations. |
2006-02-07 |
cl349 |
8775:df98f37a88b0 |
Fix x86_64 SMP support. |
2006-02-07 |
kaf24 |
8774:2710f2fe624a |
Clarify dual licensing of gnttab.[ch] files in Linux. |
2006-02-07 |
cl349 |
8773:87a83b44930b |
Fix x86_64 guest console support. |
2006-02-07 |
kaf24 |
8772:55268b90a519 |
Remove the PHYSDEV_ACCESS configure option from Linux. |
2006-02-06 |
kaf24 |
8771:707cb68a391f |
Remove CONFIG_VMX and CONFIG_SVM compile options. Support |
2006-02-06 |
kaf24 |
8770:f030f4b565a5 |
Allows x86_32 PAE Xen to run VMX domains (2-level guest page |
2006-02-06 |
cl349 |
8769:17b5d5cca484 |
Update ia64 to 2.6.16-rc2. |
2006-02-06 |
cl349 |
8768:5a37d91b1587 |
Fix context copy code in NMI handler. |
2006-02-06 |
kaf24 |
8767:0defafc42af4 |
Fix hypercall_table size in x86/64. |
2006-02-06 |
kaf24 |
8766:40c152531072 |
A few trivial cleanups from the HVM merge. |
2006-02-06 |
kaf24 |
8765:9eb1a1a6e16d |
No C1-Clock Ramp disabling on AMD processors. The tiny drift |
2006-02-06 |
cl349 |
8764:d3547993be94 |
Fix "kernel direct mapping tables" printk. |
2006-02-06 |
kaf24 |
8763:2687e3fc5dd4 |
Clean up -g in CFLAGS. |
2006-02-06 |
cl349 |
8762:1bc2d1fe503c |
Fill hypercall_page so that its VA space doesn't get used for code. |
2006-02-06 |
kaf24 |
8761:c5fd98fcb127 |
Temporary fix to include PTY support in domU builds. |
2006-02-04 |
kaf24 |
8760:bf176086255b |
Update the TPM hotplug scripts to determine the reason of a |
2006-02-03 |
kaf24 |
8759:6f7c5439a6c4 |
Fix show_registers() on x86/64. Get rid of |
2006-02-03 |
cl349 |
8758:57e6d7218427 |
Fix hypercall_page location on x86_64. |
2006-02-03 |
cl349 |
8757:7cd3d2e41559 |
Update patches for Linux 2.6.16-rc2. |
2006-02-03 |
cl349 |
8756:ce9170da40ae |
Update x86_32 -xen config file for PAE builds. |
2006-02-03 |
cl349 |
8755:47a2eb32002a |
Update to Linux 2.6.16-rc2. |
2006-02-03 |
cl349 |
8754:a3f4357a9e16 |
Update x86_32 -xen config file for PAE builds. |
2006-02-03 |
kaf24 |
8753:ad0c3fa46c76 |
Fix up the new non-paging direct_map shadow pagetable mode |
2006-02-03 |
kaf24 |
8752:0e7bdd973e17 |
Build the phys_to_machine_mapping array in Xen rather than |
2006-02-03 |
kaf24 |
8751:0bd023cf351e |
I have previously posted a patch with changes to the xenbus for being |
2006-02-03 |
kaf24 |
8750:6d9b7a0ba238 |
Get ia64 working again on xen-unstable after cset 8736. |
2006-02-03 |
cl349 |
8749:aeaa1f0dedd8 |
One more fix to the buildsystem ($^ is not $<). |
2006-02-03 |
cl349 |
8748:6b14b81dc5a8 |
Fix another corner case in the build system. |
2006-02-03 |
cl349 |
8747:959ba341631c |
Update ignores for .bz2 patches in top level directory. |
2006-02-03 |
stekloff |
8746:7bafcb7c24eb |
Make "make disk.img" not require building the entire buildroot if initrd |
2006-02-03 |
cl349 |
8745:514f2585d102 |
Converge the TPM drivers in the Xen repository |
2006-02-02 |
cl349 |
8744:cc63196c0d2f |
Fix buildsystem. |
2006-02-02 |
cl349 |
8743:3b9c2c410b14 |
Revert ia64 changes from previous checkin. |
2006-02-02 |
cl349 |
8742:2494b4e00cbb |
Update to Linux 2.6.16-rc1-git4. |
2006-02-02 |
jrb44 |
8741:da6297243495 |
There is a known "xm console" issue related with VMX. When "serial" is |
2006-02-02 |
cl349 |
8740:3d7ea7972b39 |
Update patches for linux 2.6.15. |
2006-02-02 |
kaf24 |
8739:5d9f4e6c9519 |
Blacklist memory-mapped APIC-register pages in the domain0 |
2006-02-02 |
kaf24 |
8738:03382076472c |
Add argument-checking assertions to rangeset interfaces. |
2006-02-02 |
cl349 |
8737:1987bb42110a |
Fix and cleanup how we build i386/x86_64 swiotlb.o. |
2006-02-02 |
kaf24 |
8736:8aeb417387ca |
Fix some more pfn/mfn/gmfn/gpfn inconsistencies. Fix some direct |
2006-02-02 |
cl349 |
8735:f20c10ecef94 |
Updates ia64 to 2.6.15. |
2006-02-01 |
rread |
8734:927f9348206b |
use alternative mirror for gcc |
2006-02-01 |
Ian Campbell |
8733:a450063e64ab |
merge. |
2006-02-01 |
Ian Campbell |
8732:c84a051d8967 |
Add new feature XENFEAT_auto_translated_physmap. |
2006-02-01 |
Ian Campbell |
8731:0e87a5bd6e8b |
Unpack xen_features into an array of u8 'booleans' |
2006-02-01 |
rread |
8730:b96705f5343c |
use alternative mirror for gcc |
2006-02-01 |
cl349 |
8729:5a63f675107c |
Update to Linux 2.6.15. |
2006-02-01 |
vhanquez |
8728:d609de73b9fa |
Permit compilation of HOTPLUG_CPU on i386. |
2006-02-01 |
cl349 |
8727:2c5873f99fe5 |
Fix build. |
2006-02-01 |
kaf24 |
8726:0c94043f5c5b |
Rename physical-address-related variables and functions |
2006-02-01 |
cl349 |
8725:a12e08eb0209 |
Proper fix for profile_pc on x86_64. |
2006-02-01 |
cl349 |
8724:a3fbce644bcc |
fix compilation breaking when compiling time.c with FRAME_POINTER on x86_64 |
2006-02-01 |
kaf24 |
8723:61e7afb7344b |
The memset in init_switch_stack is overwriting the processor stack. |
2006-02-01 |
kaf24 |
8722:f081663ba941 |
Define gnttab_shared_gpfn() for use in common code. |
2006-02-01 |
kaf24 |
8721:80890ad194b1 |
No need for the rcu-nohz patch any more, as rcupdate.c was |
2006-01-31 |
cl349 |
8720:e9c1d88ab5d0 |
Disable CONFIG_HOTPLUG_CPU for now. |
2006-01-31 |
cl349 |
8719:6b66a8ce9bf8 |
Don't ignore .patch files. |
2006-01-31 |
cl349 |
8718:4b06313b9790 |
Update to Linux 2.6.14. |
2006-01-31 |
kaf24 |
8717:9a05a503897c |
Fix the ia64 build. |
2006-01-31 |
cl349 |
8716:9ef5f0ec9df8 |
Adapt Xenlinux/ia64 to build in the new subarch environment. |
2006-01-31 |
vhanquez |
8715:635678c0fccc |
add the hypercall_page to xenctx knowledge. |
2006-01-31 |
kaf24 |
8714:bcbe322d80d9 |
Clean up the adjdom change a little. |
2006-01-31 |
ack |
8713:85b79ab1e56d |
Fix VCPU locking in sched_adjdom for multi-VCPU guests |
2006-01-31 |
kaf24 |
8712:efd7c2f3b496 |
Fix 64-bit debug build. |
2006-01-31 |
vhanquez |
8711:d8598a7db684 |
allow compilation of 32 bits on biarch 64 bits. |
2006-01-31 |
kaf24 |
8710:9532090d250f |
Remove dummy definitions of __gpfn_to_mfn/__mfn_to_gpfn. |
2006-01-31 |
kaf24 |
8709:4e096b31833c |
mkhex script must be executable, but this was lost in the |
2006-01-31 |
kaf24 |
8708:f1b361b05bf3 |
Big merge the HVM full-virtualisation abstractions. |
2006-01-30 |
kaf24 |
8707:e4eb12a6e003 |
Fix the ia64 definition of MAX_DMADOM_PFN. |
2006-01-30 |
cl349 |
8706:fd9b2c1bb577 |
Update linux sparse tree to subarch layout. |
2006-01-30 |
kaf24 |
8705:690fc13948db |
Fix 64b build. |
2006-01-30 |
kaf24 |
8704:085fa65de809 |
I found some mistakes of argument by the do_* functions of hypercall. |
2006-01-30 |
sos22 |
8703:58d6a94cd163 |
Merge. |
2006-01-30 |
sos22 |
8702:6411e42ae497 |
Re-arrange things in the domain builder a bit so as to make sure that |
2006-01-30 |
kaf24 |
8701:a0a59beb6596 |
Split XENFEAT_writable_mmu_structures into |
2006-01-30 |
kaf24 |
8700:1712b52e0074 |
Move MAX_DMADOM_PFN to asm/config.h. |
2006-01-29 |
kaf24 |
8699:4cce50ba4520 |
Adding network testing support for xm-test with hvm. |
2006-01-29 |
kaf24 |
8698:d05c39dcc374 |
VMX support for xm-test currently doesn't support network tests for eth0 |
2006-01-29 |
kaf24 |
8697:11ed48af31d7 |
Ever since patchset 8648 (xen-unstable.hg) all my configuration files |
2006-01-29 |
kaf24 |
8696:f4fc27362892 |
Export the hypercall_page symbol to modules, otherwise they |
2006-01-28 |
kaf24 |
8695:1db05e589fa0 |
Replace the MMUEXTOP 'pfn hole' commands with a new |
2006-01-28 |
kaf24 |
8694:ce057aa33cad |
Clean up shadow-translate xen patches. Add abstractions |
2006-01-28 |
kaf24 |
8693:491a8798945e |
Remove shadow-translate Linux patches for now. We'll merge this stuff |
2006-01-28 |
sos22 |
8692:3e7bcf1b6f70 |
Fix build. |
2006-01-27 |
sos22 |
8691:5a9efc35feb2 |
Merge. |
2006-01-27 |
sos22 |
8690:a47b7a464f09 |
Turn down debug a bit, and generally tidy hings up a little. |
2006-01-27 |
sos22 |
8689:e9770d41e5bd |
Bug fix: we need to eagerly synchronise th HL2, since Xen relies on it |
2006-01-27 |
sos22 |
8688:990c009015e8 |
Merge up and generally make shadow mode be nice. |
2006-01-26 |
sos22 |
8687:05a1340bc1e7 |
Fix a silly bug. |
2006-01-26 |
sos22 |
8686:c0a0f4db5ab1 |
Create a block of reserved PFNs in shadow translate mode guests, and |
2006-01-26 |
sos22 |
8685:edf1fab86618 |
Merge. |
2006-01-26 |
sos22 |
8684:f658587fdaac |
Make SMP guests work in shadow translate mode. |
2006-01-26 |
sos22 |
8683:0d95066795de |
Explicitly block attempts to mutate the M2P tables of shadow mode |
2006-01-26 |
sos22 |
8682:1580009f137c |
Get the network interface working in shadow translate mode. This |
2006-01-25 |
sos22 |
8681:cc9bb3e0e348 |
Make some basic cases of grant tables work in shadow translate mode. |
2006-01-27 |
kaf24 |
8680:2add7a262530 |
Add hypercall-declaring header files. |
2006-01-27 |
kaf24 |
8679:98c8afe4c433 |
Uniform definition of do_iret prototype. Use 'struct foo' |
2006-01-27 |
Ian Campbell |
8678:f1bfe32828a1 |
Checkin missing hunks from previous commit |
2006-01-27 |
Ian Campbell |
8677:60beade30a0c |
merge |
2006-01-27 |
Ian Campbell |
8676:0eb38397e608 |
Introduce XENFEAT_writable_mmu_structures. |
2006-01-27 |
Ian Campbell |
8675:31083f13ae47 |
Add XENVER_get_features sub-operation to HYPERVISOR_xen_version. |
2006-01-27 |
Ian Campbell |
8674:4be553bcfb0f |
Rename funtions |
2006-01-27 |
kaf24 |
8673:17dc21008351 |
New memory hypercall 'populate_physmap'. Accepts a list of |
2006-01-27 |
kaf24 |
8672:2e82fd7a6921 |
Need to include module.h to get EXPORT_SYMBOL macros. |
2006-01-26 |
kaf24 |
8671:5fcc346d6fe0 |
Must destroy grant-table maptrack table before pagetables, |
2006-01-26 |
kaf24 |
8670:d8232e9f7988 |
Remove unneeded /proc/xen/grant and its libxc wrapper. |
2006-01-26 |
emellor |
8669:2cb434a12bba |
Treat xenstore UUID for domU's like MAC addresses for virtual network |
2006-01-26 |
stekloff |
8668:cd68f36807f9 |
Updated README for xm-test for the new "--with-vmx-kernel=KERNEL" |
2006-01-26 |
stekloff |
8667:eb364ce00a24 |
Add configuration option for specifying kernel to use for hvm/vmx testing |
2006-01-25 |
sos22 |
8666:5b004f4e76cf |
Merge. |
2006-01-25 |
sos22 |
8665:bd6ae7117cca |
Fix 64-bit build. |
2006-01-25 |
kaf24 |
8664:ac04112c45b9 |
Callers of __gpfn_to_mfn() do not need to check |
2006-01-25 |
kaf24 |
8663:c9362a31ba5d |
Fix the 64-bit build. |
2006-01-25 |
sos22 |
8662:407358daf389 |
Merge. |
2006-01-25 |
sos22 |
8661:43c294aea9ec |
Make shadow translate mode work for unprivileged, uniprocessor guests |
2006-01-25 |
sos22 |
8660:860fa26845c2 |
Change domain_crash to say where it was called from. |
2006-01-25 |
kaf24 |
8659:2d31ebf402e1 |
Fix batched request list overflow on packet receive path |
2006-01-25 |
kaf24 |
8658:709bce2f08d6 |
Export Xen driver util function symbols so that Xen drivers |
2006-01-25 |
vhanquez |
8657:aad2b2da3c8b |
Separate the validity checking of the page frame in 2 chunks. |
2006-01-25 |
kaf24 |
8656:159ef7d83f1c |
Fix inline asm hypercall argument parameter indexes. |
2006-01-25 |
kaf24 |
8655:b1b9049c4eb2 |
Rev8517 (Reduce locked critical region in __enter_scheduler()), enable |
2006-01-25 |
kaf24 |
8654:806dfeb03d92 |
Missing put_page_and_type() in dom0_op hypercall. |
2006-01-25 |
kaf24 |
8653:63d9f45b271d |
Fix 64-bit build and fix the transfer-page code for the |
2006-01-24 |
kaf24 |
8652:2b4b1963b76e |
Fix an incorrect type, and a missing return value check, |
2006-01-24 |
kaf24 |
8651:71914b64b577 |
Indirect hypercalls through a hypercall transfer page. |
2006-01-24 |
toml |
8650:246b6444c643 |
Adding __init__.py file to remove build warning. |
2006-01-24 |
stekloff |
8649:85dd812ca054 |
Added dependency check for lilo in configure.ac for vmx enabled builds. Must |
2006-01-24 |
Ke Yu |
8648:018e6dc18f97 |
This patch make xm reboot/shutdown work for vmx doamin. |
2006-01-24 |
emellor |
8647:a38c292e8390 |
Merged. |
2006-01-10 |
emellor |
8646:40bb46f599d9 |
Poll for peth0 coming up before trying to attach it to the bridge. This fixes |
2006-01-24 |
vhanquez |
8645:1f87f39aa0e1 |
reindent few lines that were using softtab instead of hardtab. |
2006-01-24 |
vhanquez |
8644:c0a8a0b64f65 |
add some checking of opening and read in dom0_init and return -1 if error. |
2006-01-24 |
vhanquez |
8643:068857a7133d |
Merge |
2006-01-24 |
vhanquez |
8642:6afcef051257 |
use talloc_zero instead of talloc + memset |
2006-01-24 |
vhanquez |
8641:c70109e64c9e |
use format printf style to write to tracefd instead of using write syscall. |
2006-01-24 |
vhanquez |
8640:45f3b9cfbd83 |
fixup memory leak and return value, if malloc or realloc fail. |
2006-01-24 |
vhanquez |
8639:b89b94c71b2f |
fixup reallocation to "twice the size + 1", instead of "3 times the size". |
2006-01-24 |
vhanquez |
8638:df36ac1ddcbf |
dup and open error value is -1, not < 0 |
2006-01-24 |
kaf24 |
8637:d4e3f04e3d38 |
Two shell commands weren't properly spaced in a makefile. |
2006-01-23 |
kaf24 |
8636:3a62d8978788 |
The present pud_offset_k implementation runs the value read through |
2006-01-23 |
kaf24 |
8635:34f2b388beb0 |
ia64 specific part of gdbstub. |
2006-01-23 |
kaf24 |
8634:d270db8a9092 |
Emergency system halt should halt all processors, not just |
2006-01-20 |
kaf24 |
8633:c4ae9456a459 |
The arguments to memset are ordered incorrectly in the |
2006-01-19 |
kaf24 |
8632:911b6d8cd666 |
Allow disabling the tx checksums on the xen loopback |
2006-01-19 |
kaf24 |
8631:8a3549172896 |
Fix a bug that causes storage key auth to be generated twice. |
2006-01-19 |
kaf24 |
8630:e32258567d05 |
Having /usr/bin/xsls conflicts with xsls as distributed in scalapack |
2006-01-19 |
kaf24 |
8629:b29954d81e6d |
Cleanup dirty code avoiding warning messages when compiling |
2006-01-18 |
vhanquez |
8628:9d86f5a5e426 |
Delete 2 unused Kconfig files. |
2006-01-17 |
smh22 |
8627:8d6edcf06f9b |
No longer call xc_vcpu_getcontext() on restore (required after cset 8610). |
2006-01-17 |
maf46 |
8626:e745c2e4acc0 |
Minor documentation fix |
2006-01-17 |
kaf24 |
8625:af7e4ce46653 |
Remove the spin on VCPUF_running from context_switch(). |
2006-01-17 |
kaf24 |
8624:1b7d6c2ae2f7 |
Sync against scheduler tail on other CPUs when context |
2006-01-16 |
vhanquez |
8623:6ce7c026320e |
return -ENOMEM value instead of -1 when running out of memory. |
2006-01-16 |
vhanquez |
8622:9f2c47ae2b86 |
sanitize tpmfront. missing spin_unlock'ing in error paths and fix coding style. |
2006-01-16 |
vhanquez |
8621:f1fc94516c4c |
bool type doesn't exist in C, don't try to emulate one. |
2006-01-16 |
vhanquez |
8620:927cd2e4f150 |
remove ASSERT macro. |
2006-01-16 |
vhanquez |
8619:ca795f19b613 |
replace ASSERT by BUG_ON. |
2006-01-16 |
vhanquez |
8618:49c3b00484ff |
define all DPRINTK as pr_debug |
2006-01-16 |
vhanquez |
8617:f3ce4d76650c |
fix xenbus_scanf called with NULL instead of XBT_NULL. |
2006-01-16 |
vhanquez |
8616:7eaa8d1a4ea0 |
use standard pr_debug macro for DPRINTK. |
2006-01-16 |
vhanquez |
8615:7ef28da1d777 |
remove ASSERT macro that is not used anymore in blkback. |
2006-01-16 |
vhanquez |
8614:bd606783c6bf |
remove unnecessary macro bdev_put which is an alias to blkdev_put. |
2006-01-16 |
kaf24 |
8613:a9ead230cc60 |
Complete arch_domain_create refactoring for ia64. |
2006-01-14 |
kaf24 |
8612:d783bdd14f2e |
Remove the free_vcpu() interface I added in the preceding |
2006-01-14 |
kaf24 |
8611:1ccc28e075ba |
Some refactoring of domain creation/destruction. |
2006-01-14 |
kaf24 |
8610:334dc7e6a23f |
xc_vcpu_getcontext() can no longer be called before a |
2006-01-14 |
kaf24 |
8609:85d693e6f61a |
Arch-specific per-vcpu info should be initialised to zero |
2006-01-14 |
kaf24 |
8608:d8415ebc8c87 |
Fix 64-bit build with crash_debug enabled. |
2006-01-14 |
kaf24 |
8607:1b839e1b1de1 |
Rename cdb to gdbstub and split it into arch dependent/neutral part. |
2006-01-14 |
kaf24 |
8606:ef88c2db00ad |
merge |
2006-01-14 |
kaf24 |
8605:4b1efe4c9e0b |
Fix the issue of system crash in vmx stress test. |
2006-01-14 |
kaf24 |
8604:9d72a5b18107 |
Merge with xen-ia64-unstable.hg |
2006-01-13 |
djm |
8603:cfa3b96b056d |
Work around new nmi code in keyhandler |
2006-01-13 |
djm |
8602:4443bad9a4a6 |
Leave *_SOFTIRQ definitions to Xen common code |
2006-01-13 |
djm |
8601:4690777cf62a |
Remove annoying #warning when compiling with CONFIG_XEN_SMP |
2006-01-13 |
djm |
8600:fb80697dbcf9 |
Fix for !CONFIG_SMP compile |
2006-01-13 |
djm |
8599:f5ab28885c75 |
Merge |
2006-01-13 |
djm |
8598:2884f14895d2 |
Allow asm-offsets to work with vanilla binutils |
2006-01-13 |
djm |
8597:2869bdd16bd4 |
correct implementation of flush_tlb_mask needed to reenable CONFIG_SMP |
2006-01-13 |
djm |
8596:985228c22276 |
Make xmexaple.vti support network option too and other small modifications for convenient use. |
2006-01-13 |
djm |
8595:ec48a5246f76 |
Unused page struct fields commented out. |
2006-01-13 |
djm |
8594:65ce24c383d7 |
add prototype of guest_cpu_user_regs() which is used by ns16550_poll(). |
2006-01-13 |
djm |
8593:dc6ac7f6ddea |
Enable warnings and fix a few one (those which occur in almost every file). |
2006-01-06 |
djm |
8592:1507c5499a92 |
Add 'hvm' capability to indicate whether hardware VTI feature is on. |
2006-01-05 |
djm |
8591:f31cb5961db3 |
Disable virtual memmap to avoid problem on machines with big holes |
2006-01-13 |
kaf24 |
8590:468d2a6fc0af |
Make all nmi debugkey tracing arch specific. |
2006-01-13 |
Ian Campbell |
8589:3f702887d4a6 |
Correctly handle dumping a VM86 guest's stack. |
2006-01-13 |
kaf24 |
8588:c1840ac1f05d |
Introduce a locking protocol for acquiring the 'scheduler |
2006-01-13 |
kaf24 |
8587:0c5980d0bf20 |
Fix writable pagetables when a flush happens in a different |
2006-01-13 |
kaf24 |
8586:026e5ef0aa3c |
Fix up the way we initialise and set the NMI heartbeat |
2006-01-13 |
Ian Campbell |
8585:903420e4d449 |
Debug keyhandlers for triggering an NMI and examine current NMI state. |
2006-01-13 |
kaf24 |
8584:e888f9b28a5b |
Fix xenbus_cleanup_devices() to cleanup proper subdirectories |
2006-01-13 |
Ian Campbell |
8583:956bf08c91c3 |
Ensure watchdog remains disabled unless enabled on the command line. |
2006-01-13 |
Ian Campbell |
8582:19f5ffa02154 |
Fix x86/32 do_iret implementation, fixes VM86 mode. |
2006-01-13 |
kaf24 |
8581:ec4ef8c5f04d |
Fix non-debug build. |
2006-01-13 |
kaf24 |
8580:cc2f35c83b4c |
Add a new timer operation kill_timer(). Effectively the |
2006-01-13 |
kaf24 |
8579:d32797209632 |
Add missing renamed files. Oops. |
2006-01-12 |
kaf24 |
8578:c055d76ec559 |
Rename ac_timer_* interfaces -> timer_*. The ac_ is |
2006-01-12 |
kaf24 |
8577:bcf188da3ea1 |
Simplify vcpu_sleep_sync() and sched_adjdom(). Their |
2006-01-12 |
kaf24 |
8576:8531996d207f |
Fix compile warning about uninitialised vars. |
2006-01-12 |
kaf24 |
8575:9368d2ba43f2 |
Update copyright on domain_page implementation. It's been |
2006-01-12 |
kaf24 |
8574:411e66a837a1 |
More debug print cleanups. |
2006-01-12 |
kaf24 |
8573:4520b451a70e |
Quieten debug printing on memory_op hypercall. Don't warn |
2006-01-12 |
kaf24 |
8572:87a97054b469 |
Re-enable per-cpu cache on map_domain_page(). Fix the |
2006-01-12 |
kaf24 |
8571:bfcdf4099d23 |
fixes some compiler warnings due to new types used in |
2006-01-12 |
kaf24 |
8570:b21261034a25 |
Adds a check to vtpm_manager and vtpm Makefiles to verify openssl and |
2006-01-12 |
emellor |
8569:4b8919585039 |
Merged. |
2006-01-12 |
emellor |
8568:642b26779c4e |
8604:a51fcb5de470 introduced a discrepancy between the declaration |
2006-01-12 |
kaf24 |
8567:821368442403 |
Fix cpu_affinity memcpy() (bytes not longs!) add add a better |
2006-01-12 |
Ian Campbell |
8566:08d2a74dce81 |
Fix x86_64 domU build by conditionalizing NMI support on CONFIG_X86_LOCAL_APIC |
2006-01-11 |
kaf24 |
8565:1e1107e3d894 |
More do_iret() fixes. We need to take care in restoring |
2006-01-11 |
kaf24 |
8564:1c186b28289b |
map_domain_page per-vcpu cache still seems broken. Disable |
2006-01-11 |
kaf24 |
8563:b7e88c83b2a0 |
More code cleanups, mainly to do_iret() implementations. |
2006-01-11 |
kaf24 |
8562:c96ea9ebcd29 |
merge |
2006-01-11 |
kaf24 |
8561:6ccee759e34f |
Reassert nmi pending when a nmi handler is registered |
2006-01-11 |
Ian Campbell |
8560:228c96d95c80 |
merge |
2006-01-11 |
Ian Campbell |
8559:dbe5427f3863 |
merge |
2006-01-11 |
Ian Campbell |
8558:cc996a91af71 |
Fixup some bogus formatting and remove a stray debug printk |
2006-01-11 |
kaf24 |
8557:57c50578414d |
Add a per-vcpu lock-free cache of mappings to map_domain_page. |
2006-01-11 |
Ian Campbell |
8556:1c70b9d81731 |
merge |
2006-01-11 |
Ian Campbell |
8555:0ffd94a02318 |
Pass NMIs to DOM0 via a dedicated callback, Xen/Linux x86_64 support. |
2006-01-11 |
Ian Campbell |
8554:278e536ade72 |
Pass NMIs to DOM0 via a dedicated callback, Xen/Linux i386 support. |
2006-01-11 |
Ian Campbell |
8553:06ab200a9e23 |
Pass NMIs to DOM0 via a dedicated callback, Xen x86_64 support. |
2006-01-11 |
Ian Campbell |
8552:fe4d06b15a36 |
Pass NMIs to DOM0 via a dedicated callback, Xen x86_32 support. |
2006-01-11 |
Ian Campbell |
8551:c6f7774cae63 |
Pass NMIs to DOM0 via a dedicated callback, core Xen support. |
2006-01-11 |
Ian Campbell |
8550:8bcfcfc13e21 |
Factor re-enabling the IOCK line out of io_check_error() |
2006-01-11 |
emellor |
8549:5ab7cf758e2f |
Install in /usr/sbin, not /usr/local/sbin, for consistency with the rest of the |
2006-01-11 |
vhanquez |
8548:c886f74b54a4 |
make xs_test in xenstore compile. |
2006-01-11 |
vhanquez |
8547:e629bb62c63e |
update xs_transaction_t to be a plain u32 integer instead of a fake pointer. |
2006-01-11 |
vhanquez |
8546:f226284e5c1a |
Share the same name for xenbus transaction type between user and kernel |
2006-01-11 |
kaf24 |
8545:a248738166b1 |
Fix 32-bit shadow mode to handle extended perdomain mapping |
2006-01-11 |
kaf24 |
8544:5ae96e117af2 |
Fixed ia64 compilation issues and also change xen/ia64 to use one single, |
2006-01-10 |
kaf24 |
8543:ed7888c838ad |
Update map_domain_page() documentation (mappings may only be |
2006-01-10 |
kaf24 |
8542:542cb7acb21a |
Add new map_domain_page_global() interface to allow mappings |
2006-01-10 |
vhanquez |
8541:f5f703ec5223 |
Change xenbus_transaction fake pointer into an opaque type. |
2006-01-10 |
cl349 |
8540:d3a4485a41fc |
Cleanups. |
2006-01-10 |
vhanquez |
8539:991ccc24bf2e |
Replace NULL xenbus transaction by a specific XBT_NULL value. |
2006-01-10 |
kaf24 |
8538:50d46a775ad0 |
Send guest output on all xen-attached console devices |
2006-01-10 |
kaf24 |
8537:3904e3c33611 |
Fix the build. |
2006-01-10 |
stekloff |
8536:1a0cc9fdcd48 |
Updated default config options for VMX test domains in xm-test, got rid of |
2006-01-10 |
stekloff |
8535:256bd634e2fc |
Changed ifconfig loopback to have 127.0.0.1, so ping will work. |
2006-01-10 |
emellor |
8534:bb62be2a5080 |
Merged. |
2006-01-10 |
emellor |
8533:0a69deed5e1f |
Proactively check for NULL strings passed into xc_linux_build. Either DTRT |
2006-01-10 |
emellor |
8532:fbee8d9fbaba |
Made network-bridge script work on ALL systems missing ifup/down. |
2006-01-10 |
kaf24 |
8531:fa3a37839eb7 |
Add VMX guest quick start into Xen 3.0 user manual. |
2006-01-10 |
kaf24 |
8530:c503c3887971 |
Proactively check for NULL strings passed into xc_linx_build. Either do |
2006-01-10 |
kaf24 |
8529:d39fa3f09cb2 |
Add dummy 'all' target to guest-headers Makefile. |
2006-01-10 |
emellor |
8528:a4ce0ba0f8ff |
Merged. |
2006-01-10 |
emellor |
8527:a51fcb5de470 |
Extend the xc_linux_save interface to take a callback function for handling the |
2006-01-09 |
kaf24 |
8526:da7873110bbb |
Tiny bootstrap cleanup. |
2006-01-09 |
kaf24 |
8525:1572681e4e5a |
General start-of-day cleanups, resulting in the |
2006-01-09 |
emellor |
8524:dfb836264898 |
Merged. |
2006-01-09 |
root |
8523:970cf1fff5f2 |
As hotplug events are asynchronous by its nature, the remove event seems |
2006-01-09 |
vhanquez |
8522:fbf58585008a |
free trans if allocated, if dev_request_and_reply fail. |
2006-01-09 |
vhanquez |
8521:96c7303b03ab |
Fail early without calling dev_request_and_reply if memory cannot be allocated. |
2006-01-09 |
kaf24 |
8520:0ba3b9d60da6 |
Fix context_switch(). It is necessary to set_current() and |
2006-01-09 |
emellor |
8519:8af1199488d3 |
Merged. |
2006-01-09 |
emellor |
8518:25e3c8668f1f |
Added missing munmap for live_p2m_frame_list_list. |
2006-01-09 |
emellor |
8517:2a0aded8fe60 |
Fix the error recovery at the undo_out label in __gnttab_map_grant_ref to |
2006-01-03 |
emellor |
8516:a848ee1c9822 |
Fix comment describing return value -- xs_rm returns false if the path does not |
2006-01-03 |
emellor |
8515:4aeb39501145 |
Remove "Died" support from the hotplug monitoring. This error code was used |
2006-01-03 |
emellor |
8514:f3d2e3659786 |
Use xenctrl.h, not xc_private.h. |
2006-01-09 |
kaf24 |
8513:299d6ff8fdb2 |
Allow HYPERVISOR_VIRT_START/END public definitions to be |
2006-01-07 |
kaf24 |
8512:b866ed85fad3 |
Add cpumask_scnprintf() and cpulist_scnprintf(). This also |
2006-01-07 |
kaf24 |
8511:4c2c02ca4a7a |
Remove netif_be_dbg debug-key handler from netback by default. |
2006-01-07 |
kaf24 |
8510:83eeb056f7c2 |
Handle migration of x86 VCPUs between physical CPUs. |
2006-01-07 |
kaf24 |
8509:0aff653824db |
Reduce locked critical region in __enter_scheduler(), |
2006-01-07 |
vhanquez |
8508:d92a68e6faa9 |
separate installation of headers from the linux tree into a new guest-header |
2006-01-06 |
vhanquez |
8507:e93340cf4d02 |
test return value of kmalloc to prevent crash is the allocation fail. |
2006-01-06 |
vhanquez |
8506:a933d82321b3 |
Get rid of the err variable by directly returning error values. |
2006-01-06 |
kaf24 |
8505:3c84ce41d184 |
Change the context-switch interface. Get rid of |
2006-01-06 |
kaf24 |
8504:82eafda1c710 |
Rename per-domain cpumask to more descriptive domain_dirty_cpumask. |
2006-01-06 |
kaf24 |
8503:3eeabf448f91 |
Clean up domain shutdown and modification of vcpu |
2006-01-06 |
cl349 |
8502:01a854cd8848 |
Always EXPORT_SYMBOL pm_power_off now that pm_power_off is always defined. |
2006-01-06 |
cl349 |
8501:ba4d42f18661 |
Move definition of pm_power_off to a more sensible location. |
2006-01-06 |
kaf24 |
8500:dd5649730b32 |
Fix a couple of bogus dom0_op names: |
2006-01-06 |
kaf24 |
8499:84cf56328ce0 |
Clean up xen-internal representation of per-vcpu |
2006-01-05 |
kaf24 |
8498:07306e35a5fc |
Fix up x86 emulator header docs and ensure callers use |
2006-01-04 |
kaf24 |
8497:9efe7eb108e1 |
The dom0_ops implementation wasn't matching the interface definition, |
2006-01-04 |
kaf24 |
8496:ecc20905cde3 |
Fixes to mtrr interface code in linux guest. |
2006-01-04 |
kaf24 |
8495:c2e93601eae5 |
Add IO-APIC interrupt debugging to 'i' debug key. |
2006-01-04 |
kaf24 |
8494:572abc9efcf5 |
Fix split of duties between close_netdev() and |
2006-01-04 |
kaf24 |
8493:f26ae65f3f95 |
Add pending status to irq debugkey dump. |
2006-01-04 |
kaf24 |
8492:e0a0ebad0535 |
Add dubug key for dumping guest-bound physical interrupts |
2006-01-04 |
kaf24 |
8491:d186157615d6 |
This patch adds TPM_Seal support to the VTSP. On measured platforms |
2006-01-03 |
kaf24 |
8490:f22ea989389d |
merge |
2006-01-03 |
kaf24 |
8489:f7c2cbb5368f |
Marge with xen-ia64-unstable.hg |
2006-01-03 |
djm |
8488:71c61c288171 |
Adapt xen-ia64 to changes in xen-unstable |
2006-01-03 |
djm |
8487:cd914808acf1 |
Merge |
2006-01-03 |
djm |
8486:903fb46f240e |
Small bug fixes |
2005-12-30 |
djm |
8485:45c4e735fc8c |
Enable stack trace on Xen BUG (by Isaku Yamahata) |
2005-12-30 |
djm |
8484:f89906acd9f6 |
Plumb through nr_pages -- needed for correct balloon driver function |
2005-12-30 |
djm |
8483:b4925703b56c |
Missing initialization in cache sync code (by Anthony Xu) |
2005-12-29 |
djm |
8482:5222e8d456ae |
Ensure initrd fields are set to 0 when no initrd is present (by Kevin Tian) |
2005-12-29 |
djm |
8481:8643b4d778f5 |
Leave psr.ic on in pal_cache_flush -- fixes Linux bug (by Anthony Xu) |
2005-12-28 |
djm |
8480:40648452d45f |
Sync caches only on split cache machines (dynamic test instead of compile ifdef) |
2005-12-23 |
djm |
8479:f218e6ba2653 |
Missed portion of domU initrd patch |
2006-01-03 |
vhanquez |
8478:9e03e60f2d46 |
convert latest old initializer to C99 initializer |
2006-01-03 |
emellor |
8477:9bf5a3b24318 |
Remove 03_network_attach_detach_multiple_pos.test from xfail list |
2006-01-03 |
emellor |
8476:fbe82e680620 |
Vcpu-list's error message shows an unnecessary header. |
2006-01-03 |
emellor |
8475:09e752a1a04a |
These xm info, top, dmesg and log requre no parameter. |
2006-01-03 |
kaf24 |
8474:9fc306e40a7c |
Move public hvm interfaces into xen/include/public/hvm. |
2006-01-03 |
kaf24 |
8473:399c68937d59 |
merge |
2006-01-03 |
kaf24 |
8472:412995d28a07 |
Rename VMX option name lapic to apic, and pass it to xen by |
2006-01-03 |
vhanquez |
8471:9fedfb8cb1b2 |
merge |
2006-01-03 |
vhanquez |
8470:2a873f8020ae |
mixup during reorganization. when SIF_INITDOMAIN it should kcons_write_dom0 |
2005-12-31 |
vhanquez |
8469:994e8ee5179d |
fix possible memory leak if one of the kmalloc fail. |
2005-12-31 |
vhanquez |
8468:0d93a85b5fa4 |
remove one pointless macro and make code paths explicit. |
2005-12-31 |
vhanquez |
8467:7ab6ddd6ada9 |
reorganize code to avoid duplication |
2005-12-31 |
vhanquez |
8466:9270bb6b0421 |
Convert old initializer to C99 initializer. |
2005-12-31 |
vhanquez |
8465:248a75201ba3 |
directly return -ENOMEM instead of jumping to a return -ENOMEM label |
2005-12-31 |
vhanquez |
8464:0fd894ba6ba0 |
move error handling out of line to avoid duplicated code. |
2006-01-02 |
kaf24 |
8463:5b30599761b3 |
Fix VMX disk config string parse (allow leading whitespace). |
2006-01-01 |
kaf24 |
8462:121ff5042eb3 |
Provide an option to disable ACPI from the VMX config file. |
2005-12-31 |
kaf24 |
8461:364128d29f4e |
Clean up 'q' debug key output. |
2005-12-31 |
kaf24 |
8460:d966b7a00959 |
Allow non-privileged domains restricted access to |
2005-12-31 |
kaf24 |
8459:4369fd869f51 |
Store admin-specified ioport capabilities in a rangeset |
2005-12-30 |
kaf24 |
8458:c0d8e1cf0a63 |
Fix a missing break in ioemu command-line parsing switch |
2005-12-30 |
kaf24 |
8457:db510cf1e6f6 |
Fix rdmsrl() for x86_32 -- high 32 bits must be cast to |
2005-12-30 |
kaf24 |
8456:02cfa3beabba |
Avoid xen crash if there is no VMX support. If a platform |
2005-12-30 |
kaf24 |
8455:4299f983e8fe |
Move initial stack-pointer adjustment into assembly |
2005-12-30 |
kaf24 |
8454:19f1f4fa7745 |
Virtual TPM persistent states contain VTPM secrets, which are encrypted |
2005-12-29 |
kaf24 |
8453:65430a8f80d7 |
Extend the range abstraction by adding an internal |
2005-12-29 |
kaf24 |
8452:4937d9f496ab |
Add a little more internal abstraction to the rangeset |
2005-12-29 |
kaf24 |
8451:fe039c5fd127 |
Reset the stack pointer on every cpu early during bootstrap. |
2005-12-29 |
kaf24 |
8450:4dbca1428acd |
Initialise grant tables via core_initcall so that it happens |
2005-12-29 |
kaf24 |
8449:b54e981957eb |
Various fixes to Xen stack management. Ensure the cpu0_stack |
2005-12-29 |
kaf24 |
8448:8d0b62f0aa8d |
Add auto-destructing per-domain rangeset data structure, |
2005-12-28 |
kaf24 |
8447:188ef899e626 |
Fix iobmp_mask setup when permitting a domU access to |
2005-12-28 |
kaf24 |
8446:f36627941bbe |
Fix a leak occurring at netif_map(). The problem raised after allocating |
2005-12-28 |
kaf24 |
8445:0e47bcdac69d |
Set up X11 authorization when a VMX domain uses SDL. |
2005-12-28 |
kaf24 |
8444:27ea8232fe79 |
Reorganizes network frontend device unregister and removal, so that |
2005-12-28 |
kaf24 |
8443:ebe84a7f2a8b |
Missing file from previous changeset. |
2005-12-28 |
kaf24 |
8442:4c961318d216 |
Fix uncleaned vif backend devices when frontend does not finish |
2005-12-28 |
kaf24 |
8441:8b74b9603d5e |
If netfront fails to allocate a receive skbuff, push all pending |
2005-12-27 |
vhanquez |
8440:7c1f2e20123a |
Prevent vbd frontend from oopsing if the underlying device doesn't exist. |
2005-12-23 |
kaf24 |
8439:5fa0c70663f1 |
Generic x86 emulator now properly supports 16-bit addressing |
2005-12-23 |
kaf24 |
8438:829517be689f |
Modify CR0 access emulation -- return physical CR0 (except |
2005-12-23 |
Ian Campbell |
8437:87e5ac90a8df |
Only build xenctx on x86_32 and x86_64. |
2005-12-22 |
Ian Campbell |
8436:c9184cc4d1d1 |
Merge. |
2005-12-22 |
Ian Campbell |
8435:8d5d4d58407f |
Add support to xenctx for printing stack traces on x86_32 and x86_64. |
2005-12-22 |
emellor |
8434:ffa8e85a9e0b |
This patch fixes a bug/typo of main.py. |
2005-12-22 |
cl349 |
8433:6375713d0e41 |
Remove xen specific bug() implementation -- the regular one works just fine. |
2005-12-21 |
kaf24 |
8432:934470721c46 |
Remove acpi_count_madt functions. Only appear to be used |
2005-12-21 |
kaf24 |
8431:8b322047c80f |
Remove unused local variables (from removed REASIGN_PAGE |
2005-12-21 |
kaf24 |
8430:9b108cf447e5 |
Merge with xen-ia64-unstable.hg. |
2005-12-21 |
djm |
8429:5a790011259e |
Merge |
2005-12-21 |
djm |
8428:2c75070e41a0 |
Disable chatty translate_domain_pte messages for normal grant table traffic |
2005-12-21 |
djm |
8427:3d379e5f3d7f |
Facilitate to debug VTI-domain issue. |
2005-12-21 |
djm |
8426:724f412d81ab |
Support domU initrd and cmdline (previous cset also) |
2005-12-21 |
djm |
8425:85261a82e02c |
diff -r 545ba1b126ca tools/libxc/xc_linux_build.c |
2005-12-21 |
djm |
8424:03ea37841682 |
This patch is intended to correct the number of CPUs. |
2005-12-21 |
djm |
8423:663c487a5f2c |
New default config file that works on both tiger4 and HP boxes |
2005-12-21 |
djm |
8422:97d70c793b67 |
Fix smp_processor_id to be linked to correct processor id under vcpu, which is |
2005-12-21 |
djm |
8421:ff81b875b136 |
Certain faults should not be reflected if caused with priv=0 |
2005-12-21 |
djm |
8420:72f51528d55a |
More pal_flush_cache calls for split cache machines (by Anthony Xu) |
2005-12-20 |
djm |
8419:545ba1b126ca |
Important domU/vbd fix. Reserve top granule of machine memory for dom0. |
2005-12-19 |
djm |
8418:9a72d15cc3a5 |
Fix simulator boot (uses old bootparam format with no initrd) |
2005-12-15 |
djm |
8417:7ef565a7cc86 |
Turn off debug output for NaTpage consumption when ifa==0. |
2005-12-15 |
djm |
8416:e1ae4b162128 |
Turn off ia64_pal_cache_flush for domU (temp, until failure understood) |
2005-12-15 |
djm |
8415:2d5c57be196d |
Remove some unused VTI code segments |
2005-12-15 |
djm |
8414:b57ed8182812 |
Cleanup VTLB code |
2005-12-15 |
djm |
8413:f998426f9069 |
Under some specific conditions, dom0 will lose guest timer interrupt. |
2005-12-15 |
djm |
8412:dda94d6dce94 |
Small patch to avoid a stack overflow (VTI only). |
2005-12-14 |
djm |
8411:5eb7ca1878bd |
Mirror changes to x86 un/mask_evtchn |
2005-12-21 |
kaf24 |
8410:a4de51a2629f |
Remove obsolete MMUEXT_REASSIGN_PAGE. It's not used by |
2005-12-21 |
kaf24 |
8409:b3edbeea3e79 |
Fix gnttab_release_mappings -- it doesn't need to drop |
2005-12-21 |
kaf24 |
8408:48eb10d7a2d6 |
Increment page reference count for every host/device |
2005-12-21 |
kaf24 |
8407:f2a08a5a807a |
Declare kasprintf before use. |
2005-12-21 |
vhanquez |
8406:4d729134a0a4 |
remove duplicate code to allocate a string ala printf (using kasprintf) |
2005-12-21 |
kaf24 |
8405:c259492dfb43 |
Add support for MOVSX/MOVSXD/MOVZX (move-with-extend) |
2005-12-20 |
kaf24 |
8404:6e24488a89f7 |
Remove FIX_RSDP_PAGE. Access RSDP via the 'isamap' of low 1MB. |
2005-12-20 |
kaf24 |
8403:68d72ac55fe5 |
Remove automatic I/O-fault handling in XenLinux. It's now |
2005-12-20 |
emellor |
8402:d3b10a2a82d4 |
Merged. |
2005-12-20 |
emellor |
8401:11cd619db035 |
Changed UUID / Xen handle formatting to be compatible with the OSF DCE UUIDs. |
2005-12-20 |
kaf24 |
8400:931acb64fbaf |
Allow unknown NMIs to be propagated to domain0 via new |
2005-12-20 |
kaf24 |
8399:b34f4169b12e |
Add sound blaster support to VMX device model. |
2005-12-20 |
kaf24 |
8398:870c7e7da81e |
Currently there is no generic configure file to compile xenlinux on |
2005-12-20 |
kaf24 |
8397:b92a36713192 |
This patch fix several issue to support >2G 64bit vmx guest in IA-32e |
2005-12-20 |
kaf24 |
8396:3d1c7be170a7 |
Remove direct references to frame_table array. Use |
2005-12-18 |
kaf24 |
8395:1283d309a603 |
Avoid div-by-zero crash if vmx guest specifies bogus timer |
2005-12-18 |
kaf24 |
8394:381cafbbc3d2 |
Allow a domain to specify DOMID_SELF to DOM0_GETDOMAININFO dom0_op. |
2005-12-17 |
kaf24 |
8393:101ae33a8341 |
Small fix to the error-return path after calling |
2005-12-17 |
kaf24 |
8392:b92ca87a2403 |
Work aroudn swiotlb issue where a read-only host buffer is |
2005-12-17 |
kaf24 |
8391:1509521c824e |
This patch removes the GPL licence from the acm public header files so |
2005-12-16 |
kaf24 |
8390:6ee4c16bfdec |
Hide 64bit-mode feature on i386 hypervisor. |
2005-12-16 |
kaf24 |
8389:9f9984af7f40 |
Move some useful cryptographic enveloping code into their own |
2005-12-16 |
stekloff |
8388:b57c6fca4cef |
Changed create_disk_image to default to making "disk.img", which is what |
2005-12-16 |
stekloff |
8387:fd1488b1132c |
Added information for running xm-test in HVM / VMX mode. |
2005-12-16 |
nivedita |
8386:3f3d53c3b327 |
Xend http access turned off by default. |
2005-12-16 |
kaf24 |
8385:3dc1c23dd508 |
Slight fix to BIOS e820 bug workaround. Remove the check |
2005-12-16 |
kaf24 |
8384:47d947e07205 |
Work around a nasty BIOS/GRUB bug which causes fields in |
2005-12-15 |
chris |
8383:8ebcbcda3d37 |
Add and use write_ldt_entry, as seen in later linux kernel versions. |
2005-12-15 |
kaf24 |
8382:6b1d39a56c2b |
Add debugging flag for domains to make domu debugging a run-time option |
2005-12-15 |
kaf24 |
8381:b5b7a9d9fc56 |
Add MP debug support to gdbserver. |
2005-12-15 |
kaf24 |
8380:803d5e9ae5f4 |
Remove unnecessary statement in evtchn_do_upcall. |
2005-12-15 |
kaf24 |
8379:e7977d6aa6ba |
Unmap io shared page only if it is properly initialized. |
2005-12-15 |
kaf24 |
8378:fb1f2498ce1e |
Check for existence of VLAPIC before relinquishing it, |
2005-12-15 |
kaf24 |
8377:37cafca1539e |
Clear all shadow caches when return to real mode from protect mode. |
2005-12-15 |
kaf24 |
8376:7e419ba80326 |
vmx_assist xen interface header is BSD-licensed. |
2005-12-15 |
emellor |
8375:b62e324574d2 |
Split talk_to_otherend into two pieces, one for getting the otherend details, |
2005-12-15 |
emellor |
8374:bbe553187504 |
Replace calls to deprecated xm set-vcpus with calls to new shiny xm vcpu-set. |
2005-12-15 |
emellor |
8373:237b2a4d2499 |
Merged. |
2005-12-15 |
emellor |
8372:d8c7f144ca54 |
Fix block_attach_shared tests. When the sharing check succeeds, the domain |
2005-12-15 |
emellor |
8371:c28794c159c1 |
Someone seems to have gotten carried away with cut & paste, and then |
2005-12-15 |
emellor |
8370:39a616126104 |
Put watch on device node only if probe was sucessful. |
2005-12-14 |
kaf24 |
8369:dc8122d90670 |
Fix the issue when guest OS clear TS bit by mov to cr0 instead of |
2005-12-14 |
kaf24 |
8368:50640456147b |
LAPIC model is different on x86 and ia64, so make irq-pending |
2005-12-14 |
kaf24 |
8367:7ef59d40c26a |
Give the xencons tty driver a proper name. |
2005-12-14 |
kaf24 |
8366:c9929c7c63f6 |
Prevent new potential features from being exposed to the |
2005-12-14 |
emellor |
8365:25d0ba51338e |
Fix calls to test-gcc-flag, to match previous changeset. |
2005-12-14 |
emellor |
8364:5fc47ed682d6 |
HOSTCC should be used to set HOSTCFLAGS instead of CC. |
2005-12-14 |
emellor |
8363:57ceee48a0e5 |
Ignore .flc, .patch, .orig, and .rej files, and TAGS in the top level. |
2005-12-14 |
emellor |
8362:050333773f09 |
Merged. |
2005-12-14 |
emellor |
8361:52916bfbfa35 |
Added error message if the user attempts to shutdown Domain-0. |
2005-12-14 |
stekloff |
8360:30f54abf9592 |
Adding SKIP() to tests that aren't supported for VMX domains. |
2005-12-14 |
emellor |
8359:a55d4a167203 |
Added mkdir -p $XENDOMAINS_SAVE, to ensure that the directory exists before |
2005-12-14 |
emellor |
8358:f85f52b508c3 |
Added a stress test for the Xenstore-Python interface layer. |
2005-12-13 |
chris |
8357:6691252943d1 |
Revert changes slipped in during merge. |
2005-12-13 |
chris |
8356:d48b19263e46 |
merge? |
2005-12-13 |
chris |
8355:99a1f5dc75a9 |
Make set_pte_at and set_pte_at_sync macros instead of inline functions. |
2005-12-14 |
kaf24 |
8354:3c88c4d68fc1 |
Clarify the BSD-ish licenses for the blk and net front-end drivers so |
2005-12-13 |
kaf24 |
8353:89250c81cdd2 |
Set kcons index to -1 (i.e., acquire all device indexes). |
2005-12-13 |
kaf24 |
8352:a7bb7b704071 |
Most drivers have their own range of devices they claim and the tty |
2005-12-13 |
kaf24 |
8351:455b2b93542c |
Fix unmask_evtchn() when the port is bound to a different |
2005-12-13 |
emellor |
8350:62d9ac63e7f5 |
Merged. |
2005-12-13 |
emellor |
8349:8c5b7b6772ae |
Added unit test for VMX configuration files. |
2005-12-13 |
emellor |
8348:d37644abe52d |
When we see a httplib.BadStatusLine, sleep 5 seconds and then retry. This |
2005-12-13 |
emellor |
8347:95f84e37c90d |
Resurrect vifname xm create vif option support. This was present in earlier |
2005-12-13 |
emellor |
8346:7256d2425fa7 |
Fix reference to HttpXendClientProtocol. This was previously referring to the |
2005-12-13 |
danms |
8345:89e0dfa3a089 |
Grab the test ID from the report submission response and provide a link |
2005-12-13 |
emellor |
8344:116b7c0a8534 |
Merged. |
2005-12-13 |
emellor |
8343:1dc393b65019 |
Change the way domain configuration is handled in xm-test. |
2005-12-13 |
kaf24 |
8342:3627c3c29b21 |
Tony found a direct userspace access with his unit test for |
2005-12-13 |
kaf24 |
8341:269abc1e4fa5 |
A new ACM security tool providing support to aid in the |
2005-12-13 |
kaf24 |
8340:b438b8cb38f8 |
Support VMX guest accesses to IA32_TIME_STAMP_COUNTER MSR. |
2005-12-13 |
kaf24 |
8339:494243ba43b8 |
Fix shadow_guest32 depenency in Xen/x86 Makefile. |
2005-12-13 |
kaf24 |
8338:82f1b5364f94 |
Add an option for device model to disable key repeat. |
2005-12-13 |
emellor |
8337:ef2fff896422 |
Merged. |
2005-12-13 |
Xiaofeng Ling |
8336:d01b3b50ea64 |
change the NIC configuration accordingly after remove "nics=n" |
2005-12-12 |
Anthony Liguori |
8335:c8378d3c3af8 |
Make sure to fork again after setsid() so that child cannot regain CTTY. |
2005-12-12 |
emellor |
8334:b4dfb49332d2 |
Remove unused netmask,network etc. These were used when we called ifconfig to |
2005-12-13 |
kaf24 |
8333:7f2ccea5a4ec |
Fix rx buffer allocation in netfront. The final allocation size |
2005-12-13 |
emellor |
8332:8b3454b6bf5e |
Match previous changeset removing nics option. |
2005-12-13 |
emellor |
8331:d80066fa2dc2 |
Merged. |
2005-12-13 |
emellor |
8330:55d464295da3 |
Deprecate the nics option from the xm create configuration. Instead, we use the |
2005-12-13 |
emellor |
8329:fa5dddabda0c |
Don't try and close the pipe to the grandparent if it has already been closed |
2005-12-12 |
rread |
8328:aebe8f5c7069 |
Increase the default ramdisk size to 16384 to support SLES initrds. |
2005-12-12 |
emellor |
8327:b0b9946ddc42 |
Read the domid and vifid from the store, rather than horribly slicing up the |
2005-12-12 |
emellor |
8326:4aa340c5bf6e |
Added xend-relocation-hosts-allow option. |
2005-12-12 |
emellor |
8325:e6d71c99c84d |
Squelch error message from iptables (we log this later if necessary). |
2005-12-12 |
emellor |
8324:58397be18c52 |
Added a hosts-allow facility to TCP connections, which allows us to restrict |
2005-12-12 |
emellor |
8323:566395e5a14f |
Minor tidy. |
2005-12-12 |
emellor |
8322:ffc9b7a09453 |
Make from_string('') return []. This means that it is not necessary for our |
2005-12-12 |
emellor |
8321:7ad6cf4260eb |
Minor import tidy. |
2005-12-11 |
kaf24 |
8320:bdcb115c667a |
Rename QEMU device model log file from /tmp/qemu.log to |
2005-12-11 |
kaf24 |
8319:5f94478ca9b5 |
VMX domain should call domain_crash_synchronous instead of domain_crash. |
2005-12-11 |
kaf24 |
8318:c0dbb3a538f2 |
Fix indentation in a few places. |
2005-12-11 |
kaf24 |
8317:44301f65f23e |
Fix ia64 blkback build. |
2005-12-10 |
kaf24 |
8316:0880561d46d1 |
Initilaise new cpu's processed-time value from cpu0's |
2005-12-10 |
kaf24 |
8315:fc8d01a6dcac |
Remove GPL from a couple of Xen public interfaces. There are |
2005-12-10 |
kaf24 |
8314:167dc1fb722a |
Update "make uninstall" to reflect new files. |
2005-12-10 |
kaf24 |
8313:82e283d25f3c |
In all cases in dom0_ops.c, return EFAULT if copy_user |
2005-12-10 |
vhanquez |
8312:1712c7882f7e |
Allows a 'make prep-kernels' which sets up the kernel directories, allowing |
2005-12-09 |
emellor |
8311:53cff3f88e45 |
Merged. |
2005-12-09 |
stekloff |
8310:9558361d8040 |
Add initial VMX support to xm-test: |
2005-12-09 |
emellor |
8309:a8be51efaf46 |
Merged. |
2005-12-09 |
emellor |
8308:10220071deff |
Use new do_without_error function to squelch the error when closing down the |
2005-12-09 |
emellor |
8307:2b09e58cb108 |
Use new do_without_error function to squelch the errors when closing down an |
2005-12-09 |
emellor |
8306:a12bd9e8fdf8 |
Added do_without_error function, and squelch the error from mkdir when trying |
2005-12-09 |
emellor |
8305:1aaa1abab953 |
Add one more fork to the Xend start-up process, this time with the parent |
2005-12-08 |
emellor |
8304:efc71a3e9f6f |
Detach Xend from terminal, courtesy of Horms <horms@verge.net.au>. |
2005-12-08 |
emellor |
8303:52f214d983fb |
Flush the addresses from the new eth0 before trying to add the new address to |
2005-12-08 |
emellor |
8302:e64e28e36e02 |
Fix ip_of to cope with interfaces with multiple addresses, courtesy of |
2005-12-09 |
emellor |
8301:da3b19d7bf9e |
Two domUs, ping from one to the other |
2005-12-09 |
emellor |
8300:9d812d5470e8 |
Single domU, ping to dom0. |
2005-12-09 |
emellor |
8299:a22ad856d199 |
Single domU, ping loopback and the local eth0. |
2005-12-09 |
emellor |
8298:06b7f33e954c |
Some network test utilities for the library: |
2005-12-09 |
emellor |
8297:88e35a698dc4 |
Makefile plumbing for new network tests. |
2005-12-09 |
kaf24 |
8296:9f13f5a4ba9c |
Fix blkback to build on ia64. |
2005-12-08 |
emellor |
8295:8aac8746047b |
The attached patch makes a couple of changes to the ACM security tools |
2005-12-08 |
emellor |
8294:3ab6a6c4b6ed |
The attached patch uncouples the device id used inside XenD from the |
2005-12-08 |
emellor |
8293:cd434888abdc |
Looks like someone merged and moved the pincpu operation to after the |
2005-12-08 |
kaf24 |
8292:2cc09c21cdba |
Allocate separate vm areas for rx and tx rings in netback |
2005-12-08 |
kaf24 |
8291:6f62ad959f6b |
Support CFQ scheduling of guest block requests by creating |
2005-12-08 |
emellor |
8290:c9772105fead |
Merged. |
2005-12-08 |
emellor |
8289:76bff6c996b0 |
Strip huge piles of cruft from the connection infrastructure. We now actually |
2005-12-08 |
emellor |
8288:231686596796 |
Move xm destroy handling out of crufty destroy.py and into main.py, where it |
2005-12-08 |
emellor |
8287:fa1a93f3a322 |
Fix start_time parsing on restart -- it's a float, not an int. |
2005-12-08 |
kaf24 |
8286:a08aef9f1c8e |
Make balloon driver arch-neutral. |
2005-12-08 |
kaf24 |
8285:89a223305611 |
A small VMX code cleanup. |
2005-12-08 |
kaf24 |
8284:7557f0b4098c |
Merge in the newer Xenbus implementation from Linux to the Mini-OS. The new |
2005-12-08 |
kaf24 |
8283:5f7398785e02 |
Don't unshadow when the shadow l2 is the current used shadow table. |
2005-12-08 |
kaf24 |
8282:29055c5ad51d |
Fixed a get/put_page mismatch for guest L2 pages. Sometimes, when you |
2005-12-08 |
kaf24 |
8281:37e19db6ecc3 |
Improve VMX guest TSC accuracy when guests are |
2005-12-08 |
vhanquez |
8280:08c0861679ce |
really fix mkpatches to work correctly. |
2005-12-08 |
vhanquez |
8279:4480e22f2ef2 |
fix mkpatches for creating correctly linux-2.6-xen.patch |
2005-12-08 |
emellor |
8278:669b6252deee |
Merged. |
2005-12-08 |
emellor |
8277:8e74f2cf985e |
Loop retrying when ballooning out, even when the dom0-min-mem setting means |
2005-12-08 |
emellor |
8276:cdf76916951a |
Read start_time and image from the store on restart. Closes bugs #441 and |
2005-12-08 |
emellor |
8275:05b37057b1cf |
Refuse to save dom0, and move the check that refuses to migrate dom0 from |
2005-12-08 |
vhanquez |
8274:7d7973a21a3d |
allow a port to be specified for migration. |
2005-12-07 |
smh22 |
8273:1f6ff996a9fe |
Updated info on Xend. |
2005-12-07 |
emellor |
8272:b215584242c4 |
Don't try and print out the info returned by the server after a restore -- there |
2005-12-07 |
emellor |
8271:77d01909546d |
Use xm create's --dryrun option to get the name from the configuration file, |
2005-12-07 |
danms |
8270:436c3b6d09a6 |
Make the xm-test ramdisk makefile correct the permissions on the rcS script |
2005-12-07 |
emellor |
8269:ac3ceb2d37d1 |
Fix the startup behaviour when the tdb file exists. We were attempting to |
2005-12-07 |
emellor |
8268:ab300e9fe02b |
Fix usleep definition -- we would be sleeping 1000 times too long if the usleep |
2005-12-07 |
emellor |
8267:5f574f9cb4bd |
Tidy up use of environment variables in xenbus-hotplug interaction. |
2005-12-07 |
emellor |
8266:91046e4a49dd |
Merged. |
2005-12-07 |
emellor |
8265:653d38c8fbc8 |
Change configuration handling wrt to the vcpus entry, so that we only see a |
2005-12-07 |
emellor |
8264:eae64901e428 |
Remove timeout on select -- there is no need for it, since we don't do anything |
2005-12-07 |
emellor |
8263:25dd49641a74 |
Merged. |
2005-12-07 |
emellor |
8262:bc398d47d08f |
Further fix to same_vm check. This fixes intermittent failure of live |
2005-12-07 |
emellor |
8261:9089801e73ce |
xm-test report fails because IA64's /cpu/procinfo format is different from |
2005-12-07 |
emellor |
8260:6b6e09240435 |
Fix printf of ssize_t that broke 64-bit build. |
2005-12-07 |
emellor |
8259:964d6e7eb3e5 |
Squelch error messages from calls when failure is handled gracefully. |
2005-12-07 |
emellor |
8258:f308c5707c78 |
Remove one of the multiple occurrences of vcpus in the sxpr. This value is |
2005-12-06 |
emellor |
8257:0faff739723e |
Merged. |
2005-12-06 |
emellor |
8256:2b8efe11096b |
Add a "consumed" parameter to the buffer declaration, and use this to advance |
2005-12-06 |
kaf24 |
8255:db500b8cb79a |
Pull nmi/traps changes from Linux 2.6.14. |
2005-12-06 |
emellor |
8254:06b80b837c92 |
Merged. |
2005-12-06 |
emellor |
8253:95584b819b72 |
Make the master fd belonging to the pty pair non-blocking. Writes were blocking |
2005-12-05 |
dan |
8252:1e6fa31fb780 |
Output an explicit newline before the "REASON:" string so the report script |
2005-12-06 |
kaf24 |
8251:198828cc103b |
The Mini-OS build once again broke, this time since vcpu_data became vcpu_info |
2005-12-06 |
kaf24 |
8250:002a8b5c98bb |
Add map_domain_pages/unmap_domain_pages to map contiguous |
2005-12-06 |
kaf24 |
8249:c976c1ff806a |
Fix the request size for a full page-sized skbuff in netfront |
2005-12-06 |
kaf24 |
8248:4e9c643968ff |
Fix netfront to accept received packets at a wider range of |
2005-12-06 |
kaf24 |
8247:8b5c047f6e23 |
Pre-decrement rather than post-decrement in shadow32.c. |
2005-12-06 |
kaf24 |
8246:379921f2259d |
Update xen cap to reflect 32 bit VMX guest support on x86_64 |
2005-12-06 |
kaf24 |
8245:052e18d41ead |
Fix vtpm support in xend. |
2005-12-05 |
emellor |
8244:cb2012e7e01d |
Mention udev, clean up xm help section, mention network-nat and network-route |
2005-12-05 |
iap10 |
8243:7729efa06812 |
Added tag RELEASE-3.0.0 for changeset c8fdb0caa77b429cf47f9707926e83947778cb48 |
2005-12-05 |
smh22 |
8242:c8fdb0caa77b |
Updated docs for Xen 3.0. RELEASE-3.0.0 |
2005-12-04 |
cl349 |
8241:0255f48b757f |
Temporarily remove NetBSD and FreeBSD sparse trees to avoid user confusion. |
2005-12-04 |
cl349 |
8240:64cd054aa143 |
Merge |
2005-12-04 |
cl349 |
8239:2d32c7489a39 |
Update version number for Xen 3.0.0 release. |
2005-12-04 |
cl349 |
8238:75637383278c |
Make version strings consistent across all interfaces. |
2005-12-04 |
cl349 |
8237:f3f0be058855 |
Update -xen config file to include newgen megaraid and qla scsi drivers. |
2005-12-04 |
cl349 |
8236:e74d110dd2a2 |
Rename set-vcpus to vcpu-set (match docs) and update short help page. |
2005-12-04 |
kaf24 |
8235:8c7de61d3913 |
Pull requests from blkfront into blkback a bit more |
2005-12-04 |
kaf24 |
8234:f94923f2dd14 |
Bump blktap and dom0op version numbers. |
2005-12-04 |
kaf24 |
8233:5c44f0905ca0 |
Image.py should send 2 new arguments to qemu-dm for setting QEMU window |
2005-12-04 |
kaf24 |
8232:99b9046a8df2 |
Add a comment to tricky corner case in evtchn_close(). |
2005-12-03 |
rread |
8231:8098cc1daac4 |
Merge docs |
2005-12-02 |
kmself |
8230:bc7567741a4c |
Incorporating Alan Oehler's changes, some of mine. |
2005-12-02 |
kmself |
8229:1deae55b1f5c |
Incorporating Alan's mods. |
2005-12-02 |
kmself |
8228:dcfeb9e234d1 |
Applied Robb Roman's patches to upstream. |
2005-12-02 |
Robb Romans |
8227:57d5f6c9b9ef |
Small cleanup for distro chapters. |
2005-12-02 |
Robb Romans |
8226:dceb2fcdab5b |
Reorg patch 2 to match http://wiki.xensource.com/xenwiki/Xen3DocsToDo |
2005-12-02 |
Robb Romans |
8225:63f9c8dd13d4 |
Reorg patch 1 to match http://wiki.xensource.com/xenwiki/Xen3DocsToDo |
2005-12-04 |
iap10 |
8224:757218700a40 |
Readme typos |
2005-12-04 |
cl349 |
8223:36fe58be57de |
Fix same_vm test by adding missing '$'. |
2005-12-04 |
cl349 |
8222:9b842cdbe0de |
Use test ([) instead of expr to compare integers. |
2005-12-03 |
kaf24 |
8221:bbef89ec44b8 |
Fix request-notification holdoff in blkback. New code is |
2005-12-03 |
kaf24 |
8220:d24ab5abf857 |
Remove scary warning message about 'breaking irq affinity' |
2005-12-03 |
iap10 |
8219:00c349d5b40d |
Merge |
2005-12-03 |
iap10 |
8218:31d86fc0a271 |
Update xend-config.sxp so that dom0-min-mem is 196MB by default, as this is rather more user friendly. |
2005-12-03 |
kaf24 |
8217:fad187cad5bd |
Always initialise a swiotlb for domain0. Make it a small |
2005-12-03 |
kaf24 |
8216:fd7c4221fc56 |
Enable multiple NICs for vmx domain by configuration file |
2005-12-03 |
kaf24 |
8215:b8ba1bbba882 |
Set the device model windows title as the domain name |
2005-12-03 |
kaf24 |
8214:d234a8cfc4ca |
Fixes unmodified 32-bit guest support on the x86_64 Xen. |
2005-12-03 |
cl349 |
8213:1c515c707296 |
Fix block backend teardown when the device didn't setup completely. |
2005-12-03 |
emellor |
8212:4146dbea47e1 |
Merged. |
2005-12-03 |
emellor |
8211:b20641d24272 |
Set hostname in DHCP config from the guest name, and if more than one interface |
2005-12-03 |
kaf24 |
8210:8754277cec01 |
Fix blkback request notification holdoff. req_cons must be |
2005-12-03 |
kaf24 |
8209:4c588e255c85 |
Fix typo in previous changeset. Include is ../grant_table.h |
2005-12-03 |
kaf24 |
8208:773735517d9d |
Inclide grant_ref_t definition in split-driver struct |
2005-12-03 |
kaf24 |
8207:2dcfb85f5bac |
Merge with xen-ia64-unstable.hg |
2005-12-02 |
djm |
8206:3a4589331504 |
Revert to simpler ia64 defconfigs, generic one causes loopback failures |
2005-12-02 |
djm |
8205:d616f22ffdd9 |
Minor changes due to file movement to merge xen-unstable with xen-ia64-unstable |
2005-12-02 |
djm |
8204:28bd01c9b596 |
Merge |
2005-12-02 |
djm |
8203:eae5812f33f1 |
Stack pal call emulation implemented. (by Tristan Gingold) |
2005-12-02 |
djm |
8202:97de0e776d8b |
Update xen-capable elilo to support compressed dom0 kernel images (by Alex Williamson) |
2005-12-02 |
djm |
8201:cc085702cf9f |
Enable serial input for Xen (tied to ifdef, default off for now) |
2005-12-02 |
djm |
8200:ffe910ea7cb7 |
Fix pointer in vmx vmmu init code (by Anthony Xu and Kevin Tian) |
2005-12-01 |
djm |
8199:9cca37fc1057 |
Fix flush_tlb_mask to no-op for non-SMP, now needed in grant_table.c |
2005-12-01 |
djm |
8198:64699278c175 |
Fix pfn_valid call (by Kevin Tian) |
2005-11-30 |
djm |
8197:2e74bab1981e |
Add (incomplete) dom0_physinfo call to try with xm list and xen-bugtool |
2005-11-30 |
djm |
8196:0944ee356534 |
devmem.c no longer needed in drivers/xen/core |
2005-11-23 |
djm |
8195:0ee00faf332d |
Adapt to removal of #ifdef ia64 in xmalloc (handle SMP_CACHE_SHIFT) |
2005-11-23 |
djm |
8194:3eaab414bdfd |
vcpu_regs defined in ptrace.h (get regs from vcpu). Manual conversions and duplicate declarations removed. (by Tristan Gingold) |
2005-11-22 |
djm |
8193:4f36357947d7 |
Re-revert to generic xen0_defconfig_ia64 file |
2005-11-22 |
djm |
8192:c9077d9009f0 |
Patched drivers/acpi/motherboard.c no longer needed |
2005-11-22 |
djm |
8191:e97c20d1f68f |
After Alex's ACPI patch, this patch in motherboard.c for NULL FADT no longer required |
2005-11-22 |
djm |
8190:750b19fec820 |
Add a trivial namespace to the fake ACPI DSDT. |
2005-11-22 |
djm |
8189:90b9e8569dfb |
Create the base set of ACPI structures necessary to satisfy the ACPI subsystem on a guest OS. This includes RSDP, XSDT, FADT, MADT, and DSDT. |
2005-11-22 |
djm |
8188:6ac2a06e238b |
Handle lds on vti domain and fix some bugs on vti domain |
2005-12-03 |
kaf24 |
8187:5ff5117291ad |
Using a slow serial console with sync_console on SMP leaves an |
2005-12-03 |
emellor |
8186:5e617fd48504 |
Read from the store if the filename reported by losetup has been truncated (the |
2005-12-02 |
emellor |
8185:114946d9937f |
Merged. |
2005-12-02 |
dan |
8184:b77ceb2481b3 |
Make "xm list --long" generate device configuration data from xenstore state |
2005-12-02 |
cl349 |
8183:ccb923727f93 |
Fix vif-net script for setups where eth0 has no IP address. |
2005-12-02 |
kaf24 |
8182:7bf19284bf3f |
Fix PAE bootstrap. |
2005-12-02 |
kaf24 |
8181:42d4059108d4 |
Add a defensive batched tlb flush to free_page_type(), to |
2005-12-02 |
kaf24 |
8180:b21be984945a |
Move cpu0_stack out of Xen text section and into BSS. This |
2005-12-02 |
emellor |
8179:a9c35cd7e559 |
This patch adds a new domain config option, 'cpus' which is a list of |
2005-12-02 |
emellor |
8178:30eb074a560a |
Merged. |
2005-12-02 |
emellor |
8177:485871ff1d39 |
Fix the block-sharing check for physical devices by using a lock to serialise |
2005-12-02 |
emellor |
8176:df011cae33e9 |
Added /etc/init.d/dhcpd to list of init files to check for (supporting Centos |
2005-12-02 |
emellor |
8175:a57cccdf2d6d |
Added serialisation facilities. Udev is supposed to serialise events, but sadly |
2005-12-02 |
emellor |
8174:d581e11e247c |
Remove the watch on the /vm/<uuid> path when rebooting or migrating. We don't |
2005-12-02 |
emellor |
8173:f23db2051785 |
Don't log every time around the big transaction writing the device details. |
2005-12-02 |
emellor |
8172:1caed7031f6b |
Added xen-hotplug.log to the files to collect. |
2005-12-02 |
emellor |
8171:74b7a81e5eed |
Initialise the connection ID when a domain is introduced. This (re)enables |
2005-12-02 |
emellor |
8170:db6d667f5168 |
Fix error message. |
2005-12-02 |
kaf24 |
8169:e13c994bdccb |
More console-related cleanups. |
2005-12-02 |
kaf24 |
8168:0a81c6edf2b1 |
Simplify console driver and avoid unnecessary spinning in the |
2005-12-02 |
iap10 |
8167:7062c49e99af |
Disable devfs from the -xen configs. It's obsolete and was causing problems for some users. |
2005-12-02 |
sos22 |
8166:265f68795ebf |
Avoid a hang when probing the partition table on imported block |
2005-12-02 |
kaf24 |
8165:d4ab8e46136c |
Blkif request notifications use generic ring req_event holdoff |
2005-12-02 |
kaf24 |
8164:df68a9433492 |
Add padding to ring headers for future expansion. |
2005-12-02 |
kaf24 |
8163:a21cbe9a111b |
Clean up netif messages. Remove bitfields, and create |
2005-12-02 |
kaf24 |
8162:de95bab19b18 |
Fix tpm split driver to include grant-table defintions. |
2005-12-02 |
kaf24 |
8161:9b7649651f49 |
While working bug #143, it came to my attention that no verbose error is |
2005-12-02 |
kaf24 |
8160:1e89d78f21c5 |
Fix __get_user() asm warning by making source and dest |
2005-12-02 |
kaf24 |
8159:106f258edf97 |
Avoid ns16550 poll timeout underflow. |
2005-12-02 |
smh22 |
8158:43a1f899e302 |
More fixes for live migrate on PAE and 64-bit. |
2005-12-02 |
emellor |
8157:5d8a5e7187d5 |
Use getopt.gnu_getopt rather than getopt.getopt, so that xm list VM --long is |
2005-12-02 |
emellor |
8156:43582de050c6 |
Merged. |
2005-12-01 |
dan |
8155:36f09499bd8c |
Add test for the last unresolved bit of bug #416. Check that |
2005-12-01 |
smh22 |
8154:f62f9b1732b9 |
Fix VBD recovery logic on SMP guests (+ a minor error reporting fix for save) |
2005-12-01 |
kaf24 |
8153:ca236a81729d |
Implement generic notiication hold-off in the ring macros |
2005-12-01 |
vhanquez |
8152:6b18f820f6a7 |
Prevent BVT scheduler to be set with a too low ctx_allow by applying |
2005-12-01 |
kaf24 |
8151:f5b119533cc8 |
Define explicit evtchn_port_t type (32 bits) and plumb up |
2005-12-01 |
vhanquez |
8150:d84ffe8f32ae |
fix the console when only XEN_PHYSDEV_ACCESS is Yes. |
2005-12-01 |
smh22 |
8149:dab434c9349c |
Fix migrate. |
2005-12-01 |
kaf24 |
8148:c55ac1858bbc |
Move net split driver onto ring.h generic rings. |
2005-12-01 |
kaf24 |
8147:310746cf9f27 |
ptsname() is applied to the master fd, not the slave fd. |
2005-12-01 |
emellor |
8146:5358eceec5ea |
Merged. |
2005-12-01 |
emellor |
8145:e0d01dd6c4ca |
Move the dom0 ballooning-out code from the xm create handler and into the |
2005-12-01 |
emellor |
8144:2e3051c01757 |
Remove /local when xenstored starts. This stops stale data affecting the |
2005-12-01 |
emellor |
8143:fbbb8a2a6013 |
Work around the fact that the physinfo dom0 call is not implemented for IA64. |
2005-12-01 |
emellor |
8142:e6d64c356d63 |
Added a pages_to_kib function, which converts a page count into a number of |
2005-12-01 |
emellor |
8141:57acbaf6dd29 |
Merged. |
2005-12-01 |
stekloff |
8140:572752a4ed8b |
Remove config.py, it's autogenerated from config.py.in |
2005-11-30 |
rread |
8139:9ff0a75fc3f7 |
Match rename of free_pages field to free_memory |
2005-12-01 |
emellor |
8138:6bc8ceab6dff |
Merged. |
2005-11-30 |
dan |
8137:bd250c4a86cb |
Some tweaks to the restore and migrate tests to expose the consoles of the |
2005-11-30 |
dan |
8136:989896f3bc45 |
Remove useless test 05_create_noroot_noram |
2005-11-30 |
dan |
8135:f4c57a520424 |
Enable console debug dumping so that we submit the oops generated by |
2005-12-01 |
iap10 |
8134:06c3b8e194d7 |
Add a new /proc/xen file called 'capabilities'. Currently, when read in dom0 it will return 'control_d', and be empty when read in a guest. This provides a convenient way to allow the root user to detect whether they're running in a guest or dom0, and e.g. gate whether to start xend. In future, when we add more fine grained capabilities we will add other details into this file. |
2005-12-01 |
iap10 |
8133:82f61375cd74 |
Improve the tls warning message to mention that the best soloution is to install a 'xen-friendly' glibc. |
2005-11-30 |
emellor |
8132:28ce48573771 |
Merged. |
2005-11-30 |
emellor |
8131:6a2acc1cc505 |
Added xm rename command. Improve the argument checking and error reporting. |
2005-11-30 |
emellor |
8130:7c90df7df37e |
Miscellaneous tidying up, no semantic changes. |
2005-11-30 |
emellor |
8129:b7790c2874c4 |
Fix test following uuid format change in changeset 8089. |
2005-11-30 |
emellor |
8128:5dd8073a4f16 |
Move the relocate.setupRelocation code into XendDomain, removing the mutual |
2005-11-30 |
emellor |
8127:a12ec604308f |
Match rename of xm info field from memory to total_memory. |
2005-11-30 |
emellor |
8126:b21b476f5cb7 |
Fix the reporting when this test fails (the eyecatcher variables would not be |
2005-11-30 |
emellor |
8125:69df979de1a7 |
Don't refuse to clean up after a domain death when the buffer is not empty. If |
2005-11-30 |
emellor |
8124:e33f8d664e2d |
Move the translation from pages to MiB out of XendNode and into the xc layer. |
2005-11-30 |
emellor |
8123:341c56e34b0d |
Cope with longs being passed to xstransact.write. |
2005-11-30 |
emellor |
8122:7acd50d945d7 |
Added the errno to the messages printed with the ERR macro. Tidy the use of |
2005-11-30 |
kaf24 |
8121:58d46463413e |
GNTTABOP_map_grant_ref returns error status and handle as |
2005-11-30 |
kaf24 |
8120:ff95b53bd39a |
Public interface cleanups. Widen some fields in public |
2005-11-30 |
kaf24 |
8119:37c09b20a896 |
Remove some vmx header files from Xen public interfaces. |
2005-11-30 |
kaf24 |
8118:590915af8117 |
Fix serial pty creation in qemu-dm. Set raw attributes to |
2005-11-30 |
kaf24 |
8117:73d19afe543c |
We need to do sync when mov_to_cr3 to a value already shadowed. |
2005-11-30 |
kaf24 |
8116:b6dfdbeb2780 |
Add ATA-over-Ethernet as a module to the default 32-bit -xen config |
2005-11-30 |
kaf24 |
8115:72f79d68e86c |
domain_pause duplicates the code from vcpu_pause. Eliminate the |
2005-11-30 |
kaf24 |
8114:3399f4b9396a |
Removes the carriage returns from some of the vtpm |
2005-11-30 |
kaf24 |
8113:d963256dc3e0 |
writable_pl1e in shadow mode is a machine address, so |
2005-11-29 |
smh22 |
8112:ccf76e51e7e6 |
Disable some over-zealous sanity checking for now (can cause major problems |
2005-11-29 |
smh22 |
8111:4268d0ecdde7 |
Fix typo. |
2005-11-29 |
emellor |
8110:8a00d9af3291 |
Tidy and comment use of canonicalise_mode, et al. |
2005-11-29 |
emellor |
8109:74fa88cf3dc7 |
Merged. |
2005-11-29 |
emellor |
8108:b1940475284f |
Increase device timeout to 10 seconds, as restarting a DHCP server takes a few |
2005-11-29 |
emellor |
8107:d1abced7ab7c |
Support facilities for the new DHCP support. |
2005-11-29 |
emellor |
8106:28331cd6d43a |
Added trap for ERR, to get better response from the scripts when they are really |
2005-11-29 |
emellor |
8105:e67cfb40411d |
Replace grep >&/dev/null with grep -q. |
2005-11-29 |
emellor |
8104:e47e953c9e10 |
Added DHCP server support, configured by a dhcp=yes parameter. This will write |
2005-11-29 |
smh22 |
8103:92469b92f768 |
Avoid audit code during live migrate on 32bit since it's not required. |
2005-11-29 |
smh22 |
8102:689315a7ff80 |
Tidy up audit code for PAE plus avoid its use during live migrate where |
2005-11-29 |
smh22 |
8101:37b93f40eb0a |
Cleanup backend block device logic under save/restore; this should |
2005-11-29 |
kaf24 |
8100:450c562b76aa |
Remove shadow32 dead code (it's never built for other than |
2005-11-29 |
kaf24 |
8099:d0ca851445e2 |
Fix vmx guest issue of allowing accessing supervisor page |
2005-11-29 |
kaf24 |
8098:a1e99c0104cb |
Small fix for shadow mode: fix a p.t. limit check. |
2005-11-29 |
kaf24 |
8097:3a54c21b65de |
Clean up a previous qemu workaround where we use |
2005-11-29 |
kaf24 |
8096:3c687c6905e7 |
Fix a race condition for multi-thread qemu dma, where vmx linux guests |
2005-11-29 |
pl |
8095:ec370b3d2df3 |
Fix minor traceback in xen-bugtool when send fails |
2005-11-28 |
rread |
8094:880b02c04656 |
The device sharing check races when more than one file backed vbd is |
2005-11-28 |
rread |
8093:444b968a3e09 |
Make psmouse module builtin. |
2005-11-28 |
kaf24 |
8092:36ab34f1c31e |
Bundle vcpu_time and vcpu_info structures together into a single |
2005-11-28 |
dan |
8091:85eef527ba74 |
Fix isConsoleDead() to actually run a command on the DomU, since a dead |
2005-11-28 |
emellor |
8090:243265ade404 |
Merged. |
2005-11-28 |
emellor |
8089:7638cf95b63c |
Change uuid string format to match that outputted by Xen. |
2005-11-28 |
emellor |
8088:d8786656ebab |
Use StringIO to simplify string_iterator here. Altered the up-front |
2005-11-28 |
emellor |
8087:d5368f7fda5d |
Added README.xen-bugtool. |
2005-11-28 |
cl349 |
8086:82e48750542c |
Move mk-symlinks target into tools/Rules.mk. |
2005-11-28 |
kaf24 |
8085:a90691f5207c |
Hardcode many cpu features for x86/64 -- we know 64-bit |
2005-11-28 |
kaf24 |
8084:5ea875b72e0a |
In alloc_vcpu_struct, after doing a memset on the new allocated vcpu, we |
2005-11-28 |
kaf24 |
8083:66e16c4685f5 |
Remove bogus extra unmap_domain_page() call in |
2005-11-28 |
Michael Fetterman |
8082:b3f8d3158a1c |
merge |
2005-11-28 |
Michael Fetterman |
8081:7363637e2721 |
merge |
2005-11-28 |
Michael Fetterman |
8080:48aaa39eaa7e |
minor printf and log message rework in the shadow code. |
2005-11-28 |
Michael Fetterman |
8079:9971d8d1f631 |
Allow __gpfn_to_mfn() to automatically deal with translated domains != current. |
2005-11-23 |
Michael Fetterman |
8078:af3e4a594e4c |
Fix regexp in install scripts so it works with sed. |
2005-11-23 |
Michael Fetterman |
8077:f61b8d362fc4 |
Avoid ccache and distcc for x86-64 compilation of ia32/syscall32.c |
2005-11-28 |
kaf24 |
8076:367b9ca30e88 |
arch/xen/kernel/fixup.c -> arch/xen/i386/kernel/fixup.c |
2005-11-28 |
kaf24 |
8075:2eb868d02f0f |
Simplify boot_vcpu() implementation. |
2005-11-28 |
emellor |
8074:a20a9ec0e510 |
Change uses of \s within sed regexps -- some versions of sed do not support this |
2005-11-28 |
emellor |
8073:c5ee3b6f25b3 |
Added xen-bugtool, an application that collects various system logs and can |
2005-11-27 |
emellor |
8072:eb1169f92d81 |
Set a console limit, in order to detect runaways. |
2005-11-27 |
emellor |
8071:9964f27fd80b |
Fix console handling; saveLog call was broken if ConsoleError occurred. |
2005-11-27 |
emellor |
8070:85a1a57320a6 |
Remove keyword from call to xc.domain_setmaxmem; keyword support for this call |
2005-11-27 |
emellor |
8069:f37f1c9ec2ec |
Merged. |
2005-11-27 |
emellor |
8068:b67f9f21fd9c |
Change the console handling, to remove the loop and timeout if a console fails |
2005-11-27 |
emellor |
8067:4195392fba06 |
Use the getId method to tidy up simple call to domid. |
2005-11-27 |
emellor |
8066:86a2e2645e40 |
Remove looping from handling of xm domid. This command should now work first |
2005-11-27 |
emellor |
8065:4f12ed3342dc |
Mark 03_network_attach_detach as XFAIL. There are known bugs in the network |
2005-11-27 |
emellor |
8064:ea2875ca5a66 |
Restore 05_create_noroot, as this test now seems to work, and remove |
2005-11-27 |
emellor |
8063:2c54b2f0a676 |
Remove some Makefile cruft. |
2005-11-27 |
emellor |
8062:c08cfaf353c6 |
Added device-sharing checks for loopback-mounted files. The existing |
2005-11-27 |
emellor |
8061:cfcf9212a90b |
Renable FAIL call that was disabled back when block-attach did not work. |
2005-11-26 |
emellor |
8060:895a9ca1b0a6 |
Write the error message and the hotplug-status=busy in the same transaction, to |
2005-11-26 |
smh22 |
8059:bf09a8db5bb4 |
Fix formatting. |
2005-11-26 |
smh22 |
8058:486f4c9e1c22 |
Fix save/restore and migrate on x86_64. |
2005-11-26 |
kaf24 |
8057:001ba14fbb1b |
More cleanups to the pmd-shared patch. |
2005-11-26 |
kaf24 |
8056:b05e1c4bc31b |
Clean the arch_memory_op() for-loop header. |
2005-11-26 |
smh22 |
8055:5d95ab80f290 |
Fix x86_64 build. |
2005-11-26 |
emellor |
8054:b9181b1c576f |
Merged. |
2005-11-26 |
emellor |
8053:3c21a174e8fc |
Fix the unpause_basic test. The console will appear to have failed, given the |
2005-11-26 |
emellor |
8052:9981fa5ba62b |
Fix the 06_block-list_checkremove test. The use of string.find was invalid |
2005-11-26 |
emellor |
8051:f710753a4026 |
Added a comment. |
2005-11-25 |
emellor |
8050:43e25c2653ee |
Also, make a small tweak to the 12_block_attach test so that we don't leave |
2005-11-25 |
emellor |
8049:8c3ed250366c |
Check when using physical devices that the device is not already in use. Using |
2005-11-25 |
emellor |
8048:701ec436d5ad |
Only write a success node when coming online, not going offline. Delete the |
2005-11-25 |
emellor |
8047:801c6363501b |
Only write a success node when coming online, not going offline. |
2005-11-25 |
emellor |
8046:3c01d53e383d |
Don't issue the iptables diagnostic when removing entries. Depending upon your |
2005-11-25 |
emellor |
8045:4f25a6b49445 |
Match rename of parameters to match the corresponding hotplug events. This |
2005-11-25 |
emellor |
8044:84cf3d018bea |
Fix handling of devid_end when devid is an integer, but not present as a device. |
2005-11-25 |
kaf24 |
8043:c3cfc4ff3b08 |
Implement new memory_op() XENMEM_machphys_mfn_list. Replaces old |
2005-11-25 |
kaf24 |
8042:549130374cfa |
In shadow-external mode, every VCPU must free its own |
2005-11-25 |
smh22 |
8041:d46553f73c6f |
Tolerate temporary inconsistency between type info and page contents on |
2005-11-25 |
emellor |
8040:5ae89ce67486 |
check_hotplug fails on one of my machines running ubunto 4.10 "Warty |
2005-11-25 |
emellor |
8039:206731134e18 |
Add help option on runtests.sh |
2005-11-25 |
dan |
8038:e2e18ef3b204 |
Add sanity checks that let us know if there are any problems before |
2005-11-25 |
emellor |
8037:421ea766aaa0 |
Fix stupid invalid syntax on network-attach tests. |
2005-11-25 |
emellor |
8036:28a117c5ea94 |
Merged. |
2005-11-25 |
emellor |
8035:42474df9b248 |
Move XenbusState from the Linux-specific xenbus.h into a new file with the Xen |
2005-11-25 |
smh22 |
8034:9c81a3c5b33b |
Use page-sized batches in GETPAGEFRAMEINFO2 (and generally tidy up). |
2005-11-25 |
kaf24 |
8033:26b961b72153 |
Fix the issue of on x86_64, rhel4 can not get into runlevel 5. |
2005-11-25 |
kaf24 |
8032:a8ac8be1a889 |
I cleaned up acm_ops.c and eliminated returns inside the switch |
2005-11-25 |
kaf24 |
8031:cb215a84d1af |
Update vtpm driver following the recent changes to the |
2005-11-24 |
kaf24 |
8030:b0338759544e |
Big reworking of SHARED_KERNEL_PMD logic. Includes several |
2005-11-24 |
emellor |
8029:78b5e590be34 |
Merged. |
2005-11-24 |
emellor |
8028:d1e1d6493d1d |
Programmatically generate the xm help strings from the snippets, rather than |
2005-11-24 |
emellor |
8027:d2b957902c6b |
Added a count of the number of users of this block device, and refuse to close |
2005-11-24 |
kaf24 |
8026:f887ddae2b03 |
Remove CONFIG_PREEMPT configuration option from Xen kernel builds. |
2005-11-24 |
kaf24 |
8025:877d738e7a40 |
Quieten down grant-table transfer failure when it is because |
2005-11-24 |
kaf24 |
8024:0ea18c1ea134 |
Another PAE fix for pgd_ctor. |
2005-11-24 |
kaf24 |
8023:0ec1d38f26f7 |
More PAE PGD fixes. Ensure we do not pin PGDs with no kernel |
2005-11-24 |
kaf24 |
8022:86964d50bcfa |
Fix pgd allocation for PAE. We must handle the fact that |
2005-11-24 |
kaf24 |
8021:a9fef115e8ec |
Fix 32b non-pae build. |
2005-11-24 |
emellor |
8020:64d919032001 |
Merged. |
2005-11-24 |
emellor |
8019:4d1d9f7ebcfc |
Check whether a device is already configured before trying to configure it |
2005-11-24 |
emellor |
8018:1cf273e133c8 |
Support destruction of device by /dev/sda1 (for example) even when the |
2005-11-24 |
emellor |
8017:cbf7efa871ae |
Minor tidy, no semantic change. |
2005-11-24 |
kaf24 |
8016:8952af4fc166 |
Shootdown TLB entries across all VCPUs for SMP shadow mode. |
2005-11-24 |
smh22 |
8015:8392d3955ed4 |
Re-enable tools support for live migration on PAE. |
2005-11-24 |
smh22 |
8014:238727cb4c26 |
Quiet down live migrate on PAE domains. |
2005-11-24 |
kaf24 |
8013:ba50c9d1271e |
Clean up mark_dirty() implementation to check for log-dirty |
2005-11-24 |
kaf24 |
8012:dca4893b0b9f |
Remove unused 'nr_recs' field from trace-buffer header |
2005-11-24 |
kaf24 |
8011:188a4fb5ea1f |
Adds ac_timer based polling to the ns16550 UART driver. This is |
2005-11-24 |
kaf24 |
8010:e1728d3c18ca |
This fixes a small race between when a domain is created and when xentop |
2005-11-24 |
kaf24 |
8009:9c631c4fe727 |
xen/common/acm_ops.c, check for a NULL pointer and then |
2005-11-24 |
kaf24 |
8008:eb87d4c810d3 |
dom0_ops return -EACCES when the interface version in wrong. I think |
2005-11-24 |
kaf24 |
8007:f7c7575695b3 |
Clean up some Xen files in the ioemulator. |
2005-11-24 |
kaf24 |
8006:bd8418790797 |
Fix ia64 build. Two typos in header files. |
2005-11-23 |
rread |
8005:1ea5d2e3a8f9 |
Make the microcode driver builtin. |
2005-11-23 |
rread |
8004:84453f32e5fc |
Disable crufty modules still using cli and friends. |
2005-11-23 |
rread |
8003:b33e41a69793 |
Compile IDE drivers as builtins instead of modules. |
2005-11-23 |
emellor |
8002:8451c6567123 |
Reverse accidental commits for changesets 8001 and 7996-7999. |
2005-11-23 |
emellor |
8001:9ee811544c40 |
Merged. |
2005-11-23 |
emellor |
8000:b8bca5421d5c |
Added comment describing usage. |
2005-11-23 |
emellor |
7999:55aae13c9e0a |
imported patch quiet_linux_build.patch |
2005-11-23 |
emellor |
7998:a22a83ea77e5 |
imported patch trace-thread.patch |
2005-11-23 |
emellor |
7997:07c608857972 |
imported patch my-config |
2005-11-23 |
emellor |
7996:69dc687f0364 |
imported patch logging-thread.patch |
2005-11-23 |
emellor |
7995:d6034e0e95fc |
Merged. |
2005-11-23 |
emellor |
7994:8aabf8959595 |
Don't treat the failure of ifconfig vifX.Y down as a fatal error. This hasn't |
2005-11-23 |
emellor |
7993:e48bb8550f95 |
Remove the frontend device directories as well as the backend ones. |
2005-11-23 |
emellor |
7992:fc41a9c9bc36 |
Inside xenbus_switch_state, don't write the new state if the node has already |
2005-11-23 |
emellor |
7991:fb42478203b9 |
Added a hotplug KOBJ_OFFLINE call, for symmetry with the ONLINE call used here. |
2005-11-23 |
rread |
7990:ef449cd53cca |
Build the mouse device into the kernel. |
2005-11-23 |
kaf24 |
7989:14d733e5e1d0 |
Fix Xen to build with gcc-4.1. |
2005-11-23 |
kaf24 |
7988:6cc603ac3f38 |
Add __iomem and __user pointer annotations to linux sparse tree. |
2005-11-23 |
kaf24 |
7987:17b98e15bf78 |
Fix __gpfn_to_mfn() to work correctly when not executed |
2005-11-23 |
kaf24 |
7986:cd6a8d73f529 |
Clean up use of get_pfn_from_mfn(). |
2005-11-23 |
kaf24 |
7985:944cf29d126d |
Move arch-specific portions of grant-table implementation |
2005-11-23 |
sos22 |
7984:6d9ea03c1baa |
Merge. |
2005-11-23 |
sos22 |
7983:9cc161c08b59 |
Merge. |
2005-11-23 |
sos22 |
7982:52bddfb334ae |
Make sure that accesses to the machine_to_phys table all go through |
2005-11-23 |
root |
7981:1d754a4ad350 |
xm-test: add tests for network-attach command |
2005-11-23 |
dan |
7980:092ac41ec8bd |
Add tests for bug #331 |
2005-11-23 |
dan |
7979:4b8599f53bb4 |
Make 04_memset_smallmem differentiate between console run-away and console |
2005-11-23 |
emellor |
7978:6ab21a197549 |
Fix to xm create --help from Ken Grant. |
2005-11-23 |
kaf24 |
7977:6c252ba7a639 |
BUG_ON test for xmalloc alignment should not be excluded |
2005-11-23 |
kaf24 |
7976:be41d7631c2f |
Intel systems with more than 8 CPUs require that the APIC is configured |
2005-11-23 |
kaf24 |
7975:b6ebabe4658a |
Add -Wdeclaration-after-statement to CFLAGS only if the |
2005-11-22 |
smh22 |
7974:393256b2ead0 |
Avoid GPF when attempting to save / restore 64bit guests. More thought |
2005-11-22 |
kaf24 |
7973:c7508abc5b6b |
Add -Wdeclaration-after-statement to Xen and tools build. |
2005-11-22 |
smh22 |
7972:f7bee3cb1bf1 |
Tidy up debugging output. |
2005-11-22 |
smh22 |
7971:72a1421dcf1b |
Better handle page type info becoming incoherent during live migrate. |
2005-11-22 |
emellor |
7970:bc1bfdb35f29 |
Merged. |
2005-11-22 |
emellor |
7969:602aefe7bd48 |
Make it possible to run valgrind on code linked with the libxc libraries. |
2005-11-22 |
kaf24 |
7968:dede6fb4c90e |
When a foreign page is mapped via a grant reference, it |
2005-11-22 |
kaf24 |
7967:13b2e5c94595 |
Ignore live flag on PAE/64-bit migrations, rather than |
2005-11-22 |
kaf24 |
7966:060a6634d9ec |
SHADOW_CONTROL_OP_OFF should be checkign whether shadow mode |
2005-11-22 |
kaf24 |
7965:faf5c318f9b0 |
Fix the zombie domain when destroying 2.6 linux vmx guest. |
2005-11-21 |
rread |
7964:f8af1ac29ecb |
Build the USB boot keyboard and mouse drivers as modules, so the real |
2005-11-21 |
smh22 |
7963:f612aec588e2 |
Fix syntax error. |
2005-11-21 |
emellor |
7962:c1c8da6f2afe |
Merged. |
2005-11-21 |
emellor |
7961:f546d8697b0e |
Misc fixes for breakage when moving to new Python/C interface style. |
2005-11-21 |
kgrant |
7960:b2364dc83d1f |
use help in create.py for "xm help create" |
2005-11-21 |
xenrtd |
7959:14886c68f254 |
Catch parsing errors in xm create. |
2005-11-21 |
emellor |
7958:11a06dd44a8d |
Merged. |
2005-11-21 |
emellor |
7957:87b520c30cb2 |
As with xs.c, change the module interface to match the current Python/C |
2005-11-21 |
emellor |
7956:52f80621b889 |
Tidy use of module / package names. |
2005-11-21 |
emellor |
7955:f72da8799418 |
Remove many unnecessary uses of keyword arguments, to reduce complexity. |
2005-11-21 |
smh22 |
7954:eaec9512f618 |
Remove unnecessary assert. |
2005-11-21 |
emellor |
7953:976e53674e84 |
Merged. |
2005-11-21 |
emellor |
7952:fbd3f3cb6f65 |
Return the changed path as an argument to the watch callback. This is useful |
2005-11-21 |
kaf24 |
7951:52020caa244f |
Change semantics of gnttab_transfer to take the page away |
2005-11-21 |
emellor |
7950:e336e186e5f9 |
Merged. |
2005-11-21 |
emellor |
7949:c07d5bab4c2b |
Fix removal of use of scheduler, broken earlier today by mismerge. |
2005-11-21 |
emellor |
7948:27a2cb379c8f |
Merged. |
2005-11-21 |
emellor |
7947:dd50b17dc60f |
Changes check for "udev", so that it works on debian sid (that does not |
2005-11-20 |
emellor |
7946:44d96609ea71 |
Added document to collate information regarding distro-specific |
2005-11-20 |
dykman |
7945:83bc047bb346 |
1) "brctl show" has no parameters. |
2005-11-20 |
dan |
7944:1e3042a93904 |
First stab at a xend-config.sxp man page. |
2005-11-21 |
kaf24 |
7943:ff18a169e866 |
Update the memory_op() hypercall. Add two new subcommands, to |
2005-11-21 |
smh22 |
7942:bdab22f56efe |
Fix 'belt + braces' check in xc_linux_save and improve error handling |
2005-11-21 |
kaf24 |
7941:112a769787d2 |
Linux swiotlb now uses correct method for determining if any RAM |
2005-11-21 |
kaf24 |
7940:eaaee5f43c67 |
Mute error message on SMP resume if a secondary CPU is |
2005-11-21 |
emellor |
7939:340effeb64b5 |
Merged. |
2005-11-21 |
emellor |
7938:6738fd14cb58 |
Replace initialiser for readonly parameter in xshandle_init that should never |
2005-11-21 |
kaf24 |
7937:0add9fbe93ab |
Fix grant-table transfer implementation. Also fix transfer |
2005-11-21 |
emellor |
7936:675862d22347 |
Merged. |
2005-11-21 |
emellor |
7935:a0b0da36fda3 |
Removed, now unused. |
2005-11-21 |
emellor |
7934:64e43d615167 |
Append the new device config to our internal structure, in device_create. This |
2005-11-21 |
emellor |
7933:8fb11d28df0f |
Catch RuntimeError inside initDomain, for better handling of out-of-memory, etc. |
2005-11-21 |
emellor |
7932:c7a46ec8d4df |
Remove last remaining use of scheduler.py, so we can remove the whole module. |
2005-11-21 |
emellor |
7931:52a3c06be4f8 |
Downgrade debug message to level "trace". |
2005-11-21 |
emellor |
7930:d88b33abf533 |
Added another test. Fix the existing tests to close the written config file |
2005-11-21 |
emellor |
7929:4f7b4ca2e30c |
Added reset method to Opts so that create.parseCommandLine can be used more than |
2005-11-21 |
emellor |
7928:508bc376c1dd |
Remove whole piles of cruft from the connection layer. The only thing that was |
2005-11-21 |
emellor |
7927:3a544c04cc61 |
Added method so that SrvDaemon can be run in the foreground without all the |
2005-11-21 |
emellor |
7926:d7b91e64bd4c |
Fix typo, and failure to unpack singleton tuple correctly. |
2005-11-21 |
emellor |
7925:5b0a7cac1087 |
Added unit test for the DevController subclasses. |
2005-11-21 |
emellor |
7924:2cfded7de82f |
Change the module registration declarations and change the object creation and |
2005-11-21 |
emellor |
7923:e60115657823 |
Remove all unnecessary uses of keyword arguments, to reduce complexity. In |
2005-11-20 |
kaf24 |
7922:6a666940fa04 |
Merge with xen-ia64-unstable.hg. |
2005-11-19 |
djm |
7921:c35a32f96d20 |
Recode usage of FPSR_DEFAULT due to strange double declaration |
2005-11-18 |
djm |
7920:878a9891b056 |
Merge |
2005-11-18 |
djm |
7919:e62c54ab862f |
Fall back to zx1-based configs, defconfigs don't work yet to boot domU |
2005-11-18 |
djm |
7918:84f9bec4feaf |
Fix read of guest psr to properly set dfh and other bits (by Matt Chapman) |
2005-11-18 |
djm |
7917:14393678d999 |
Properly pass iha/itir if data miss occurs when fetching privop (by Matt Chapman) |
2005-11-18 |
djm |
7916:ba78f3912b29 |
Remove DOMU_BUILD_STAGING and supporting code entirely, no longer needed |
2005-11-17 |
djm |
7915:51f32d60536b |
Turn off DOMU_BUILD_STAGING, no longer needed (flagged by Kevin Tian) |
2005-11-17 |
djm |
7914:ec2ab25dacee |
Parse all ACPI MADT entries, not just NR_CPUS (by Alex Williamson) |
2005-11-17 |
djm |
7913:424e28ebc882 |
Turn off duplicate console output (by Alex Williamson) |
2005-11-17 |
djm |
7912:ea1214123c2f |
Remove old version of xen xlilo patch |
2005-11-17 |
djm |
7911:d0a2b36f72f2 |
Integration of the xen4xlilo patch. (by Tristan Gingold) |
2005-11-16 |
djm |
7910:8c42a46de7f8 |
Enable build to work for both generic and non-generic (hpsim issue) |
2005-11-16 |
djm |
7909:40fc727dd1c0 |
Changes so that Xen can be compiled with gcc 4.0.2: (by Tristan Gingold) |
2005-11-16 |
djm |
7908:36cea432bbed |
Enable generic build for dom0 and build for domU with CONFIG_VT forced off |
2005-11-16 |
djm |
7907:ee15a2ae7f24 |
Fix problem if itlb miss occurs when in metaphysical mode |
2005-11-14 |
djm |
7906:5e142e1f41e6 |
Support dom0_mem parameter at boot option (by Masaki Kanno) |
2005-11-11 |
djm |
7905:bd234c9603ce |
Fix delivery of nat consumption faults (still chatty) |
2005-11-11 |
djm |
7904:12d4d2dc06a2 |
Punt to slow path for itc.i/d for region0 to avoid metaphys problem |
2005-11-11 |
djm |
7903:d7bcc7bbf981 |
Fix region0 virtual accesses |
2005-11-20 |
kaf24 |
7902:715184c81749 |
Small build fix to Python xenstore interface library. |
2005-11-19 |
kaf24 |
7901:aad88a902892 |
The patch allows one to configure NR_CPUS >8 (16 by default, same as the |
2005-11-19 |
kaf24 |
7900:cc1d77bba4b0 |
Enable the Xen hypervisor ACM security policy to be determined at boot |
2005-11-19 |
kaf24 |
7899:f5dafee503ba |
This patch is to fix a few performance "bugs" in the xenmon.py script. |
2005-11-19 |
kaf24 |
7898:5c7d103efb99 |
Fix shadow log-dirty mode for x86_64 xenlinux. Tested |
2005-11-19 |
cl349 |
7897:317e5a7092e2 |
Revert 04a7decd0645b23f1f398340e927eb191f0e754d since it's not needed. |
2005-11-19 |
cl349 |
7896:86cf8f4e5de5 |
Move tpmfe.h file next to other xen specific header files. |
2005-11-19 |
cl349 |
7895:04a7decd0645 |
Fix support for sxp domain configuration files. |
2005-11-18 |
smh22 |
7894:94d39d9acc8e |
Only resume xenbus /after/ we've prepared our VCPUs; otherwise the |
2005-11-18 |
kaf24 |
7893:56d05708736a |
Do not allow an uninitialised VCPU to be brought up. Also |
2005-11-18 |
kaf24 |
7892:378e1c58bcd2 |
The xentrace_format script doesn't work on x86/64. Python pads the input |
2005-11-18 |
kaf24 |
7891:0970a2fdbee9 |
make_page_readonly() must flush unused kmaps when handling |
2005-11-18 |
kaf24 |
7890:8b384e741382 |
Improve make_page_readonly and make_page_writable: |
2005-11-18 |
kaf24 |
7889:69ea493e415a |
Simplify arbitrary_virt_to_phys, and fix the x86/64 version to mask |
2005-11-18 |
emellor |
7888:5c954929bb0d |
Merged. |
2005-11-18 |
emellor |
7887:049dee79c76d |
Remove one further reference to network_limit_help that I missed when merging. |
2005-11-18 |
emellor |
7886:0dd531d4af46 |
Merged. |
2005-11-18 |
emellor |
7885:eb3ecf6abe87 |
Remove barbaric abuse of goto out of one nested block and into a previous one. |
2005-11-17 |
emellor |
7884:b7afc0be59b2 |
Initialise the request ID in xs_talkv, to silence valgrind. We're not actually |
2005-11-17 |
emellor |
7883:e710b125b4cf |
Initialise the request ID in xs_talkv, to silence valgrind. We're not actually |
2005-11-17 |
emellor |
7882:34d9095e79e3 |
Simplify the logic of each of the functions here, removing the many bizarre |
2005-11-18 |
emellor |
7881:ad2720178268 |
Merged. |
2005-11-18 |
emellor |
7880:7d75f5a88f06 |
From Ken Grant: Add per command help / make help match new man pages. |
2005-11-18 |
kaf24 |
7879:51bb139329b2 |
Disable live relocation for PAE and x86/64. Currently it can |
2005-11-18 |
kaf24 |
7878:419b32f72179 |
Remove conditionally-compiled code for Linux 2.4. |
2005-11-18 |
dan |
7877:7209244ea3d1 |
Make test 15_create_smallmem pass mem=16M on the kernel command line. |
2005-11-18 |
dan |
7876:74d4d3be6b0a |
Added a test to verify that devices come and go from block-list |
2005-11-18 |
sean |
7875:d02fd103cbc6 |
updates to xmdomain.cfg.5 man page to document most used options, and |
2005-11-18 |
dan |
7874:ab845d97de72 |
Add hping to the ramdisk. Also, do some very simple versioning. |
2005-11-18 |
sean |
7873:60bb9e11bd7d |
trivial add to .hgignore to ignore all the pulled content for xm-test's buildroot |
2005-11-18 |
sean |
7872:7f8969754896 |
added block device content, including finding a few more bugs in xen |
2005-11-18 |
kaf24 |
7871:5b5f1b0aca33 |
Set up fully-virtualised RTC time zone default to local |
2005-11-17 |
smh22 |
7870:f6fdb6e0d3c9 |
Fix race in blkfront resume path (watch thread could fire watch during the |
2005-11-17 |
jrb44 |
7869:51f91ef6c3b5 |
Fix x86-64 build. |
2005-11-17 |
kaf24 |
7868:65e0699dc9e1 |
merge |
2005-11-17 |
kaf24 |
7867:1a1c0f9b242e |
Fix event_pending() macro to match the assembly-language |
2005-11-17 |
emellor |
7866:80e393599413 |
Merged. |
2005-11-17 |
emellor |
7865:418954da5c0f |
Correct buffer->size at the same time as buffer->capacity when shrinking down a |
2005-11-17 |
kaf24 |
7864:c640c0c7f821 |
The perdomain mapping area in Xen space requires more than |
2005-11-17 |
emellor |
7863:9da47130ff42 |
Merged. |
2005-11-17 |
emellor |
7862:c0ef782130db |
Documentation: remove Twisted Matrix pre-req |
2005-11-17 |
dan |
7861:9a8110cb09bd |
Updates to the xm-test README file. |
2005-11-17 |
emellor |
7860:88c2d4bbe7c9 |
This patch explains network-* options in xm.1, including the bits that are |
2005-11-17 |
dan |
7859:c2f0ed9158ad |
Update 01_pause_basic test for new console behavior. |
2005-11-17 |
dan |
7858:234b3d608c86 |
Make test 04_memset detect bug #380 and restart the console daemon. |
2005-11-17 |
emellor |
7857:2ce5edc0ccbd |
Here's the patch for making the otherend_changed entrypoint |
2005-11-17 |
kaf24 |
7856:4c0606fb701b |
Fix IOCTL_PRIVCMD_GET_MACH2PHYS_MFNS to work properly for |
2005-11-17 |
smh22 |
7855:0adacfa2e33f |
Fix pinning logic on restore. |
2005-11-16 |
emellor |
7854:3f39f030fa89 |
Merged. |
2005-11-16 |
dan |
7853:cbf6f95e9c62 |
Test for creating a domain with too little memory. |
2005-11-16 |
dan |
7852:28eec8977024 |
Make 01_reboot test more robust. |
2005-11-16 |
smh22 |
7851:e4e1674a747d |
One more try... |
2005-11-16 |
smh22 |
7850:9c68f4a58aa9 |
Fix annoying error introduced during cleanup. Oops. |
2005-11-16 |
smh22 |
7849:c5a49efa11d6 |
Trivial fixes for 64bit and xend. |
2005-11-16 |
smh22 |
7848:fe3a892b33b4 |
Many fixes for save/restore and related areas for PAE in particular. Now |
2005-11-16 |
emellor |
7847:9b345321fd06 |
Merged. |
2005-11-16 |
emellor |
7846:32b574b24b18 |
Watch for changes in the /vm section of the store, so that we update our |
2005-11-16 |
emellor |
7845:3631592ad7d3 |
Added an unwatch method, so that XendDomainInfo can unregister the watch from |
2005-11-16 |
emellor |
7844:8c736c042f72 |
Move the registration of the @releaseDomain watch so that we avoid a watch |
2005-11-16 |
emellor |
7843:3867d93d86f7 |
Downgrade the failure to change the iptables settings from fatal to an error. |
2005-11-16 |
emellor |
7842:8ed932ab9f2a |
Merged. |
2005-11-16 |
jmb |
7841:dee321bf18e9 |
Dom0 might not be called Domain-0, so ask for the name in shutdown.py, instead of hardcoding it |
2005-11-16 |
kaf24 |
7840:6f1477035134 |
Rename XENVER_parameters to slightly more informative |
2005-11-16 |
emellor |
7839:50dcb6266990 |
Merged. |
2005-11-16 |
emellor |
7838:725bf42d4713 |
Review checks for Error string when checking that bad arguments are handled |
2005-11-16 |
kaf24 |
7837:fb50fba1895c |
Fix up start_info_t magic string to match the format of |
2005-11-16 |
kaf24 |
7836:fa99d895bb18 |
This fixes the following scenerio: |
2005-11-16 |
kaf24 |
7835:1df8b53bdd37 |
Change ISA_IO_BASE to fix_to_virt(FIX_ISAMAP_BEGIN). It used to be |
2005-11-16 |
kaf24 |
7834:80b61bdceb26 |
Remove unnecessary cast of kmalloc() result. |
2005-11-16 |
kaf24 |
7833:54a05cd0d060 |
Add definitions of some swiotlb symbols to pci-dma.c. |
2005-11-16 |
kaf24 |
7832:9f4efb238f5b |
/dev/mem write function should use copy_from_user, not copy_to_user. |
2005-11-16 |
kaf24 |
7831:592d8f74d23d |
merge. |
2005-11-16 |
kaf24 |
7830:2e0700008a87 |
Correctly export xencons functions to avoid ugly 'extern' |
2005-11-16 |
kaf24 |
7829:022818ea3914 |
Fix function that shouldn't be globally defined. |
2005-11-16 |
emellor |
7828:5019c8d034c4 |
Merged. |
2005-11-16 |
emellor |
7827:fa76c455af35 |
The following patch removes every (hopefully) reference to network-limit. |
2005-11-16 |
kaf24 |
7826:9bf6f907b3ff |
Trivial coding style fix. |
2005-11-16 |
kaf24 |
7825:3d89876eb4d4 |
Add function declarations, and ensure we prevent mismatch |
2005-11-16 |
kaf24 |
7824:e1142d983179 |
Replace 0 with NULL when assigning pointer fields/parameters. |
2005-11-15 |
kaf24 |
7823:9c7aeec94f8a |
Fix 64-bit build that I broke by making acpi table mapping |
2005-11-15 |
emellor |
7822:10bafcc750fb |
Make watchStart and watchMain global functions rather than classmethods, |
2005-11-15 |
emellor |
7821:009eb32c0ae4 |
Merged. |
2005-11-15 |
emellor |
7820:210a5b625e30 |
Have a watch callback return 0 or 1 depending upon whether it would like to |
2005-11-15 |
emellor |
7819:151837f6c26b |
Remove the handling of TypeError inside gather. It is not thrown by int() |
2005-11-15 |
kaf24 |
7818:5e111356ba17 |
Ensure we initialise the cpu_present_map before |
2005-11-15 |
emellor |
7817:2acbe70dd418 |
This patch fixes dom0 SMP vcpu hotplug. Currently, domains without |
2005-11-15 |
emellor |
7816:fcf13f653dba |
This patch fixes a number of vcpu related issues. |
2005-11-15 |
emellor |
7815:49bf2a4863b6 |
Merged. |
2005-11-15 |
emellor |
7814:a064c5804eae |
Fix race between xspy_read_watch and xspy_watch, by placing the watch in the |
2005-11-15 |
kaf24 |
7813:0895376edf73 |
acpi change is Xen/x86 specific, so make it dependent on |
2005-11-15 |
kaf24 |
7812:3918cc7f679e |
Upgrade Xen's msr.h to include definitions from Linux 2.6.14. |
2005-11-15 |
emellor |
7811:bb0e5f7f94fd |
Merged. |
2005-11-15 |
emellor |
7810:60bf9aa39043 |
Have the vif scripts expect the offline event, not the remove event. With |
2005-11-15 |
emellor |
7809:bb270cb5d2e8 |
Added link_exists function, for neatness. Check for the existence of the pdev |
2005-11-15 |
danms |
7808:4bdcb7f8c3d7 |
Reduce the time required to start xm-test domains by allowing the console |
2005-11-15 |
emellor |
7807:1831da8249ba |
Merged. |
2005-11-15 |
emellor |
7806:97d11e40d8ca |
This patch is largely stylistic, and gets rid of StuddlyCaps formatting in |
2005-11-15 |
emellor |
7805:4f56eb7d814a |
This patch adds more content around the scheduler portions of the xm.1 man |
2005-11-15 |
emellor |
7804:c395b060b45d |
This patch is another in the continued effort to flesh out the man pages, it |
2005-11-15 |
kaf24 |
7803:e60d8a3ad96e |
Update hgignore list. |
2005-11-15 |
kaf24 |
7802:394390f6ff85 |
The new userland monitoring tool, XenMon. |
2005-11-15 |
kaf24 |
7801:e580f8051888 |
Extra tracing in Xen to support XenMon. |
2005-11-15 |
kaf24 |
7800:6e3e98e1c182 |
Previous changeset trivially broke ioemu/helper2.c. Fix it. |
2005-11-15 |
kaf24 |
7799:3864566bc833 |
This patch fixed keyboard issue for linux kernel 2.6 in vmx guest. |
2005-11-15 |
kaf24 |
7798:00aa8e4609e2 |
Properly declare ioapic_update_EOI(). |
2005-11-15 |
kaf24 |
7797:312e3f18bd6c |
Initialise secondary CPUs via an arch_initcall rather than |
2005-11-14 |
kaf24 |
7796:ed2ef64fdc33 |
get_page_type() must clean up writable pagetable state |
2005-11-14 |
kaf24 |
7795:dd754654d427 |
Better fix for flushing conflicting batched ptwr state |
2005-11-14 |
kaf24 |
7794:4f03592bc7f5 |
Flush writable pagetable state before emulating a PT |
2005-11-14 |
kaf24 |
7793:090e44133d40 |
Use make_lowmem_page_readonly/writable() in preference to the |
2005-11-14 |
kaf24 |
7792:bdf1a8039d13 |
Failure to revalidate a writable pagetable page should crash |
2005-11-14 |
emellor |
7791:6d981d34cf52 |
Fix check for a working iptables installation. Checking for the iptables |
2005-11-14 |
emellor |
7790:2de6e301a640 |
Merged. |
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 |
2005-11-07 |
djm |
7669:66dd96e90be4 |
Merge xen-unstable into xen-ia64-unstable again (to get ioapic changes) |
2005-11-07 |
djm |
7668:d51b071bfcfc |
Enable ar.unat handling for fast paths (by Anthony Xu) |
2005-11-07 |
djm |
7667:b547291cb6d4 |
Missed ia64 changes to one drivers/xen file |
2005-11-07 |
djm |
7666:b6cce4237ded |
Merge latest xen-unstable into xen-ia64-unstable |
2005-11-07 |
djm |
7665:dd0db9019177 |
Fast tlb miss reflection (mostly working, missing robustness, default off) |
2005-11-04 |
djm |
7664:5a4893a537ca |
Minor driver code changes/rearrangement to reduce ia64-specific patches |
2005-11-03 |
djm |
7663:b4263a0216a9 |
Enable test for running_on_xen from modules |
2005-11-03 |
djm |
7662:98209d207d14 |
Fix gcc-3.4 compiler errors (submitted by Takebe Akio) |
2005-11-03 |
djm |
7661:f1949cd70f89 |
Oops, backout accidental test config, committed in wrong directory |
2005-11-03 |
djm |
7660:7b3230c51fbb |
Test new config |
2005-11-03 |
djm |
7659:4ef1a7322bf4 |
Fix console output and bug in evtchn_ia64 (by Tristan Gingold) |
2005-11-03 |
djm |
7658:55aaa12a542a |
Fix ar.unat save/restore for fast rfi (by Anthony Xu) |
2005-11-02 |
djm |
7657:854cfcbef774 |
Adapt for recent change in xen-unstable common/trace.c |
2005-11-01 |
djm |
7656:3f237000e59c |
Fix hyper_set_kr bug -- was always setting kr0. (Found by Kevin Tian) |
2005-10-31 |
djm |
7655:fbf92a68ff36 |
Mask vector for delivering vhpt fault correctly. |
2005-10-31 |
djm |
7654:4f8302838037 |
Load kernel regs from virtual kernel regs at domain switch (found by Kevin Tian) |
2005-10-31 |
djm |
7653:aa81f4e44ca5 |
Fixes for first step in getting domU back up (by Kevin Tian) |
2005-11-08 |
emellor |
7652:055efdd6b7c5 |
Merged. |
2005-11-08 |
emellor |
7651:7e3faea076ec |
Push the process of waiting for devices to come up right out of DevController, |
2005-11-08 |
emellor |
7650:eafd932231ae |
Rearrange restart logic so that a failure to restart a domain does not cause |
2005-11-08 |
emellor |
7649:f2202af64023 |
Mark plenty of variables as unused, and remove an unused import. |
2005-11-08 |
emellor |
7648:dcfbfae87f6c |
Remove unused XENSTORED_XYZ constants. |
2005-11-07 |
emellor |
7647:ca37f8be9426 |
Rename parameter to avoid shadowing builtin. |
2005-11-07 |
kaf24 |
7646:25599e222c33 |
Fix pagetable pinning logic for xen/i386 kernels. The pin |
2005-11-07 |
kaf24 |
7645:63aeaa2152d8 |
This patch remove the obsolete ioapic code on qemu device model side. |
2005-11-07 |
kaf24 |
7644:9bb7a75f120f |
This patch add virtual IOAPIC support for VMX guest. |
2005-11-07 |
kaf24 |
7643:781b6dd73e4c |
This patch change the vmx mmio handler to static. |
2005-11-07 |
emellor |
7642:a05e55c919c1 |
Merged. |
2005-11-07 |
emellor |
7641:12c3b4463cba |
Added description of the behaviour of rename-restart. |
2005-11-07 |
jbulpin |
7640:d1b5ad8e8b03 |
Fixed syntax error in iopif patch. |
2005-11-07 |
kaf24 |
7639:a4bd444c5424 |
merge |
2005-11-07 |
kaf24 |
7638:19e5385bc5b3 |
fast_flush_area() should index the unmap request array using |
2005-11-07 |
emellor |
7637:b47b79585772 |
Move the randomMAC method from xm.create into server.netif. This way, it can |
2005-11-07 |
emellor |
7636:f392a8fc7494 |
Fix misnamed call to legacy_mask_to_prefix. Thanks to Tim Moreton for finding |
2005-11-07 |
emellor |
7635:a4bff55d4a16 |
Diagnostic for hitting the nloopbacks limit. This is presumably the cause of |
2005-11-07 |
emellor |
7634:ecb5997f7b25 |
Wholesale import of xm-test 0.4.0. |
2005-11-07 |
emellor |
7633:365245f2a106 |
Hack around problem whereby VMX domains (using the ioemu device) now fail |
2005-11-07 |
emellor |
7632:5d9de9f4baf4 |
Added assertion, to stop it blowing up more obscurely a little later. |
2005-11-07 |
emellor |
7631:43fbea30b5c8 |
Tidy exception handling on IntroduceDomain, quieten down one debug message, add |
2005-11-07 |
emellor |
7630:19a226d8db16 |
Make xenstored reopen its trace file on SIGHUP. This allows one to rotate the |
2005-11-07 |
kaf24 |
7629:1f57d567cf4b |
Add support for the ioport_permission dom0 op to xend and xm |
2005-11-06 |
kaf24 |
7628:270469d40f02 |
Revert c/s 7626 -- it's missing a new file. |
2005-11-06 |
kaf24 |
7627:55194bd55b86 |
Fix error path in blkback driver where a grant mapping in the |
2005-11-06 |
kaf24 |
7626:c352591ebfdf |
Add support for the ioport_permission dom0 op to xend and xm |
2005-11-06 |
kaf24 |
7625:b67d2d2465aa |
Added domain_ioport_permission to the python module xen.lowlevel.xc, |
2005-11-06 |
kaf24 |
7624:15dc55145e55 |
Added xc_domain_ioport_permission to libxc, which wraps the dom0 op |
2005-11-06 |
kaf24 |
7623:f41c33671a43 |
This patch adds a new boot parameter, dom0_ioports_disable, which |
2005-11-05 |
kaf24 |
7622:0cae0c6436f5 |
This patch is intended to make qemu support ia64/vti. We have validated |
2005-11-05 |
kaf24 |
7621:65c3b9382caa |
This patch is to remove the pit_timer when the vmx domain is |
2005-11-05 |
kaf24 |
7620:b180310a0d2c |
vlapic_init alloc memory for struct vlapic, so it should do a memset on |
2005-11-05 |
smh22 |
7619:2e880b1fbe84 |
Quiet down balloon driver. |
2005-11-05 |
smh22 |
7618:a45408260abb |
Check correct flag in grant transfer - this eliminates the most common |
2005-11-04 |
kaf24 |
7617:a969d918674e |
Remove shadow audit debugging. Too noisy for |
2005-11-04 |
kaf24 |
7616:6a2d93c2b32d |
Specifying 'mem=' as Linux boot parameter disables the default |
2005-11-04 |
kaf24 |
7615:21d175472d55 |
This is a fix for some device model corner cases including: |
2005-11-04 |
kaf24 |
7614:1a5861311b04 |
This patch adds a check to make sure the config file passed to |
2005-11-04 |
kaf24 |
7613:d9d88dd713ba |
This is another patch that adds an arg_check() to domid and domname so |
2005-11-04 |
kaf24 |
7612:98515ca23ca3 |
This patch adds an arg_check into the set_vcpus code in xm, so that we |
2005-11-03 |
kaf24 |
7611:289b73a5ace7 |
Simplified vmx_platform.c by removing obsolete code and redundant vmread's. |
2005-11-03 |
emellor |
7610:ca2e91ab4311 |
Merged. |
2005-11-03 |
emellor |
7609:fe487b19c379 |
Fix handling of child in forkHelper. |
2005-11-02 |
kaf24 |
7608:76fbcb25d174 |
Fix map_domain_page() by reverting a bogus simplification |
2005-11-02 |
sos22 |
7607:9cdfcecf4968 |
Merge. |
2005-11-01 |
sos22 |
7606:5ffe3f16aa52 |
Make SMP alternatives work under xenolinux rather than just native, |
2005-11-02 |
emellor |
7605:4321438e92a7 |
Merged. |
2005-11-02 |
emellor |
7604:7f8db234e9db |
Rewritten handling of child stderr to avoid deadlock. |
2005-11-02 |
kaf24 |
7603:e519f3239a97 |
Make the -V option of xenconsoled actually do something. |
2005-11-02 |
kaf24 |
7602:d507f32afba9 |
Make it clear that the result of xs_get_domain_path() must be free()'d. |
2005-11-02 |
kaf24 |
7601:4ec05d64f202 |
Fix memory leak in domain cleanup spotted by doremifa in #xen. |
2005-11-02 |
kaf24 |
7600:89030fab2c3f |
The attached patch to 1) fix a 64-bit bug with some of the data packing, |
2005-11-02 |
kaf24 |
7599:03d51c0b0546 |
fix VMX decoder for MOVZ instruction. |
2005-11-02 |
kaf24 |
7598:c31edd72086d |
Just some small code cleanup to shadow.c, no logic changed. |
2005-11-02 |
kaf24 |
7597:5ed53e973b83 |
Changeset 7419 introduced a check for DOM0 before setting a bit in the |
2005-11-01 |
kaf24 |
7596:ae2e13795c63 |
>I'm hitting an ASSERT in alloc_monitor_pagetable() with debug=y and I |
2005-11-01 |
kaf24 |
7595:305649f5ad56 |
Fix 'nosmp' and ensure that CPU#0 is reported properly |
2005-11-01 |
kaf24 |
7594:3492adc0ad60 |
Temporary fix for blkfront failure on save/restore. |
2005-11-01 |
kaf24 |
7593:0b8f92adc679 |
Fix CPU hotplug -- cpu initialisation functions must be declared |
2005-11-01 |
emellor |
7592:99f4ba74763e |
Merged. |
2005-11-01 |
emellor |
7591:28face899030 |
Catch KeyboardInterrupt, to avoid spewing error messages on Ctrl-C. |
2005-11-01 |
emellor |
7590:3a3b2f8fbb60 |
Added missing __init__.py. |
2005-11-01 |
kaf24 |
7589:952945d2b68e |
Disable guest firmware apm since no apm is supported now to remove the |
2005-11-01 |
kaf24 |
7588:b818029835de |
The following patch adds a section for SHUTDOWN OPTIONS for the xmdomain.cfg |
2005-11-01 |
kaf24 |
7587:07b5b3e2ff45 |
Fix docs: xm set-mem => xm mem-set. |
2005-11-01 |
kaf24 |
7586:c794c98c416c |
There is an error in xenstat, such that a wild pointer is being |
2005-11-01 |
kaf24 |
7585:a48ac90f99f1 |
Fix the DISPLAY configration that breaks vmx domain creation with SDL |
2005-11-01 |
kaf24 |
7584:f1b6dd997716 |
Add get_cycles(), to be defined in asm/time.h, as a |
2005-10-31 |
emellor |
7583:6be0d21bb863 |
Merged. |
2005-10-31 |
emellor |
7582:286946489e5d |
From Murillo Fernandes Bernardes <mfb@br.ibm.com>: |
2005-10-31 |
emellor |
7581:a7129a40f239 |
From Gerd Knorr <kraxel@suse.de>: |
2005-10-31 |
emellor |
7580:00377595e4f9 |
Added new xentrace executables tbctl and setsize. |
2005-10-31 |
emellor |
7579:4e6c0734c409 |
Use _p to fix, once and for all, the debugging printf recently changed. |
2005-10-31 |
emellor |
7578:a51ec6d425e7 |
Removed the event server, and all it entails. This is unused, and a big pile |
2005-10-31 |
emellor |
7577:69958a5b94a3 |
Removed some dead code. |
2005-10-31 |
emellor |
7576:7c30e9215558 |
Ignore the directories containing generated man pages. |
2005-10-31 |
kaf24 |
7575:cf0c13832905 |
Make check_pkgs work with the Bourne shell |
2005-10-31 |
kaf24 |
7574:60c941136be9 |
Update .hgignore. |
2005-10-31 |
kaf24 |
7573:8ded2066e16c |
Fix PAE shadow on a machine with RAM above 4G on x86_64 xen. |
2005-10-31 |
kaf24 |
7572:ea6d9f29dff5 |
Watch events may get lost, the xenstored response races against the new |
2005-10-31 |
kaf24 |
7571:8cc7ce549d00 |
Sanitise the trace-buffer hypervisor<->user interface. |
2005-10-30 |
kaf24 |
7570:7d0d88685f79 |
Remove stupid unused strtok() function. |
2005-10-30 |
kaf24 |
7569:2947b0df5ffa |
Simplify trace header some more, and ensure that |
2005-10-30 |
kaf24 |
7568:d8a39152f982 |
Tracing cleanups and simplify tb_set_size(). Dynamic |
2005-10-30 |
kaf24 |
7567:a663683fe8cb |
Remove trace compile option from Xen. |
2005-10-30 |
kaf24 |
7566:f33f18fbf2cb |
This is a set of changes which allow the tracebuffer functionality to |
2005-10-30 |
emellor |
7565:43676a509982 |
Merged. |
2005-10-30 |
emellor |
7564:127d856ce124 |
Try again to get the ptrdiff_t printf right for 64-bit. |
2005-10-30 |
emellor |
7563:d49fd494963e |
--- xen-unstable.hg.copy/docs/Makefile 2005-10-28 18:36:33.000000000 -0700 |
2005-10-30 |
emellor |
7562:c774efa2aca8 |
Added doccomment. |
2005-10-30 |
emellor |
7561:e212c0b60fbe |
Move misplaced netif_free declaration. |
2005-10-30 |
emellor |
7560:f3ebb4d6baab |
Added network-attach and network-detach. Fixes bug #300. |
2005-10-30 |
emellor |
7559:e0ea9320c351 |
Force the devid given to destroyDevice to an integer. This means that that |
2005-10-30 |
emellor |
7558:1ce76b214ce2 |
Added -lpthread to qemu-dm link line, in order to compile even without SDL |
2005-10-30 |
emellor |
7557:b50eb7619dd4 |
Change the grant table interface so that gnttab_end_foreign_access_ref returns |
2005-10-30 |
emellor |
7556:ecae9e6c7331 |
Added cast to silence warning on 64-bit. |
2005-10-30 |
emellor |
7555:8ffba597c385 |
Use %tx C99 printf modifier for ptrdiff_t so that this builds on 64-bit. |
2005-10-30 |
kaf24 |
7554:32695e99cfc8 |
This patch is to fix the NIC driven mechanism to make it event |
2005-10-30 |
kaf24 |
7553:8e1bfcb901e5 |
Once grant refs run out, netfront prints a nice message, but doesn't set |
2005-10-30 |
kaf24 |
7552:c7006e46cd06 |
Small shadow pagetable fixes. |
2005-10-30 |
emellor |
7551:47ba7a4bed45 |
Remove out: label, to silence warning. |
2005-10-30 |
emellor |
7550:bcccadcc56e5 |
Merged. |
2005-10-30 |
emellor |
7549:dc36edf1102f |
Don't schedule work for reboot if work is already scheduled. This fixes a |
2005-10-30 |
emellor |
7548:9f44b2aa98f3 |
Change the interface between XendRoot.get_network_script and Vifctl so that a |
2005-10-30 |
emellor |
7547:03612b7f69d5 |
Don't use XendRoot.get_vif_bridge to provide a default bridge -- instead, pass |
2005-10-30 |
emellor |
7546:601ae1c4fe61 |
Added test_create.py, a test script for create.py. This contains a unit test |
2005-10-30 |
emellor |
7545:ab8768317e20 |
Added xen.xm.tests package to build. |
2005-10-30 |
emellor |
7544:4722eae11abb |
Added xen-script-common.sh, for functions common to all scripts, not just the |
2005-10-30 |
emellor |
7543:6304291cf08b |
Print out MFN in audit code, for debugging purposes. |
2005-10-30 |
emellor |
7542:889afaf6ca25 |
Free domain names in xenstat_free_node, fixing small memory leak. |
2005-10-28 |
emellor |
7541:f994ee35da23 |
Fix reboot logic. An indentation error meant that every second reboot would |
2005-10-30 |
kaf24 |
7540:b5903c9aeda5 |
Fix floating-point corruption (a nasty race in fp task-switch |
2005-10-30 |
kaf24 |
7539:07aa5213d811 |
Add a commented-out sanity check for lazy fpu switching. |
2005-10-29 |
kaf24 |
7538:eee0489b3a17 |
merge |
2005-10-24 |
djm |
7537:7eac3edd0589 |
Oops, missed hg add of vti example file |
2005-10-24 |
djm |
7536:8928c89a8d0a |
Necessary change to support ia64/vti domain build in common code. |
2005-10-24 |
djm |
7535:935a81f86348 |
Image builder for ia64/vti domain, together with a example config file. |
2005-10-24 |
djm |
7534:ebc92fd2fac8 |
Code reordering for (partial) gcc3.4 compatibility |
2005-10-24 |
djm |
7533:eb1ae533d480 |
Remove dup prologue lines |
2005-10-24 |
djm |
7532:91268555f215 |
Define VHPT constants from VHPT_SIZE_LOG2. |
2005-10-24 |
djm |
7531:998e85f9963d |
Need additional include for ia64 |
2005-10-24 |
djm |
7530:813e504dc716 |
Necessary change to make ia64 dom0 rework: |
2005-10-24 |
djm |
7529:fdea4a967bc7 |
Merge |
2005-10-21 |
djm |
7528:ff7c5a791ed5 |
Backout incautious public/io header changes |
2005-10-14 |
djm |
7527:42cab8724273 |
More itir fixes in vcpu_translate and cleanup |
2005-10-14 |
djm |
7526:d61142fc7480 |
Fix reprogram_ac_timer corner case bug, by Tristan Gingold |
2005-10-14 |
djm |
7525:f1dc942257e5 |
Add fault debug feature (assuming guest doesn't use kr2), by Tristan Gingold |
2005-10-14 |
djm |
7524:70de2b71f439 |
Fix itir bugs in vcpu_transalte and do some cleanup |
2005-10-13 |
djm |
7523:c03dc328bf3a |
Modify printfs to be able to compile on ia64. |
2005-10-13 |
djm |
7522:760f5e85c706 |
Some outstanding bug fixes found in VT merge |
2005-10-12 |
djm |
7521:54b112b314fe |
Initial SMP support |
2005-10-12 |
djm |
7520:18390e605e19 |
Fast hyperprivop for itc.i and itc.d (works, but default off for stability) |
2005-10-12 |
djm |
7519:c8eb9d82dd4b |
Minor change needed for types rearrangement in xen-unstable 7339 |
2005-10-29 |
jbulpin |
7518:8cf7d1d715f4 |
Prevent event listener socket from being inherited by children. |
2005-10-28 |
kaf24 |
7517:d25ac5cbd8d3 |
Remove next_io_page field from domain structure. |
2005-10-28 |
kaf24 |
7516:ab0addb6dcbb |
Clean up the 'initial mapping' area properly on x86/64. |
2005-10-28 |
kaf24 |
7515:f5de9429118c |
Fix sizeof_vcpu_shift in x86/64 xen_entry.S. |
2005-10-28 |
kaf24 |
7514:cc23d4236b20 |
This patch provide local APIC support for vmx guest. |
2005-10-27 |
kaf24 |
7513:f23b897930d1 |
xm help notes that domid can be used in place of domname. |
2005-10-27 |
kaf24 |
7512:6d4caa5a2cdb |
No side effects in BUG_ON statements in Xen. |
2005-10-27 |
kaf24 |
7511:c5cd971aa96c |
To allow kernel to handle radically different hypervisors in the future, |
2005-10-27 |
kaf24 |
7510:f8087c9297aa |
I've created a patch to get the mini-os to compile in Xen-unstable. The patch |
2005-10-27 |
kaf24 |
7509:602f7fc3e1b1 |
Originally in qemu when a IDE dma transfer is started which is triggered |
2005-10-27 |
kaf24 |
7508:d6ebcfc5a30b |
The attached patch fixes 2 issues with the scripts written for the Xen |
2005-10-27 |
kaf24 |
7507:7ba4019f7b2d |
This patch |
2005-10-27 |
kaf24 |
7506:897adc98fec2 |
Remove all binaries on make clean. |
2005-10-27 |
kaf24 |
7505:26fc51079f5f |
Remove a non-portable and unused error.h, and use signal.h not |
2005-10-27 |
kaf24 |
7504:3843e518e092 |
Use standard int typedefs. |
2005-10-27 |
kaf24 |
7503:76392609363f |
BUG_ON() is a macro very very similar to assert(), and it's a really bad |
2005-10-27 |
emellor |
7502:e70ea9465b31 |
Fix Jerone Young's xenstat / xenstore patch: |
2005-10-27 |
jeroney |
7501:a793b7a53605 |
* Enable xenstat to use xenstore |
2005-10-26 |
emellor |
7500:20d1a79ebe31 |
Fix the check for non-existence of the save/restore directories, by using && |
2005-10-26 |
emellor |
7499:0240a69e1f97 |
Move exception handler for sxp.ParseError above that for Exception, as the |
2005-10-26 |
emellor |
7498:98fd1359eecd |
Break the write_dev function out from block into new block-common.sh, where it |
2005-10-26 |
emellor |
7497:4983606a263e |
Added copyright notice. |
2005-10-26 |
emellor |
7496:895d66f6de44 |
New xendomains init script, courtesy of Kurt Garloff: |
2005-10-26 |
emellor |
7495:a39aee6d660f |
Check whether dom is NULL when we handle a watch. This might occur if the |
2005-10-26 |
emellor |
7494:9b91f6583b5e |
Added comment. |
2005-10-25 |
jeroney |
7493:623ccfa55107 |
Remove second decleration of .PHONY & cleanup formating |
2005-10-25 |
emellor |
7492:34b4068704c5 |
Fix format spec for tracing. |
2005-10-25 |
emellor |
7491:cd1cfbadb75f |
NBD scripts, courtesy of Kurt Garloff: |
2005-10-25 |
emellor |
7490:f2ad4e0a7259 |
Merged. |
2005-10-25 |
emellor |
7489:25639d30d5d5 |
Moved SuSE-specific getcfg call into a preiftransfer call. The semantics of |
2005-10-24 |
emellor |
7488:52f17d78dcd5 |
Change argument spec for introduce_domain argument parsing, as the MFN is a long. |
2005-10-24 |
emellor |
7487:c653a376cf52 |
Remove recently added uses of errno, as these cause trouble on ia64 builds. |
2005-10-24 |
emellor |
7486:99ece3c06913 |
Removed some unnecessary imports. |
2005-10-24 |
chris |
7485:f0e92f206c8a |
Don't run network stop script when doing xend stop. |
2005-10-24 |
vhanquez |
7484:e47f04c55eb1 |
compute the correct totalram_pages when the balloon increase or decrease the |
2005-10-24 |
emellor |
7483:98c6c36ac444 |
Added a timestamp to the logging output by trace_io. |
2005-10-24 |
emellor |
7482:e6591119fda0 |
Do not create the console tty until domain_create_ring has succeeded. This |
2005-10-24 |
kaf24 |
7481:1c62a4149b11 |
Attached patch avoids "Bad L1 flags 80" for VMX domains. Thanks Ian for |
2005-10-23 |
emellor |
7480:a90d670c98b9 |
Change the semantics of GetDomainPath so that it always succeeds, regardless of |
2005-10-23 |
emellor |
7479:5a728a884242 |
Instead of writing errors to |
2005-10-23 |
kaf24 |
7478:2c0b3b807756 |
Enable TSC-offsetting capability to ensure that VMX |
2005-10-23 |
kaf24 |
7477:5a7baecb1c70 |
Fix an issue for passing arguement from control panel to deivce model |
2005-10-23 |
kaf24 |
7476:e398a9797c4c |
some fixes to VMX: |
2005-10-22 |
emellor |
7475:6f8ce90246f8 |
Reintroduce the changes made by changeset 7455:021324804fbd, which were |
2005-10-22 |
kaf24 |
7474:a2cf10b8da5a |
Fix 'xm vcpu-list'. List cpumap as 'CPU Affinity'. Use |
2005-10-22 |
kaf24 |
7473:94cee9a918de |
cpumap cleanups -- Python now deals with lists of cpus |
2005-10-22 |
kaf24 |
7472:6b8a91dcdc2e |
Fix assertions in bitops.c. |
2005-10-22 |
kaf24 |
7471:37050ba0e35c |
This patch is to make xentop able to print vcpu usage for out of order |
2005-10-22 |
kaf24 |
7470:3951b5b01cfd |
Two patches were applied to pygrub's setup.py to work around python2.2 |
2005-10-21 |
kaf24 |
7469:21a211649fe2 |
Disable Xen verbosity by default. At this point I think it |
2005-10-21 |
jrb44 |
7468:17a9f111fa93 |
Temporary workaround to xend start problem. |
2005-10-21 |
kaf24 |
7467:2d5b92e7c79a |
This is a follow up of PIC device model by Xiaofeng and me to move to |
2005-10-21 |
kaf24 |
7466:8eaaa622db81 |
Tweak to pygrub build config detection. |
2005-10-21 |
kaf24 |
7465:3eee5653f08b |
Fix allocation of phys_to_machine_mapping array during |
2005-10-21 |
jrb44 |
7464:9628e7a5766d |
Add biossums dependency to Makefile to avoid parallel build breakage. |
2005-10-21 |
emellor |
7463:c4c0bded343a |
Merged. |
2005-10-21 |
emellor |
7462:b81723792274 |
Explicitly delete xc instance, which will hopefully solve the intermittent |
2005-10-21 |
kaf24 |
7461:e813ac9f7d23 |
Fix early bootstrap of secondary VCPUs on x86/64. |
2005-10-21 |
emellor |
7460:d8b35f72a587 |
Break proc paths out into separate include file, rather than inlining them. |
2005-10-21 |
emellor |
7459:f31494465fb0 |
Merged. |
2005-10-21 |
emellor |
7458:19af31a59537 |
Break common network code in xen-network-common.sh, and common vif hotplugging |
2005-10-21 |
emellor |
7457:cefe36be8592 |
Tidy xend-config.sxp, removing entries that haven't been used since the |
2005-10-21 |
emellor |
7456:4d49f61a7fee |
Removed xen.util.process, as no-one is using it, and it leaves defunct processes |
2005-10-21 |
emellor |
7455:021324804fbd |
Remove unused Vifctl.vifctl and Vifctl.set_vif_name. Remove the bridge and |
2005-10-21 |
emellor |
7454:82cdb5efc3a8 |
Output the Xen changeset in the logs at start of day. |
2005-10-20 |
emellor |
7453:840a66f08e3d |
Set antispoof default to yes, as this seems safer, and is the current behaviour |
2005-10-21 |
kaf24 |
7452:c3a0f492644c |
Work around internal error in some versions of x86/64 gcc |
2005-10-21 |
kaf24 |
7451:899f7b4b19fc |
Upgrade tree to 2.6.12.6. |
2005-10-21 |
kaf24 |
7450:349b302f29e2 |
Update one file from qemu 0.71 for Cirrus Logic VGA device model. |
2005-10-21 |
kaf24 |
7449:349d7b4ef7b0 |
Send special keys that your graphical user interface intercepts at |
2005-10-21 |
kaf24 |
7448:19432bec4c06 |
Turn off some debug switches by default |
2005-10-20 |
kaf24 |
7447:1e40bed176d4 |
This patch to the Xen access control module (ACM) and tools: |
2005-10-20 |
jrb44 |
7446:6f5b94da963a |
Avoid specifying bogus DISPLAY=None when spawning device model. |
2005-10-20 |
emellor |
7445:1e7bbbdff402 |
Merged. |
2005-10-20 |
emellor |
7444:6a7253b1ce8a |
Fix the recently-introduced failure to preserve uuid across a guest reboot. |
2005-10-20 |
kaf24 |
7443:4ac2051ec21e |
New function direct_kernel_remap_pfn_range(). Like |
2005-10-20 |
kaf24 |
7442:27c8bc033f16 |
disable bogus touchpad device model, which cause annoying dmesg on 2.6 kernel |
2005-10-20 |
kaf24 |
7441:6450e40ad21a |
smp_call_function() must be usable as an expression |
2005-10-20 |
kaf24 |
7440:7d50f64aada7 |
Fix NMI race with context switch. |
2005-10-20 |
tristan gingold |
7439:5d746b39e873 |
Makes smp_call_function a real stmt if CONFIG_SMP is not defined. |
2005-10-19 |
emellor |
7438:fb265175f47c |
This patch fixes the problem that VMX guest can not get brought up on |
2005-10-19 |
emellor |
7437:471e8ca6bc1f |
Merged. |
2005-10-19 |
emellor |
7436:18eb059ae471 |
New network-bridge script and associated gubbins. |
2005-10-19 |
kaf24 |
7435:f7552b93adeb |
pygrub's setup.py relies on distutils.UnixCCompiler.has_function(), |
2005-10-19 |
kaf24 |
7434:b3e6901f4cdb |
Declare ac_timer_init() properly in ac_timer.h |
2005-10-19 |
emellor |
7433:b0f61c2c0746 |
Merge. |
2005-10-19 |
emellor |
7432:4ba11726df73 |
Added diagnosis tool for broken domains. |
2005-10-19 |
emellor |
7431:857b79d27993 |
Set the console limit for DomUs based on a value set in xend-config.sxp. |
2005-10-19 |
kaf24 |
7430:41489189b19e |
Add slack to balloon driver to allow to counteract low-mem |
2005-10-19 |
kaf24 |
7429:c08e7f0b1ee5 |
merge |
2005-10-19 |
kaf24 |
7428:848f21d57278 |
Better fix to detect failed patch application when building |
2005-10-19 |
emellor |
7427:74f693d6e03e |
Some trivial changes for the tool scripts: |
2005-10-19 |
emellor |
7426:b556130d3c6c |
Added sedf_get functionality to XendClient interface. From David Isaac |
2005-10-19 |
emellor |
7425:7c951e3eb5ab |
Remove unused parameter from addControllerClass. This became unused when the |
2005-10-19 |
emellor |
7424:9b18b85e0146 |
Remove unused shadow_control functionality from the Python layer. This is |
2005-10-19 |
emellor |
7423:8dbf531776e1 |
Take advantage of the new UUID (handle) stored for us in Xen to improve the |
2005-10-19 |
kaf24 |
7422:4dd58ef39639 |
Rename 2.6.12.5 patch so it actually gets applied. Fail |
2005-10-18 |
kaf24 |
7421:aabc33c3c0ac |
Fix -xen builds. |
2005-10-18 |
kaf24 |
7420:3233e3921fdd |
Domain0 doesn't do initial VCPU hotplug via xenstore. |
2005-10-18 |
kaf24 |
7419:bd1298cf0b4d |
Remove 'n_vcpu' field from start_info structure. Domain0 |
2005-10-18 |
emellor |
7418:6ef7386f7370 |
Protect __del__ from failure inside __init__ by setting inTransaction before |
2005-10-18 |
emellor |
7417:c24fae1cd39d |
Added uuid unit test. |
2005-10-18 |
emellor |
7416:377b64f085d0 |
Fix call to getVCpuCount for dom0. |
2005-10-18 |
kaf24 |
7415:3d27ee7da0c1 |
Merge i386/x86_64 smpboot.c into a simplified common Xen version. |
2005-10-18 |
kaf24 |
7414:7169e31606bd |
alloc_netif() must return a ERR_PTR() on error, not NULL. |
2005-10-18 |
kaf24 |
7413:551d099dae3a |
Clean up some VMX IO handler code: |
2005-10-18 |
kaf24 |
7412:7155eafc858a |
Fix x86_64 smp boot: |
2005-10-18 |
kaf24 |
7411:eea0e77b7683 |
Allow interdomain channels to bind DOMID_SELF to DOMID_SELF. |
2005-10-18 |
kaf24 |
7410:76a413a8eef0 |
There are only six fields in vcpuinfo. |
2005-10-18 |
kaf24 |
7409:cd2a4d6da0a1 |
In the shadow mode, thanks to recent patches, the shadow |
2005-10-18 |
cl349 |
7408:2b95dde72853 |
Fix transaction EAGAIN handling in xenstore client programs. |
2005-10-17 |
emellor |
7407:1d88f303c39c |
Put back the arg_check calls removed recently -- they aren't as useless as I |
2005-10-17 |
emellor |
7406:aa5c62270da7 |
More removal of BE_DOMAIN flags. |
2005-10-17 |
emellor |
7405:f726c39670d9 |
Merged. |
2005-10-17 |
emellor |
7404:75ec60b67f64 |
Have xenstored initialise its connections, meaning that xend can be out of |
2005-10-17 |
kaf24 |
7403:895149d24048 |
Remove useless SIF_XXX_BE_DOMAIN driver flags. |
2005-10-17 |
kaf24 |
7402:ba9706473941 |
Make the event-channel pending and mask arrays consist of |
2005-10-17 |
emellor |
7401:5e4e11d059a1 |
Merged. |
2005-10-17 |
emellor |
7400:2b92f50b7692 |
Replace xm vcpu-enable and xm vcpu-disable with one command, xm set-vcpus, |
2005-10-17 |
kaf24 |
7399:420db20e103c |
Force RTC driver to fail to load in domU by preventing it |
2005-10-17 |
emellor |
7398:446aa56ca4fe |
Added a TRACE log level, for those versions of Python that do not have it, and |
2005-10-17 |
kaf24 |
7397:fa0faada967b |
Plumb GETVCPUINFO dom0_op through to Python. Remove |
2005-10-16 |
kaf24 |
7396:9b51e7637676 |
Clean up debug tracing in mm and mm audit code. |
2005-10-16 |
kaf24 |
7395:f535708469ee |
Small cleanup in hotplug script. |
2005-10-16 |
kaf24 |
7394:6cf6f8783282 |
Fix local_irq_save() and irqs_disabled() to be preemption-safe. |
2005-10-15 |
kaf24 |
7393:475e2a8493b8 |
Flush writable pagetable state whenever a domain is |
2005-10-15 |
kaf24 |
7392:9d9b75569d0e |
Fix invalidation of shadow LDT on SMP systems. |
2005-10-15 |
kaf24 |
7391:9d51c5afda92 |
Remove bogus error message in libxenctrl. |
2005-10-15 |
kaf24 |
7390:938f209d886b |
Detect failure to create shutdown process and retry twice |
2005-10-15 |
emellor |
7389:4c9dbbb5fe3d |
Use new -t flag on xenstore-rm to keep the store pruned when devices go away. |
2005-10-15 |
emellor |
7388:a0ec7370eec0 |
Fix installation decision to make the DISTDIR and DESTDIR absolute before |
2005-10-15 |
emellor |
7387:bb127c984f74 |
Added --tidy flag to xenstore-rm that recursively removes any empty directories |
2005-10-15 |
kaf24 |
7386:fd7b8b051466 |
At least for the time being, GETVCPUCONTEXT needs to work |
2005-10-15 |
kaf24 |
7385:27d7c7f226f4 |
Extend VCPUINFO dom0_op to return status information about |
2005-10-15 |
kaf24 |
7384:26862e5458eb |
Fix NAT for domU checksum offload. |
2005-10-15 |
kaf24 |
7383:5487b11faafa |
add BT instruction support to VMX MMIO decoder. |
2005-10-15 |
iap10 |
7382:768b04d09dde |
Enable hotplug cpus in -xen x86_32 kernel. |
2005-10-14 |
kaf24 |
7381:06ce728dcede |
machine_specific_memory_setup() makes the following call to setup e820: |
2005-10-14 |
kaf24 |
7380:f9b300fab36e |
This should fix time stopped / going slow problems that |
2005-10-14 |
kaf24 |
7379:d48bc069122c |
In addition to setting opaque handle during domain |
2005-10-14 |
kaf24 |
7378:bd3268de4145 |
Store an opaque handle (tools uuid) in the domain structure |
2005-10-14 |
iap10 |
7377:70aa62954e91 |
Remove unused x86_64 functions. |
2005-10-13 |
emellor |
7376:95ec0b134206 |
Patch for typo causing multiple output in xm list -l, courtesy of Laura Ramirez |
2005-10-13 |
jrb44 |
7375:56752fea020d |
Fixed 64 bit Linux build. |
2005-10-13 |
kaf24 |
7374:b41e51ffa5ea |
Because of a bug with reference counting against the target guest page |
2005-10-13 |
emellor |
7373:3fd239d8b640 |
Revert accidental commit. |
2005-10-13 |
emellor |
7372:bb22622a15fc |
Merged. |
2005-10-13 |
emellor |
7371:cd6f7b548218 |
Remove the diagnostic/recovery when two domains end up with the same name. It |
2005-10-13 |
kaf24 |
7370:5a97ee0633e8 |
Cleanup CPU hotplug and save/restore. Next step is to |
2005-10-13 |
emellor |
7369:92c6021f23e4 |
Merge. |
2005-10-13 |
emellor |
7368:7b9547485703 |
Fix broken test for zombies. |
2005-10-13 |
kaf24 |
7367:10c93f58b041 |
Fix multi-cpu save/restore after the max_vcpu patch. |
2005-10-13 |
kaf24 |
7366:43677823b395 |
Fix client dependency on libxenstore in Makefile. |
2005-10-13 |
kaf24 |
7365:9e373ffff3e6 |
NS_PER_TICK must be a s64 quantity. It is compared with |
2005-10-13 |
kaf24 |
7364:48f542f8d906 |
Currently, we mark an IO request to STATE_IOREQ_READY state before |
2005-10-12 |
kaf24 |
7363:40b4860f554a |
Add memory barriers to console ring accesses. Similar to what |
2005-10-12 |
cl349 |
7362:d6e0eb8622cd |
Disable watch callbacks only during driver registration instead of all probes. |
2005-10-12 |
cl349 |
7361:179027128d99 |
Disable watch callbacks while running the driver probe callback. |
2005-10-12 |
kaf24 |
7360:2796f432858e |
Change xenstore-domain messaging protocol to match what we use |
2005-10-12 |
kaf24 |
7359:f8c725f1fce8 |
Fix xsls build dependency. |
2005-10-12 |
kaf24 |
7358:c81c8a2821aa |
Add a option for enabling ne2000 NIC device model |
2005-10-12 |
kaf24 |
7357:d6e99066959a |
Refactor domain/vcpu allocation to be more separated. |
2005-10-12 |
kaf24 |
7356:af38c6b205f6 |
Keir moved barriers, |
2005-10-12 |
kaf24 |
7355:9d47f70345a4 |
Fix error output to stderr in xc_linux_build. |
2005-10-12 |
kaf24 |
7354:52b9aca1916a |
New dom0_op to set max vcpus for a domain. |
2005-10-12 |
kaf24 |
7353:29db5bded574 |
Fix 64-bit compile warnings in firmware. |
2005-10-12 |
emellor |
7352:f3aa156fda6a |
Merged. |
2005-10-12 |
emellor |
7351:97648825856b |
Merged. |
2005-10-12 |
emellor |
7350:b938c4965a8f |
Make the error reporting back to xm just a little bit less insane, and fix a |
2005-10-12 |
emellor |
7349:00a324b3a2db |
Ignore any watches that fire for which we do not have a registration. This can |
2005-10-12 |
emellor |
7348:09447f91ab49 |
Don't try and call DevController if we can't destroy a device ourselves, |
2005-10-12 |
emellor |
7347:3dd931842e71 |
Improve error message. |
2005-10-12 |
kaf24 |
7346:26599c5d298d |
merge |
2005-10-12 |
kaf24 |
7345:68e754d7e1cb |
Fix firmware build for cross-compilation. |
2005-10-12 |
emellor |
7344:ffbee4415bf7 |
Explicitly state which architectures are going to use /usr/lib64, to allow for |
2005-10-12 |
emellor |
7343:41c970cf82ba |
Fix the handling of EAGAIN from the transaction_end; we were failing to do any |
2005-10-12 |
emellor |
7342:b719806d1265 |
Added missing __init__.py. |
2005-10-12 |
kaf24 |
7341:def91f2dbc89 |
Fix vcpu-hotplug xenbus watch handler and setup. |
2005-10-12 |
kaf24 |
7340:43b40ae7904c |
Better cast for ptr->int in residerfs module. |
2005-10-12 |
kaf24 |
7339:b3a255e88810 |
Fix Xen public interfaces and the tools to consistently |
2005-10-12 |
emellor |
7338:067b9aacb6c2 |
Fix deadlock in XendDomainInfo when a domain is cleaned up. We are renaming |
2005-10-12 |
emellor |
7337:00a24908057f |
Change import that was confusing pylint (this is a pylint bug, I think). |
2005-10-12 |
emellor |
7336:1d8933fa01d2 |
Issue diagnostics if xm is being run as a non-root user. This used to happen, |
2005-10-12 |
kaf24 |
7335:e89a7279d602 |
Fix compilation problems with xenstore. |
2005-10-12 |
kaf24 |
7334:801ffcaa450b |
This patch implements select() functionality on /dev/vtpm and fixes some |
2005-10-12 |
kaf24 |
7333:1fd8bd359118 |
Fix PAE overflow in xc_linux_build. |
2005-10-12 |
kaf24 |
7332:0fd84f168103 |
Error print on err path. |
2005-10-12 |
kaf24 |
7331:456b91c81427 |
The NAT scripts currently work, but the changes below decrease user |
2005-10-12 |
kaf24 |
7330:c05d5e85ded2 |
Hide the VMX cpu feature from unmodified Guests. |
2005-10-11 |
djm |
7329:74d56b7ff46c |
Merged |
2005-10-11 |
djm |
7328:333f722ed6d0 |
Fixes for correct itir handling in vcpu_translate (broke simulator) |
2005-10-09 |
djm |
7327:bb8120b53a96 |
Convert a few privops to existing hyperprivops in xenlinux |
2005-10-08 |
djm |
7326:eba5d2627b18 |
Still more updating ia64 to xen-unstable |
2005-10-08 |
djm |
7325:042714c06042 |
More updating ia64 to latest xen-unstable |
2005-10-08 |
djm |
7324:0ffa4369cbb3 |
Update ia64 to keep up with core changes |
2005-10-08 |
djm |
7323:4e0c94871be2 |
Merge |
2005-10-08 |
djm |
7322:0ba10f7fef51 |
Add support for fast mov_to_kr privops |
2005-10-07 |
djm |
7321:cbe6b4c4480f |
Reset hypercall_continuation flag (by Tristan Gingold) |
2005-10-07 |
djm |
7320:f81e637e7741 |
Fix incorrect re-enablement of interrupts (found by Tristan Gingold) |
2005-10-03 |
djm |
7319:98fb7e03a886 |
Some cleanup of reflection code |
2005-09-29 |
djm |
7318:c22741d000a5 |
Keep up with recent changes in xen-unstable |
2005-09-29 |
djm |
7317:61b3b357d827 |
Merge xen-unstable into xen-ia64-unstable |
2005-09-29 |
djm |
7316:93e27f7ca8a8 |
Merge |
2005-09-29 |
djm |
7315:c0ac925e8f1d |
Newer compilers don't allow strings to cross newlines? |
2005-09-29 |
djm |
7314:8463ce38eda3 |
Minor code restructure in vcpu_translate (prep for more later) |
2005-10-11 |
emellor |
7313:4e335372ace8 |
Merged. |
2005-10-11 |
emellor |
7312:713328270fb3 |
Bring out the common console-handling code from main.py and create.py. |
2005-10-11 |
emellor |
7311:c5553e06a8bc |
Added auxbin module, for handling auxillary binaries. |
2005-10-11 |
emellor |
7310:293f4417c089 |
Remove bang path. |
2005-10-11 |
emellor |
7309:903d88857972 |
Allow parallel 32- and 64-bit Xen installations. Move xc_save, xc_restore, |
2005-10-11 |
jrb44 |
7308:959d33fbd660 |
Added xsls to xenstore Makefile install dependencies to fix "make dist". |
2005-10-11 |
kaf24 |
7307:2d2414d6f938 |
Publish the virtual console interface in public/io/console.h. |
2005-10-11 |
kaf24 |
7306:46bd7564125d |
Xenstore client library spawns a reader thread the first |
2005-10-11 |
kaf24 |
7305:5cca372aec05 |
Echo request and transaction identifiers in xenstored |
2005-10-11 |
kaf24 |
7304:e43ffb31de48 |
Fix xenbus internal join() function to be concurrency safe |
2005-10-11 |
emellor |
7303:90f4f4dc3f62 |
Added missing global statement, to ensure that the logfilename variable is |
2005-10-11 |
emellor |
7302:1a4f8d6ddd19 |
Fix broken xm commands. |
2005-10-11 |
emellor |
7301:813bc65bde2a |
Added doccomment. |
2005-10-11 |
emellor |
7300:dfadbb90d092 |
Added xsls utility, which recursively lists the contents of the store. |
2005-10-11 |
kaf24 |
7299:4b93736d64f7 |
Fix 64-bit compile of pygrub. From Charles Duffy. |
2005-10-11 |
kaf24 |
7298:a9924f452b3a |
Fix the legacy %-build targets for dist installation of |
2005-10-11 |
emellor |
7297:e97436e48e56 |
Fix for "unsubscriptable object" error, courtesy of Kurt Garloff |
2005-10-10 |
kaf24 |
7296:5da7f98f91e7 |
Fix changeset banner for source tarballs. |
2005-10-10 |
kaf24 |
7295:60b0ac30ba18 |
Local repo version number in Xen boot log. |
2005-10-10 |
kaf24 |
7294:9afe86e6d9dd |
Kernel makefiles do not define $(LN). |
2005-10-10 |
emellor |
7293:0f33cbec4e36 |
This patch fixes an error in the xm create path when the |
2005-10-10 |
emellor |
7292:bea563754fe6 |
When a domain is introduced to xenstored, check whether this has already |
2005-10-10 |
emellor |
7291:7a48bfd1aba6 |
Mention -s option in usage. |
2005-10-10 |
emellor |
7290:3a341763d8b8 |
Fix completely broken xenstore_read function. |
2005-10-10 |
kaf24 |
7289:5134f3c512c8 |
Fix cancellation of pending watch events on watch unregistration. |
2005-10-10 |
kaf24 |
7288:03d69dbea152 |
Fire watch callbacks on their own workqueue. Mainly this is |
2005-10-10 |
emellor |
7287:f9bd8df8a098 |
Merged. |
2005-10-10 |
emellor |
7286:d6d1c3cbc151 |
Rewritten XendLogging to not be a singleton class, and not have methods used |
2005-10-10 |
kaf24 |
7285:015f8ae81276 |
xenstored now supports multiple concurrent transactions per |
2005-10-10 |
emellor |
7284:1ac39c7a0435 |
Merged. |
2005-10-10 |
emellor |
7283:0e7c48861e95 |
Added error logging to the block hotplug script, and support facilities for |
2005-10-10 |
kaf24 |
7282:b7dce4fe2488 |
No need to gate xenstored reading requests from a |
2005-10-09 |
kaf24 |
7281:b67873a9e3ac |
Simplify reply logic in xenstored. Maintain a linked list |
2005-10-09 |
kaf24 |
7280:f1e8d5f64105 |
Extend xenbus/xenstore client interface to include a transaction |
2005-10-09 |
smh22 |
7279:5df423407700 |
Added some clarifying comments regarding xenbus/xenstore kernel startup. |
2005-10-09 |
kaf24 |
7278:8016551fde98 |
Refactor xenbus to break up the xenbus_lock and permit watches |
2005-10-09 |
vh249 |
7277:ab93a9a46bd4 |
Don't increment mi->usage is alloc_major_info return NULL |
2005-10-09 |
smh22 |
7276:8f7ee9ab31ac |
Fix cpu hotplug issue with SMP guests (including save/restore). |
2005-10-09 |
emellor |
7275:fe4c1d44e899 |
Alter logging statements to move the interpolation inside the logging function, |
2005-10-09 |
emellor |
7274:bb113ea17659 |
Remove unnecessary extraction of ssidref from config inside restore -- this |
2005-10-09 |
emellor |
7273:32f9300618d6 |
/home/emellor/log2 |
2005-10-09 |
emellor |
7272:8e3ec9ab0075 |
Remove cruft. |
2005-10-09 |
emellor |
7271:59440a003278 |
Remove code seeding RNG from /dev/urandom. The random module's default RNG is |
2005-10-09 |
emellor |
7270:f15892b95965 |
Append a newline to error messages, so that they are parsed by XendCheckpoint.py |
2005-10-09 |
emellor |
7269:17f110647efa |
Change xenbus callbacks to match new signature of xenbus_watch. |
2005-10-08 |
kaf24 |
7268:2144de6eabcc |
Make libxenstore thread-safe. It also spawns an internal |
2005-10-08 |
kaf24 |
7267:e69413dca684 |
Fix locking in /dev/xen/evtchn ioctl. |
2005-10-08 |
kaf24 |
7266:801b2bd7ef2e |
Add one more parameter to __vmread_vcpu and clean some code. |
2005-10-08 |
kaf24 |
7265:a4df9003c54d |
Add a bzImage target for xen kernels for consistency with |
2005-10-08 |
kaf24 |
7264:32c3658d7391 |
Xen-friendly glibc selection: appropriate ld-linux can parse |
2005-10-07 |
kaf24 |
7263:f1abe953e401 |
Remove linux-2.4 sparse tree. |
2005-10-07 |
kaf24 |
7262:bf07490fab19 |
Some cleanup in TPM-related files and implementation of functionality that |
2005-10-07 |
kaf24 |
7261:18f765da2725 |
Re-enable the pygrub build and fix the build with older |
2005-10-07 |
kaf24 |
7260:1b4ad6eb6968 |
Move mmio operation structure from domain to vcpu. |
2005-10-07 |
kaf24 |
7259:62d815160f01 |
Rationalise xenstore header files a little. xenstored.h, |
2005-10-07 |
kaf24 |
7258:c45c3d6b1a60 |
Update kernel watch API to pass the array of watch arguments to the callback |
2005-10-07 |
kaf24 |
7257:402b5eb85905 |
Change xs_read_watch interface to return a sized array (in userspace and in |
2005-10-07 |
kaf24 |
7256:4b9c9b85b3a5 |
Clean up file vmx.c: |
2005-10-07 |
kaf24 |
7255:409cea2432fc |
Add installation of the udev rules if appropriate. With a normal 'make |
2005-10-07 |
emellor |
7254:e9e10e783ccd |
Merged. |
2005-10-07 |
emellor |
7253:b5c5360a61d0 |
Regig the construction of new domains so that restore and create can share the |
2005-10-07 |
kaf24 |
7252:99532f6b2ae3 |
Add udev rules that map similar to the hotplug agent. Based off of what |
2005-10-07 |
kaf24 |
7251:1b0dbfedc043 |
Move the block-phy and block-file handling into a common |
2005-10-07 |
kaf24 |
7250:e31e64e00ac3 |
The hotplug agent sets the path now, but that's not as practical to do |
2005-10-07 |
kaf24 |
7249:5eda9308b0ca |
Remove bind_evtchn_to_irq/unbind_evtchn_from_irq from the |
2005-10-07 |
kaf24 |
7248:2a3e10a132a2 |
The attached fixes a few things to make the blkfront and netfront |
2005-10-07 |
kaf24 |
7247:8b0958155380 |
merge. |
2005-10-07 |
kaf24 |
7246:306f6ec86ea8 |
This patch copies the NAT scripts in tools/examples/ to |
2005-10-07 |
emellor |
7245:f3c590641000 |
Merge. |
2005-10-07 |
emellor |
7244:a6420243710d |
Merge. |
2005-10-07 |
emellor |
7243:7079bb72ceca |
Rename the source domain on migration, regardless of the live flag. This fixes |
2005-10-07 |
kaf24 |
7242:ddb803b6308b |
Move construct_vmcs to arch_vmx_do_launch. |
2005-10-07 |
kaf24 |
7241:37bea65ed6ca |
Big simplification of the Xen event-channel interface. |
2005-10-07 |
emellor |
7240:48df3efaf61c |
Fix conflicting merge. |
2005-10-06 |
emellor |
7239:62190db89326 |
Merged. |
2005-10-06 |
emellor |
7238:f5320ac7ed31 |
Remove xm commands block-refresh and vbd-refresh, as these are unsupported. |
2005-10-06 |
kaf24 |
7237:76a7a7aa27e4 |
User tools send evtchn notifications via /dev/xen/evtchn |
2005-10-06 |
kaf24 |
7236:4083eb31def0 |
Change how event channels are allocated and used by the control |
2005-10-06 |
emellor |
7235:cd228621e1fd |
Added Zope's test.py, and a unit test to sxp. This test itself isn't very |
2005-10-06 |
emellor |
7234:bd37123974b2 |
Merged. |
2005-10-06 |
emellor |
7233:4ab4f023a6ce |
Allow shutdown code SHUTDOWN_HALT, which we handle here in exactly the same |
2005-10-06 |
emellor |
7232:0bc466c25560 |
Rename all dying domains to be prefixed with Zombie. This allows a new domain |
2005-10-06 |
emellor |
7231:1cfe0875658d |
Reduce the log level for the 'cannot recreate information for dying domain' |
2005-10-06 |
emellor |
7230:b0bc53c9d5b6 |
Issue diagnostic if we find dying domains on Xend restart, because we will not |
2005-10-06 |
emellor |
7229:971e7c7411b3 |
Raise an exception if an error appears on the pipes to our children, and make |
2005-10-06 |
kaf24 |
7228:ba0bbf9d29ff |
Ensure that all fields of evtchn_op_t are initialised when |
2005-10-05 |
vh249 |
7227:c344d6944d2f |
mixup in vcpu-enable and vcpu-disable help string |
2005-10-05 |
kaf24 |
7226:bde548fff7b4 |
Reformat the pfn_info structure to ensure that |
2005-10-05 |
kaf24 |
7225:21606b84b730 |
Activate suspending/resuming of the TPM interface and add |
2005-10-05 |
kaf24 |
7224:f98c8238e909 |
Gentoo compatible stuff has to be done *before* the set -e. You could also do |
2005-10-05 |
kaf24 |
7223:c3d9b7013b14 |
EVTCHNOP_alloc_unbound can allocate a port in an arbitrary |
2005-10-05 |
emellor |
7222:6f71824a45c1 |
Fix the handling of VCPUs, specifically wrt the broken VCPU hotplugging, bug |
2005-10-05 |
emellor |
7221:6e5463aec499 |
Change boolean config option parsing to allow True and Y and similar useful |
2005-10-05 |
kaf24 |
7220:a37a4abc1191 |
Fix save/restore -- too much work being done in |
2005-10-05 |
kaf24 |
7219:89b1b67fc2c4 |
Emulate guest reads of CR4, masking features that Xen |
2005-10-05 |
kaf24 |
7218:438f1b53682b |
Send event-channel notification from console daemon |
2005-10-05 |
kaf24 |
7217:072fb38810a6 |
Revert changes checked in by mistake in previous changeset. |
2005-10-05 |
kaf24 |
7216:8f8e42887f09 |
Clean up DESTDIR handling. Default install is to root |
2005-10-05 |
emellor |
7215:6bbfd6a98974 |
Merge (with trepidation). |
2005-10-05 |
emellor |
7214:b4800e204757 |
Recover from name uniqueness violation by renaming. Fixes bug #277. |
2005-10-05 |
kaf24 |
7213:e579bef0d237 |
Add Gentoo handling to network-bridge. Based on patches |
2005-10-05 |
kaf24 |
7212:e643fccb851b |
Handle the case where there are no spaces or parameters |
2005-10-05 |
kaf24 |
7211:8be702637183 |
Fix DOM0_PHYSINFO to return correct value for total |
2005-10-05 |
kaf24 |
7210:b4b12c9f1200 |
Currently, the scripts in /etc/xen/scripts won't get overwritten if they |
2005-10-05 |
kaf24 |
7209:e6ecfb4f4a24 |
The attached patch places an updated TPM driver into the sparse directory. |
2005-10-05 |
kaf24 |
7208:303d51d0d578 |
Restructure the makefiles used to drive builds of linux 2.6 kernels. |
2005-10-05 |
kaf24 |
7207:aad1d3e231ff |
Move setting of configuration variables to Config.mk. |
2005-10-05 |
emellor |
7206:c60036fe7418 |
Removed the EventServer, replacing the events fired with simple logging |
2005-10-05 |
emellor |
7205:33cd9a7a903b |
imported patch /home/emellor/block_detach.patch |
2005-10-05 |
emellor |
7204:22449386d38d |
Explicitly close files on save and restore. Rename all local variables named id or slice so as not to clash with the builtins. |
2005-10-04 |
emellor |
7203:2c9e66555ff4 |
Explicitly close files. |
2005-10-04 |
emellor |
7202:00037ba13f0b |
Clean up domains if creation/restoration fails. |
2005-10-04 |
emellor |
7201:db651da37899 |
Fix typo. |
2005-10-04 |
emellor |
7200:bc325488f47f |
Merge the child-process handling of the save and restore functions into one |
2005-10-04 |
emellor |
7199:84c585a99a7b |
Removed unused xen_domain method, and unused imports. Comment those methods |
2005-10-04 |
emellor |
7198:81246a2923d2 |
Fix call to state_set inside preserve (was erroneously calling set_state). |
2005-10-04 |
emellor |
7197:b4c388a004c0 |
Fix xm restore broken by missing return statement. |
2005-10-04 |
kaf24 |
7196:540d17fe32ce |
Clean up sched_op() hypercall interface. One particular |
2005-10-04 |
kaf24 |
7195:ec84b119e4ed |
Allow EVTCHNOP_bind_{ipi,virq} to specify the vcpu to |
2005-10-04 |
kaf24 |
7194:f13b4b730605 |
Rename VCPUOP_craete to VCPUOP_initialise. It is likely that |
2005-10-04 |
kaf24 |
7193:34d251183985 |
Fix tools to pull public header files from standard |
2005-10-04 |
jrb44 |
7192:e6303281ca6c |
Merge to restore reverted changes. |
2005-10-04 |
jrb44 |
7191:b27d526d4033 |
Throw away bogus merge. |
2005-10-04 |
jrb44 |
7190:abfc9808adb9 |
Merge. |
2005-10-04 |
emellor |
7189:4c4dbbda367e |
Catch xen.xend.XendProtocol.XendError as well as xen.xend.XendError.XendError. |
2005-10-04 |
emellor |
7188:5a3d5f9ef44e |
Merged. |
2005-10-04 |
emellor |
7187:f74f6df95ccd |
Merged. |
2005-10-04 |
emellor |
7186:07b7411e385f |
Merged. |
2005-10-04 |
emellor |
7185:3075c005e694 |
Merged. |
2005-10-04 |
emellor |
7184:ab729f38870a |
Merged. |
2005-10-04 |
emellor |
7183:ca6930f82682 |
Merged. |
2005-10-04 |
emellor |
7182:83452b6cdcdb |
Merged. |
2005-10-04 |
emellor |
7181:7b33b5e94cec |
Merged. |
2005-10-04 |
emellor |
7180:b7d11c9b6be4 |
Merged. |
2005-10-04 |
emellor |
7179:a746126c3bb1 |
Merged. |
2005-10-04 |
emellor |
7178:488f8aaa4022 |
Fix debugging statement that was referring to non-existent field. |
2005-10-04 |
emellor |
7177:6fda96e7f332 |
Added some DPRINTK statements, for debugging. |
2005-10-03 |
emellor |
7176:d79ab87e27b8 |
Cope with missing configuration information inside the configuration method. |
2005-10-03 |
emellor |
7175:fc97109eb28e |
Remove the reason code from the destroy action -- the reason is only of value |
2005-10-03 |
emellor |
7174:5db9a237f8ce |
Move the import for XendError, and use a bare import, not a from...import. |
2005-10-04 |
emellor |
7173:96cc6aa196b6 |
Merged. |
2005-10-04 |
emellor |
7172:9c6b39746b78 |
Fix localhost live migration. We were overvigorously wiping out the store |
2005-10-04 |
emellor |
7171:a6154af4fc43 |
Use the domain ID to refer to backends, not the UUID. This means that a new |
2005-10-04 |
kaf24 |
7170:549325dfa161 |
Export some more symbols. |
2005-10-04 |
emellor |
7169:625c75a223fe |
Cope with missing configuration information inside the configuration method. |
2005-10-04 |
emellor |
7168:7f42935cb4b0 |
Move the import for XendError, and use a bare import, not a from...import. |
2005-10-04 |
emellor |
7167:0e1838de9db8 |
Move XendDomainInfo.{create,recreate,parseConfig} to the top level of the |
2005-10-04 |
emellor |
7166:c70829a6edac |
Remove the reason code from the destroy action -- the reason is only of value |
2005-10-04 |
emellor |
7165:600f3d2b78d6 |
Remove the reason code from the destroy action -- the reason is only of value |
2005-10-04 |
emellor |
7164:e6e5f22d19f8 |
Remove the reason parameter from XendDomain.destroy -- it is useless. Accept |
2005-10-04 |
emellor |
7163:cc9988317416 |
Added method XendDomain.privilegedDomain and use that inside DevController to |
2005-10-03 |
jrb44 |
7162:716a0d177ffa |
Possible fix for the SEDF scheduler assertion problem. |
2005-10-03 |
kaf24 |
7161:85f92475b943 |
Create new vcpu_op() hypercall. Replaces old boot_vcpu() |
2005-10-03 |
kaf24 |
7160:dd87869f877c |
Allow adjustment of the size of TPM transfer buffers |
2005-10-03 |
kaf24 |
7159:a9dce0ffc901 |
x86/64 was using the plain i386 version of the microcode |
2005-10-03 |
kaf24 |
7158:bf6119a58655 |
Do not pickle vcpu state on save/restore. We can construct |
2005-10-03 |
kaf24 |
7157:f22fba673196 |
Dynamically allocate mmu_update array in |
2005-10-02 |
emellor |
7156:bb03b43404bb |
The stopgap in changeset 7152:a73ab0ddf990 was broken -- revert the change to |
2005-10-02 |
vh249 |
7155:5fbc42383481 |
remove useless ptep_establish_new function (called set_pte_at now) |
2005-10-02 |
emellor |
7154:d443f03f8be0 |
Merged. |
2005-10-02 |
emellor |
7153:70d5bfbf23d4 |
Move XendVnet from using DBMap etc to using xstransact. This is the last |
2005-10-02 |
emellor |
7152:a73ab0ddf990 |
Call refresh in the domain_lookup and domain_lookup_by_name methods. This |
2005-10-02 |
emellor |
7151:486f1c3e7805 |
Fix call to XendCheckpoint.restore, since that method no longer needs a |
2005-09-30 |
kaf24 |
7150:9d047fb99e38 |
Also send xenbus notifications using evtchn as handle. It's |
2005-09-30 |
kaf24 |
7149:78e1e94e4088 |
xencons must notify via evtchn. It can't use the irq as the |
2005-09-30 |
emellor |
7148:9918d8c3e116 |
Merge. |
2005-09-30 |
emellor |
7147:244f1aa98d30 |
Add the config file parsing for the on_{poweroff,reboot,crash} options, so that |
2005-09-30 |
emellor |
7146:468ad17f9970 |
Minor tidy. |
2005-09-30 |
kaf24 |
7145:71466686d026 |
Fix earlier merge with Ewan's xenstore changes. |
2005-09-30 |
emellor |
7144:fe401301929e |
Change rebooting specification so that we can have domains crash and stay |
2005-09-30 |
emellor |
7143:034ada135379 |
Update comment/variable names to reflect the fact that the backend paths now |
2005-09-30 |
emellor |
7142:4a2c162d3e7c |
Within the store, split the persistent information regarding a VM from the |
2005-09-30 |
emellor |
7141:a39510ad5c59 |
Added cache-control headers to pages returned by HTTP server so that pages |
2005-09-30 |
emellor |
7140:345e517bab57 |
Remove the bizarre arrangement whereby EventChannel inherits from dict. Move |
2005-09-30 |
emellor |
7139:41b1f86628a0 |
Merge. |
2005-09-30 |
emellor |
7138:82e8a1d7230f |
Added DevController.configuration and configurations methods. These parse the |
2005-09-30 |
kaf24 |
7137:b20219e27f92 |
Fix typos I introduced into tpmfront driver. |
2005-09-29 |
kaf24 |
7136:d88e98fd4f7a |
Fix compiler warnings when shadow debugging is enabled. |
2005-09-29 |
iap10 |
7135:7f732bba3ed4 |
Allow kernel built with privileged operation support (e.g. -xen/-xen0) to be used as a guest kernel on x86_64 |
2005-09-29 |
kaf24 |
7134:f529cd119470 |
More save/restore code in interrupts-enabled contest, where |
2005-09-29 |
kaf24 |
7133:1abbb6448b4a |
Remove unused debug code. |
2005-09-29 |
kaf24 |
7132:399436887a32 |
Move xenbus_suspend outside critical region with |
2005-09-29 |
kaf24 |
7131:3c1a91c309b8 |
Update GDB server documentation for crashed guests. |
2005-09-29 |
kaf24 |
7130:55722e822dec |
Avoid verbosity when connection xenbus -> xenstore. |
2005-09-29 |
iap10 |
7129:b9e5573785bb |
Don't define vectors for IPIs we don't use in Xen |
2005-09-29 |
kaf24 |
7128:65882bf339f6 |
Slight rejig avoids grant entry warning message on xm save. |
2005-09-29 |
vh249 |
7127:f633c3d0315b |
full devices expect to be able to read the partition table during xlvbd_add |
2005-09-29 |
kaf24 |
7126:8c23b56f3954 |
Define new notify_remote_via_irq() interface which is a |
2005-09-29 |
kaf24 |
7125:559ad1abb3d5 |
Change semantics of bind_evtchn_to_xxx and |
2005-09-29 |
kaf24 |
7124:805ee053e61f |
VIRQs and IPIs on VCPU#0 are automatically re-bound on save/restore. |
2005-09-29 |
kaf24 |
7123:c317e0aca9f1 |
Reindent more xenlinux files. Remove defunct header file. |
2005-09-29 |
kaf24 |
7122:e04b0805febb |
Set guest selectors to be null if it's not valid when switch to |
2005-09-28 |
kaf24 |
7121:f069a06e650f |
Fix fixed-point long multiplication used in time delta |
2005-09-28 |
kaf24 |
7120:5e5ae8340956 |
merge |
2005-09-26 |
djm |
7119:4e1031ce3bc2 |
Choose LINUX_ARCH based on XEN_TARGET_ARCH, not ARCH |
2005-09-26 |
djm |
7118:ef9591d03fdd |
Merge latest xen-unstable into xen-ia64-unstable |
2005-09-23 |
djm |
7117:eaedc6b4ec0f |
Doh! Cut-paste error of file copy in mkbuildtree-pre breaks build |
2005-09-23 |
djm |
7116:450b1224a6ac |
Remove drivers/acpi/motherboard.c from sparse tree to match |
2005-09-23 |
djm |
7115:60928c906666 |
More getting xenlinux/ia64 to build with drivers from -sparse |
2005-09-23 |
djm |
7114:109a27c1c004 |
Another step towards building xenlinux/ia64 from -sparse |
2005-09-22 |
djm |
7113:7ddfb9a44972 |
|