age |
author |
revision |
description |
2006-11-28 |
kfraser |
12622:7826e5482d42 |
[XEN] Add emulator tracing diagnostic on error path. |
2006-11-28 |
Ewan Mellor |
12621:1c51c580dc05 |
Bump xend_config_format to 3, to indicate that the lifecycle patches are |
2006-11-28 |
kfraser |
12620:5c47222b60dc |
[HVMLOADER] acpi: Implement an acpi_rsdp_get() function that searches |
2006-11-28 |
kfraser |
12619:4666710bfc55 |
[BLKTAP] Use lartge enough types to express parameters of large block devices. |
2006-11-28 |
kfraser |
12618:99878f3f74ee |
[HVM][SVM] Allows 64bit HVM AMD-V Linux guests to boot. |
2006-11-28 |
kfraser |
12617:7cb4376044b5 |
[QEMU] pci: Unaligned config read/write overflow |
2006-11-28 |
kfraser |
12616:b08e7ed94991 |
[XENOPROFILE] fix shared_xenoprof_page_with_guest() and cleanup. |
2006-11-28 |
Ewan Mellor |
12615:bbcaa0cad3d2 |
Added xm list --state option, to select VMs with a particular state. Make |
2006-11-28 |
Ewan Mellor |
12614:723dbe1fc751 |
Do not display -1 as the domid when a VM is not running -- simply leave the |
2006-11-28 |
Tim Deegan |
12613:4cd39f7f090d |
[XEN] Clear just the _PAGE_RW bit when shooting writeable mappings |
2006-11-28 |
kfraser |
12612:0af1ba62a14b |
merge |
2006-11-28 |
kfraser |
12611:b75574cb80a3 |
[HVM] Add/fix access rights and limit checks to INS/OUTS emulation |
2006-11-28 |
kfraser |
12610:519a74928bd4 |
[HVM] Non-flat protected mode HVM support. |
2006-11-28 |
kfraser |
12609:62b0b520ea53 |
[HVM] Fix MSR access code. |
2006-11-28 |
Ewan Mellor |
12608:fa8b2059c5d8 |
Fix missing import. |
2006-11-28 |
Ewan Mellor |
12607:7a5246955bef |
Don't bail if the VM renaming at the end of saving doesn't succeed -- we |
2006-11-28 |
Ewan Mellor |
12606:ee70bf177981 |
Added configuration for authentication through Xen-API -- it can now be set |
2006-11-28 |
Ewan Mellor |
12605:018af1c94a5e |
Fix log message. |
2006-11-28 |
Ewan Mellor |
12604:6206685650f5 |
Implement an "allowed hosts" mechanism for the XML-RPC server layer, using |
2006-11-28 |
Tim Deegan |
12603:b4baf35cff11 |
[XEN] Remove valid_mfn(). |
2006-11-28 |
Tim Deegan |
12602:658b9c47db98 |
[XEN] Don't unpin old shadow top levels until the new ones are pinned. |
2006-11-27 |
Ewan Mellor |
12601:3b961863062d |
Cope with non-integer domids (i.e. None) in the error message surrounding |
2006-11-27 |
kfraser |
12600:9d6bc06919e0 |
[HVM] Re-introduce the 'apic' configuration option, default to 1. |
2006-11-27 |
kfraser |
12599:93e657836d07 |
[XEN] Remove VALID_MFN(); replace uses with mfn_valid(). |
2006-11-27 |
Ewan Mellor |
12598:445db3980f61 |
When suspending and resuming, look up the managed path using the domain's UUID. |
2006-11-27 |
Ewan Mellor |
12597:1c09d1d195e7 |
Don't send the old state string for halted domains -- it doesn't make any |
2006-11-27 |
Ewan Mellor |
12596:ca01484e4e8c |
Reset the domain name after the save completes. This is necessary, now that |
2006-11-27 |
Ewan Mellor |
12595:7c0f72918cec |
Add xm resume to the commands list. |
2006-11-27 |
kfraser |
12594:2ae4e4e89d6d |
[XEN] Cleanups to phys/mach address handling. |
2006-11-27 |
Ian Campbell |
12593:c242b6d6a64a |
[LINUX] Import kasprintf patch from upstream. |
2006-11-27 |
Ian Campbell |
12592:aaaa249e6f3b |
[LINUX] Update to Linux 2.6.16.32 |
2006-11-27 |
Ian Campbell |
12591:447ac06f74d3 |
[LINUX] Update to Linux 2.6.16.31 |
2006-11-27 |
Ian Campbell |
12590:a5aadc4c6bb6 |
[LINUX] Update to 2.6.16.30. |
2006-11-27 |
kfraser |
12589:277bdeee88f8 |
[NET] back: Fix DPRINTK message. |
2006-11-27 |
Ewan Mellor |
12588:57422757b04c |
Fix typo. |
2006-11-27 |
Ewan Mellor |
12587:dc1c8ae0a87a |
Do not bother waiting for the old HttpServer and UnixHttpServer threads when |
2006-11-27 |
kfraser |
12586:b6c6a1efbfaf |
[HVM] Move IOAPIC ID back to 0x00. Shift LAPIC IDs to 0x01 upwards. |
2006-11-27 |
kfraser |
12585:63786d35bc48 |
[HVM] Fix 8259 ELCR masks. |
2006-11-27 |
kfraser |
12584:5e70a5184746 |
[XENOPROFILE] removed unused gmaddr argument. |
2006-11-27 |
kfraser |
12583:d9c8a18624fb |
[MINIOS] Switched to new interface for HYPERVISOR_sched_op(). |
2006-11-27 |
kfraser |
12582:8795be1653c9 |
[HVM] Fix bugs in RTC alarm code. |
2006-11-27 |
kfraser |
12581:f711b87ba951 |
[QEMU] fdc: Limit sector size to 16K |
2006-11-27 |
kfraser |
12580:f3ee62b7fb52 |
[VMXASSIST] Fix the wrong order definition of ES/DS in regs structure. |
2006-11-27 |
kfraser |
12579:84c0f49de1b1 |
[PATCH] svm: fix RIP-relative addressing in invlpg emulation |
2006-11-27 |
kfraser |
12578:b0a86eda868a |
[HVM] Small fixes to mmio decoder/emulator. |
2006-11-27 |
kfraser |
12577:97c552510470 |
[MINIOS] Exports a function to have all Xen ports unbound. |
2006-11-27 |
kfraser |
12576:50467f56ed65 |
[HVM] Fix building PV-on-HVM drivers on i386. |
2006-11-26 |
kaf24 |
12575:25cb51eed511 |
Update hgignore list |
2006-11-26 |
kaf24 |
12574:4d07411c517a |
[HVM] Dynamically build ACPI-table data block. |
2006-11-26 |
kaf24 |
12573:91951de7592c |
[XEN] Fix emulator EA calculation for LODS/STOS. |
2006-11-26 |
kaf24 |
12572:e4bb22422b50 |
[XEN] Clean up EA computation in emulator. |
2006-11-26 |
kaf24 |
12571:d37b210bb8a7 |
[HVM] Update VPIC device model for new interrupt delivery code. |
2006-11-24 |
kfraser |
12570:074b4b34e049 |
[HVM] VPIC (i8259) device model cleanups. |
2006-11-24 |
kfraser |
12569:cdd9e366aa59 |
[HVM] Unaligned write to a PTE is a good indication the |
2006-11-24 |
Ewan Mellor |
12568:a1441f389dc1 |
Fix vncdisplay handling. |
2006-11-24 |
Tim Deegan |
12567:d9f2de16ae5a |
[HVM] Fix hvm_copy_[to|from]_guest_virt |
2006-11-23 |
Tim Deegan |
12566:6d892ea6194d |
[VMX] Make sure that the WP bit is always set in CR0 when running SVM guests. |
2006-11-23 |
Tim Deegan |
12565:cd40792968cb |
Merge |
2006-11-23 |
Tim Deegan |
12564:2fd223c64fc6 |
[XEN] Pin l3 shadows of older x86_64 linux guests. |
2006-11-23 |
Tim Deegan |
12563:47a8bb3cd123 |
[XEN] Don't call domain_crash_synchronous() with shadow lock held. |
2006-11-23 |
Tim Deegan |
12562:7a38b70788a5 |
[XEN] Simplify the shadow hash table. |
2006-11-23 |
Tim Deegan |
12561:6f0d8434d23f |
[XEN] Use a separate struct shadow_page_info for shadow pages |
2006-11-23 |
kfraser |
12560:3127a43786d8 |
[XEN] Small ioemul cleanup. |
2006-11-23 |
kfraser |
12559:62307643804e |
[XEN] Extend emulator to fully decode ModRM and SIB bytes. |
2006-11-23 |
Ian Campbell |
12558:2d8784764b52 |
[XEN] Avoid using regparm on a typedef. |
2006-11-23 |
Ian Campbell |
12557:c98a8e2c62d1 |
[BLKFRONT] Only attempt to recover a device on resume if it was connected when |
2006-11-23 |
Steven Smith |
12556:4ddda0bbb57c |
[SVM] Make sure that the WP bit is always set in CR0 when running SVM guests. |
2006-11-22 |
kfraser |
12555:2ef0f17a9af9 |
[HVM] Update ACPI tables to reflect new PIRQ routing: |
2006-11-22 |
kfraser |
12554:a8d31d5ce258 |
[HVM] Move PCI and PCI-ISA bridge setup to hvmloader. |
2006-11-22 |
PeterJohnston |
12553:b8cc9ffda0a3 |
[QEMU] Add TCP_NODELAY to tcp connections exporting serial ports. |
2006-11-21 |
Brendan Cully |
12552:a8d2b1393b76 |
Add -p/--paused flag to xm restore. |
2006-11-17 |
jfehlig |
12551:cbbfadf7c8a5 |
The legacy apis return a value of None on success, which was being converted to a value of 'nil' in the xmlrpc response. |
2006-11-22 |
Ewan Mellor |
12550:f15b6cbb654b |
Stop the kernel and ramdisk from being nuked if the kernel_external bootloader |
2006-11-22 |
kfraser |
12549:899fb1b891a9 |
[XEN] Fix the build. |
2006-11-22 |
kfraser |
12548:40a61d01e9dc |
[HVM] Set VIOAPIC ID to a value that does not conflict with LAPIC IDs. |
2006-11-22 |
kfraser |
12547:18cd7d886949 |
[HVM] Fix instruction linear address computation. |
2006-11-22 |
kfraser |
12546:cc180acf4693 |
[TOOLS] Check for python-devel. |
2006-11-22 |
kfraser |
12545:fe5ed694b0c2 |
[IA64] Change callback_irq spec of PV-on-HVM for IPF |
2006-11-22 |
kfraser |
12544:395aa5609e6d |
[LINUX] Make xen /dev/mem aware of IA64 to use X. |
2006-11-22 |
kfraser |
12543:a3c6479c87ef |
[MINIOS] Refactored mm.c and sched.c. x86 arch specific code got moved to |
2006-11-22 |
kfraser |
12542:60b60f75a221 |
[POWERPC][LIBFS] Fix build breakage in log2 assembly. |
2006-11-22 |
kfraser |
12541:1d7d5d48fcdc |
[XENOPROFILE] Make xenoprof arch-generic with dynamic mapping/unmapping xenoprof |
2006-11-22 |
kfraser |
12540:1ef9954a2668 |
[XENOPROFILE] Update xenoprof linux side patch following Renato's comment. |
2006-11-22 |
kfraser |
12539:b63584cc9376 |
[XENOPROF] Make xenoprof of linux side arch generic with some bug fixes. |
2006-11-22 |
kfraser |
12538:2f15fce77758 |
[XENOPROFILE] Split linux-2.6-xen-sparse/arch/i386/oprofile/xenoprof.c into |
2006-11-22 |
kfraser |
12537:da5c5fc8908f |
[XENOPROFILE] Replace x86 specific code in xen/common/xenoprof.c |
2006-11-22 |
kfraser |
12536:fc11c91e5371 |
[XENOPROFILE] Move code under xen/arch/x86/oprofile to xen/common. |
2006-11-21 |
kfraser |
12535:f555a90bcc37 |
[HVM] Reworked interrupt distribution logic. |
2006-11-21 |
Ewan Mellor |
12534:b80f00215bba |
The legacy HTTP entry point for Xend remote access didn't hook the |
2006-11-21 |
kfraser |
12533:08007423788a |
[XEN] Fix potential crash in grant-table code if |
2006-11-21 |
Ewan Mellor |
12532:0747d0b11232 |
Fix iptable handling when multiple addresses have been specified. |
2006-11-21 |
Ewan Mellor |
12531:6661355c450e |
Added an xm console -q flag. |
2006-11-21 |
Ewan Mellor |
12530:00ed59a6f043 |
This is a refactored version of a previous patch that destroys external |
2006-11-21 |
Ewan Mellor |
12529:e2d593dd1689 |
A small fix to the documentation to reflect recent changes to the |
2006-11-21 |
Ewan Mellor |
12528:bc14f1e1961a |
There is a somewhat trivial issue with XendCheckpoint.py right now in |
2006-11-21 |
kfraser |
12527:0c0ef61de06b |
[BLK] Handle block devices with more than 2^32 sectors. |
2006-11-21 |
kasai takanori |
12526:82ba3c086e6c |
Add example of keyboard layout |
2006-11-27 |
awilliam |
12525:7e7846ea4ab3 |
[IA64] Idle domain doesn't need to save and restore fph |
2006-11-27 |
awilliam |
12524:b39844e292f6 |
[IA64] fix p2m table destruction |
2006-11-22 |
awilliam |
12523:0114b372dfae |
[IA64] fix a bug in vmx_send_assist_req() |
2006-11-22 |
awilliam |
12522:8254ba7c0def |
[IA64] fix paravirtualization of clone2() system call. |
2006-11-22 |
awilliam |
12521:357a3c90d67b |
[IA64] New initial memory interface for HVM on ia64 |
2006-11-20 |
awilliam |
12520:bcd2960d6dfd |
[IA64] fix broken PAL_HALT_LIGHT |
2006-11-20 |
awilliam |
12519:0699c3eff7a3 |
merge with xen-unstable.hg |
2006-11-20 |
Ewan Mellor |
12518:ea457d9d3fb2 |
Cleanup after the bootloader even if the domain building fails. |
2006-11-20 |
Tim Deegan |
12517:b0a58923fab5 |
[XEN] Update shadow audit code. |
2006-11-20 |
Tim Deegan |
12516:8ff3287f4169 |
Merge |
2006-11-20 |
Tim Deegan |
12515:0bbc1e003ef2 |
[XEN] Remove write access to new PT before discarding old shadow. |
2006-11-20 |
kfraser |
12514:c5538dc68542 |
[MINIOS] Delay enabling event delivery at start of day. |
2006-11-16 |
Jake Wires |
12513:f0ba459065d3 |
[BLKTAP] fix race between ufe_ring and blk_ring in blktap.c |
2006-11-17 |
Alastair Tse |
12512:f1d2860c5137 |
[XEND] Accomodate extra "devices" in SXP that do not have DevControllers |
2006-11-17 |
Alastair Tse |
12511:516821812322 |
[XEND] Revert changes in changeset 12328 |
2006-11-17 |
Alastair Tse |
12510:645ef4726bce |
[XEND] Fix missing domains on domU reboot. |
2006-11-17 |
kfraser |
12509:58f28e00001e |
[LIBXC] Replace API uses of size_t with ulong. |
2006-11-17 |
kfraser |
12508:726960294d4b |
[XEN] Fix build. Mercurial ate my changeset fixups. :-( |
2006-11-17 |
kfraser |
12507:781ea5017f18 |
[XEN] Restrict access to grant-mapping operations. |
2006-11-17 |
kfraser |
12506:075f4ffdbbce |
[QEMU] rtl8139: Disallow chaining above 64K |
2006-11-17 |
kfraser |
12505:51edd3c6a4d8 |
[LINUX] Add process profiling hook to timer ISR. |
2006-11-17 |
kfraser |
12504:6a26f49d3b16 |
HVM cleanups: |
2006-11-17 |
kfraser |
12503:d19b8542865b |
[HVMLOADER][VTPM] Add support for a TCG ACPI table. |
2006-11-17 |
kfraser |
12502:ca9b569ffb63 |
[OPROFILE] Add support for core and core2 chips. |
2006-11-17 |
kfraser |
12501:7f7aeaa0cba6 |
[HVMLOADEr] Reserve MMIO 0xa0000 to 0xc0000 in ACPI dsdt. |
2006-11-17 |
kfraser |
12500:729a6231de35 |
[TOOLS] Provide common LFS CFLAGS/LDFLAGS additions in Rules.mk. |
2006-11-17 |
kfraser |
12499:b631e7885b5f |
[MINIOS] Refactor spinlock header for multi-arch support. |
2006-11-17 |
kfraser |
12498:ba4c40353fff |
[MINIOS] Event channel hypercall update for 64-bit guests. |
2006-11-17 |
kfraser |
12497:e343f1850be0 |
[MINIOS] Move initialisation of events (masking event channels) |
2006-11-16 |
kfraser |
12496:73ef90055339 |
[XEN] Add missing #include. |
2006-11-16 |
kfraser |
12495:cf98903ebb22 |
[XEN] Scheduling hypercalls defer entry to the scheduler to softirq |
2006-11-16 |
Tim Deegan |
12494:5f7b5e5ca14b |
[HVM] Decouple the RTC from the PIT periodic timer |
2006-11-16 |
Tim Deegan |
12493:992723a0ceb1 |
[XEN] Remove redundant calls to check_for_early_unshadow() |
2006-11-16 |
Alastair Tse |
12492:fc25a6eadccd |
[XEND] Fix PCI configuration parsing and SXP output |
2006-11-16 |
kasai takanori |
12491:9c9dbc5df557 |
Add to select keyboard layout |
2006-11-16 |
Ewan Mellor |
12490:c677f4e75608 |
Fix clobbering bug when hde is specified; QEMU only supports up to hdd, but |
2006-11-16 |
kfraser |
12489:d0e9da9cc84a |
[HVM] Disallow PTE updates and MMIO accesses from hypervisor mode |
2006-11-16 |
kasai takanori |
12488:2dea3be89513 |
Fix of floppy disk configuration check |
2006-11-16 |
Ewan Mellor |
12487:cb4031c9d371 |
This patch improves an usage message about xm dump-core command. |
2006-11-16 |
Ewan Mellor |
12486:c2bc435da114 |
Fix cpu_cap option. |
2006-11-16 |
Ewan Mellor |
12485:76e5bf49cb37 |
Improve error message when trying to pause / unpause domain 0. |
2006-11-16 |
Ewan Mellor |
12484:989fd189f529 |
Fix xm migrate error message when trying to migrate domain 0. |
2006-11-16 |
kaf24 |
12483:ba84d697b1ea |
[NET] back: Fix bug in 12262:ac2097d71e06dbbf77279af10d6ae7359d921ab0. |
2006-11-16 |
kaf24 |
12482:b276ed52616a |
[IA64] Fix build breakage. |
2006-11-16 |
kaf24 |
12481:37338c405493 |
Xen trivial build fix. Oops. |
2006-11-15 |
Andrew Warfield |
12480:66a169df22c5 |
[BLKTAP] Little error handling fix to blktapctrl.c. |
2006-11-15 |
kfraser |
12479:3fa6635d04b9 |
[XEN] Various selector and callback cleanups to simplify the tools |
2006-11-15 |
kfraser |
12478:a9d2106313fa |
[BUILDER] Simplify vcpu context initialisation by pre-zeroing |
2006-11-15 |
kfraser |
12477:bda05853cf21 |
[XEN] Define remaining x86 public pointer fields as guest handles. |
2006-11-15 |
kfraser |
12476:85f331c7af76 |
[TOOLS] Rename chekc_hotplug to check_udev and fix permissions. |
2006-11-15 |
Tim Deegan |
12475:11a93cc59159 |
[XEN] Track high-water-mark of p2m map |
2006-11-15 |
Ewan Mellor |
12474:6e22ba721720 |
Add the VNC port to the output of xm list --long, if the value has been written |
2006-11-15 |
kfraser |
12473:0839db0aa611 |
[MINIOS] Add timer support. |
2006-11-15 |
kfraser |
12472:85c57682d772 |
[LIBXC] Clarify error messages to talk about allocation 'extents' |
2006-11-15 |
Steven Smith |
12471:f9ade0890e03 |
[PV-ON-HVM] Correct some out of date documentation. |
2006-11-15 |
kaf24 |
12470:fb107b9eee86 |
merge with xen-ia64-unstable.hg |
2006-11-14 |
Andrew Warfield |
12469:4d47322a7729 |
Fix breakage of blktap device strings from cset 63d1b02dad347e8feb845d8a8b482e251a478164. |
2006-11-20 |
awilliam |
12468:066094348f22 |
[IA64] Fix for queueing the MCA error logs |
2006-11-20 |
awilliam |
12467:be0d68a027fb |
[IA64] Grantcopy added to xcom_mini for netback module |
2006-11-20 |
awilliam |
12466:3ef3ac573a9a |
[IA64] eliminate redundant wakeup logic |
2006-11-20 |
awilliam |
12465:30b1325e6452 |
[IA64] counter part of 12385:bfe3f8f35e87 xen-unstable.hg. |
2006-11-15 |
awilliam |
12464:ac5330d4945a |
[IA64] Remove unecessary MCA boot messages |
2006-11-15 |
awilliam |
12463:05d227d81935 |
Merge in MCA tree |
2006-11-15 |
awilliam |
12462:344fc55eb52f |
[IA64] MCA support - Disable CPE interrupt mode for dom0 |
2006-11-15 |
awilliam |
12461:cef0cc0a3236 |
[IA64] MCA support - fix timer issue, log size issue, and limit logs to dom0 |
2006-10-29 |
awilliam |
12460:22e58b2b0b45 |
[IA64] warning fix |
2006-10-29 |
awilliam |
12459:d35c253139c2 |
[IA64] MCA support - Fix UINT64 & BOOLEAN typedefs |
2006-10-29 |
awilliam |
12458:48ad5ab86aa3 |
[IA64] MCA support - Add softirq handle for MCA |
2006-10-29 |
awilliam |
12457:8afae91f0d63 |
[IA64] MCA support - Define VIRQs for MCA |
2006-10-29 |
awilliam |
12456:fd86132cc3cd |
[IA64] MCA support - Add MCA offset entry |
2006-10-29 |
awilliam |
12455:6da8ccfa61d3 |
[IA64] MCA support - smpboot support for MCA |
2006-10-29 |
awilliam |
12454:e4213aa1b98d |
[IA64] MCA support - Add lid and percpu paddr table |
2006-10-29 |
awilliam |
12453:44119a4b46bd |
[IA64] MCA support - use xencomm to copy SAL error log |
2006-10-29 |
awilliam |
12452:5dd8306e9032 |
[IA64] MCA support - add include/asm-ia64/sal.h to sparse tree |
2006-10-29 |
awilliam |
12451:7452d58e4a3b |
[IA64] MCA support - Add sal emulation |
2006-10-29 |
awilliam |
12450:6384ff711405 |
[IA64] MCA support - Define MCA interrupt vector |
2006-10-29 |
awilliam |
12449:1464adb95681 |
[IA64] MCA support - Add binding of virq/ipi to irq |
2006-10-29 |
awilliam |
12448:efb346a02e70 |
[IA64] MCA support - Fix GET_THIS_PADDR and define log queue struct |
2006-10-29 |
awilliam |
12447:2afdc0066df6 |
[IA64] MCA support - Add percpu data physical addr mca_asm.S |
2006-10-29 |
awilliam |
12446:dc4a352d2143 |
[IA64] MCA support - interrupt.h changes for MCA support |
2006-10-29 |
awilliam |
12445:8a4c9ff5fa42 |
[IA64] MCA support - patch for MCA handler |
2006-11-14 |
awilliam |
12444:f78e499dd669 |
merge with xen-unstable.hg |
2006-11-14 |
Ewan Mellor |
12443:f026d4091322 |
Fix xm block-configure, by allowing the device ID to be unspecified inside |
2006-11-14 |
Tim Deegan |
12442:394da2dfb70d |
Speed up shadow of x86_64 Linux guests using 3 paging levels. |
2006-11-14 |
Tim Deegan |
12441:a07d6a05792e |
[XEN] Extend fix from 12403:680b37789200 to other emulation paths. |
2006-11-14 |
kfraser |
12440:bb76a76985fe |
[LINUX] x86/64: Fix backward compatibility to Xen 3.0.2. |
2006-11-14 |
George Dunlap |
12439:680b37789200 |
[XEN] Fix the "early unshadow" optimization to look at the entire pte. |
2006-11-14 |
kfraser |
12438:ade94aa072c5 |
[LINUX] Preserve flags when converting PTEs from machine to phys. |
2006-11-14 |
kfraser |
12437:9d88f224b7f1 |
[XENPERF] Pretty-print hypercall stats. |
2006-11-14 |
Tim Deegan |
12436:bcebb04c65c8 |
[XEN] Don't pass spurious reserved-bit faults to the guest |
2006-11-14 |
Tim Deegan |
12435:d6f54576ac22 |
[XEN] Don't use shadow linear maps in sh_set_toplevel_shadow() |
2006-11-14 |
kfraser |
12434:8f09c7d6bad1 |
[XEN][POWERPC] Change license on public/ headers from GPL to BSD. |
2006-11-14 |
kfraser |
12433:fa4b1c287afa |
[VMXASSIST] Remove unused variable declarations to avoid compiler warning. |
2006-11-14 |
kfraser |
12432:72560fd8e9bf |
[IA64] Fix weird behaviour when configuring >3G memory for a VTI domain. |
2006-11-14 |
kfraser |
12431:e0dc5a544ea1 |
[HVM] vlapic: More cleanups, simplifications and fixes. |
2006-11-13 |
jfehlig |
12430:5b97dafc7448 |
Add uuid to host record returned by host_get_record. libxen fails to parse the host record with this field missing. |
2006-11-09 |
john levon |
12429:2511ac1f1e21 |
Parsing 'df' output is extremely non-portable. Replace with a direct statvfs(). |
2006-11-13 |
kfraser |
12428:ad7b60a1db8c |
[XEN] Emulate IN/OUT instructions with full guest GPR context. |
2006-11-14 |
awilliam |
12427:c10d4c6df482 |
[IA64] remove ASSERT in vmx_init.c |
2006-11-14 |
awilliam |
12426:7cffdb2b44c9 |
[IA64] Add CCISS driver to build config and change nbd to a module |
2006-11-13 |
awilliam |
12425:fe543184f7f9 |
[IA64] Fix xencomm for xm mem-set command |
2006-11-13 |
awilliam |
12424:169687dab774 |
[IA64] Fix HVM interrupts on IPF |
2006-11-13 |
awilliam |
12423:2b0596c8a031 |
[IA64] create minimal vlapic.h |
2006-11-13 |
awilliam |
12422:63cb737b9a24 |
merge with xen-unstable.hg |
2006-11-13 |
kfraser |
12421:9a341c6ef6ae |
[IOEMU] Simply fake-bios init of the piix4acpi device. |
2006-11-13 |
kfraser |
12420:430e06e2aa08 |
[HVM][IA64] Due to IPF Guest Firmware will enumerate PCI, shutdown in |
2006-11-13 |
kfraser |
12419:63d58674596f |
[XEN] x86-64: don't compile some unused machine check code |
2006-11-13 |
kfraser |
12418:c5ad4b36fce2 |
[XEN] x86-64: don't compile some unused MTRR code |
2006-11-13 |
kfraser |
12417:f4be07b6ad61 |
[XEN Remove a stray newline in a printk. |
2006-11-13 |
kfraser |
12416:d0eb5da1086b |
[TOOLS] Add more checks for devel packages. |
2006-11-13 |
kfraser |
12415:bfe3f8f35e87 |
[XEN] Return -ENOSYS for undefined sub-functions. |
2006-11-13 |
kfraser |
12414:69388eba4c03 |
[XEN] x86-64: Since all memory is visible to Xen on x86-64, there is |
2006-11-13 |
kfraser |
12413:02899109a3ac |
[XEN] eliminate unused {g,i}dt{,_descr} |
2006-11-13 |
kfraser |
12412:3dfb2eef0f05 |
[XEN] x86-64: eliminate __GUEST_[CDS]S* |
2006-11-13 |
kfraser |
12411:c6efd6c2feaa |
[LINUX] Fix clear_fixmap(). |
2006-11-13 |
kfraser |
12410:16977bd93dbe |
[XEN] Add const to variable_test_bit() addr parm. |
2006-11-13 |
kfraser |
12409:f78bfe7bff73 |
[XEN] Get rid of many uses of domain_crash_synchronous(). |
2006-11-13 |
Ewan Mellor |
12408:38c16b375298 |
Fix handling of the entries-per-domain quota. Entries which are created by |
2006-11-13 |
kfraser |
12407:0b385df5f236 |
[VMX] A few small cleanups. |
2006-11-13 |
kfraser |
12406:f516774cbb27 |
[IOEMU] Fix Linux smp guest hangs with complaint "BUG: soft lock detected on CPU#0" |
2006-11-11 |
kaf24 |
12405:b1d436f094fa |
[PRIVCMD] Fix build warning when sizeof(long) > sizeof(int). |
2006-11-11 |
kaf24 |
12404:825be74657c3 |
[LIBFS] IA64 & PPC aren't making use of this right now, but it's silly to |
2006-11-11 |
kaf24 |
12403:d108efc94de7 |
[XENSTORED] Fix errno 'leak' in xenstored. |
2006-11-11 |
kaf24 |
12402:ddb3581f4f1c |
qemu error message for xc_domain_translate_gpfn_list() failure incorrect |
2006-11-11 |
kaf24 |
12401:fead92ec6b2d |
Fix integer overflow problem with libfsimage grub plugins. |
2006-11-11 |
kaf24 |
12400:5bdd8b5e3a1f |
[VMXASSIST] Support all data segments in mov_to_seg(). |
2006-11-10 |
kfraser |
12399:e821c15b7cfe |
[HVM] vlapic: No use of domain_crash_synchronous(). |
2006-11-10 |
kfraser |
12398:fda15861731e |
[HVM] Simplify apic dest-matching code. Refactor |
2006-11-10 |
kfraser |
12397:b7ffbec0e307 |
If domain_crash_synchronous() is called in the context of a multicall, |
2006-11-10 |
kfraser |
12396:f6b7ae6ed504 |
[LINUX] Support variable hypervisor_virt_start. |
2006-11-10 |
kfraser |
12395:ca75b51d69c7 |
[VMXASSIST] Emulate pop %ds and mov reg->{ds,es}. |
2006-11-10 |
awilliam |
12394:529b3f3fb127 |
[IA64] Guest PAL_INIT support for IPI |
2006-11-10 |
awilliam |
12393:dbfd94442e46 |
[IA64] fix merge error |
2006-11-10 |
awilliam |
12392:d6e40274f923 |
[IA64] faults.c indentation |
2006-11-10 |
awilliam |
12391:881f5b951553 |
[IA64] Remove unused function in efi.c |
2006-11-10 |
awilliam |
12390:e28beea6d228 |
[IA64] Fix time services of EFI emulation |
2006-11-10 |
awilliam |
12389:3ac52066af81 |
[IA64] Support Xen/IA64 self-grant-table-page-mapping. |
2006-11-10 |
awilliam |
12388:371d2837a1fe |
[IA64] preliminary clean up ia64 mm.c for blktap dom0 mount support. |
2006-11-10 |
awilliam |
12387:4816a891b3d6 |
[IA64] Fix SMP Windows boot failure |
2006-11-10 |
awilliam |
12386:51be39239c47 |
[IA64] fix vmx handler fault |
2006-11-10 |
awilliam |
12385:6f3b4d6b04f5 |
[IA64] fix VTI boot |
2006-11-10 |
awilliam |
12384:0361efd32d4d |
[IA64] build fixes |
2006-11-10 |
awilliam |
12383:3713ea43e636 |
[IA64] fix xencomm_handle_is_null(). |