xen.git
2007-01-18 Ewan MellorAllow vcpu_avail to be specified in the configuration...
2007-01-18 Alastair TseFix get_config_value fix
2007-01-18 Ewan MellorFix get_config_value call.
2007-01-18 Tim Deegan[HVM] Save/Restore: don't clobber page types in shadow...
2007-01-18 Tim Deegan[HVM] Save/restore: Sometimes the hg changeset is not...
2007-01-18 Tim Deegan[HVM] Save/Restore: Various structures have changed
2007-01-18 Tim Deegan[HVM] save restore: shadow fix
2007-01-18 Tim Deegan[HVM] save restore: guest memory handling
2007-01-18 Tim Deegan[HVM] save restore: device model support
2007-01-16 Steven Hand[HVM] save restore: vcpu context support
2007-01-18 Tim Deegan[HVM] save restore: save restore dev in HV
2007-01-18 Tim Deegan[HVM] save restore: new hyper-call
2007-01-18 Tim Deegan[HVM] save restore: frame work
2007-01-18 Christian Limpach[linux config] enable CONFIG_SCSI_SATA_AHCI/CONFIG_BNX2...
2007-01-18 Alastair Tse[XEND] Change SrvServer to not require sockets to be...
2007-01-18 Christian Limpach[linux config] enable CONFIG_SCSI_SATA_AHCI in dom0...
2007-01-18 Christian Limpach[linux] remove gratuitous differences with plain linux.
2007-01-17 john.levon... Solaris should used a netback of type 'SUNW_mac' and...
2007-01-18 Ewan MellorAllow xend configuration via Solaris SMF as well as...
2007-01-18 Ewan MellorRename XendRoot to XendOptions.
2007-01-18 Alastair Tse[XEND] Fix order of kernel argument construction to...
2007-01-18 Tim DeeganRevert 13389; libfsimage version does not need to chang...
2007-01-17 kaf24@localhost... [XEN] Simplify CR3 switching code (remove slow path...
2007-01-17 kaf24@localhost... [XEN] Fix deferred mmu op logic.
2007-01-17 kfraser@localhost... Export XEN_TARGET_ARCH to buildconfig sub-Makefiles...
2007-01-17 kfraser@localhost... [XEN] A few emulator fixes.
2007-01-17 kfraser@localhost... [MINIOS] New make structure to support different archit...
2007-01-17 kfraser@localhost... [HVM] i8254: Fix bogus use of current
2007-01-17 kfraser@localhost... linux: Allow microcode updates of smaller than default...
2007-01-17 kfraser@localhost... Microcode does not need to have the default size of...
2007-01-17 kfraser@localhost... [XEND] Fix warning about 'cpus' option on domain creation.
2007-01-17 kfraser@localhost... Add scheduler name to 'xm info' output.
2007-01-17 kfraser@localhost... linux/i386: enhance dump_fault_path() in the highpte...
2007-01-17 kfraser@localhost... [XEN] Fix PAE writable-pte fixup to only trigger on...
2007-01-17 kfraser@localhost... Document vfb configuration.
2007-01-17 kfraser@localhost... [XEN] Include byteorder functions from Linux.
2007-01-17 Tim Deegan[LIBFSIMAGE] Fix makefile to track version number change
2007-01-16 john.levon... Remove useless fsip_fs_free(). Delegate freeing of...
2007-01-16 George Dunlap[XEN] Fix early-unshadow detection for 3- or 4-level...
2007-01-16 Steven HandEnable lazy (on-demand) allocation of memory to a guest...
2007-01-15 Steven HandRemove bogus sanity check from xc_linux_save.
2007-01-15 Steven HandComment fix.
2007-01-15 Tim Deegan[PYGRUB] Make the boot-choice timeout actually time...
2007-01-15 kfraser@localhost... [HVM] Fix calculation of address size in long mode.
2007-01-15 kfraser@localhost... [XEN] Allow stack-address-size to be specified differen...
2007-01-15 kfraser@localhost... [XEN] BSF/BSR set ZF not CF.
2007-01-15 kaf24@firebug... [MINIOS] Clean up final link stage of the build.
2007-01-15 Steven HandFix clean build after cset 13345:648e58e31c26
2007-01-14 kaf24@localhost... [XEN] Emulate BSF/BSR. Fix ARPL emulation.
2007-01-14 kaf24@localhost... [XEN] Emulate AMD-defined two-byte NOP opcodes with...
2007-01-14 kaf24@localhost... [XEN] Emulate PUSHA/POPA/ARPL/BOUND.
2007-01-14 kaf24@localhost... [XEN] Fix some e820 start-of-day issues by clipping...
2007-01-14 kaf24@localhost... [XEN] Emulate MUL/DIV. Tweak test suite build.
2007-01-13 kaf24@localhost... [TESTS] Fix native jump to 1MB absolute address in...
2007-01-13 kaf24@localhost... [XEN] Clean up long division code, fix for C99-mandated
2007-01-12 kfraser@localhost... [XEN] 'd' key dumps both host and guest state.
2007-01-12 kfraser@localhost... Extend emulator testing.
2007-01-12 Ian Campbell[PATCH] kexec/kdump: allow zero start for crashkernel
2007-01-12 kfraser@localhost... linux: Add trivial forwarding of dma_{,un}map_page...
2007-01-12 kfraser@localhost... linux: Reduce restrictions on address width for DMA...
2007-01-12 kfraser@localhost... [MINIOS] Update __XEN_INTERFACE_VERSION__
2007-01-12 kfraser@localhost... [LINUX] ipv6: Disable addrconf on Xen bridge device
2007-01-12 kfraser@localhost... merge
2007-01-12 kfraser@localhost... [MINIOS] Implement a network frontend driver.
2007-01-12 kfraser@localhost... [MINIOS] Fix grant-entry freelist maintenance.
2007-01-12 kfraser@localhost... [MINIOS] Support xenbus watches.
2007-01-12 Alastair TseMake get-fields.sh really get run by bash rather than...
2007-01-12 kfraser@localhost... Fix xencomm_copy_{from, to}_guest.
2007-01-12 kfraser@localhost... [IA64]: noreturn cannot be used if function may return
2007-01-12 kfraser@localhost... x86/PAE linux: don't restrict upper half of page table...
2007-01-12 kfraser@localhost... Fix trivial bug in xentop main loop.
2007-01-12 kfraser@localhost... Add vfb config examples.
2007-01-12 kfraser@localhost... Parse Solaris VTOCs in pygrub.
2007-01-12 kfraser@localhost... [PV-on-HVM] Allow platform interrupt to be used for...
2007-01-12 kfraser@localhost... x86: properly handle LOCK prefix in privileged PV opcod...
2007-01-12 kfraser@localhost... Fix xc_ptrace() for PAE.
2007-01-12 kfraser@localhost... Fix udev check.
2007-01-12 kfraser@localhost... [XEN] Fix guest-access macros.
2007-01-12 kfraser@localhost... [XEN] Default to 80x50 VGA text console.
2007-01-12 kfraser@localhost... [LINUX] swiotlb: eliminate KM_SWIOTLB and thus the...
2007-01-12 kfraser@localhost... linux/i386: allow CONFIG_HIGHPTE on i386
2007-01-12 kfraser@localhost... [LINUX] x86/64: Sync pagetable management with i386...
2007-01-12 kfraser@localhost... [XEN] Consistent assumption that PTEs contain MFNs...
2007-01-12 kfraser@localhost... [XEN] Replace mfn_to_page(lXe_get_pfn()) by lXe_get_page().
2007-01-12 kfraser@localhost... [HVM] Fix timer interrupt delivery on x64 Vista.
2007-01-11 kfraser@localhost... [XEN] Add LOOP{,Z,NZ} and CBW/CWD/... emulation.
2007-01-11 Ewan MellorThis patch does the following:
2007-01-11 Ewan MellorI added a parameter '-md' to 'runtest.sh' for running...
2007-01-11 Ewan MellorSource a file called 'vtpm-impl.alt' if it exists.
2007-01-11 Ewan MellorThis fixes the xen-api documentation latex-compilation.
2007-01-11 kfraser@localhost... [XEN] Fix/implement JMP/CALL/RET emulation.
2007-01-11 Alastair Tse[XEND] Device update should handle SXP without 'device...
2007-01-11 Alastair Tse[XEND] Fix broken block-configure.
2007-01-11 kfraser@localhost... [XEN] Use local var instead of current->domain in two...
2007-01-11 kfraser@localhost... [HVM][VMX] Some simplifications, particularly to vmx_lo...
2007-01-11 kfraser@localhost... [XEN] More emulator fixes and emulate BSWAP.
2007-01-11 Ian Campbell[XEN] Update comments in elfnote.h interface header.
2007-01-08 john.levon... Use strstr() to look for "bimodal" string in ELF notes...
2007-01-11 kfraser@localhost... [XEN] More emulator fixes:
2007-01-11 Tim Deegan[HVM] Allow a dom to have nonsense m2p entries when...
next