| 2007-01-14 |
kaf24@localhost... | [XEN] Emulate MUL/DIV. Tweak test suite build. |
commit | commitdiff | tree | snapshot |
| 2007-01-13 |
kaf24@localhost... | [TESTS] Fix native jump to 1MB absolute address in... |
commit | commitdiff | tree | snapshot |
| 2007-01-13 |
kaf24@localhost... | [XEN] Clean up long division code, fix for C99-mandated |
commit | commitdiff | tree | snapshot |
| 2007-01-12 |
kfraser@localhost... | [XEN] 'd' key dumps both host and guest state. |
commit | commitdiff | tree | snapshot |
| 2007-01-12 |
kfraser@localhost... | Extend emulator testing. |
commit | commitdiff | tree | snapshot |
| 2007-01-12 |
Ian Campbell | [PATCH] kexec/kdump: allow zero start for crashkernel |
commit | commitdiff | tree | snapshot |
| 2007-01-12 |
kfraser@localhost... | linux: Add trivial forwarding of dma_{,un}map_page... |
commit | commitdiff | tree | snapshot |
| 2007-01-12 |
kfraser@localhost... | linux: Reduce restrictions on address width for DMA... |
commit | commitdiff | tree | snapshot |
| 2007-01-12 |
kfraser@localhost... | [MINIOS] Update __XEN_INTERFACE_VERSION__ |
commit | commitdiff | tree | snapshot |
| 2007-01-12 |
kfraser@localhost... | [LINUX] ipv6: Disable addrconf on Xen bridge device |
commit | commitdiff | tree | snapshot |
| 2007-01-12 |
kfraser@localhost... | merge |
commit | commitdiff | tree | snapshot |
| 2007-01-12 |
kfraser@localhost... | [MINIOS] Implement a network frontend driver. |
commit | commitdiff | tree | snapshot |
| 2007-01-12 |
kfraser@localhost... | [MINIOS] Fix grant-entry freelist maintenance. |
commit | commitdiff | tree | snapshot |
| 2007-01-12 |
kfraser@localhost... | [MINIOS] Support xenbus watches. |
commit | commitdiff | tree | snapshot |
| 2007-01-12 |
Alastair Tse | Make get-fields.sh really get run by bash rather than... |
commit | commitdiff | tree | snapshot |
| 2007-01-12 |
kfraser@localhost... | Fix xencomm_copy_{from, to}_guest. |
commit | commitdiff | tree | snapshot |
| 2007-01-12 |
kfraser@localhost... | [IA64]: noreturn cannot be used if function may return |
commit | commitdiff | tree | snapshot |
| 2007-01-12 |
kfraser@localhost... | x86/PAE linux: don't restrict upper half of page table... |
commit | commitdiff | tree | snapshot |
| 2007-01-12 |
kfraser@localhost... | Fix trivial bug in xentop main loop. |
commit | commitdiff | tree | snapshot |
| 2007-01-12 |
kfraser@localhost... | Add vfb config examples. |
commit | commitdiff | tree | snapshot |
| 2007-01-12 |
kfraser@localhost... | Parse Solaris VTOCs in pygrub. |
commit | commitdiff | tree | snapshot |
| 2007-01-12 |
kfraser@localhost... | [PV-on-HVM] Allow platform interrupt to be used for... |
commit | commitdiff | tree | snapshot |
| 2007-01-12 |
kfraser@localhost... | x86: properly handle LOCK prefix in privileged PV opcod... |
commit | commitdiff | tree | snapshot |
| 2007-01-12 |
kfraser@localhost... | Fix xc_ptrace() for PAE. |
commit | commitdiff | tree | snapshot |
| 2007-01-12 |
kfraser@localhost... | Fix udev check. |
commit | commitdiff | tree | snapshot |
| 2007-01-12 |
kfraser@localhost... | [XEN] Fix guest-access macros. |
commit | commitdiff | tree | snapshot |
| 2007-01-12 |
kfraser@localhost... | [XEN] Default to 80x50 VGA text console. |
commit | commitdiff | tree | snapshot |
| 2007-01-12 |
kfraser@localhost... | [LINUX] swiotlb: eliminate KM_SWIOTLB and thus the... |
commit | commitdiff | tree | snapshot |
| 2007-01-12 |
kfraser@localhost... | linux/i386: allow CONFIG_HIGHPTE on i386 |
commit | commitdiff | tree | snapshot |
| 2007-01-12 |
kfraser@localhost... | [LINUX] x86/64: Sync pagetable management with i386... |
commit | commitdiff | tree | snapshot |
| 2007-01-12 |
kfraser@localhost... | [XEN] Consistent assumption that PTEs contain MFNs... |
commit | commitdiff | tree | snapshot |
| 2007-01-12 |
kfraser@localhost... | [XEN] Replace mfn_to_page(lXe_get_pfn()) by lXe_get_page(). |
commit | commitdiff | tree | snapshot |
| 2007-01-12 |
kfraser@localhost... | [HVM] Fix timer interrupt delivery on x64 Vista. |
commit | commitdiff | tree | snapshot |
| 2007-01-11 |
kfraser@localhost... | [XEN] Add LOOP{,Z,NZ} and CBW/CWD/... emulation. |
commit | commitdiff | tree | snapshot |
| 2007-01-11 |
Ewan Mellor | This patch does the following: |
commit | commitdiff | tree | snapshot |
| 2007-01-11 |
Ewan Mellor | I added a parameter '-md' to 'runtest.sh' for running... |
commit | commitdiff | tree | snapshot |
| 2007-01-11 |
Ewan Mellor | Source a file called 'vtpm-impl.alt' if it exists. |
commit | commitdiff | tree | snapshot |
| 2007-01-11 |
Ewan Mellor | This fixes the xen-api documentation latex-compilation. |
commit | commitdiff | tree | snapshot |
| 2007-01-11 |
kfraser@localhost... | [XEN] Fix/implement JMP/CALL/RET emulation. |
commit | commitdiff | tree | snapshot |
| 2007-01-11 |
Alastair Tse | [XEND] Device update should handle SXP without 'device... |
commit | commitdiff | tree | snapshot |
| 2007-01-11 |
Alastair Tse | [XEND] Fix broken block-configure. |
commit | commitdiff | tree | snapshot |
| 2007-01-11 |
kfraser@localhost... | [XEN] Use local var instead of current->domain in two... |
commit | commitdiff | tree | snapshot |
| 2007-01-11 |
kfraser@localhost... | [HVM][VMX] Some simplifications, particularly to vmx_lo... |
commit | commitdiff | tree | snapshot |
| 2007-01-11 |
kfraser@localhost... | [XEN] More emulator fixes and emulate BSWAP. |
commit | commitdiff | tree | snapshot |
| 2007-01-11 |
Ian Campbell | [XEN] Update comments in elfnote.h interface header. |
commit | commitdiff | tree | snapshot |
| 2007-01-08 |
john.levon... | Use strstr() to look for "bimodal" string in ELF notes... |
commit | commitdiff | tree | snapshot |
| 2007-01-11 |
kfraser@localhost... | [XEN] More emulator fixes: |
commit | commitdiff | tree | snapshot |
| 2007-01-11 |
Tim Deegan | [HVM] Allow a dom to have nonsense m2p entries when... |
commit | commitdiff | tree | snapshot |
| 2007-01-10 |
Jake Wires | [BLKTAP/BLKBACK] name blktap/blkback kernel threads... |
commit | commitdiff | tree | snapshot |
| 2007-01-10 |
Emmanuel Ackaouy | [XEN] Partial fix for compat build non-portability. |
commit | commitdiff | tree | snapshot |
| 2007-01-10 |
Emmanuel Ackaouy | [XEN] 32on64: need to take multicall context into consi... |
commit | commitdiff | tree | snapshot |
| 2007-01-10 |
kfraser@localhost... | [HVM][VMX] Fix problem taking an NMI on entry/exit |
commit | commitdiff | tree | snapshot |
| 2007-01-10 |
kfraser@localhost... | [HVM] Allow PV-on-HVM callback irq to be identified... |
commit | commitdiff | tree | snapshot |
| 2007-01-10 |
kfraser@localhost... | [HVM] Remove unneeded vcpu_kick() from HPET device... |
commit | commitdiff | tree | snapshot |
| 2007-01-10 |
kfraser@localhost... | [XEN] Remove bogus BUG_ON() which breaks the build... |
commit | commitdiff | tree | snapshot |
| 2007-01-10 |
Ian Campbell | [PATCH] kexec/kdump: remove unnecessary incusion of... |
commit | commitdiff | tree | snapshot |
| 2007-01-10 |
Ian Campbell | [LINUX] Clarify comment in xen_machine_kexec_setup_reso... |
commit | commitdiff | tree | snapshot |
| 2007-01-09 |
kfraser@localhost... | [HVM] Ignore evtchn_upcall_mask and initialise to zero. |
commit | commitdiff | tree | snapshot |
| 2007-01-09 |
Ewan Mellor | Update sched-credit test to match new format from xm... |
commit | commitdiff | tree | snapshot |
| 2007-01-09 |
Ewan Mellor | This simple patch allows domains created in the xm... |
commit | commitdiff | tree | snapshot |
| 2007-01-09 |
Ewan Mellor | Add needed modules to the ramdisk if the modules exist... |
commit | commitdiff | tree | snapshot |
| 2007-01-09 |
Ian Campbell | merge |
commit | commitdiff | tree | snapshot |
| 2007-01-09 |
Ian Campbell | [XEN] Kexec: Make some variables static. |
commit | commitdiff | tree | snapshot |
| 2007-01-09 |
Ian Campbell | [XEN] Kexec: Clean up ELF note construction to avoid... |
commit | commitdiff | tree | snapshot |
| 2007-01-09 |
Ian Campbell | [LINUX] Kexec: Don't try to load an NULL image. This... |
commit | commitdiff | tree | snapshot |
| 2007-01-09 |
kfraser@localhost... | [TEST] Fix x86_emulate tests on x86/64 host. |
commit | commitdiff | tree | snapshot |
| 2007-01-09 |
kfraser@localhost... | [XEN] Emulate DAA/DAS the hard way. We cannot execute... |
commit | commitdiff | tree | snapshot |
| 2007-01-09 |
Tim Deegan | [HVM] Remove unnecessary write barriers |
commit | commitdiff | tree | snapshot |
| 2007-01-09 |
Tim Deegan | When booting via xm, only run the bootloader if it... |
commit | commitdiff | tree | snapshot |
| 2007-01-09 |
Tim Deegan | Fix xm create direct call to XendBootloader |
commit | commitdiff | tree | snapshot |
| 2007-01-09 |
Tim Deegan | Fix bootloader = "pygrub" via 'xm create'. |
commit | commitdiff | tree | snapshot |
| 2007-01-09 |
Tim Deegan | Fix auto-bootloading via 'xm create'. |
commit | commitdiff | tree | snapshot |
| 2007-01-09 |
Tim Deegan | Sniff for Solaris if not specified. This allows Solaris... |
commit | commitdiff | tree | snapshot |
| 2007-01-09 |
Tim Deegan | Pass in kernel/ramdisk settings to pygrub; if specified... |
commit | commitdiff | tree | snapshot |
| 2007-01-09 |
Tim Deegan | Fix for pygrub path on Solaris. |
commit | commitdiff | tree | snapshot |
| 2007-01-09 |
kfraser@localhost... | [XEN] Fill in some more opcode space in the emulator. |
commit | commitdiff | tree | snapshot |
| 2007-01-09 |
Ewan Mellor | Do not call refreshShutdown in XendDomain for VM-list... |
commit | commitdiff | tree | snapshot |
| 2007-01-09 |
Tim Deegan | [HVM] Fix shadow memory tracking |
commit | commitdiff | tree | snapshot |
| 2007-01-08 |
kfraser@localhost... | [XEN] Tweak x86 emulator interface. |
commit | commitdiff | tree | snapshot |
| 2007-01-08 |
Christian Limpach | [linux build] Append $XENGUEST to kernel version. |
commit | commitdiff | tree | snapshot |
| 2007-01-08 |
Ian Campbell | [XEN] Fix MAP target. |
commit | commitdiff | tree | snapshot |
| 2007-01-08 |
kfraser@localhost... | [XEN] Emulate relative near/short jumps, including... |
commit | commitdiff | tree | snapshot |
| 2007-01-08 |
kfraser@localhost... | merge |
commit | commitdiff | tree | snapshot |
| 2007-01-08 |
kfraser@localhost... | Fix signedness issue in private implementation of memmem(). |
commit | commitdiff | tree | snapshot |
| 2007-01-08 |
Tim Deegan | Merge |
commit | commitdiff | tree | snapshot |
| 2007-01-08 |
kfraser@localhost... | Update .hgignore |
commit | commitdiff | tree | snapshot |
| 2007-01-08 |
Tim Deegan | [HVM] Add expansion-ROM boot support again. |
commit | commitdiff | tree | snapshot |
| 2007-01-08 |
Christian Limpach | [linux build] Build Linux kernels with output files... |
commit | commitdiff | tree | snapshot |
| 2007-01-06 |
kaf24@localhost... | [XEN] Emulate MOV imm->reg. |
commit | commitdiff | tree | snapshot |
| 2007-01-06 |
kfraser@localhost... | [PV-on-HVM] Add definition of irq_to_evtchn_port(). |
commit | commitdiff | tree | snapshot |
| 2007-01-06 |
Emmanuel Ackaouy | [TOOLS] Improve information displayed by the xm sched... |
commit | commitdiff | tree | snapshot |
| 2007-01-05 |
Ian Campbell | [XEN] Skip over the unit in parse_size_and_unit() when... |
commit | commitdiff | tree | snapshot |
| 2007-01-05 |
kfraser@localhost... | [XEN] Fix new XCHG emulation. |
commit | commitdiff | tree | snapshot |
| 2007-01-05 |
Emmanuel Ackaouy | merge |
commit | commitdiff | tree | snapshot |
| 2007-01-05 |
Emmanuel Ackaouy | Initial support for HVM compat guests |
commit | commitdiff | tree | snapshot |
| 2007-01-05 |
Emmanuel Ackaouy | merge |
commit | commitdiff | tree | snapshot |
| 2007-01-05 |
kfraser@localhost... | [BALLOON] Ifdef some x86-specific balloon init code. |
commit | commitdiff | tree | snapshot |
| 2007-01-05 |
Emmanuel Ackaouy | Support for save and restore of compatibility guests |
commit | commitdiff | tree | snapshot |
| 2007-01-05 |
Emmanuel Ackaouy | Preliminary, likely incomplete and/or wrong, adjustment... |
commit | commitdiff | tree | snapshot |
| 2007-01-05 |
Emmanuel Ackaouy | Enable compatibility mode operation for kexec. |
commit | commitdiff | tree | snapshot |
| next |