age |
author |
revision |
description |
2006-10-05 |
Tim Deegan |
11712:646a120334ef |
[VMX] Remove vcpu->arch.hvm_vmx.cpu_state |
2006-10-05 |
kfraser |
11711:9dabb06c66f5 |
[XEN] Fix memtype accessor domctls. |
2006-10-05 |
kfraser |
11710:609b10b17bf0 |
[XEN] Change microcode_update function interface inside Xen. |
2006-10-05 |
kfraser |
11709:eee52c100996 |
[XEN] Remove unused MULTICALL_arg6, and unnecessary use of STR() macro. |
2006-10-05 |
kfraser |
11708:56fe7bbcbeaf |
Make sure that if one of the intermediate steps fails, a subsequent |
2006-10-05 |
kfraser |
11707:efb8b20004b7 |
[XM] Fix 'xm help' when called on a command-name prefix. |
2006-10-05 |
kfraser |
11706:bf0deb09facd |
[XEND] Fix pygrub when run server-side on a domain with blktap disks. |
2006-10-05 |
kfraser |
11705:b3cba293e61a |
[NET] front: Fix size of grant_rx_ref[]. It should use the RX ring |
2006-10-05 |
Christian Limpach |
11704:a95dfbc8dca8 |
[HVM/vncserver] Implement a 'vnclisten' option to limit the interface |
2006-10-05 |
Ian Campbell |
11703:8959876abbe3 |
[NET] front: Include linux/moduleparam.h since we use module_param_* |
2006-10-05 |
kaf24 |
11702:2e58022889a5 |
[MBOOTPACK] Fix building mbootpack on x86/64. |
2006-10-05 |
jchesterfield |
11701:a72fdb6a19a1 |
[BLKTAP] Blktapctrl: Add asynchronous watch on dom0 name entry for blktapctrl on startup. This patch cleans up the synchronisation issues between blktapctrl and xend at initialisation if the Dom0 entries have not yet been populated. |
2006-10-05 |
Ian Campbell |
11700:ad926cc0a50e |
[NET] front: If the kernel does not include GSO then look for TSO. |
2006-10-05 |
Ian Campbell |
11699:55e53c556f9f |
[NET] front: Invert the test for a kernel with GSO support. |
2006-10-05 |
kaf24 |
11698:0dc4ae151be2 |
[LIBXC] Fix ptrace memory-mapping code to map pagetables read-only. |
2006-10-04 |
kfraser |
11697:a5a3f48e92c9 |
Remove redundant '&' before array name in __RING_SIZE macro. |
2006-10-04 |
kfraser |
11696:2dd375ce153d |
[LINUX] Don't bother to write a 5-bit value to a 2-bit field. |
2006-10-04 |
kfraser |
11695:224b80785d02 |
[NET] back: Disable packet queuing when a client has no receive buffers. |
2006-10-04 |
kaf24 |
11694:6a8ae4c34abe |
[IOEMU] When vncunused is specified, allocate a port from 5900 |
2006-10-04 |
kaf24 |
11693:ddc56007bf3f |
[XEND] If 'vncused' is set, it won't specify an explicit display num to QEMU. |
2006-10-04 |
kaf24 |
11692:7a7e8cf9a4f9 |
[HVMLOADER] Fix SMBIOS table code. One of the string lengths is incorrectly computed. |
2006-10-04 |
kaf24 |
11691:74855cdc4a1d |
[XEN] Never crash machine on int3 traps. |
2006-10-03 |
kfraser |
11690:38f9bd7a4ce6 |
[NET] Make MAX_SKBUFF_ORDER page-size independent. |
2006-10-03 |
kfraser |
11689:6df04adab323 |
[IA64] Fix implicit declaration of initialize_keytable(). |
2006-10-03 |
Alastair Tse |
11688:432bf17b3b09 |
[XM] Fix rmlabel filename assignment |
2006-10-03 |
Alastair Tse |
11687:51fa58f0583b |
[XM] Fix missing security check in block-attach |
2006-10-02 |
kfraser |
11686:f426f6e646eb |
[HVMLOADER] Clean up SMBIOS table-length computations. |
2006-10-02 |
kfraser |
11685:0d796dced5f7 |
[NET] front: Allow copying receive path to be selected by user at |
2006-10-02 |
Steven Smith |
11684:96a77ef725b8 |
[XEN][HVM] Fix a bug which could lead to the guest locking up if it |
2006-09-30 |
kaf24 |
11683:02311d8aba86 |
[HVM][TOOLS] Improve warnign message when trying to create |
2006-09-30 |
kaf24 |
11682:82983c636549 |
[HVM] Mov to/from CR8 must be gated on whether VLAPIC device is created. |
2006-09-30 |
kaf24 |
11681:96a6649fa691 |
[HVM] Add RDMSR/WRMSR instruction emulation to VMXAssist decoder |
2006-09-30 |
kaf24 |
11680:2d155d41fe46 |
[HVM] Add sub instruction support to HVM MMIO decoder. |
2006-09-30 |
kaf24 |
11679:a949bd6ceb85 |
[HVM][SVM] Do not delay ExtInt event injection if RFLAGS.IF==0. |
2006-09-29 |
kfraser |
11678:9977b8785570 |
[NET] back: Loopback must copy foreign mappings. |
2006-09-29 |
Steven Smith |
11677:593b5623a0d2 |
Merge. |
2006-09-29 |
Steven Smith |
11676:ef8df1e5884f |
[XEN][HVM] Arrange that we only consider sending a PV-on-HVM event channel |
2006-09-29 |
kfraser |
11675:2835083c9c91 |
[BLKTAP] Find major number by searching sysfs |
2006-09-29 |
Steven Smith |
11674:509ff527c59d |
Merge. |
2006-09-29 |
Steven Smith |
11673:c620b16d4063 |
[XEN][HVM] Make sure that the interrupt which event channel events come in |
2006-09-29 |
kfraser |
11672:7e79259c2c17 |
[LINUX] Make evtchn device use a dynamic minor number. |
2006-09-29 |
Tim Deegan |
11671:477a0084ff47 |
[XEN] Recompute shadows of PAE PSE l2es when needed. |
2006-09-29 |
kfraser |
11670:792fb641ea7b |
[HVM][SVM] Obtaining instruction address needs to mask to 32 bits |
2006-09-29 |
Alastair Tse |
11669:e229687561cf |
[TOOLS] Fix xendomains init.d script DOG PIG confusion. |
2006-09-29 |
kfraser |
11668:9eb80d41c724 |
[HVM] Disable VMX/SVM on auxiliary processors when shutting down an SMP system. |
2006-09-29 |
kfraser |
11667:bcd0e18f7881 |
[HVM][VMX] Clear vmxe when VMX is not enabled. |
2006-09-29 |
kfraser |
11666:be78be7009c5 |
[PYGRUB] Enable showing the cursor in pygrub when it's relevant to do so. |
2006-09-29 |
kfraser |
11665:dea06c7fd19d |
[HVM][SVM] 64-bit Windows HVM guests require MCE/MCA CPUID bits to be present. |
2006-09-29 |
kfraser |
11664:0c29e0d1c67b |
[BLKTAP] Remove unnecessary TLB flush from blktap driver. |
2006-09-29 |
kfraser |
11663:16759bdbd6c2 |
[BLKTAP] Remove unnecessary timeout from tapdisk select() call. |
2006-09-29 |
kfraser |
11662:80388aea02a1 |
Remove dead pdb code from tools directory. |
2006-09-29 |
kfraser |
11661:e5cdebf9d8ef |
[VMXASSIST] Fix data32/addr32 instruction decode issue. |
2006-09-29 |
kfraser |
11660:058f4a2a8642 |
[HVM] Clean up hvm_copy interface to be more like copy_to/from_user. |
2006-09-29 |
kfraser |
11659:412fc1c1bd7a |
[HVM][VMX] Fix data copying in transition to/from vmxassist. |
2006-09-29 |
kfraser |
11658:6d5d5b883dfc |
[NET] back: Reset netfilter context in loopback receive path. |
2006-09-29 |
kfraser |
11657:52bb01f36c8b |
[BLK] front: Flush workqueues with no locks held. Operation can sleep. |
2006-09-29 |
kfraser |
11656:dc017943eea2 |
[XENBUS] Don't perform normal state-machine transitions and |
2006-09-28 |
Andrew Warfield |
11655:d90be316e5f5 |
[BLKTAP] have udev create the device for blktap |
2006-09-28 |
Andrew Warfield |
11654:500043f8ccff |
[BLKTAP] have blktap use a dynamic major |
2006-09-28 |
Andrew Warfield |
11653:3b7e11cbeb94 |
[BLKTAP][XEND] Fix blktap to work with a bootloader |
2006-09-28 |
Andrew Warfield |
11652:5f5e3b4c6fba |
[BLKTAP] Fix SMP debugging assert failures in blktap |
2006-09-28 |
Andrew Warfield |
11651:460f2c954cca |
[BLKTAP] clean up blktap and remove private structure |
2006-09-28 |
Andrew Warfield |
11650:f9929b7e009e |
[BLKTAP] Fix blktap oops on domain shutdown |
2006-09-28 |
Tim Deegan |
11649:b6ee084892da |
[XEN] Support lightweight shadow-translate PV guests, for paravirt-ops. |
2006-09-28 |
Tim Deegan |
11648:5f42b4824e45 |
[XEN] Fix interaction between tlbflush timestamp and shadow flags |
2006-09-28 |
kfraser |
11647:14111cab38fd |
[NET] back: 4 loopbacks by default for dom0 (previously was 8). |
2006-09-28 |
kfraser |
11646:34452b288046 |
[XEN] Remove weak-extern definitions from symbols.c. |
2006-09-28 |
kfraser |
11645:8cffe84d8f51 |
[NET] back: Create 0 loopbacks by default for non-domain-0. |
2006-09-28 |
atse |
11644:3dea280880e2 |
[XM] Report proper ACMError(s) instead of silently exiting. |
2006-09-28 |
atse |
11643:98c369711006 |
[XM] Remove traceback printing from load/makepolicy.py. |
2006-09-28 |
atse |
11642:98ba161961b5 |
[XM] Fix stray quotes in usage message in getlabel.py |
2006-09-28 |
atse |
11641:0de76117acb6 |
[XM] Fix error reporting for resources.py, remove duplicate try block. |
2006-09-28 |
atse |
11640:911b7c6d03ea |
[XM] Removed traceback printing for non ACMError exceptions |
2006-09-28 |
atse |
11639:e57815fcc352 |
[XM] Set proper return code for exceptions in xm, catch ACMError. |
2006-09-28 |
kfraser |
11638:c40ea583941c |
[XEN] Fix i386 hypercall code to always create shadow |
2006-09-28 |
kfraser |
11637:88418d7f22f2 |
[HVM] Avoid mis-optimisation of the SVM/VMX exit handlers |
2006-09-28 |
atse |
11636:e759cc598822 |
There's a typo in create.py, which affects PV bootloaders (such as |
2006-09-27 |
kfraser |
11635:1d0e75523636 |
[VMXASSIST] Cast to pointer type via long to avoid compile |
2006-09-27 |
Steven Smith |
11634:5c522692edd1 |
[HVM] qemu should wait 10ms, rather than 100ms, between running its timers. |
2006-09-27 |
kfraser |
11633:000aa9510e55 |
[XM-TEST] Remove the test for /dev/tpm0, which may be a prerequisite to start |
2006-09-27 |
kfraser |
11632:d78b31dd07e8 |
[XEN] gdbstub return value is used to determine whether or not |
2006-09-27 |
kfraser |
11631:ed8f53f81e6e |
[XM] Fix 'xm uptime' command. |
2006-09-27 |
kfraser |
11630:755bc9aa69fb |
[XM] Fix domain reported by 'xm sched-sedf'. |
2006-09-27 |
kfraser |
11629:d863fedb4398 |
[XM] Fix 'xm rmlabel' command. |
2006-09-27 |
kfraser |
11628:79a4a00c4e15 |
[XM] Reenable the '-h' option, disabled in changeset:11572. |
2006-09-27 |
kfraser |
11627:7c5ea4f50bd9 |
[HVM] Fix stupid printf formatting error that breaks x86/64 build. |
2006-09-27 |
kfraser |
11626:5ab400346b13 |
[HVM] Fix MSR read/write and add extra info when |
2006-09-27 |
kfraser |
11625:8905ffc1a3c8 |
[XEN] Fix x86_emulate and hvm-mmio-insn-len decoders |
2006-09-26 |
Steven Smith |
11624:bd811e94d293 |
[HVM][VNC] Fix typo. |
2006-09-26 |
Steven Smith |
11623:a1154318cd80 |
[HVM][VNC] Work around a bug in the newest version of xvncviewer which |
2006-09-26 |
Steven Smith |
11622:ca3abb3804f4 |
[HVM][VNC] Make sure that qemu doesn't go into an infinite loop when |
2006-09-26 |
Steven Smith |
11621:7fca81d456b2 |
[HVM] Make qemu_advance_timer do something sensible with timers which |
2006-09-26 |
kfraser |
11620:ef41783c664a |
[HVM] Fix HLT with interrupts disabled. Only take down |
2006-09-26 |
Emmanuel Ackaouy |
11619:184884cfaa0b |
Adds support for the keyword 'all' to the vcpu-pin operation. |
2006-09-26 |
kaf24 |
11618:bdf3bddc97e7 |
[VMXASSIST] Small fix to virt-to-phys translation. |
2006-09-26 |
kaf24 |
11617:b042bf974f3a |
Remove static forward declaration in gdbstub code. |
2006-09-25 |
kfraser |
11616:7de1715d185e |
[VMXASSIST] Fix virt-to-phys translation routine. |
2006-09-25 |
kfraser |
11615:0f9908c2c5c7 |
[XEN] Simplify VMCS allocation (never bigger than a page). |
2006-09-25 |
kfraser |
11614:f5fd563bcc84 |
[XEN] Small clean up. |
2006-09-25 |
Steven Smith |
11613:1d3f52eb256e |
[HVM] Rate limit guest accesses to the qemu virtual serial port. This stops |
2006-09-25 |
Emmanuel Ackaouy |
11612:b7b653e36d20 |
Make dom0_vcpus_pin a platform independant option. |
2006-09-25 |
kfraser |
11611:f052ccc0cc26 |
[XEN] Fix 11607 to avoid bignum aritmetic in assembly file. |
2006-09-25 |
kfraser |
11610:e0db5a3a2ef6 |
[HVM] Use AMD's isntruction-length decoder for VMX as well as SVM |
2006-09-25 |
kfraser |
11609:807fbfb0a0dc |
Consolidate the preferable use of a pragma with the feature detection |
2006-09-25 |
kfraser |
11608:ab2817b9547b |
[XEN] Limit size of Xen heap to 2GB. |
2006-09-25 |
kfraser |
11607:83b53eeb8a5c |
[XEN] Use symbolic constants to determine segment limits. |
2006-09-25 |
Steven Smith |
11606:4b6284d2c11c |
Merge. |
2006-09-25 |
Steven Smith |
11605:9e24cd7951ea |
[XEN][HVM] Initialise the ELCR to level triggered mode from pic_init1. |
2006-09-25 |
kfraser |
11604:fd13d7150dd6 |
[TOOLS] Wait for backend devices to set up before resuming execution |
2006-09-24 |
kaf24 |
11603:c81eb1ccdce5 |
[XEN] Support unconnected IRQ lines in pirq_acktype(). |
2006-09-24 |
kaf24 |
11602:d17e0ffe47e8 |
[XEN] Add local-APIC-edge to list of PIC types supported by pirq_acktype() |
2006-09-23 |
kfraser |
11601:ba7487569374 |
[QEMU] A better build fix for qemu-dm. |
2006-09-23 |
kfraser |
11600:c4f3f719d997 |
Ensure CONFIG_SND_FM801_TEA575X is unconfigured on all arches. |
2006-09-23 |
kfraser |
11599:e4a496c2b2d1 |
Fix tools build with latest glibc, which has an |
2006-09-23 |
kfraser |
11598:19b126974c1f |
Use GDB 'O' packets for console output if the serial line is shared |
2006-09-23 |
kfraser |
11597:828c0c89d830 |
Move initialize_keytable declaration to keyhandler.h |
2006-09-23 |
kfraser |
11596:f983ed5e9098 |
Clean up and enhance "make tags" |
2006-09-23 |
kfraser |
11595:decde35c6abf |
[HVM] Fix timer interrupt underflow bug. |
2006-09-23 |
kfraser |
11594:6d7bba6443ef |
Update vnet kernel module to handle architectures without |
2006-09-23 |
kfraser |
11593:d913017a5c66 |
[MINIOS] Added a new file arc/x86/setup.c and moved some x86 specific |
2006-09-23 |
kfraser |
11592:5c58df8c7885 |
[QEMU] Fix build on some distros (e.g., FC6T3). |
2006-09-23 |
atse |
11591:dfbadf4696fd |
[XM] Fix argument parsing for dump-core subcommand |
2006-09-23 |
kaf24 |
11590:047669f57e5c |
[HVM] A few cleanups to i8259.c -- in particular change |
2006-09-22 |
Steven Smith |
11589:fb2751668a4d |
[HVM][VNC] Make sure that the vnc viewer gets the right resolution when it |
2006-09-22 |
Steven Smith |
11588:bdace8da6319 |
Merge. |
2006-09-22 |
Steven Smith |
11587:cdd03c7ec8d3 |
Merge. |
2006-09-22 |
Steven Smith |
11586:08a582a98471 |
[XEN][HVM] Initialise the ELCR so that all interrupts are in level triggered |
2006-09-22 |
atse |
11585:3499b3271e5f |
[XM][ACM] Add try,catch back to main() for dry-run |
2006-09-22 |
atse |
11584:92bfc59726a4 |
[XM] Move 'xm sysrq' into main.py |
2006-09-22 |
atse |
11583:e6388ec26a97 |
[XEND] Do not attempt core dump to directories. |
2006-09-22 |
atse |
11582:332bdaab35fa |
[XEND] Remove hard tabs from destroyDevice() |
2006-09-22 |
atse |
11581:1db4e40b4d83 |
[XEND] Check for invalid memory sizes. |
2006-09-22 |
atse |
11580:a49f9c33aa93 |
[XM] Text wrapping fix, xm create --help_config fix. |
2006-09-22 |
Steven Hand |
11579:d4b99e615af2 |
Add mmio emulation of opcodes 0x3A and 0x85 for SMP W2K3 installation. |
2006-09-22 |
Steven Hand |
11578:a2549eb49482 |
Revert default debug on cset 11576:4a3d9fa6ba24. |
2006-09-22 |
kfraser |
11577:1ca87f35ee4e |
merge |
2006-09-22 |
kfraser |
11576:4a3d9fa6ba24 |
merge |
2006-09-22 |
kfraser |
11575:840453c5dd9a |
[XEN][ Remove unused declarations. |
2006-09-22 |
Steven Hand |
11574:0e9055d69f12 |
This patch fixes an error booting 32bit vista on VMX. |
2006-09-22 |
Steven Hand |
11573:3236311a23a5 |
Fix vmxassist to boot Vista. |
2006-09-22 |
atse |
11572:ad22c711ccb7 |
[XM] Error handling cleanup |
2006-09-22 |
kfraser |
11571:a753630a6456 |
[HVM][VMX] Clean up and audit VMX uses of instruction-length |
2006-09-22 |
Steven Smith |
11570:140dff9d90dc |
[HVM][VNC] Fix bug in the VNC copyrect implementation which crept in |
2006-09-21 |
kfraser |
11569:6e3223a69461 |
[XEN] Do not emulate user-mode updates to page tables. |
2006-09-21 |
Christian Limpach |
11568:8c29bf7ede67 |
Merge? |
2006-09-21 |
Christian Limpach |
11567:043f8799e68e |
[qemu patches] Refresh. |
2006-09-21 |
Christian Limpach |
11566:7706696ff532 |
[qemu patches] Update patches for changeset 11562:449dcaff2551. |
2006-09-21 |
Christian Limpach |
11565:317e8516d464 |
[qemu patches] Update patches for changeset 11561:c742b2ae920c. |
2006-09-21 |
Christian Limpach |
11564:ebb1982c03a1 |
[qemu patches] Update patches for changeset 11554:39aaa54756db. |
2006-09-21 |
kfraser |
11563:8860eba3dcad |
[XEN] Fix domctl for changing VCPU affinity. |
2006-09-21 |
Steven Smith |
11562:449dcaff2551 |
[HVM][VNC] Add a backoff feature to the vnc server, so that if it detects |
2006-09-21 |
Steven Smith |
11561:c742b2ae920c |
[HVM] Reduce VNC overhead, by (a) only scanning framebuffer when a client |
2006-09-21 |
Tim Deegan |
11560:5bc0e9a50687 |
Merge |
2006-09-21 |
Tim Deegan |
11559:7c5d1c379438 |
[XEND] Don't prepend '/dev/' to any absolute path. |
2006-09-21 |
Tim Deegan |
11558:7894224d264b |
[XEND] split command-line arguments to the bootloader script properly. |
2006-09-21 |
Tim Deegan |
11557:16e4a5a7cfd7 |
Pygrub: add /var/lib/xen to the install tree. |
2006-09-21 |
Tim Deegan |
11556:587735fb18ab |
Pygrub: stop the FS identification code from leaking open fds. |
2006-09-21 |
Emmanuel Ackaouy |
11555:3b7c45e3bf94 |
This patch adds value checking of sched-credit xm options. |
2006-09-21 |
Christian Limpach |
11554:39aaa54756db |
[tools] Increases some of the timeouts |
2006-09-21 |
Christian Limpach |
11553:93135bbb5344 |
[qemu patches] Refresh qemu-pci patch without -p3. |
2006-09-21 |
Christian Limpach |
11552:4fab9c477f62 |
[qemu patches] Update patches for changeset 11551:f872300b672f. |
2006-09-21 |
Steven Smith |
11551:f872300b672f |
[HVM] Use the right, PCI SIG assigned, vendor ID for xensource rather than |
2006-09-21 |
kfraser |
11550:69e52712fbc4 |
[XEN] Shadow mode no longer obtains page type references. |
2006-09-21 |
kfraser |
11549:e50872355390 |
[LINUX] Update pci-mmconfig patch to refer to machine_e820 map on Xen. |
2006-09-21 |
kfraser |
11548:1adaf06e8abc |
[LINUX] Provide permanent global version of machine_e820 map for |
2006-09-20 |
kfraser |
11547:affbab70fca2 |
[XEN] Move mark_dirty() from alloc_page_type() to get_page_type(), |
2006-09-20 |
Emmanuel Ackaouy |
11546:6d83c86ebfe9 |
merge |
2006-09-20 |
Emmanuel Ackaouy |
11545:70fe022d3589 |
fix -xen x86_32 linux build |
2006-09-20 |
kfraser |
11544:c3b4b9dc23ac |
[XEN] Trivial simplification. |
2006-09-20 |
kfraser |
11543:3e39cc16dd41 |
[XEN] Clean up mark_dirty() usage in mm.c some more. |
2006-09-20 |
Steven Hand |
11542:596b0e4fbef4 |
Simplify + fix previous cset (remove_all_shadows() is indeed required :-) |
2006-09-20 |
Steven Hand |
11541:a151311fa9c7 |
Ensure page-table pin changes are noted in shadow log-dirty mode. |
2006-09-20 |
kfraser |
11540:9837ff37e354 |
[LINUX] Backport PCI MMCONFIG patch from 2.6.17 -- only use MMCONFIG |
2006-09-20 |
kfraser |
11539:9deecd4f9cf9 |
[XEN] Fix arg clobber test for debug version of hypercall code. |
2006-09-20 |
kfraser |
11538:f90ac959db92 |
[XEN][X86_64] Remove hardcoded addresses in x86/64 boot assembly. |
2006-09-19 |
kfraser |
11537:f07cf18343f1 |
[XEN] Upgrade some platform files to Linux 2.6.17.13. |
2006-09-19 |
Christian Limpach |
11536:041be3f6b38e |
[linux patches] Update patches for linux-2.6.16.29. |
2006-09-19 |
Christian Limpach |
11535:c5d4d47bbeb8 |
[linux] Update to linux-2.6.16.29. |
2006-09-19 |
kfraser |
11534:38765166ad7a |
[XEN] Fix the emulation of instructions in vm86 mode. It fetches |
2006-09-19 |
kfraser |
11533:e5d29225a8d1 |
[XENMON] Add argument check of "--ms_per_sample" option. |
2006-09-19 |
kfraser |
11532:33955ca54ec1 |
[HVM][SVM] Add cr8 intercept to/from code for SVM. |
2006-09-19 |
kfraser |
11531:7c6aaa106f15 |
[HVM][SVM] This patch cleans up the SVM CPUID logic a bit, adds proper clearing |
2006-09-19 |
kfraser |
11530:7877e25e2b23 |
[HVM] getmemlist hypercall returns pages in strict |
2006-09-19 |
kfraser |
11529:6374af16a8a3 |
[XEN][X86_64] USe GLOBAL bit to build user mappings. |
2006-09-19 |
kfraser |
11528:9061e1246906 |
Merge with xenppc-unstable-merge.hg |
2006-09-18 |
Hollis Blanchard |
11527:0bdd578c417f |
[POWERPC] merge with xen-unstable.hg |
2006-09-18 |
Jimi Xenidis |
11526:ce9c34c049c5 |
[POWERPC][XEN] Track the Hard CPUID as configured by the FW |
2006-09-18 |
Jimi Xenidis |
11525:a3762039dc23 |
[POWERPC][XEN] Fix definition of SCOMC register |
2006-09-15 |
Jimi Xenidis |
11524:fd79d6295111 |
[POWERPC][XEN] Add newlines on multiline output and dump SLB on SLB errors |
2006-09-15 |
Jimi Xenidis |
11523:6486bc1937a4 |
[POWERPC][XEN] Sync console around program exceptions |
2006-09-14 |
Jimi Xenidis |
11522:1fae74cd3963 |
[POWERPC][XEN] Fix infinite loop caused by hdec storm |
2006-09-14 |
Jimi Xenidis |
11521:33266be3c635 |
[POWERPC][XEN] Clean up init_frame_table() |
2006-09-18 |
hollisb |
11520:2b8660a8a9bc |
[XEN][POWERPC] Whitespace. |
2006-09-14 |
Hollis Blanchard |
11519:e99a195f2112 |
[XEN][POWERPC] Fix build break. |
2006-09-14 |
Jimi Xenidis |
11518:96f4d3e1bc98 |
[POWERPC][XEN] add ofd_strstr() that checks all strings from an OF property |
2006-09-14 |
Jimi Xenidis |
11517:8ca32cdc9841 |
[POWERPC][XEN] break out the ppc970.c functionality |
2006-09-14 |
Jimi Xenidis |
11516:a17aa5e65209 |
[POWERPC][XEN] Better explane the larx/stcx issue with interrupts |
2006-09-14 |
Jimi Xenidis |
11515:0cdac06f1a9d |
[POWERPC][XEN] Safety with foreign get_page() calls and RMA |
2006-09-14 |
Jimi Xenidis |
11514:9bf0fc041e14 |
[POWERPC][XEN] Inline clear_page() and use DCBZ to optimize |
2006-09-14 |
Jimi Xenidis |
11513:3ee3376a5eb3 |
[POWERPC][XEN] Define all cache information globaly |
2006-09-13 |
Jimi Xenidis |
11512:7b350fc692d5 |
[POWERPC][XEN] Track pages correctly |
2006-09-12 |
Hollis Blanchard |
11511:990bd509a5f5 |
[XEN][POWERPC] Split dom0_ops.c into domctl.c and sysctl.c. |
2006-09-12 |
Jimi Xenidis |
11510:2ba5452795d2 |
[POWERPC][XEN] Handle foreign page mappings correctly |
2006-09-12 |
Jimi Xenidis |
11509:2e6c10dc7c0b |
[POWERPC][XEN] make sure put_domain() is called in case of allocate_rma() failuer |
2006-09-12 |
Jimi Xenidis |
11508:13e406c85c8b |
[POWERPC][XEN] if crash_debug=n then at least dump a backtrace. |
2006-09-12 |
Jimi Xenidis |
11507:3b045a00e703 |
[POWERPC][XEN] Detect bad spurious interrupt condition and panic instead of hang |
2006-09-08 |
Hollis Blanchard |
11506:3bd92176890c |
[XEN][POWERPC] fix timebase race in SMP init |
2006-09-08 |
Hollis Blanchard |
11505:88fb77ac4f09 |
[XEN][POWERPC] Fix allocation error for xencomm "mini" descriptors. |
2006-09-08 |
Hollis Blanchard |
11504:fcc0efacc17a |
[XEN][POWERPC] Fix machine check build break. |
2006-09-18 |
hollisb |
11503:38d6cf70e8f2 |
[LIBXC][POWERPC] Add missing xc_memory.c |
2006-09-07 |
Hollis Blanchard |
11502:a22a7797e0ba |
[LIBXC][POWERPC] Update to latest flatdevtree snapshot. |
2006-09-07 |
Jimi Xenidis |
11501:2ebf55e419c9 |
[POWERPC][XEN] Track HID4[RM_CI] state for machine check |
2006-09-07 |
Jimi Xenidis |
11500:e7c55ba4de2e |
[POWERPC][XEN] Include io.h so we can match the globals defined here. |
2006-09-07 |
Jimi Xenidis |
11499:e20a469dabb4 |
[POWERPC][XEN] Synchronize Timebase on all CPUs |
2006-09-07 |
Jimi Xenidis |
11498:464acece0dad |
[POWERPC][XEN] Clear SLB entries on boot and other cleanups |
2006-09-07 |
Jimi Xenidis |
11497:22e01a4864b0 |
[POWERPC][XEN] Machine Check Processing |
2006-09-07 |
Jimi Xenidis |
11496:a817acb39386 |
[POWERPC][XEN] More Robust Memory Checking |
2006-09-05 |
Jimi Xenidis |
11495:ccdaa3ea71a7 |
[POWERPC][XEN] move setting of MSR[RI] till after SRR0/1 |
2006-09-01 |
Jimi Xenidis |
11494:94aa7e921ccd |
[POWERPC][XEN] Make many of the timbase routine static inline |
2006-09-01 |
Jimi Xenidis |
11493:18b3cbb04dc3 |
[POWERPC][XEN] make sure Dom0.VCPU0 is pinned to the booting CPU |
2006-09-01 |
Jimi Xenidis |
11492:0e02ac68b01b |
[POWERPC][XEN] move idle_loop and add a "power save" hook |
2006-09-01 |
Jimi Xenidis |
11491:62196a0f3791 |
[POWERPC][XEN] remove dead preemption code |
2006-09-01 |
Jimi Xenidis |
11490:b82a8107cae6 |
[POWERPC][XEN] Adjust DEC correctly |
2006-09-01 |
Jimi Xenidis |
11489:ae7a722b7241 |
[POWERPC][XEN] Erratum: Must clear larx/stcx reservation on exception |
2006-08-31 |
Jimi Xenidis |
11488:f9cff9148068 |
[POWERPC][XEN] Make MPIC sharing between Xen and Dom0 optional |
2006-09-18 |
hollisb |
11487:4fdf5151b187 |
[POWERPC] merge with xen-unstable.hg |
2006-09-18 |
kfraser |
11486:d8bceca5f07d |
Clean up dom0_vga_console_info structure for v3.0.3. |
2006-09-18 |
kfraser |
11485:ef3a08ab559f |
Revert 11475:11645dda144c3c8365dd2a6a64cb5a7d7da01170 |
2006-09-18 |
kfraser |
11484:dc9fa4dcd19c |
[XEN] Remove backpointer info from page type info. No longer used. |
2006-09-15 |
Ewan Mellor |
11483:d59d6a440a41 |
Revert change to vtpm_utils related to skipping the test when the tpm is not |
2006-09-15 |
jchesterfield |
11482:fe5c178cdf2e |
Adding max block device timeout of 30 secs for live migrate. |
2006-09-15 |
kaf24 |
11481:6ca1a8ebfdf4 |
[XEN] Scheduler pings only CPUs in a VCPU's affinity mask to balance load. |
2006-09-15 |
kaf24 |
11480:fc8ae086f706 |
[MINIOS] Fix to use new event-channel API properly. |
2006-09-15 |
kaf24 |
11479:e26948616552 |
[HVM] Remove a useless header file include in hvm.c |
2006-09-15 |
kaf24 |
11478:3f57453d404c |
Small fix for xenoprof. |
2006-09-15 |
kaf24 |
11477:e87e5d216c0b |
[XEN] Fix array ngative accesses in figlet tool. |
2006-09-14 |
kaf24 |
11476:65b33e64b642 |
[XEN] Do not steal work from idle CPUs. This can happen |
2006-09-14 |
root |
11475:11645dda144c |
In this patch, the xc_domain_dumpcore_via_callback() in xc_core.c of |
2006-09-14 |
root |
11474:30c659b655f1 |
This patch add localtime to dumpcore filename. |
2006-09-14 |
root |
11473:0008fca70351 |
xm dump command add on |
2006-09-14 |
Ewan Mellor |
11472:97f3368d1dd3 |
Remove the '-instance' parameter from the qemu device model. Since this parameter |
2006-09-14 |
Ewan Mellor |
11471:4bac02935c87 |
When redirecting the output of the echo command using '>' on bash, the |
2006-09-14 |
Ewan Mellor |
11470:2b8dc69744e3 |
This patch adds syntax checking for "xm block-attach" command. |
2006-09-14 |
Ewan Mellor |
11469:25ece14b6234 |
Show the usage message if invalid arguments are given to xm sysrq. |
2006-09-13 |
kaf24 |
11468:3e31c5e160cf |
[HVM] Fix an error when read from APIC registers like IRR, ISR and TMR. |
2006-09-13 |
kaf24 |
11467:885c1513c674 |
[GDBSERVER] make gdbbuild exit on error |
2006-09-13 |
kaf24 |
11466:6160da08a238 |
[XEN] Use C locale in bootup message. |
2006-09-13 |
kaf24 |
11465:8c0cf4d3c412 |
[XEN] Allow direct reads of port 0x61 by any guest. |
2006-09-13 |
kaf24 |
11464:3bff5c5b9206 |
Fix unmodified drivers for PV-on-HVM on IA64. |
2006-09-13 |
kaf24 |
11463:7474bb5e2923 |
[XEN][X86_64] Allocate multiple L2 page directories for |
2006-09-13 |
kaf24 |
11462:29bc328cd8d3 |
Better PIC code production: Using #pragma GCC visibility, *all* |
2006-09-13 |
kaf24 |
11461:21dc71840bc0 |
[HVM] Add broadcast destination for physical destination mode in |
2006-09-13 |
kaf24 |
11460:1ece34466781 |
Add new operation XENOPROF_get_buffer in xenoprof hypercall. Also |
2006-09-13 |
kaf24 |
11459:98fcd017c5f3 |
[CONSOLED] Shouldn't call domain_create_ring() for a domU which is shutting down. |
2006-09-13 |
kaf24 |
11458:b7f763a8a7ef |
[TOOLS] Enhance Python version check for v2.5. |
2006-09-13 |
kaf24 |
11457:1d7c72e53d3d |
[XEN] Define -fvisibility=hidden in CFLAGS to reduce -fpic cost |
2006-09-12 |
awilliam |
11456:3e4fa8b5b245 |
merge with xen-unstable.hg |
2006-09-12 |
awilliam |
11455:73cdbd909a8d |
[IA64] swiotlb clash fix |
2006-09-12 |
awilliam |
11454:b55bbf6d4e89 |
[IA64] machvec cleanups |
2006-09-12 |
awilliam |
11453:019b7c756ddb |
[IA64] Add xen boot option "dom0_vcpus_pin" |
2006-09-10 |
awilliam |
11452:a1988768828d |
[IA64][XEND] Fix getRequiredShadowMemory parameters |
2006-09-10 |
awilliam |
11451:3bed37b2c599 |
merge with xen-unstable.hg |
2006-09-10 |
awilliam |
11450:5791030e6473 |
[IA64] Add VTI related perfc |
2006-09-10 |
awilliam |
11449:d4e85f8453ba |
[IA64] Cleanup for PV-on-HVM for IPF |
2006-09-04 |
awilliam |
11448:685bf9b75eb1 |
[IA64] Bug fix: do not crash if no FPSWA. |
2006-09-04 |
awilliam |
11447:9fed76231248 |
[IA64] hwclock support |
2006-09-01 |
awilliam |
11446:1bab7d65171b |
merge with xen-unstable.hg |
2006-09-01 |
awilliam |
11445:4ba098226429 |
[IA64] change arch_memory_op #def to a prototype |
2006-09-01 |
awilliam |
11444:2f3db1a38b11 |
[IA64] update buildconfigs |
2006-09-01 |
awilliam |
11443:af50fb41612c |
[IA64] Expand memory_op for PV-on-HVM on IPF |
2006-09-12 |
atse |
11442:7d4def53936c |
[XEND] Return an Internal Server Error via the Xend HTTP server. |
2006-09-12 |
Steven Hand |
11441:956e9aaf88c9 |
This patch fixes return codes for the acm-related Xen management scripts |
2006-09-11 |
kaf24 |
11440:bfd00b317815 |
[XEN] Revert changeset 11438. Needs fixing for PAE. |
2006-09-09 |
Ian Campbell |
11439:6f36370e373a |
[LINUX] Move .bss declaration after .data.* in x86_64 linker script. |
2006-09-08 |
kfraser |
11438:965df40965e5 |
[XEN] Remove backpointer info from page type info. No longer used. |
2006-09-08 |
kfraser |
11437:7acaba46e15e |
Build fix. |
2006-09-08 |
kfraser |
11436:126bef38ce05 |
[LINUX] console: ensure virtual console is disabled if mfn/evtchn |
2006-09-08 |
kaf24 |
11435:655281bca306 |
[HVM] pv drivers: Allocate hypercall area as an executable region. |
2006-09-08 |
Tim Deegan |
11434:8013b84df1ac |
[XEND] balloon enough memory to enable shadow mode before live migration.a |
2006-09-06 |
ssmith |
11433:1de184deaa9c |
[XEN] gnttab: Initialise maptrack->flags |
2006-09-06 |
jchesterfield |
11432:780409e8f0ba |
[BLKTAP] Fix in xend to properly destroy blktap devices when deviceClass=='tap' |
2006-09-05 |
kfraser |
11431:383bc7c7b19e |
[XEN] gnttab: Read domid/flags atomically. |
2006-09-05 |
kfraser |
11430:698eb277331c |
[XEN] Fix bitops inline asm to specify that memory is clobbered. |
2006-09-05 |
kfraser |
11429:66dd34f2f439 |
[XEN] Clean up grant-table pinning logic. |
2006-09-05 |
Ewan Mellor |
11428:4fc1688d9a16 |
Fix xm create -F. This can't be very widely used, because it looks like it's |
2006-09-05 |
Ewan Mellor |
11427:f7368ad7c795 |
Added vmunused flag to unit test results to match recent change. |
2006-09-05 |
Ewan Mellor |
11426:e58bf6e0572e |
Add missing import. |
2006-09-05 |
Ewan Mellor |
11425:cd0396953d1a |
This patch adds the argument check of "--ms_per_sample=" option. For |
2006-09-05 |
Ewan Mellor |
11424:ae46cac48659 |
This patch improves error message of xm console command. |
2006-09-05 |
Ewan Mellor |
11423:e76c6d838a44 |
This patch intends for updating "man xm" about xm info description. |
2006-09-05 |
Ewan Mellor |
11422:0419253c81de |
Fix inverted sense of getRequiredAvailableMemory and |
2006-09-05 |
jchesterfield |
11421:323a89a3c01c |
[blktap] Fix block device getsize bug in qcow when backing_filename is a block device. |
2006-09-05 |
ssmith |
11420:45746c770018 |
Merge. |
2006-09-05 |
ssmith |
11419:3f568dd6bda6 |
[XEN] Add more checking when reusing an active grant reference. |
2006-09-05 |
ssmith |
11418:ba39c2da5e84 |
Fix up cset 11228. |
2006-09-05 |
Ewan Mellor |
11417:65a41e3206ac |
Fix the memory reservation calculations. Introduce a new architecture-specific |
2006-09-05 |
Ewan Mellor |
11416:536c25a9654d |
The attached patch prevents a domain with an attached vTPM from doing |
2006-09-05 |
Andrew Warfield |
11415:2d8d6ce64454 |
Fix spellcheck-avoiding typo: s/not/now. |
2006-09-04 |
Andrew Warfield |
11414:3d36f020e62a |
Update user manual to use blktap for file-based VBDs. |
2006-09-04 |
ssmith |
11413:b219ea61a357 |
Add support for netif frontends which don't support checksum offload. |
2006-09-02 |
Tim Deegan |
11412:5fa9b746d24f |
[XEN] Fix mapping of p2m into monitor tables for external-mode guests. |
2006-09-01 |
Andrew Warfield |
11411:470666ea973d |
Tapdisk cleanup. |
2006-09-01 |
kaf24 |
11410:3e6325b73474 |
[LINUX] xenoprof: use alloc_vm_area instead of get_vm_area. The former |
2006-09-01 |
Steven Hand |
11409:329ad7bbc7ec |
More hvm common-code cleanups. |
2006-09-01 |
Steven Hand |
11408:c682ae7a1722 |
Fix typo. |
2006-09-01 |
Steven Hand |
11407:6a974a3f32a4 |
Fix build w/ perfc after cset 11394:96a4379be74a |
2006-09-01 |
kaf24 |
11406:765b7e23d979 |
[XEN] Improve Xen information in register dumps. |
2006-09-01 |
kaf24 |
11405:37a42856e8d9 |
[XEN] Include CR2 and CR4 in register dumps. |
2006-09-01 |
kaf24 |
11404:90d3ca978b40 |
[XENBUS] Make frontend drivers shutdown cleanly. |
2006-09-01 |
kaf24 |
11403:98a81d2ccf4c |
[XENBUS] Introduce new "online" node for backend drivers. |
2006-09-01 |
kaf24 |
11402:e036feb6a4ff |
Add xenbus_strstate() helper function for more readable debug output. |
2006-08-31 |
kaf24 |
11401:e83368c8d5e2 |
[HVM] Add a mmio decode for 0F BA /4 for HVM guest. |
2006-08-31 |
kaf24 |
11400:37e5dfad8425 |
[HVM][VMX] Add CR8 virtualization. Needed for x86/64 Windows boot. |
2006-08-31 |
kaf24 |
11399:0da01d6f7017 |
[HVM][VMX] Report MCE/MCA features in CPUID. |
2006-08-31 |
kaf24 |
11398:c5c567fdad11 |
[HVM][SVM] Remove redundant do_softirq in the VMEXIT_INTR handler. |
2006-08-31 |
kaf24 |
11397:358eacd440f1 |
[XEN] Clean up BASE_DISALLOW_MASK and fix for x86/64. |
2006-08-31 |
kaf24 |
11396:9b2c574a9afc |
[XEN] Use vcpu_info pointer in vcpu structure. |
2006-08-31 |
kaf24 |
11395:63e3321fb16a |
[XEN] Remove unused IS_INVALID_M2P_ENTRY macro. |
2006-08-31 |
kaf24 |
11394:96a4379be74a |
[XEN] interfaces: Remove explicit alignment/padding from domctl/sysctl hypercalls. |
2006-08-31 |
kaf24 |
11393:fd6c2b5e041f |
[TOOLS] xenctrl.h defines __XEN_TOOLS__ if it's not already. |
2006-08-31 |
kaf24 |
11392:6f41473da163 |
[LINUX] Remove vm_map_xen_pages(), clean up __direct_remap_page_range. |
2006-08-31 |
tdeegan |
11391:2017f6e92bf8 |
[XEN] Fix shadow linear-mapping recopy code for SMP PAE HVM on 64bit Xen. |
2006-08-31 |
Anil Madhavapeddy |
11390:1c3455182cee |
[MINIOS] Declare a __XEN_INTERFACE_VERSION__ to fix the build |
2006-08-31 |
kaf24 |
11389:11626efd003c |
[LINUX] /proc/iomem should not be initialised from pseudophysical e820 map. |
2006-08-30 |
kaf24 |
11388:50aea0ec406b |
Merge with xenppc-unstable-merge.hg. |
2006-08-30 |
Hollis Blanchard |
11387:e01441c9a607 |
[POWERPC] merge with xen-unstable.hg |
2006-08-29 |
Hollis Blanchard |
11386:18ce855ff594 |
[XEN][POWERPC] catch up with xen-unstable changes |
2006-08-29 |
Jimi Xenidis |
11385:030a041bbe90 |
[XEN][POWERPC] cleanup for (;;); |
2006-08-28 |
Jimi Xenidis |
11384:3e144748d36f |
[XEN][POWERPC] do not set d->tot_pages, but check it. |
2006-08-28 |
Jimi Xenidis |
11383:91fd23533210 |
[XEN][POWERPC] correct HTAB allocation typo |
2006-08-27 |
Jimi Xenidis |
11382:e07281779b88 |
[XEN][POWERPC] allocate HTAB using shadow calls |
2006-08-27 |
Jimi Xenidis |
11381:bc349d862a5d |
[XEN][POWERPC] Allocate more memory than RMA for Dom0 |
2006-08-25 |
Hollis Blanchard |
11380:6bd1a39dbfc8 |
[XEN][POWERPC] split out an allocate_rma() function from arch_domain_create() |
2006-08-25 |
Hollis Blanchard |
11379:215d5eae720c |
[XEN][POWERPC] restructure RMA code to allow dom0 tools to allocate in the future |
2006-08-25 |
Jimi Xenidis |
11378:43ec7afa5734 |
[XEN][POWERPC] Lots of domain page managment cleanups. |
2006-08-25 |
Jimi Xenidis |
11377:7825169895d0 |
[XEN][POWERPC] Implement H_READ from the PAPR |
2006-08-24 |
Jimi Xenidis |
11376:0caf1a74fecd |
[POWERPC] detect how to call nm for xen-syms.S |
2006-08-23 |
Jimi Xenidis |
11375:3a195d95c615 |
[XEN][POWERPC] show symbols in backtrace |
2006-08-23 |
Jimi Xenidis |
11374:20c988c92bee |
[XEN][POWERPC] add show_backtrace() |
2006-08-22 |
Jimi Xenidis |
11373:980ff1125446 |
[XEN][POWERPC] Find all of memory and feed all the heaps |
2006-08-22 |
Jimi Xenidis |
11372:a8c7ece9cccb |
[XEN][POWERPC] Explain the RMA values a little more |
2006-08-22 |
Jimi Xenidis |
11371:05b2b8b61cca |
[POWERPC] Take all secondary processors offline after they are enumerated |
2006-08-22 |
Jimi Xenidis |
11370:1ef82dd7f66b |
[POWERPC] Enable SMP, smp_processor_id, for_each_cpu, nosmp, maxcpus=X |
2006-08-21 |
Jimi Xenidis |
11369:8cc27cb8516b |
[XEN][POWERPC] more -Wshadow issues with gcc4 |
2006-08-21 |
Jimi Xenidis |
11368:3425e338b849 |
[POWERPC] copyright |
2006-08-21 |
Jimi Xenidis |
11367:43c383265de4 |
[POWERPC] missing shadow skeleton |
2006-08-20 |
Jimi Xenidis |
11366:883e3dc47926 |
[XEN][POWERPC] Xen shadow ops, mostly skeleton code |
2006-08-29 |
Hollis Blanchard |
11365:75b4982b82fe |
[XEN][POWERPC] implement gnttab_mark_dirty() |
2006-08-20 |
Jimi Xenidis |
11364:caba587e6656 |
[POWERPC] fix bad merge |
2006-08-20 |
Jimi Xenidis |
11363:5c2501d81ee1 |
[XEN][POWERPC] remove .data.* catch-all from linker script |
2006-08-29 |
Hollis Blanchard |
11362:1bbb88b5dfeb |
[POWERPC][TOOLS] sync with start_info_t changes |
2006-08-18 |
Jimi Xenidis |
11361:512078953bbb |
[XEN][POWERPC] Boot Module freeing |
2006-08-18 |
Jimi Xenidis |
11360:3f87db7cac89 |
[XEN][POWERPC] Enable gcc -Wshadow and fix the warnings |
2006-08-17 |
Jimi Xenidis |
11359:639eb7e6446e |
[XEN][POWERPC] workaround for broken claim is insufficient |
2006-08-17 |
Jimi Xenidis |
11358:47078e89e663 |
[XEN][POWERPC] find_space returns garbage |
2006-08-29 |
Hollis Blanchard |
11357:9b3b420ec064 |
[XEN][POWERPC] memory clean up (phase 3) |
2006-08-17 |
Jimi Xenidis |
11356:af7c87d42bc6 |
[XEN][POWERPC] Fix PHDR issues with large .data.percpu sections |
2006-08-30 |
kaf24 |
11355:74db626d2fcf |
Merge with xen-ia64-unstable.hg |
2006-08-29 |
awilliam |
11354:586c5fe8cf3e |
[IA64] revert xen-ia64-unstable.hg cset 11301:a19dbbe4cff5 |
2006-08-29 |
awilliam |
11353:003fdc4f0a7c |
[IA64] revert xen-ia64-unstable.hg 11271:c232365128cf |
2006-08-29 |
awilliam |
11352:5ad72f9e639c |
merge with xen-unstable.hg |
2006-08-29 |
awilliam |
11351:e317ad162eba |
[IA64] init the hlt timer on a valid cpu and migrate |
2006-08-28 |
awilliam |
11350:684fdcfb251a |
merge with xen-unstable.hg |
2006-08-28 |
awilliam |
11349:896fcdd49c7f |
[IA64] Modify sparse headers for PV-on-HVM/IPF |
2006-08-28 |
awilliam |
11348:6bf652c677c8 |
[IA64] separate hypercalls, acpi and EFI tables |
2006-08-28 |
awilliam |
11347:f74c9368f6ff |
[IA64] fix noreboot option |
2006-08-28 |
awilliam |
11346:8c4c5e1bf58a |
[IA64] print command line of xen |
2006-08-28 |
awilliam |
11345:26ba157bef06 |
[IA64] fix warnings |
2006-08-28 |
awilliam |
11344:647d3208704a |
[IA64] fix VTi hangs |
2006-08-28 |
awilliam |
11343:5586fd904efa |
[IA64] Remove warning message in fw_emul.c |
2006-08-28 |
awilliam |
11342:1317833f657b |
[IA64] Fix comment of vmx_hypercall.c |
2006-08-28 |
awilliam |
11341:a19dbbe4cff5 |
[IA64] Modify destroy code for PV-on-HVM on IPF |
2006-08-27 |
awilliam |
11340:40f6fdb68fa9 |
[IA64] Fixes for dom0_ops changes |
2006-08-27 |
awilliam |
11339:c4ea8d4d2ae1 |
merge with xen-unstable.hg |
2006-08-25 |
awilliam |
11338:3e0685ecfe64 |
[IA64] replace lost EFI_RESERVED_TYPE dom0 passthrough |
2006-08-25 |
awilliam |
11337:d188c51ea883 |
[IA64] dom_fw.c cleaned up. |
2006-08-25 |
awilliam |
11336:c232365128cf |
[IA64] Expand hvm_op hypercall for PV-on-HVM/IPF |
2006-08-24 |
awilliam |
11335:0ae5ba4585c9 |
[IA64] Avoid compile-time warnings. |
2006-08-24 |
awilliam |
11334:1612675ca4cf |
[IA64] All vcpus can sync interrupts from qemu |
2006-08-24 |
awilliam |
11333:65042393b3e9 |
[IA64] pal_halt_light emulatefor domU |
2006-08-24 |
awilliam |
11332:c1261ca0d321 |
[IA64] Clean up: change asm constraints and remove _hypercall_imm* |
2006-08-24 |
awilliam |
11331:261b95f114a2 |
[IA64] VTLB optimization: Reuse invalid entry |
2006-08-23 |
awilliam |
11330:3e54734e55f3 |
[IA64] Remove extraneous verbose output to clean up Fedora boot. |
2006-08-23 |
awilliam |
11329:3fdc31e91384 |
[IA64] Modify xc_ia64_hvm_build for using the new Xen event channels |
2006-08-23 |
awilliam |
11328:66c27919578f |
[IA64] catch up `new Xen event channels' |
2006-08-23 |
awilliam |
11327:36b76e551456 |
[IA64] PV-to-HVM prep for maddr.h |
2006-08-23 |
awilliam |
11326:7aaab04fd22e |
[IA64] DOM0_SHADOW_CONTROL_OP_GET/SET_ALLOCATION stubs |
2006-08-23 |
awilliam |
11325:ac41222866e9 |
[IA64] update xc_shadow_control call with new parameters |
2006-08-23 |
awilliam |
11324:56ec2377b32e |
[IA64] replace gnttab_log_dirty with gnttab_mark_dirty |
2006-08-23 |
awilliam |
11323:5264cc30d711 |
[IA64] split parts of page.h into maddr.h |
2006-08-23 |
awilliam |
11322:8293018c1a24 |
[IA64] only setup extra vga console support on dom0 |
2006-08-23 |
awilliam |
11321:79afceca9065 |
merge with xen-unstable.hg |
2006-08-22 |
awilliam |
11320:91169603a8e8 |
[IA64] Remove PIN processing for Domain-0 vcpu0 |
2006-08-22 |
awilliam |
11319:36ebe6270252 |
[IA64] Add stubs to Linux/IPF for the new hvm_op hypercall. |
2006-08-22 |
awilliam |
11318:909c0cdda57f |
[IA64] Add support for sending event channel interrupts to VT-i guest |
2006-08-22 |
awilliam |
11317:37b25baa3a75 |
[IA64] HMVOP_get_param return parameter value |
2006-08-18 |
awilliam |
11316:d42e9a6f5378 |
[IA64] makes some includes explicit |
2006-08-18 |
awilliam |
11315:493bb0265c12 |
[IA64] perfc compile error patch |
2006-08-18 |
awilliam |
11314:ed22e77a1399 |
[IA64] reformatting hyperprivop.S for 80-column readability |
2006-08-16 |
awilliam |
11313:8c6bb45901e7 |
[IA64] handle ld.s on guest tr mapped page (VTI) |
2006-08-16 |
awilliam |
11312:5becaaabd335 |
[IA64] efibootmgr support |
2006-08-16 |
awilliam |
11311:45cd04201495 |
[IA64] resolve VTI address wrap issue |
2006-08-16 |
awilliam |
11310:e6eede7648ee |
[IA64] enable credit schedule on VTI-domain |
2006-08-16 |
awilliam |
11309:29ef650eb22a |
[IA64] fix non-CONFIG_XEN sparse tree build |
2006-08-16 |
awilliam |
11308:92c62a897c82 |
[IA64] xenasm.S 80-column reformatting |
2006-08-14 |
awilliam |
11307:bef360142b62 |
[IA64] copy_from/to_guest |
2006-08-14 |
awilliam |
11306:9da2cd61822e |
[IA64] reformatting cleanup for xen.lds.S |
2006-08-14 |
awilliam |
11305:6fec75ff8acf |
[IA64] 80-column reformatting for flushd.S |
2006-08-14 |
awilliam |
11304:741fd616f5dc |
[IA64] cleanup |
2006-08-14 |
awilliam |
11303:fa584e5d17b6 |
[IA64] initial cleanup of ivt.S |
2006-08-14 |
awilliam |
11302:7c79d49033c6 |
[IA64] convert stats to perfc, get rid of unsafe hypercall |
2006-08-14 |
awilliam |
11301:50837fb04807 |
[IA64] vti bugs fix |
2006-08-14 |
awilliam |
11300:9105cc8a738c |
[IA64] update xmexample.vti |
2006-08-30 |
kaf24 |
11299:8a0ad47713f1 |
[NET] front: move register_netdev() + sysfs attribute registering from create_netdev() into the new open_netdev() function. |
2006-08-30 |
kaf24 |
11298:d741e86a8766 |
[XEN] Add a start_pfn field in xen_domctl_getmemlist. |
2006-08-30 |
kaf24 |
11297:13e09ec65862 |
Revert powerpc build break after dom0_ops split. |
2006-08-30 |
kaf24 |
11296:45f6ee334fcc |
[XEN] Reserve hypercall number for kexec operations. |
2006-08-30 |
kaf24 |
11295:926d7b131689 |
[XEN] physdev: Check for negative irqs in alloc_irq_vector. |
2006-08-30 |
kaf24 |
11294:dc883b5e906e |
[LINUX][X86_64] P2M map must be allocated on page aligned boundary. |
2006-08-30 |
kaf24 |
11293:a202eef97aa0 |
[TOOLS] Fix gdbserver build. |
2006-08-30 |
Steven Hand |
11292:a39ad4c78850 |
Fix fix :-) |
2006-08-30 |
Steven Hand |
11291:2d2f3b824fc3 |
Fix hard tabs. |
2006-08-30 |
jchesterfield |
11290:550821cdee0a |
Block IO safety patch for live migration. Xend checks that VBDs are destroyed before unpausing the domain. |
2006-08-30 |
Ewan Mellor |
11289:dc773bf49664 |
Further shadow_mem_control fixes -- we need to balloon the amount of memory |
2006-08-30 |
Ewan Mellor |
11288:a47951e59cbf |
Shadow memory should be in MiB, not KiB. It also needs rounding up to be safe. |
2006-08-30 |
Ewan Mellor |
11287:f66bae594691 |
Fix reboot and reconfigure of HVM guests when they are configured with an |
2006-08-30 |
Ewan Mellor |
11286:5acf10969b1d |
Added an entry to arch._types for x86_64. |
2006-08-29 |
Andrew Warfield |
11285:8135621eeb7b |
Fix typo. |
2006-08-29 |
Andrew Warfield |
11284:90fb2c4d33a5 |
merge |
2006-08-29 |
akw |
11283:7299065fac68 |
Small blktap cleanups. |
2006-08-29 |
Ewan Mellor |
11282:24258e322e88 |
[XEND] abstract architecture-specific bits in image.py |
2006-08-29 |
Ewan Mellor |
11281:051dc0911547 |
This patch fixed 'xm reboot' to work as you expected with the wait |
2006-08-29 |
Ewan Mellor |
11280:b4e9f12df619 |
Improve xm migrate error message by printing usage instead of "Invalid |
2006-08-29 |
akw |
11279:7bfd8efb4fa7 |
Reduce AIO context allocations in blktap. |
2006-08-29 |
Ian Campbell |
11278:8273f730371b |
Fix definition of LINUX_VER so that doesn't pickup LINUX_VER3 |
2006-08-29 |
tdeegan |
11277:a926e72e0491 |
Merge |
2006-08-29 |
tdeegan |
11276:9956c3a3bd84 |
[XEN] Off-by one error in range checks translating gfns to mfns |
2006-08-28 |
tdeegan |
11275:2097de87c920 |
[HVM] Don't assume that VMENTER causes a TLB flush, when validating |
2006-08-28 |
Christian Limpach |
11274:20bb80e54f21 |
[qemu patches] Update patches for changeset 11273:a1cff03ac7d7. |
2006-08-28 |
Christian Limpach |
11273:a1cff03ac7d7 |
[qemu] Fix PCI config header space writes and set Subsystem-Vendor ID fields. |
2006-08-28 |
Steven Hand |
11272:7210b62802be |
Fix hypervisor build with performance counters after -unstable |
2006-08-28 |
Steven Hand |
11271:78a25a7eac1f |
Fix shadow mode 32/PAE linux writable heuristic and add 64-bit version. |
2006-08-28 |
Steven Hand |
11270:28824bd2701c |
Fix PAE-mode HVM guests with the new shadow code. |
2006-08-28 |
Christian Limpach |
11269:f790546ecfda |
[qemu patches] Update patches for changeset 11268:350a73222a51. |
2006-08-28 |
Christian Limpach |
11268:350a73222a51 |
[qemu] Add target-i386-dm and hw *.[ch] files to TAGS. |
2006-08-28 |
kaf24 |
11267:68a1b61ecd28 |
Fix Intel copyright notice in a single source file. |
2006-08-28 |
kaf24 |
11266:3798ec84431d |
[XEND] Move all of the various log files created by xen to |
2006-08-28 |
kaf24 |
11265:028862ea9c9d |
[HVM] [SMBIOS] Duplicate UUID into serial number in SMBIOS tables. |
2006-08-28 |
kaf24 |
11264:c61b8296b39a |
The following patch fixes a bug where xenconsoled will can SEGV |
2006-08-28 |
kaf24 |
11263:439fa5d6c5ce |
[TOOLS] Remove Gentoo-specific workaround in networking |
2006-08-28 |
kaf24 |
11262:0cecfb11b76b |
[TOOLS] Clean up routed vifs quietly on domain destruction. |
2006-08-28 |
kaf24 |
11261:b61b7478b324 |
[HVM][SVM] Allow SVM to take advantage of flag_dr_dirty. |
2006-08-28 |
kaf24 |
11260:fab84f9c0ce6 |
[XEN] Rename shadow2 to shadow and move the various source |
2006-08-27 |
Alex Williamson |
11259:5b9ff5e8653a |
[PATCH] fix null pointer dereference in xen_guest_lookup() |
2006-08-25 |
kaf24 |
11258:1a3b883614b7 |
[XEN] Fix silly transposition typo in previous changeset. |
2006-08-25 |
kfraser |
11257:86d26e6ec89b |
Replace dom0_ops hypercall with three new hypercalls: |
2006-08-25 |
Ian Campbell |
11256:9091331dfb35 |
[TOOLS] Use ELFSIZE to pick the ELF structures to use in readnotes.c |
2006-08-25 |
Ian Campbell |
11255:23a0a408edb9 |
merge |
2006-08-24 |
Ian Campbell |
11254:f85a81f7e3fb |
[POWERPC] Remove references to xen_guest_string from ppc dom0 builder. |
2006-08-24 |
kfraser |
11253:12daa88262c5 |
[LINUX] Remove hypercall permission checks from privcmd driver. |
2006-08-24 |
kfraser |
11252:54a905c6c84d |
[HVM] Fixes to the ACPI table definition. |
2006-08-24 |
Steven Hand |
11251:d5eb5205ff35 |
Remove redundant performance counters. |
2006-08-24 |
Steven Hand |
11250:ba3061912d3d |
Ensure get_dom_domid() terminates even when /local/domain/<foo>/name is |
2006-08-24 |
kfraser |
11249:1ff4cc298bec |
[XEN] Fix shadow2 issues with HVM guests. |
2006-08-23 |
Ewan Mellor |
11248:58a3a7849216 |
This small patch adds back a closing paranthesis that has gone lost. It |
2006-08-23 |
Ewan Mellor |
11247:45ce6a654a41 |
The various tools expect the device node to be /dev/xen/evtchn -- this |
2006-08-23 |
Ian Campbell |
11246:551495fa7b3e |
merge |
2006-08-23 |
Ian Campbell |
11245:2eb8efcc70d1 |
[XEN] Restore backwards compatibility by supporting __xen_guest |
2006-08-23 |
Ian Campbell |
11244:cc006f78cbe2 |
[TOOLS] Cleanups to domU ELF loader. |
2006-08-23 |
kfraser |
11243:51a98a6c2c05 |
[XEN] Fix the x86 emulator to safely fail when it turns out the |
2006-08-23 |
Steven Hand |
11242:d389123fad85 |
Don't emulate faulting writes to stack. May fix a number of recent hvm |
2006-08-23 |
kfraser |
11241:26b673aeff8b |
Remove all traces of the obsolete BVT scheduler. |
2006-08-23 |
kfraser |
11240:61eea55dce65 |
[TOOLS] Remove the 'cpuperf' misc tool. Xenoprof is the |
2006-08-23 |
Ian Campbell |
11239:58b5141c8309 |
[TOOLS] Add a simple tool to display the Xen specific ELF notes. |
2006-08-23 |
Ian Campbell |
11238:faadbf5ba8d6 |
[XEN/LINUX] Define Xen ELF notes in kernel header and update dom0 builder. |
2006-08-23 |
Ian Campbell |
11237:d57b174adfd6 |
[TOOLS] Allow tools to load kernels which use an ELF notes segment. |
2006-08-23 |
Ian Campbell |
11236:7ca72a1c4182 |
[XEN] Define the types to be used with Xen in the ELF notes section. |
2006-08-23 |
Ian Campbell |
11235:62b7b5f3029f |
[LINUX] Define ELFNOTE as a preprocessor macro rather than an assembler macro |
2006-08-23 |
kfraser |
11234:0bb18319b8a0 |
[XEN] Fix pirq_guest_unbind(). Remove unnecessary code |
2006-08-22 |
Ian Campbell |
11233:af704c33a9a4 |
merge |
2006-08-22 |
Ian Campbell |
11232:6aeec897da36 |
[XEN] Remove some accidentally commited debug code |
2006-08-22 |
kfraser |
11231:0ea9a824c16c |
[SHADOW] Clean up the DOM0_SHADOW_OP interface. |
2006-08-22 |
Ian Campbell |
11230:92066b3fcd86 |
merge |
2006-08-22 |
Ian Campbell |
11229:708b915caf78 |
[XEN] Revert changes to dom0 domain builder made by cset 11226. |
2006-08-22 |
kfraser |
11228:2b78726766d1 |
[HVM] Clean ups for PV-on-HVM drivers. In particular, platform-pci |
2006-08-22 |
Ian Campbell |
11227:bb8d13705aac |
[LINUX] Update x86/64 ELF note patch to version accepted upstream. |
2006-08-22 |
kfraser |
11226:fc5736e0a2eb |
[x86_64] Guests no longer set _PAGE_USER on kernel mappings. |
2006-08-22 |
Christian Limpach |
11225:d3a9bcf61c33 |
[hvm] Export gpfn of store page to guest - not mfn. |
2006-08-22 |
Anil Madhavapeddy |
11224:b688d4a68a3e |
Make add_to_bridge() always leave the device up even when it bails out due to the device already being present on the bridge. |
2006-08-22 |
Ian Campbell |
11223:a4550b748840 |
[LINUX] Support creating ELF note segments in the kernel ELF image. |
2006-08-22 |
Ian Campbell |
11222:cd4e7ace4e58 |
merge. |
2006-08-22 |
Ian Campbell |
11221:a58ffedb59ce |
[LINUX] Revert bits of cset 11202 since they break the -xenU build for x86/64. |
2006-08-22 |
kfraser |
11220:56b05c672033 |
[XEN] Debug builds check for correct usage of percpu areas. |
2006-08-22 |
kfraser |
11219:80c5350a68f1 |
[XEN] Clean up some x86 bootstrap code. Replace some CPU iterators |
2006-08-21 |
George Dunlap |
11218:f681ffc9b01a |
Added option to xentrace to set the trace buffer size. |
2006-08-21 |
kfraser |
11217:6a8204e4619d |
[XEN] Remove bogus assertion. |
2006-08-21 |
Steven Hand |
11216:f71f17e64e3a |
Fix assertion. |
2006-08-21 |
kfraser |
11215:4a722773e38d |
[XEN] Revert patch 11213. |
2006-08-21 |
kfraser |
11214:36220033c67f |
[XEN] Fix maddr_from_mapped_domain_page(). |
2006-08-21 |
kfraser |
11213:069ac1bb7866 |
[XEN] Fix shadow2 integration with writable-pagetable logic. |
2006-08-21 |
kfraser |
11212:58ed222274f2 |
[XEN] Remove unnecessary printk from invalid opcode debug output. |
2006-08-21 |
Christian Limpach |
11211:4d8ab492bdee |
[xend] Add 'xend_config_format' field to the Xend information block. |
2006-08-21 |
Christian Limpach |
11210:a61b92fc2966 |
[qemu patches] Update patches for changeset 11209:9bb6c1c1890a. |
2006-08-20 |
Christian Limpach |
11209:9bb6c1c1890a |
[qemu] hdparm tunable IDE write cache for HVM |
2006-08-20 |
Christian Limpach |
11208:78673ba510ed |
[qemu patches] Update patches for changeset 11206:fc3e7e65b953. |
2006-08-20 |
Christian Limpach |
11207:639c5eff0f5a |
[qemu patches] Update patches for changeset 11206:fc3e7e65b953. |
2006-08-20 |
Christian Limpach |
11206:fc3e7e65b953 |
[qemu] Allow booting from more than one device. |
2006-08-20 |
kaf24 |
11205:45a84091144e |
[XEN] More shadow2 cleanups -- primarily moving arch vcpu/domain |
2006-08-19 |
kaf24 |
11204:5fc1fe790835 |
[XEN] Clarify x86 hypercall ABI in public header comments. |
2006-08-19 |
kaf24 |
11203:26576f1dbadb |
[XENBUS] Allow user of xenbus_read_driver_state() to distinguish |
2006-08-19 |
kaf24 |
11202:bb52372aa17f |
[LINUX] Replace uses of CONFIG_XEN_PRIVILEGED_GUEST with is_initial_xendomain(). |
2006-08-19 |
kaf24 |
11201:a71c265924d2 |
[HVM][VMX] Don't update the EIP on debug register accesses |
2006-08-19 |
kaf24 |
11200:7c9d7fc3dce5 |
[HVM] Fix SMBIOS entry point copy destination. |
2006-08-19 |
kaf24 |
11199:a629952ac766 |
[NET] front: Fix receive path for auto-translated guests, so that |
2006-08-19 |
kaf24 |
11198:03fd2accb4d9 |
[XEN] Make some implicit header includes explicit. |
2006-08-19 |
kaf24 |
11197:2d70f2de1809 |
[NET] front: Fix tx buffer leak in teardown path. Fix rx-buffer |
2006-08-19 |
kaf24 |
11196:b85da7cd9ea5 |
[NET] front: Fix rx buffer leak when tearing down an interface. |
2006-08-19 |
kaf24 |
11195:7258181ab445 |
[XENBUS] Cleanup correctly on suspend, unregister watches. |
2006-08-19 |
kaf24 |
11194:3fc16c39f15e |
[NET/BLK] back: Change the netback and blkback device drivers to allow |
2006-08-19 |
kaf24 |
11193:cadf1df88d3e |
[BALLOON] Make /proc/xen/ballon contain driver_pages (aka "driver headroom") unconditionally. |
2006-08-19 |
kaf24 |
11192:1818ea221bfe |
[XENBUS] A few cleanups. |
2006-08-18 |
kfraser |
11191:ca9f3a7b1b03 |
[XEN] Remove shadow2 dependencies from common code. |
2006-08-18 |
kfraser |
11190:a658663ab2d0 |
[HVM] Fix the APM BIOS to ensure that interrupts are enabled when it |
2006-08-18 |
kfraser |
11189:28e9bba03425 |
[XEN] Work around a Linux PAE issue where it sometimes sets |
2006-08-18 |
kfraser |
11188:d40dfbef8e5d |
Fix Xen Rules.mk eval order so that debug=y always sets verbose=y. |
2006-08-17 |
Christian Limpach |
11187:a7dcafb540be |
[qemu patches] Update patches for changeset 11186:078bfd250677. |
2006-08-17 |
Christian Limpach |
11186:078bfd250677 |
[qemu] Support HVM guests with more than 3.75G memory. |
2006-08-17 |
Steven Hand |
11185:28e3132b9f93 |
Fix live migration w/ shadow2. |
2006-08-17 |
kfraser |
11184:b3bfff8b1c10 |
[SVM] Fix 64-bit VMRUN. |
2006-08-17 |
kfraser |
11183:043a4aa24781 |
[XEN] Indentation cleanups (remove hard tabs). |
2006-08-17 |
kfraser |
11182:7ecfd9b1f641 |
Missing file from unmodified_drivers directory. |
2006-08-17 |
kfraser |
11181:c39d7d8379ad |
[XEN] Fix page-fault handler to fall back to shadow-mode fault path if |
2006-08-17 |
kfraser |
11180:41130540891e |
[NET] front: Improve correctness when there is no connection to backend driver. |
2006-08-17 |
kfraser |
11179:a73aa6ec4c76 |
[NET] front: Allow driver to be built for an HVM guest. |
2006-08-17 |
tdeegan |
11178:a88f8c6d9401 |
Fix 64bit shadow tracking |
2006-08-17 |
kfraser |
11177:59f7fc3e5256 |
Add a small readme file explaining how to build PV-on-HVM drivers. |
2006-08-17 |
kfraser |
11176:3127d6744dd1 |
Update hgignore list for PV-on-HVM drivers. |
2006-08-17 |
kfraser |
11175:cbdc98fc3a6f |
[NET] front: Allow driver to be built against kernels which do not |
2006-08-17 |
kfraser |
11174:8d5e6a78d51e |
[NET] front: Make netfront compile against kernels without the GSO patch. |
2006-08-17 |
kfraser |
11173:28de3548c65f |
[LINUX] Fix return value of gnttab_resume(). |
2006-08-17 |
kfraser |
11172:8f2fee2c452c |
[HVM] Allow blkfront driver to be built for an HVM guest. |
2006-08-17 |
kfraser |
11171:88e8abee7575 |
[HVM] Allow xenbus to run in an HVM guest. |
2006-08-17 |
kfraser |
11170:2d734ac9ec85 |
merge |
2006-08-17 |
kfraser |
11169:487fe5006064 |
[LINUX] Allow xenbus to be built as a module. |
2006-08-17 |
tdeegan |
11168:0882db2677b0 |
Merge |
2006-08-17 |
tdeegan |
11167:395bfcf84451 |
Fix handling of PS bit in 64-bit pagetables |
2006-08-17 |
kfraser |
11166:45f3c127069d |
[HVM] Avoid accessing start_info from xenbus as far as possible, since |
2006-08-17 |
kfraser |
11165:b2f077bbca89 |
[HVM] Make grant tables functions work in PV-on-HVM drivers. |
2006-08-17 |
kfraser |
11164:879918dbe77f |
[HVM] Linux driver for the xen platform pseudo-PCI device. |
2006-08-17 |
kfraser |
11163:b9af81884b99 |
[XEN] Fix x86/64 bug where a guest application can crash the |
2006-08-17 |
chris |
11162:130eee9e9728 |
[qemu patches] Update patches for changeset 11161:5c1021595e3c. |
2006-08-17 |
chris |
11161:5c1021595e3c |
[qemu] Add the xen platform device to the qemu PCI bus. |
2006-08-17 |
ssmith |
11160:5e3166de7120 |
[NET] Fix ``rx->offset: 10, size: 4294967295'' bug. |
2006-08-17 |
chris |
11159:24827cb8a945 |
[qemu patches] Update patches for changeset 11158:a774cbd38187. |
2006-08-17 |
chris |
11158:a774cbd38187 |
[qemu] Default monitor/serial ports to /dev/null if -nographic. |
2006-08-17 |
kfraser |
11157:83003532d71f |
[NET] back: Initialise first fragment properly |
2006-08-16 |
kfraser |
11156:3e75d9b1d556 |
[XEN] vga code cleanups and additions for other architectures. |
2006-08-16 |
tdeegan |
11155:87165e688bc5 |
Fix broken .hgtags |
2006-08-16 |
kfraser |
11154:01345b08d012 |
merge |
2006-08-16 |
kfraser |
11153:f2151423f729 |
[MINIOS] Fix the build after start_info interface changes. |
2006-08-16 |
tdeegan |
11152:e66352312acb |
Temporarily disable shutdown-on-HLT code. |
2006-08-16 |
tdeegan |
11151:0f917d63e960 |
Replace shadow pagetable code with shadow2. |
2006-08-16 |
kfraser |
11150:fda70200da01 |
[LINUX] Define is_initial_xendomain() to zero for HVM drivers. |
2006-08-16 |
kfraser |
11149:00a70786e550 |
[LINUX] Update the hvm_op wrapper now that the return value of get_param is in |
2006-08-16 |
kfraser |
11148:4b145f81fce4 |
[NET] front: Fix indentation of a comment. |
2006-08-16 |
kfraser |
11147:d4efff1beedb |
[NET] front: Allow packets to be copied on the receive path instead of flipped. |
2006-08-16 |
kfraser |
11146:6217dbbba0af |
[NET] back: Change 'copyall' xenstore node to 'request-rx-copy', which |
2006-08-16 |
emellor |
11145:5233c4b076b9 |
Fix log rotation which was inadvertently broken by changeset 11129:939f75570a15. |
2006-08-16 |
kfraser |
11144:c757ebffd500 |
[NET] back: Support copying packets to the frontend on receive path. |
2006-08-16 |
kfraser |
11143:e2e7f4c17b77 |
[HVM] Provide common support function for HLT emulation: hvm_hlt(). |
2006-08-16 |
kfraser |
11142:ebd289e3d205 |
[NET] front: Fix features on resume when csum is off |
2006-08-16 |
shand |
11141:30fb6ea3a1f7 |
Heuristic to detect windows shutdown + power down domain. |
2006-08-16 |
kfraser |
11140:4704cd92242e |
Rename two xentrace tools to make it obvious that setmask and setsize are xen related. |
2006-08-16 |
emellor |
11139:ff124973a28a |
Implement xm block-configure for CD-ROMs. |
2006-08-16 |
kfraser |
11138:716ef8e8bddc |
[HVM] Fix the issue that the HVM 64bit guest cannot boot with 32G memory. |
2006-08-16 |
kfraser |
11137:b127e557ee74 |
[HVM] Fix the HVM hypercall issue when paging is not enabled yet on 64bit host. |
2006-08-16 |
kfraser |
11136:7ed73735fd30 |
This is a small patch that makes a cross compiler successfully compile |
2006-08-16 |
shand |
11135:88e6bd5e2b54 |
Whitespace clean-ups. |
2006-08-15 |
shand |
11134:ec03b24a2d83 |
Fix VT after hvm changes. |
2006-08-15 |
kfraser |
11133:bb37d167c82e |
[XEND] xc_save/xc_restore open the libxc interface independently |
2006-08-15 |
shand |
11132:d20e1835c24b |
Various HVM clean-ups. |
2006-08-15 |
emellor |
11131:5d42f6f0a187 |
Added missing decl. |
2006-08-15 |
kfraser |
11130:e65bb0de33cd |
[XEN] Add tracing to slow path in setting new guest %cr3 value. |
2006-08-15 |
kfraser |
11129:939f75570a15 |
Set close-on-exec flag on /var/log/xend.log logging file. |
2006-08-15 |
kfraser |
11128:5db6984e4503 |
Set the close-on-exec flag on the RPC socket in tool stack. |
2006-08-15 |
kfraser |
11127:fdc4531aefe0 |
Set the close-on-exec flag on the xenstore fd in libxenstore. |
2006-08-15 |
kfraser |
11126:59adc1f7dfca |
[LIBXC] Set close-on-exec on the privcmd fd in libxc. |
2006-08-15 |
kfraser |
11125:f43729552603 |
[HVM] Ensure the read-only M2P table is mapped without _PAGE_GLOBAL |
2006-08-15 |
kfraser |
11124:b26bf72514aa |
Move vga options to their own 'vga=' boot parameter. |
2006-08-15 |
ack |
11123:9a277d391ff9 |
merge |
2006-08-15 |
ack |
11122:e86343be4730 |
merge |
2006-08-15 |
ack |
11121:e16d57440134 |
Don't copy all incoming fragmented packets. |
2006-08-15 |
kfraser |
11120:2ff86cd7bda1 |
merge |
2006-08-15 |
kfraser |
11119:aff2e2b7a23b |
Clean up console fields in start_info structure. Add compat code for |
2006-08-15 |
chris |
11118:6dcd85ea232e |
[qemu patches] Update patches for changeset 11117:60eacb336e35. |
2006-08-15 |
chris |
11117:60eacb336e35 |
[qemu/ia64] Sync ID cache only guest do DMA read. |
2006-08-15 |
kfraser |
11116:d853acd5ed58 |
Clean up vga.c and change default font slot to zero, as other |
2006-08-15 |
ack |
11115:01a4266e4dc9 |
merge |
2006-08-15 |
ack |
11114:5de3bc3c6297 |
merge |
2006-08-15 |
ack |
11113:d48842f924d0 |
Adjust truesize in netfront to more closely reflect real data payload |
2006-08-15 |
kfraser |
11112:ae71e1d92d44 |
Support for vga text modes bigger than 80x25. |
2006-08-15 |
kfraser |
11111:438ed1c4b391 |
[XEND] Apply the domain cpumask fully to every vcpu in the domain. |
2006-08-15 |
kfraser |
11110:9ced76fd7d9b |
Remove another external-to-libxc user of xc_dom0_op(). |
2006-08-15 |
kfraser |
11109:155c11be3b89 |
[VMX] Fix vmxassist for booting Vista. |
2006-08-15 |
kfraser |
11108:651d2d5d2856 |
[VMX] Fix VMX ap boot. |
2006-08-15 |
kfraser |
11107:f2f584093379 |
[POWERPC] Update .hgignore |
2006-08-15 |
kfraser |
11106:0112511542d8 |
Merge with xenppc-unstable-merge.hg |
2006-08-14 |
Hollis Blanchard |
11105:653588bfc0f9 |
[POWERPC] Support console=comX option for Xen console. |
2006-08-14 |
Jimi Xenidis |
11104:c841daf98bb0 |
[POWERPC] memory cleanup (phase 2), destroy (et. al) now work |
2006-08-13 |
Jimi Xenidis |
11103:552d50b3abf2 |
[POWERPC] memory cleanup |
2006-08-13 |
Jimi Xenidis |
11102:920784588848 |
[POWERPC] need a real definition for gnttab_log_dirty() |
2006-08-11 |
Jimi Xenidis |
11101:cdb24f869a56 |
[POWERPC] start-cpu has no return code |
2006-08-09 |
Jimi Xenidis |
11100:3109eaa648e5 |
[POWERPC] enable shadow mode |
2006-08-15 |
Ian Campbell |
11099:b53b154a5126 |
Add a series file to order the patches in patches/linux-<version> |
2006-08-14 |
kfraser |
11098:04e5e80be909 |
[IA64] Fix IA64 build. |
2006-08-14 |
kfraser |
11097:d6783fd456ed |
[HVM] Fix roms.h to depend on acpi data. |
2006-08-14 |
kfraser |
11096:acacf7f1191d |
[VMXASSIST] Fix linker script to define start/end section labels |
2006-08-14 |
kfraser |
11095:7ba73e24c5a5 |
Pick up SMBIOS entry point in the ROMBIOS. |
2006-08-14 |
kfraser |
11094:0b176f84c3bf |
Add code to generate SMBIOS tables to hvmloader. |
2006-08-14 |
kfraser |
11093:5a454f6e320f |
Make room in e820map for SMBIOS tables. |
2006-08-14 |
kfraser |
11092:4210049a5854 |
Add utilities needed for SMBIOS generation to hvmloader. |
2006-08-14 |
kfraser |
11091:963a67ab8130 |
[HVMLOADER] Include xen.h for __HYPERVISOR* constants. |
2006-08-14 |
kfraser |
11090:2afc3f16ae6e |
[LIBXC] Remove unused xc_evtchn_status(). |
2006-08-14 |
kfraser |
11089:eb7e5d95e7ea |
[LINUX] Mark /dev/mem regions as VM_PFNMAP. |
2006-08-14 |
kfraser |
11088:c09d6e997f05 |
[LINUX] Oney 'nosmp' and 'max_cpus=' command line options. |
2006-08-14 |
kfraser |
11087:f8c53e937b30 |
[NET] back: Fix an __init that should be an __exit in loopback driver. |
2006-08-14 |
kfraser |
11086:6b6bfa60707e |
[LINUX][ Fix x86/64 entry.S to use paravirtualized sti/cli properly. |
2006-08-14 |
kfraser |
11085:1b85fbc8c013 |
[XEN] grant tables: update pair of entries using a union to ensure endian neutrality. |
2006-08-14 |
kfraser |
11084:d8338b28bcd6 |
[LINUX] Provide a handy macro for detrmining if we are domain0. |
2006-08-14 |
kfraser |
11083:e061f14161b0 |
[XENBUS] Avoid direct use of xen_start_info. It's unevailable when |
2006-08-14 |
kfraser |
11082:9519445d9e9d |
[NET] linux: Kill the WARN_ON() calls for checksum fixups. |
2006-08-14 |
kfraser |
11081:9c953e1b6fad |
[LINUX] Split useful bits of page.h into new header maddr.h. |
2006-08-14 |
kfraser |
11080:22f278b5fcef |
[HVM][LINUX] Add a header file with wrappers for hvm_op hypercall. |
2006-08-14 |
kfraser |
11079:905ff6e616cc |
[HVM] Add stubs to Linux for the new hvm_op hypercall. |
2006-08-14 |
kfraser |
11078:922931ed15ae |
[NET] back: Tidy up and remove communications via references to global structures. |
2006-08-14 |
kfraser |
11077:4852b556d912 |
[HVM] More info when failing to emulate instruction group 1. |
2006-08-14 |
kfraser |
11076:f328519053f5 |
[XEN] Remove sync_pagetable_state(). No longer needed. |
2006-08-14 |
ssmith |
11075:eb66b68db7b1 |
[XEN] Add some missing put_page()s to __gnttab_copy. |
2006-08-14 |
ssmith |
11074:c0a3f670d0d6 |
[XEN] Add a missing access check to __gnttab_copy. |
2006-08-13 |
kaf24 |
11073:d4c9a653907b |
[XEN] Explicitly include domain_page.h for map_domain_page() and fix a |
2006-08-13 |
kaf24 |
11072:1fcc31985898 |
[XEN] Use gnttab_clear_flag() in new grant-table copy operation. |
2006-08-13 |
kaf24 |
11071:21240dc9f2e8 |
[XEN] Clean up e820 definitions. Define shared set in hvm public dir. |
2006-08-13 |
kaf24 |
11070:befab551b0e1 |
[HVM] HVMOP_get_param return parameter value within the provided parameter struct, |
2006-08-12 |
kaf24 |
11069:0340e579f065 |
[XEN] Add a warning about changeable size of shared_info structure. |
2006-08-12 |
kaf24 |
11068:9900884577de |
[XM-TEST] Fix network tests for -route and -nat |
2006-08-12 |
kaf24 |
11067:41399e5fdc9e |
[NET] front: Restore 16 bytes of reservation |
2006-08-12 |
kaf24 |
11066:857854460d36 |
[LINUX][XENBUS] Wait for devices to connect when frontend driver is loaded as a module. |
2006-08-12 |
emellor |
11065:457c427c28fc |
New xm uptime command. |
2006-08-11 |
kfraser |
11064:44aa6f86830d |
[IA64] Add two extra empty files and add a comment to every empty |
2006-08-11 |
kfraser |
11063:9727328c008e |
[XEN] Remove batched writable pagetable logic. |
2006-08-11 |
kfraser |
11062:1d817bfc5ed9 |
[NET] front: Do not allocate unnecessary page-sized main data area |
2006-08-10 |
kfraser |
11061:80f364a5662f |
[XEN] Fix bug in spurious pagefault detection which could |
2006-08-10 |
kfraser |
11060:323eb29083e6 |
[HVM] Remove unused apic_enabled field from hvm_info_table. |
2006-08-10 |
emellor |
11059:8cca42e2610a |
Revert inadvertent code change from "replace tabs with spaces" changeset. |
2006-08-10 |
kfraser |
11058:247fc1245b21 |
[XEN] Add a new type of grant copy operation. |
2006-08-10 |
kfraser |
11057:4ee64035c0a3 |
Add support for sending event channel interrupts to HVM guests. |
2006-08-10 |
kfraser |
11056:9d4fa3cf4481 |
[LIBXC] clean specified files instead of wildcarding |
2006-08-10 |
kfraser |
11055:108c05a9f706 |
[LIBXC] replace tabs with spaces |
2006-08-10 |
kfraser |
11054:f393ced88d14 |
[HVM] Fix some IOAPIC and LAPIC device model bugs. |
2006-08-10 |
kfraser |
11053:713b0878da2f |
[HVM] Rmove unused field pae_enabled from hvm_info_table. |
2006-08-10 |
kfraser |
11052:ec4979587156 |
[MINIOS] A first step to re-architecture mini-os for a port to ia64. |
2006-08-10 |
kfraser |
11051:485baffca4fd |
[CONSOLE] Always specify CON_ENABLED in Linux ocnsole driver. |
2006-08-10 |
kfraser |
11050:cfd9d4601022 |
Fix 2 issues when creating HVM guests: |
2006-08-09 |
chris |
11049:0e32095a7b46 |
[qemu patches] Update patches for changeset 11048:27bef4f3c1d3. |
2006-08-09 |
chris |
11048:27bef4f3c1d3 |
[qemu] Move acpi to devfn 2, so that it matches the fadt. |
2006-08-09 |
chris |
11047:404277b96e27 |
[qemu patches] Update patches for changesets 11045:bd11c4855c5d and 11046:8a615d28759e. |
2006-08-09 |
chris |
11046:8a615d28759e |
[qemu] HVM acpi port init update. |
2006-08-09 |
chris |
11045:bd11c4855c5d |
[qemu] Disable qemu's acpi support. |
2006-08-09 |
kfraser |
11044:9fc1979e9b00 |
Merge with xen-ia64-unstable. |
2006-08-09 |
awilliam |
11043:fc6c3d866477 |
merge with xen-unstable.hg |
2006-08-09 |
awilliam |
11042:111936ef4291 |
[IA64] catch up new hypercall HYPERVISR_hvm_op for IPF (libxc) |
2006-08-09 |
awilliam |
11041:d735526b02ec |
[IA64] catch up new hypercall HYPERVISR_hvm_op for IPF |
2006-08-09 |
awilliam |
11040:54550e85f25a |
merge with xen-unstable.hg |
2006-08-09 |
awilliam |
11039:bfc69471550e |
[IA64] fix a fetch code bug |
2006-08-08 |
awilliam |
11038:15498beef5d8 |
[IA64] Remove scheduler heartbeat |
2006-08-08 |
awilliam |
11037:3f3388f3e605 |
[IA64] Virtualize dom0 lid |
2006-08-08 |
awilliam |
11036:555eb7402bd8 |
[IA64] bug fix in ioports_deny_access |
2006-08-08 |
awilliam |
11035:2aaad9cbc926 |
[IA64] enable ioports_deny_access for dom0 |
2006-08-08 |
awilliam |
11034:6c67ca1e1c1a |
[IA64] remove CONFIG_DOMAIN0_CONTIGUOUS and dom0_start |
2006-08-07 |
awilliam |
11033:571022d5afa2 |
[IA64] Add EXPORT_SYMBOL to modularize netfront/netback |
2006-08-04 |
awilliam |
11032:c3e20511c745 |
[IA64] Remove P==M support |
2006-08-04 |
awilliam |
11031:679683333917 |
[IA64] SMP Windows is up on VTI domain |
2006-08-04 |
awilliam |
11030:7cde0d938ef4 |
[IA64] convert more privop_stat to perfc |
2006-08-04 |
awilliam |
11029:e7394daf098d |
[IA64] unprotected perfc_defn.h |
2006-08-03 |
awilliam |
11028:3d6c1af609bf |
[IA64] Convert some stats to perfc. |
2006-08-03 |
awilliam |
11027:147144f9ec51 |
[IA64] fix vDSO paravirtualization. |
2006-08-03 |
awilliam |
11026:47a5dfd1bcd6 |
[IA64] fix memory leak when domVTI is created |
2006-08-03 |
awilliam |
11025:4151d83d0db9 |
[IA64] enabling hypercalls from VT-i domain |
2006-08-03 |
awilliam |
11024:b94d43606bcd |
[IA64] cleanup the hypercall handling code for VT-i domain |
2006-08-02 |
awilliam |
11023:561df7d9cecc |
[IA64] install windows: multiple pagesize fix. |
2006-08-02 |
awilliam |
11022:b13ea287f9c0 |
[IA64] avoid spurious XENBUS error |
2006-08-02 |
awilliam |
11021:b76e86966e7e |
merge with xen-unstable.hg |
2006-08-01 |
awilliam |
11020:4acc6d51f389 |
[IA64] Optimize windows boot |
2006-08-01 |
awilliam |
11019:27ccf13dc3b7 |
[IA64] boot windows server 2003: support 8k guest pagesize |
2006-07-31 |
awilliam |
11018:00dd5eb7adc1 |
[IA64] Enable xen0 smp when machine only has 2 LPs (NR_CPUS -> 16) |
2006-07-31 |
awilliam |
11017:1633293e20f8 |
[IA64] DOM0_GETPAGEFRAMEINFO & DOM0_GETPAGEFRAMEINFO2 removed |
2006-07-31 |
awilliam |
11016:86ff604d8e20 |
[IA64] rewrite of last util.c patch |
2006-07-31 |
awilliam |
11015:aa9d157d7637 |
[IA64] bug fixes for recent ioports patch |
2006-07-31 |
awilliam |
11014:87247ceb0acd |
[IA64] boot windows server 2003:fix a bug about nat |
2006-07-31 |
awilliam |
11013:be11edf8964e |
[IA64] boot windows server 2003:emulate stf.spill instruction |
2006-07-31 |
awilliam |
11012:f67d23e37921 |
[IA64] boot windows server 2003: rfi to bank0 |
2006-08-09 |
kfraser |
11011:b60ea69932b1 |
Merge with xenppc-unstable. |
2006-08-08 |
Hollis Blanchard |
11010:e4f1519b473f |
[LIBXC] put PowerPC loader in libxenguest, not libxenctrl |
2006-08-08 |
Hollis Blanchard |
11009:d161ee2ade7e |
[LIBXC] remove relocated file from Makefile |
2006-08-08 |
Hollis Blanchard |
11008:b2fc8357b8ff |
[LIBXC] move xc_ppc_linux_build.c into a powerpc64 directory |
2006-08-07 |
Amos Waterland |
11007:00a41d1daf89 |
[POWERPC] add support for builtin command line |
2006-08-04 |
Jimi Xenidis |
11006:ecd673684ec8 |
[POWERPC] fixed bad swap of console and store event channels |
2006-08-01 |
Jimi Xenidis |
11005:9d5d7d8b7125 |
[POWERPC] finddevice must return a phandle of -1 |
2006-08-02 |
Hollis Blanchard |
11004:c8870f1aa5ca |
[TOOLS] use standard DPRINTF macro in PPC builder |
2006-08-02 |
Hollis Blanchard |
11003:3c361a48697f |
[POWERPC] correctly allocate domain memory |
2006-08-07 |
Hollis Blanchard |
11002:87cefa5f7c5e |
merge with xen-unstable.hg |
2006-07-27 |
Jimi Xenidis |
11001:61204c1d740e |
[powerpc] update ignores for the new name change |
2006-07-27 |
Jimi Xenidis |
11000:7c3a27bb291e |
[powerpc] Use new method to detect NULL xencomm handle |
2006-08-09 |
chris |
10999:15304ad81c50 |
[qemu patches] Update patches for changeset 10998:bd04004865ba. |
2006-08-09 |
chris |
10998:bd04004865ba |
[qemu] Add vncunused option. |
2006-08-09 |
Ian Campbell |
10997:b16252dbcb1f |
merge |
2006-08-09 |
Ian Campbell |
10996:c1850c659e40 |
Make ballon and backend drivers fail gracefully if they are unable to initialize |
2006-08-09 |
Ian Campbell |
10995:9f70d57aadcf |
Fix BUG_ON on switch_mm if XENFEAT_writable_page_tables is enabled. |
2006-08-09 |
chris |
10994:01043d543878 |
[qemu patches] Update patches for changeset 10993:dc7b56b8cfb5. |
2006-08-09 |
chris |
10993:dc7b56b8cfb5 |
[hvm/qemu] Add HVM buffered IO writes framework to accelerate stdvga speed. |
2006-08-09 |
kaf24 |
10992:3a2fee0d84f7 |
Build tools/firmware only on x86. |
2006-08-09 |
kaf24 |
10991:e8bdf6a8b74a |
[XEN][IA64] IA64 build fixes after recent PER_CPU changes. |
2006-08-09 |
emellor |
10990:724af97aea47 |
Fix the unit test to match the new way of allocating VNC ports. |
2006-08-09 |
emellor |
10989:009e250505e9 |
Added a couple of unit tests for the sxp parsing. |
2006-08-09 |
emellor |
10988:688012fc0e79 |
Fix reference to buf in parsing of ocaml escapes. |
2006-08-09 |
emellor |
10987:58a04bfedf6b |
Better diagnosis of the failure when Xend crashes. Thanks to Hollis Blanchard |
2006-08-08 |
kaf24 |
10986:b3dd6ceda9bc |
[XEN] Assorted further PER_CPU- or read_mostly-ifications. |
2006-08-08 |
kaf24 |
10985:6b821e310597 |
[XEN] Implement proper __read_mostly memory arrangemengt for x86. |
2006-08-08 |
kaf24 |
10984:aa25666d4643 |
[XEN] Make tracing structures and buffers explicitly PER_CPU. |
2006-08-08 |
kaf24 |
10983:5fc926b58609 |
[XEN] Make multicall info explicitly PER_CPU. |
2006-08-08 |
kaf24 |
10982:ce619ad2d139 |
[XEN] Make per-cpu pending EOI interrupt info explicitly PER_CPU. |
2006-08-08 |
kaf24 |
10981:7e9699af7e12 |
[XEN] Make per-cpu mm information explicitly PER_CPU. |
2006-08-08 |
kaf24 |
10980:0caf8d9218cc |
[XEN] Make per-cpu time information explicitly PER_CPU. |
2006-08-08 |
kaf24 |
10979:5e8c254c9dcd |
[XEN] Make per-cpu schedule data explicitly PER_CPU. |
2006-08-08 |
kaf24 |
10978:7ce412dde1be |
[XEN] Place per-cpu timer info in PER_CPU space. |
2006-08-08 |
kaf24 |
10977:f3fb7727cb9a |
[XEN] Make tlbflush_time a PER_CPU variable. |
2006-08-08 |
chris |
10976:9aac8db168b4 |
[qemu patches] Refresh patches. |
2006-08-08 |
chris |
10975:88a42cf59f46 |
[qemu patches] Update patches for changeset 10974:415614d3a1ee. |
2006-08-08 |
sos22 |
10974:415614d3a1ee |
[hvm/qemu] Flip the device model over to using the new Xen event channels |
2006-08-08 |
sos22 |
10973:857e7b864bb0 |
[hvm] Move the mapping of the shared IO page slightly earlier |
2006-08-08 |
kaf24 |
10972:abd14c5c5496 |
[XENSTAT] Ignore domains that are being created/destroyed during get_info call. |
2006-08-08 |
kaf24 |
10971:986cf8354d11 |
[HVM][VMX] Cleanup vmx vmexit handler. |
2006-08-08 |
kaf24 |
10970:ae14b5b77938 |
[XEND] Daemonise vncviewer when it is spawned from xend. |
2006-08-08 |
kaf24 |
10969:9e061d0dc394 |
[PCI] back: New virtual pci backend: slot |
2006-08-08 |
kaf24 |
10968:51c227428166 |
[XEND] Fix fallback and error path for domain destruction by domid, |
2006-08-08 |
kaf24 |
10967:82230c3273e3 |
[HVM][VMX] Move hvm interface init_hypercall_page initialization into vmx_setup_hvm_funcs. |
2006-08-08 |
kaf24 |
10966:46df563bf1b8 |
[LIBXC] Do not gzclose() after close() on a gzdopen()'ed fd. |
2006-08-08 |
kaf24 |
10965:922f8ae451f6 |
[HVMLOADER] Only install hvmloader if it is built. |
2006-08-08 |
kaf24 |
10964:5f59ac51a7ac |
Add RH-ish localhost to xend-relocation-hosts-allow in xend-config.sxp |
2006-08-08 |
kaf24 |
10963:2e8b1175fd37 |
[PYGRUB] Flesh out some of pygrub's functionality as was originally |
2006-08-08 |
kaf24 |
10962:d25efa45355b |
[HVM] Fix hvm boot when acpi=1 is specified. |
2006-08-08 |
kaf24 |
10961:600da8225858 |
[XEN] Remove redundant redeclaration of 'machine_restart'. |
2006-08-07 |
chris |
10960:ec8dd0528fc6 |
[qemu patches] Update patches for changesets 10957:08a11694b109 - 10959:06e2a95d3395. |
2006-08-07 |
chris |
10959:06e2a95d3395 |
[qemu] Update ioemu to qemu 0.8.2. |
2006-08-07 |
chris |
10958:98fc8b05193c |
[qemu] Update ioemu to qemu 0.8.2. (.CVS files) |
2006-08-07 |
chris |
10957:08a11694b109 |
[qemu] Update ioemu to qemu 0.8.2. |
2006-08-07 |
jchesterfield |
10956:fd59667e5365 |
Limit blktap static link to just libaio. |
2006-08-07 |
kaf24 |
10955:ababeabf87c5 |
[LINUX] Fix a couple of benign diffs against vanilla spinlock.h. |
2006-08-07 |
kaf24 |
10954:6289234304f1 |
Provides hooks for perfc print/reset/gather. |
2006-08-07 |
kaf24 |
10953:7924b6bd728a |
Change DOM0_PERFCCONTROL: remove array limit. |
2006-08-07 |
kaf24 |
10952:47af0e2ebb13 |
[XEN] Allow users to specify mce/nomce boot parameters. |
2006-08-07 |
kaf24 |
10951:16aa4b417c6b |
[XEN] Clean up shutdown handling and ignore opt_noreboot if dom0 |
2006-08-07 |
chris |
10950:353404fe850c |
[xend] Fix reboot for hvm domains with cdrom devices. |
2006-08-04 |
kfraser |
10949:ffa5b2975dff |
[XEN] Add Xen-attached event channels, which will be used |
2006-08-04 |
kfraser |
10948:49dcd838b7df |
[HVMLOADER] HVM loader initialises hypercall shim and uses |
2006-08-04 |
ack |
10947:7684f9032f9f |
[NET] front: Check for received packets in network_open0 |
2006-08-04 |
chris |
10946:e1a2a8029e9f |
[qemu patches] Update patches for changeset 10945:baa6d08e62a0. |
2006-08-04 |
chris |
10945:baa6d08e62a0 |
[qemu] Add missing semicolon. |
2006-08-04 |
chris |
10944:23166260f6ce |
[qemu patches] Update patches for changeset 10943:1de1bb6a51c5. |
2006-08-04 |
chris |
10943:1de1bb6a51c5 |
[qemu] Update acpi timer to not use a qemu timer. |
2006-08-04 |
chris |
10942:c908f4c9150d |
[hvm firmware] Update hvm acpi dsdt table. |
2006-08-04 |
chris |
10941:253498168658 |
[qemu patches] Refresh patches. |
2006-08-04 |
chris |
10940:1cbf49c018cb |
[qemu patches] Update patches for changeset 10939:5980fb28b050. |
2006-08-04 |
chris |
10939:5980fb28b050 |
[qemu] Free page_array when it's no longer used. |
2006-08-04 |
chris |
10938:36cf965711f6 |
[qemu patches] Refresh patches. |
2006-08-04 |
chris |
10937:87346792fe90 |
[qemu patches] Update patches for changeset 10936:a0b3cf802d99. |
2006-08-04 |
chris |
10936:a0b3cf802d99 |
[qemu] Fix qemu memory access beyond 3G @VTi side. |
2006-08-04 |
chris |
10935:7e914d9cd7e6 |
[qemu patches] Refresh patches. |
2006-08-04 |
chris |
10934:56b2a028dc7e |
[qemu patches] Update patches for changeset 10933:386990d004b8. |
2006-08-04 |
chris |
10933:386990d004b8 |
[qemu] Add switch to control whether acpi bridge is enabled. |
2006-08-04 |
chris |
10932:c6b2761633c6 |
[qemu patches] Update patches for changeset 10931:3ea0a6847198. |
2006-08-04 |
chris |
10931:3ea0a6847198 |
[qemu] Make sure disk writes really made it to disk before we report I/O |
2006-08-04 |
chris |
10930:cf00bca7c6e1 |
[qemu patches] Update patches for changeset 10929:4dd640c6ce57. |
2006-08-04 |
chris |
10929:4dd640c6ce57 |
[qemu] Fix memset arguments in qemu audio code. |
2006-08-04 |
chris |
10928:92ef1215a6f1 |
[HVM] Wnable sound card support for qemu. |
2006-08-04 |
chris |
10927:70d43812ab02 |
[qemu patches] Update patches for changeset 10926:e47aad0605a3. |
2006-08-04 |
chris |
10926:e47aad0605a3 |
[qemu] Always allow --disable-sdl since there's always vnc support. |
2006-08-03 |
chris |
10925:ea04335d238b |
[blktap] Add dependencies to Makefiles and simplify to avoid needless rebuilds. |
2006-08-03 |
chris |
10924:646092d50e82 |
[qemu patches] Update patches for changeset 10923:155385a02d. |
2006-08-03 |
chris |
10923:155385a02d0b |
[qemu] Write the port number where the vnc server is listening to xenstore. |
2006-08-03 |
chris |
10922:955f02563a13 |
[qemu patches] Update patches for changeset 10921:4c2fab8f8c34. |
2006-08-03 |
chris |
10921:4c2fab8f8c34 |
[qemu] Use xenstore to configure ioemu block devices. |
2006-08-03 |
kfraser |
10920:bfe12b4d45d3 |
[HVM] Make copy_{to,from}_guest work for HVM domains. |
2006-08-03 |
ack |
10919:cec400df7462 |
Change default scheduler in user's manual (from sedf to credit). |
2006-08-03 |
kfraser |
10918:7ff6020e4758 |
[HVM] Tidy up e820 parsing in Xen. |
2006-08-03 |
vhanquez |
10917:164ad1411255 |
remove '=' between command line name/argument. |
2006-08-03 |
kfraser |
10916:43ff88825b1a |
[XEN] Allow add_to_physmap to be applied to DOMID_SELF. |
2006-08-03 |
kfraser |
10915:d7242c3a2906 |
[HVM] Remove unused ioreq state IORESP_HOOK. |
2006-08-03 |
kfraser |
10914:3fc216fbef58 |
[HVM][VMX] Get rid of unused 'error' local variable. |
2006-08-03 |
kfraser |
10913:aeb484dafc5b |
[HVM] Declare vlapic_ipi() as static. Used only once. |
2006-08-03 |
kfraser |
10912:3eb0f56d77c2 |
Missing file from previous changeset. |
2006-08-03 |
kfraser |
10911:b33c08de3d98 |
[HVM] Add a concept of HVM parameters to the hypervisor. |
2006-08-02 |
emellor |
10910:aa1ab056bfbf |
Clarify the use of vcpu-set. Closes bug #686. |
2006-08-02 |
kfraser |
10909:01734f40860f |
[HVM][SVM] Fix PIO breakage (fixed for VMX in previous changeset). |
2006-08-02 |
kfraser |
10908:7e7552112954 |
[HVM][VMX] Fix dead loop in PIO handling, introduced in c/s 10894. |
2006-08-02 |
kfraser |
10907:ab86a6f3b5ee |
[PCI] Transparent virtualization for pcifront and pciback. |
2006-08-02 |
kfraser |
10906:08415dfc5918 |
[XEN] Allow quick building of individual files. |
2006-08-02 |
kfraser |
10905:9a4a560d0a23 |
[LINUX] Allows userspace tools on a domU to set up a watch on the xenstore. |
2006-08-02 |
kfraser |
10904:153e69eae665 |
[TOOLS] Enhance xenstore-ls to optionally display permissions. |
2006-08-02 |
kfraser |
10903:ee6014279103 |
[LINUX] Clarify a confusing error message in xenbus_probe.c. |
2006-08-02 |
kfraser |
10902:8f452e26224a |
[TOOLS] Modify xenstore_client.c to include a new utility, xenstore-chmod. |
2006-08-02 |
kfraser |
10901:9632ececc8f4 |
[TOOLS] lomount: Fix printf formats inside #ifdef DEBUG. |
2006-08-02 |
kfraser |
10900:637e64826342 |
[IA64] Updates the ia64 buildconfigs. |
2006-08-02 |
kfraser |
10899:a6cb8ba24a91 |
[HVM] Place all APIC registers into one page in native format. |
2006-08-02 |
kfraser |
10898:637b6d60e792 |
[HVM] Fix an issue with APIC priority checks. |
2006-08-02 |
kfraser |
10897:f5b9b8439012 |
[VMXASSIST] Fix GDTR accesses when paging mode enabled. |
2006-08-02 |
kfraser |
10896:3aad3abca993 |
[SHADOW] Build p2m mapping according to m2p mapping. |
2006-08-02 |
chris |
10895:acccec7e213a |
Update patch to reflect changes from 10867:edf7a25fdc43. |
2006-08-02 |
kfraser |
10894:822c39808e62 |
[HVM] Initialise full regs structure for PIO requests. |
2006-08-02 |
kfraser |
10893:022f29d4d2b8 |
[HVM][VMX] Clean up vmx hvm interface functions: |
2006-08-02 |
kfraser |
10892:556022fb8eb6 |
There is an allocation-failure path in sched_credit.c that BUGs. The |
2006-08-02 |
kfraser |
10891:bbc27b921e2a |
[TOOLS] ppc64 is not a LIB_64_ARCH |
2006-08-02 |
kfraser |
10890:10dc10473c3f |
[PCI] back: Fix potential infinite loop in pcistub_match_one(). |
2006-08-01 |
kfraser |
10889:10b05c2e7947 |
Merge. |
2006-08-01 |
kfraser |
10888:a5835e6f7ff9 |
[LINUX] Fix save/restore (broken by my own GSO tweaks). |
2006-08-01 |
jchesterfield |
10887:8b635f930187 |
Switch blktapctrl.c over to using standard system daemon(3) call. Current patch was not closing all FDs and redirecting output to /dev/null, preventing tapdisk from launching correctly. |
2006-08-01 |
kfraser |
10886:d323acca28a2 |
[TOOLS] Clean up libxenstore.a on 'make clean'. |
2006-08-01 |
kfraser |
10885:c8ee670ac87e |
[XEN] Fix 32-bit build. |
2006-08-01 |
kfraser |
10884:2e3b121662dc |
[HVM][SVM] Change the calling convention for SVM VMMCALLs so |
2006-08-01 |
kfraser |
10883:0d2ba35c0cf2 |
[XEN] Add hypercall support for HVM guests. This is |
2006-08-01 |
kfraser |
10882:e351aace191e |
[LINUX] Do not early-unpin pagetables that contain foreign mappings. |
2006-08-01 |
kfraser |
10881:b786bfb058eb |
[XEN] Hide compile-time information values behind a |
2006-08-01 |
emellor |
10880:d8d66e2c19b2 |
Rename all the CVS directories to .CVS. We want to keep the references to |
2006-08-01 |
kfraser |
10879:5379548bfc79 |
[NET] Enable TCPv4 segmentation offload in front/back drivers. |
2006-07-31 |
kfraser |
10878:947e09f90b3b |
[ACM] A wxPython GUI tool for sHype/ACM in Xen. It is used |
2006-07-31 |
kfraser |
10877:3fae79942240 |
[DOCS][ACM] Update the user guide for Xen with a chapter describing the |
2006-07-31 |
kfraser |
10876:6d44ab88d941 |
[BLKTAP] Properly daemonise the blktap control daemon. Fixes bug #709. |
2006-07-31 |
kfraser |
10875:637fa5352fad |
[NET] back: Transmit TSO packets if supported |
2006-07-31 |
kfraser |
10874:485616ab73e3 |
[NET] front: Add TSO support |
2006-07-31 |
kfraser |
10873:9f29252c23b6 |
[NET] back: Transmit SG packets if supported |
2006-07-31 |
kfraser |
10872:5f5a2f282032 |
[NET] front: Add SG support |
2006-07-31 |
kfraser |
10871:7bb2e0be9cc2 |
[NET] back: Added tx queue |
2006-07-31 |
kfraser |
10870:2d2ed4d9b1c1 |
[XEN] Some suspicion that we may enter an infinite |
2006-07-31 |
vhanquez |
10869:c471b326b75e |
Add a transaction_started field in xenstored connection structure instead of |
2006-07-29 |
vhanquez |
10868:d2bf1a7cc131 |
Limit the number of opened transactions per connection to 5. |
2006-07-29 |
chris |
10867:edf7a25fdc43 |
Add back changes lost from xen-ia64 cset 10570:8dc4af3f192c |
2006-07-28 |
kfraser |
10866:4833dc75ce4d |
[NET] front: Fix the build (broken my me a few changesets back). |
2006-07-28 |
kfraser |
10865:7e25295d8d9d |
[XM] Print shorthelp of xm shutdown. |
2006-07-28 |
kfraser |
10864:98ee83ed9d28 |
[XEND] Better checking of shutdown of domain0. |
2006-07-28 |
kfraser |
10863:affe80cdb485 |
[TPM] Remove some stale code from the TPM backend driver. The code |
2006-07-28 |
kfraser |
10862:12f75f4e2ea8 |
[LINUX] update_va_mapping multicalls: Use MULTI_UVMxxx_INDEX where possible. |
2006-07-28 |
kfraser |
10861:93c785354dd1 |
[PCI] Pcifront for ia64. |
2006-07-28 |
kfraser |
10860:23c37bc942da |
[NET] front: Added feature-rx-notify |
2006-07-28 |
kfraser |
10859:2e91ad1a89ce |
[NET] back: Replace netif->status with netif_carrier_ok |
2006-07-28 |
kfraser |
10858:275660d492c6 |
[NET] front: Move rx req pushing to one spot |
2006-07-28 |
kfraser |
10857:762ae310d878 |
[NET] front: Clean up rx ring recovery. |
2006-07-28 |
kfraser |
10856:1fb835267a50 |
Merge. |
2006-07-28 |
kfraser |
10855:03c8002068d9 |
Merge. |
2006-07-28 |
kfraser |
10854:0115a927ee99 |
[IA64] Add missing empty files. |
2006-07-28 |
sos22 |
10853:fc0040fd13d8 |
Merge. |
2006-07-28 |
sos22 |
10852:4a669bd50657 |
[MINI-OS] Add a function mapping grant table error codes to strings. |
2006-07-28 |
sos22 |
10851:cbfced5fcdb3 |
[MINI-OS] Add evtchn_bind_interdomain to mini-os, allowing clients to |
2006-07-28 |
sos22 |
10850:97ffb7856239 |
[MINI-OS] Extend alloc_unbound so that the remote domain isn't always dom0. |
2006-07-28 |
sos22 |
10849:98a802d25848 |
[MINI-OS] Clean up event channel types in mini-os. |
2006-07-28 |
sos22 |
10848:a10d02d20b31 |
[MINI-OS] unbind_virq is broken and nobody uses it. Remove it. |
2006-07-28 |
kfraser |
10847:1f7423795115 |
[LIBXC] Generic include of arch-specific sub-makefile. |
2006-07-28 |
kfraser |
10846:a438506e241d |
[PCI] Basic documentation for the per-device permissive |
2006-07-28 |
kfraser |
10845:df80de098d15 |
[PCI] Two policy files written in what is intended to be human-readable SXP. |
2006-07-28 |
kfraser |
10844:8cd577110904 |
[PCI] xend parses the user-space PCI backend policy files and sends |
2006-07-28 |
kfraser |
10843:4f6d858ea570 |
[PCI] Per-device permissive flag (replaces global permissive flag). |
2006-07-28 |
kfraser |
10842:4c97599398fe |
[PCI] Allow per-device configuration for fine-grained control over PCI |
2006-07-28 |
kfraser |
10841:7ee2c02c6db0 |
[LINUX] Clean up reboot.c suspend handling. |
2006-07-28 |
kfraser |
10840:e5c84586c333 |
MErge with xenppc-unstable-merge.hg |
2006-07-27 |
Hollis Blanchard |
10839:1eb42266de1b |
[powerpc] implement per-cpu data areas, based on x86 code |
2006-07-27 |
Hollis Blanchard |
10838:1fc28f62e0ed |
[powerpc] implement page_is_removable() |
2006-07-26 |
Jimi Xenidis |
10837:15e4b258a69a |
[powerpc] more register information in the register dump. |
2006-07-26 |
Jimi Xenidis |
10836:80e2c1b3f9b1 |
[powerpc] domain building fixes for linux kexec model |
2006-07-13 |
Jimi Xenidis |
10835:a4ab169ee850 |
[powerpc] Handle 2 forms of NULL guest handle |
2006-07-13 |
Jimi Xenidis |
10834:fcef9a741e1d |
[powerpc] xencomm: print function names so we can tell which one failed |
2006-07-28 |
kfraser |
10833:158db2446071 |
Merge with xen-ia64-unstable.hg. |
2006-07-27 |
awilliam |
10832:2d73714911c2 |
merge with xen-unstable.hg |
2006-07-27 |
awilliam |
10831:199d53efd029 |
[IA64] IO ports for driver domains. |
2006-07-27 |
awilliam |
10830:14f8c17c9808 |
[IA64] warning fix |
2006-07-27 |
awilliam |
10829:7be1cfe8345b |
[IA64] iomem support for driver domains. |
2006-07-27 |
awilliam |
10828:48d7d00e69e5 |
[IA64] include asm/vhpt.h in ivt.S |
2006-07-27 |
awilliam |
10827:e917cda4b0a8 |
[IA64] remove a debug message |
2006-07-27 |
awilliam |
10826:0f6baad3b842 |
[IA64][qemu] add changes lost from xen-ia64 cset 10570 |
2006-07-27 |
awilliam |
10825:a59843bb699e |
[IA64] Remove unused contig mem flag for VTi |
2006-07-26 |
awilliam |
10824:254c090854de |
merge with xen-unstable.hg for tools/ioemu build fix |
2006-07-26 |
awilliam |
10823:21918b22746e |
merge with xen-unstable.hg |
2006-07-26 |
awilliam |
10822:4e7318b0c1e0 |
[IA64] nasty bug fix |
2006-07-26 |
awilliam |
10821:4ebb9c91c886 |
[IA64] linux without SMP |
2006-07-26 |
awilliam |
10820:86e5d8458c08 |
[IA64] live migration |
2006-07-26 |
awilliam |
10819:e585c2dade14 |
[IA64] increase buffer size in panic_domain(). |
2006-07-25 |
awilliam |
10818:97cc7ed90061 |
[IA64] fix merge error with xen-unstable.hg |
2006-07-25 |
awilliam |
10817:f7b43e5c42b9 |
merge with xen-unstable.hg |
2006-07-25 |
awilliam |
10816:2db50529223e |
[IA64] remove unnecessary panic_domain() declarations |
2006-07-24 |
awilliam |
10815:47fc48740d45 |
[IA64] Support domU coredump on ia64 |
2006-07-24 |
awilliam |
10814:c8bc76d877e0 |
[IA64] Fix fetch code method when FP fault occurs @VTi side |
2006-07-24 |
awilliam |
10813:8d501f39286c |
[IA64] vDSO paravirtualization: paravirtualize vDSO |
2006-07-24 |
awilliam |
10812:614deef19299 |
[IA64] vDSO paravirtualization: import linux files |
2006-07-24 |
awilliam |
10811:70ee75d5c12c |
[IA64] ivt.S cleanup |
2006-07-19 |
awilliam |
10810:b2abc70be89e |
[IA64] Revert xen-ia64-unstable.hg cset 10685 |
2006-07-14 |
awilliam |
10809:e61bb865ec74 |
[IA64] optimize entry and exit path |
2006-07-14 |
awilliam |
10808:c4af6e854010 |
[IA64] xencons command line parameter is now an integer |
2006-07-14 |
awilliam |
10807:4834d1e8f26e |
[IA64] optimize vpsr |
2006-07-12 |
awilliam |
10806:000789c36d28 |
[IA64] do not purge vhpt when emulation itr |
2006-07-12 |
awilliam |
10805:6703fed8870f |
[IA64] enable acceleration of external interrupt |
2006-07-11 |
awilliam |
10804:79a5833d1266 |
[IA64] change default to use xencons, disable dom0 serial driver |
2006-07-11 |
awilliam |
10803:9e12c09a0089 |
[IA64] fix usage of ia64_xen_vector |
2006-07-11 |
awilliam |
10802:306d7857928c |
[IA64] Save & restore. |
2006-07-11 |
awilliam |
10801:dab0a5650e6d |
[IA64] Creates tools/libxc/ia64 directory. |
2006-07-10 |
awilliam |
10800:dc26ac2f7718 |
[IA64] don't change NaTPAGE into WB |
2006-07-10 |
awilliam |
10799:d7a511069a32 |
[IA64] remove duplicated console_endboot(). |
2006-07-10 |
awilliam |
10798:bdc0258e162a |
[IA64] fix vcpu_itr_i(), vcpu_itr_d() and vcpu_flush_tlb_vhpt_range() callers |
2006-07-10 |
awilliam |
10797:7538ae7ea365 |
[IA64] clean up linux-xen/tlb.c compiler warnings |
2006-07-10 |
awilliam |
10796:e5c7350b8cbb |
[IA64] clean up pal_emul.c compiler warnings |
2006-07-10 |
awilliam |
10795:8ad37880564d |
[IA64] emulate PAL_HALT_LIGHT on domU |
2006-07-09 |
awilliam |
10794:a1482fd74530 |
[IA64] replace lost linux-null files |
2006-07-09 |
awilliam |
10793:97c290c7b015 |
[IA64] merge in INIT patches |
2006-07-06 |
awilliam |
10792:efdfbb40db3f |
[IA64] INIT hadler for support coredumping feature |
2006-07-06 |
awilliam |
10791:00f20f7c0e23 |
[IA64] Add mca_asm, mca into Makefile |
2006-07-06 |
awilliam |
10790:80dbb6c5862b |
[IA64] Modify mca.c for Xen/ia64 INIT support |
2006-07-06 |
awilliam |
10789:7c6c400f5a7d |
[IA64] Add mca.c |
2006-07-06 |
awilliam |
10788:ac6f34b44e3f |
[IA64] #ifdef out unused mca_asm.S code |
2006-07-06 |
awilliam |
10787:7f4ec81761cf |
[IA64] Add mca_asm.S to linux-xen |
2006-07-06 |
awilliam |
10786:d6b6d3defe81 |
[IA64] Fix MINSTATE_GET_CURRENT |
2006-07-06 |
awilliam |
10785:446402805fd9 |
[IA64] Fix MINSTATE_START/END_SAVE_MIN_PHYS for INIT handler |
2006-07-06 |
awilliam |
10784:be1b7896c203 |
[IA64] add unw_init_from_interruption() |
2006-07-06 |
awilliam |
10783:80e04aa530b8 |
[IA64] Fix LOAD_PHYSCAL macro |
2006-07-06 |
awilliam |
10782:ac110157c19d |
[IA64] Move asmmacro.h to linux-xen |
2006-07-06 |
awilliam |
10781:59b142b0884e |
[IA64] Fix GET_THIS_PADDR |
2006-07-06 |
awilliam |
10780:b58e767fafb3 |
[IA64] Fix GATE_ADDR for ia64_do_show_stack() |
2006-07-06 |
awilliam |
10779:9ec05cd1e873 |
[IA64] add IA64_MCA_CPU_INIT_STACK_OFFSET |
2006-07-07 |
awilliam |
10778:50ed5c116b4d |
[IA64] Enable FW accleration for VTi |
2006-07-07 |
awilliam |
10777:63595abd80c5 |
[IA64] separate mapped_regs and vpd, handle various page size |
2006-07-07 |
awilliam |
10776:7c8955f73b18 |
[IA64] Force make symbolic link when make xen |
2006-07-06 |
awilliam |
10775:f24993f27cc4 |
[IA64] ia64 softirq clean ups. |
2006-07-06 |
awilliam |
10774:3041cac985d6 |
[IA64] build warning fix |
2006-07-06 |
awilliam |
10773:49cea8b66d4a |
[IA64] Bug fix: DOM0_GETMEMLIST: do not return -EINVAL in case of success! |
2006-07-05 |
awilliam |
10772:2b815d9acdea |
merge with xen-unstable.hg |
2006-07-05 |
awilliam |
10771:26dae1c72cd9 |
[IA64] rewrite rfi emulation |
2006-07-05 |
awilliam |
10770:72caf2612e52 |
[IA64] fix domain_flush_vtlb_all() |
2006-07-05 |
awilliam |
10769:37c8b562a8f1 |
[IA64] more tlb flush when vcpu migration between pcpu. |
2006-07-05 |
awilliam |
10768:8dc4af3f192c |
[IA64] Implement and use DOM0_DOMAIN_STEUP. |
2006-07-03 |
awilliam |
10767:f7132169c2bf |
[IA64] add the definition of __cacheline_aligned and its variants |
2006-07-03 |
awilliam |
10766:75b4a0ff27b8 |
[IA64] fix console_start_sync() undefined warning |
2006-07-03 |
awilliam |
10765:6d8136d0b302 |
[IA64] allow vcpu to move between pcpus |
2006-07-03 |
awilliam |
10764:93e8817694ab |
[IA64] sync console before reset |
2006-07-03 |
awilliam |
10763:f4eb1e5cc9e7 |
[IA64] A few clean ups in __xen_create/destroy_contiguous_region. |
2006-07-03 |
awilliam |
10762:e448723613ab |
[IA64] Clean up unused functions |
2006-07-03 |
awilliam |
10761:aa8257def6dc |
[IA64] Emulate PAL_HALT_LIGHT |
2006-07-03 |
awilliam |
10760:dad1f890aca5 |
[IA64] update VTI Readme file |
2006-07-03 |
awilliam |
10759:550786d7d352 |
[IA64] privop_stat.c |
2006-07-03 |
awilliam |
10758:75b23b6a7cb7 |
[IA64] Fix a typo. |
2006-07-28 |
chris |
10757:f2eb2089c9eb |
[qemu] Fix reads on unreported memory addresses. |
2006-07-27 |
kfraser |
10756:5848356af8da |
Revert previous changeset. Needs more review. |
2006-07-27 |
kfraser |
10755:b40cb6db44e4 |
[NET] back: Replace netif->active with netif_carrier_ok |
2006-07-27 |
kfraser |
10754:4782114d0713 |
[NET] back: Make use of the simplicity of tasklets in net_rx_action |
2006-07-27 |
kfraser |
10753:3c95a8ed22d0 |
[NET] front: Zero gso features/pad |