age |
author |
revision |
description |
2008-01-17 |
Keir Fraser |
16775:8984cc0a1d80 |
minios: add realloc |
2008-01-17 |
Keir Fraser |
16774:8f6640070a86 |
minios: make stack size configurable |
2008-01-17 |
Keir Fraser |
16773:1101ca828ad9 |
minios: add wait_event_deadline |
2008-01-17 |
Keir Fraser |
16772:a26aee4a1522 |
minios: add trydown |
2008-01-17 |
Keir Fraser |
16771:10101bc8181f |
minios: use ASSERT for BUG_ON |
2008-01-17 |
Keir Fraser |
16770:b18f70656fdb |
minios: Add exit_thread prototype. Make sure exit_thread doesn't |
2008-01-17 |
Keir Fraser |
16769:03c2236e0089 |
minios: Add noreturn attribute to do_exit |
2008-01-17 |
Keir Fraser |
16768:e51bf624433a |
minios: Optimize IA64's get_current() |
2008-01-17 |
Keir Fraser |
16767:0a88a8fe5e97 |
Update API changelog for new feature flags. |
2008-01-17 |
Keir Fraser |
16766:be960a84e492 |
hvm: Allocate an unmapped guard page to separate ordinary low RAM |
2008-01-16 |
Keir Fraser |
16765:f17b34df974f |
amd hvm (svm): Print warning if NPT constraints on PAE are hit. |
2008-01-16 |
Keir Fraser |
16764:ec3f90599ab1 |
xenconsoled: Make slave pty raw during initialization. |
2008-01-16 |
Keir Fraser |
16763:847bc9b19c48 |
x86: New feature flag XENFEAT_mmu_pt_update_preserve_ad. |
2008-01-16 |
Keir Fraser |
16762:a66bdc82d8fa |
x86: Reserve a CPUID feature bit to advertise new |
2008-01-15 |
Keir Fraser |
16761:a407a8a51319 |
x86: Document the new MMU_PT_UPDATE_PRESERVE_AD hypercall. |
2008-01-15 |
Keir Fraser |
16760:04d3ca600f74 |
-DNDEBUG for hypervisor only |
2008-01-15 |
Keir Fraser |
16759:b953c358d0ad |
libxen: Fix function prototype. |
2008-01-15 |
Keir Fraser |
16758:d13c4d2836a8 |
Merge with ia64 tree. |
2008-01-15 |
Alex Williamson |
16757:235bef53d5bd |
[IA64] Fix security vulnerability |
2008-01-15 |
Keir Fraser |
16756:fba4e7357744 |
x86: Allow batched mmu updates which preserve accessed/dirty pte bits. |
2008-01-15 |
Keir Fraser |
16755:58dfcad8d56d |
Update version to 3.3-unstable. |
2008-01-15 |
Keir Fraser |
16754:b64be2bc7a91 |
xend: Remove hardcoded (and apparently unused) xend version. |
2008-01-15 |
Keir Fraser |
16753:e6e165f72e57 |
hvm, x86: Add QEMU BIOS menu for choosing boot device. |
2008-01-15 |
Keir Fraser |
16752:b6cc74f275fd |
blktap: factor out linux specific code |
2008-01-15 |
Keir Fraser |
16751:973221f4d9c7 |
x86: INT3 and INTO trap gates should have DPL==3. |
2008-01-13 |
Keir Fraser |
16750:45d16899a21d |
Added tag 3.2.0-rc6 for changeset 9facc624a238 |
2008-01-13 |
Keir Fraser |
16749:9facc624a238 |
Update version to xen-3.2.0-rc63.2.0-rc6 |
2008-01-12 |
Keir Fraser |
16748:533a8e6cebd0 |
x86: Fix PV PIT handler after previous changeset. |
2008-01-12 |
Keir Fraser |
16747:9862217f3c34 |
hvm: Improve in-Xen PIO emulation to better handle string PIO |
2008-01-12 |
Keir Fraser |
16746:a30aabe3c84a |
svm: Properly mask unsupported bits in CPUID_80000001_ECX. |
2008-01-11 |
Keir Fraser |
16745:51aa2f884f64 |
hvm: hpet: Tidy up hpet_to_ns_limit calculation. |
2008-01-11 |
Keir Fraser |
16744:f2b4779623d2 |
vmxassist: Emulate CLTS. |
2008-01-11 |
Keir Fraser |
16743:e4fd457a3dd5 |
x86 hvm: hvm_maybe_deassert_evtchn_irq() needs to be called early in |
2008-01-10 |
Keir Fraser |
16742:56b42d68518e |
x86_emulate: Fix near CALL/JMP <reg,mem>. Broken by c/s 16491. |
2008-01-10 |
Keir Fraser |
16741:c86025f569cb |
x86_emulate: Certain opcodes are only valid with a memory operand. |
2008-01-10 |
Keir Fraser |
16740:850ec55df0dc |
Fix network-bridge shell quoting. |
2008-01-09 |
Keir Fraser |
16739:8922a1469284 |
Added tag 3.2.0-rc5 for changeset 36bb2ab4722733d919d32e4555eb46cc6a06cb8f |
2008-01-09 |
Keir Fraser |
16738:36bb2ab47227 |
Update version to 3.2.0-rc53.2.0-rc5 |
2008-01-09 |
Keir Fraser |
16737:7e400607cdd8 |
x86_emulate: Fix handling of RIP-relative addressing. |
2008-01-09 |
Keir Fraser |
16736:f983aa8e4b26 |
vt-d: Fix print_vtd_entries walk VTd mapping table. |
2008-01-09 |
Keir Fraser |
16735:1b2be7cf0b7b |
hvm: hpet: Clamp period to sane values to prevent excessive looping in |
2008-01-09 |
Keir Fraser |
16734:b5b3e27f1af3 |
x86_emulate: Correct RIP-relative addressing offset for SHLD/SHRD with |
2008-01-09 |
Keir Fraser |
16733:4c1a0d2a318d |
Fix x86_emulate() handling of imul with immediate operands. |
2008-01-08 |
Keir Fraser |
16732:15cfd1f8fa38 |
x86: Fix a comment in get_page_type(). |
2008-01-08 |
Keir Fraser |
16731:9ff64d045e61 |
hvm: hpet: Fix overflow when converting to nanoseconds. |
2008-01-08 |
Keir Fraser |
16730:9865d5e82802 |
hvm: Fix evtchn-to-fake-pci interrupt propagation. |
2008-01-08 |
Keir Fraser |
16729:1ffa3c1335a4 |
Add a ChangeLog file |
2008-01-08 |
Keir Fraser |
16728:01adaec882d4 |
hvm: time: Fixes to 'SYNC' (no_missed_ticks_pending) timer handling. |
2008-01-08 |
Keir Fraser |
16727:66db23ecd562 |
hvm: hpet: Fix per-timer enable/disable. |
2008-01-08 |
Keir Fraser |
16726:4fcc8b64c2b5 |
x86: Fixes for S3 suspend resume: |
2008-01-08 |
Keir Fraser |
16725:25771a7c2907 |
x86, hvm: Add a perf counter for CR0.WP=0 emulation. |
2008-01-08 |
Keir Fraser |
16724:40f9dda7c5f5 |
[Xend] Fix 2 problems related to SR class |
2008-01-08 |
Keir Fraser |
16723:9d22f78d9e5a |
Merge with ia64 tree |
2007-12-30 |
Alex Williamson |
16722:7515dc56c124 |
[IA64] Sort out the XEN_IA64_OPTF_IDENT_MAP_REG[457] constants confusion |
2007-12-30 |
Alex Williamson |
16721:ecdc7b5f650b |
[IA64] Fix PV break fault handler. |
2007-12-30 |
Alex Williamson |
16720:6c0aec4604f7 |
[IA64] Fix XEN_DOMCTL_shadow_op. it should check copy_to_guest() return value. |
2007-12-30 |
Alex Williamson |
16719:3d7213deb33e |
[IA64] fix vmx_switch_rr7(). uninitialized register r3 was used. initialize it. |
2008-01-08 |
Keir Fraser |
16718:7b7700a30e52 |
Handle netdev secondary addresses and labels |
2008-01-08 |
Keir Fraser |
16717:60440a7e7a40 |
HVM vif without bridge. |
2007-12-29 |
Keir Fraser |
16716:2491691e3e69 |
Added tag 3.2.0-rc4 for changeset c5deb251b9dcece9e466a48a66d3528ca1797db4 |
2007-12-29 |
Keir Fraser |
16715:c5deb251b9dc |
Update version to 3.2.0-rc43.2.0-rc4 |
2007-12-29 |
Keir Fraser |
16714:43aab98aef60 |
vmx: Fix the 2nd argument of cpuid_count() in vmx_cpuid_intercept() |
2007-12-29 |
Keir Fraser |
16713:688e9186eed4 |
vtpm: Fix GetCapabilityOwner function |
2007-12-28 |
Keir Fraser |
16712:ad0f20f5590a |
Rename uintN_t guest handles to uintN, to avoid nameclash with uintN_t |
2007-12-28 |
Keir Fraser |
16711:62c38443e9f7 |
xentrace bug fix: data format of hvmtrace is changed. |
2007-12-28 |
Keir Fraser |
16710:c0a9b8ab631c |
vt-d: Only setup rmrr identity mappings of the assigned devices |
2007-12-28 |
Keir Fraser |
16709:19f549449cb5 |
In C99 (7.19.6.2.10), the behavior of scanf("stuff... %n", ..., &n) is |
2007-12-27 |
Keir Fraser |
16708:4624795a2346 |
hvm: copy_{to,from}_user_hvm shoudl return appropriate error codes. |
2007-12-27 |
Keir Fraser |
16707:7fbc521b07a9 |
x86, hvm, rombios: INT13 LBA48 support for disks bigger than 128GB. |
2007-12-27 |
Keir Fraser |
16706:50bd5d2c15cf |
Fix pygrub handling of many kernels |
2007-12-27 |
Keir Fraser |
16705:9bf8b152df9f |
gdbstub: Various fixes. |
2007-12-27 |
Keir Fraser |
16704:d24f457fa1af |
libxc: Fix xc_domain_bind_pt_irq(). |
2007-12-27 |
Keir Fraser |
16703:003542d9ab77 |
tapaio check return value from read() |
2007-12-27 |
Keir Fraser |
16702:9fe92a88912b |
Fix xend xenstore handling. |
2007-12-27 |
Keir Fraser |
16701:d5f0afb58589 |
vmx: Map the VLAPIC access page as mmio-direct in the p2m. This |
2007-12-27 |
Keir Fraser |
16700:e818c24cec03 |
hvm: For functions which translate virtual addresses to machine |
2007-12-27 |
Keir Fraser |
16699:1e3e30670ce4 |
hvm: Cannot use ring_3() macro on HVM guests. It does not work because |
2007-12-27 |
Keir Fraser |
16698:2324110ef2c6 |
hvm: Register fields CS,DS,ES,FS,GS,SS,etc. are all undefined during |
2007-12-22 |
Keir Fraser |
16697:717f0dce76e7 |
x86: Fix PAE build. |
2007-12-22 |
Keir Fraser |
16696:3a2ff31ac913 |
Update version to 3.2.0-rc4-pre |
2007-12-21 |
Keir Fraser |
16695:3f0f0bd3f1c1 |
hvm: More physaddrs in unsigned longs. |
2007-12-20 |
Keir Fraser |
16694:1f4b29eaf7f4 |
Added tag 3.2.0-rc3 for changeset ed79613b48817d5e0d1f9b3cf104c0e4e8b0d8cf |
2007-12-20 |
Keir Fraser |
16693:ed79613b4881 |
Update version for 3.2.0-rc33.2.0-rc3 |
2007-12-20 |
Keir Fraser |
16692:72bb96eb71a0 |
Merge with ia64 tree |
2007-12-20 |
Alex Williamson |
16691:7b7b123625d0 |
[IA64] Fix missing put_domain in XEN_DOMCTL_set_opt_feature |
2007-12-20 |
Keir Fraser |
16690:c433ebd2a9bb |
[qemu-dm] Fix debugging output in tpm tis model |
2007-12-20 |
Keir Fraser |
16689:741ecee8ccc0 |
Xend: don't check for device reuse if the device has no uname. |
2007-12-20 |
Keir Fraser |
16688:923b8dbb0fed |
Fix some build system error handling. |
2007-12-20 |
Keir Fraser |
16687:e2fa79c659e2 |
linux: Force build failure if modules build fails |
2007-12-20 |
Keir Fraser |
16686:6730dfe7ec69 |
hvm: Fix TPMD and QEMU connection |
2007-12-20 |
Keir Fraser |
16685:d0052f37363c |
ioemu: Do not close slave half of a pty. |
2007-12-19 |
Keir Fraser |
16684:f12da56acc57 |
Added tag 3.2.0-rc2 for changeset 458dc123dd02d38aaa9acb513d6f237a1c6e967e |
2007-12-19 |
Keir Fraser |
16683:458dc123dd02 |
Update version string for 3.2.0-rc23.2.0-rc2 |
2007-12-19 |
Keir Fraser |
16682:ea809f12c813 |
doc: Fix serial console command line. |
2007-12-19 |
Keir Fraser |
16681:35ab2bb25e09 |
vmx: Do not set bit 1 of FEATURE_CONTROL MSR if SMX is not supported |
2007-12-19 |
Keir Fraser |
16680:643ab64d12d5 |
tools/examples/block better use of losetup -r |
2007-12-19 |
Keir Fraser |
16679:b0c85bc56f9e |
Fix serial output of carriage return when using high-bit stream muxing. |
2007-12-19 |
Keir Fraser |
16678:e08c4cab65c8 |
xend: Fix device duplicate check. |
2007-12-19 |
Keir Fraser |
16677:ca461349620a |
xend: Fix PCI Device Configuration |
2007-12-19 |
Keir Fraser |
16676:28921e83000b |
Fix master/slave handling in xenconsoled and qemu |
2007-12-19 |
Keir Fraser |
16675:9b37cabe0485 |
xend: Indicate a resume operation |
2007-12-19 |
Keir Fraser |
16674:181483b8e959 |
hvm: Some cleanups to vlapic emulation. |
2007-12-19 |
Keir Fraser |
16673:9d447ba0c99a |
Shadow: tidy the virtual-TLB translation cache. |
2007-12-19 |
Keir Fraser |
16672:0335b9fe2f10 |
Shadow: Make gfn_t always an unsigned long. GFNs are passed around |
2007-12-19 |
Keir Fraser |
16671:7c98b9177b15 |
xentrace: Ensure virq gets sent even if we exactly hit the half water mark. |
2007-12-17 |
Alex Williamson |
16670:2900e4dacaa7 |
[IA64] xenoprof: don't modify mPSR.pp. VTi case |
2007-12-17 |
Alex Williamson |
16669:213a7029fdbc |
[IA64] xenoprof: don't modify mPSR.pp. PV case |
2007-12-17 |
Alex Williamson |
16668:57eec263d48b |
[IA64] xenoprof: various fix on linux-xen/perfmon.c |
2007-12-17 |
Alex Williamson |
16667:9a545d45b192 |
[IA64] xenoprof: fix xenoprof_handler() |
2007-12-17 |
Alex Williamson |
16666:e88253dfefdc |
[IA64] xenoprof: make xenoprofile_get_mode() vti domain aware |
2007-12-17 |
Alex Williamson |
16665:d3881629d572 |
[IA64] xenoprof: fix xenoprof_shared_gmfn() |
2007-12-15 |
Keir Fraser |
16664:d9ab9eb2bfee |
HVM: support unaligned and page-crossing writes in the shadow emulator |
2007-12-15 |
Keir Fraser |
16663:44a98411d230 |
xend: Prevent XenD touching externally managed bridges |
2007-12-15 |
Keir Fraser |
16662:257ca4017b41 |
x86: Fix e820 walk and allocator initialisation. |
2007-12-14 |
Alex Williamson |
16661:9152cf7f5b82 |
[IA64] Fix vmx_asm_thash typo |
2007-12-14 |
Alex Williamson |
16660:e6069a715fd7 |
[IA64] Fix vulnerability of copy_to_user in PAL emulation |
2007-12-14 |
Alex Williamson |
16659:a7ede5cb628a |
merge with xen-unstable.hg (staging) |
2007-12-13 |
Alex Williamson |
16658:19c2b6d2930c |
[IA64] Update README.xenia64 |
2007-12-13 |
Alex Williamson |
16657:dad1f2974d29 |
[IA64] Fix XenITP build |
2007-12-14 |
Keir Fraser |
16656:966a6d3b7408 |
SVM: Treat the vlapic's tpr as the master copy and sync the vtpr to it |
2007-12-14 |
Keir Fraser |
16655:cb0ce96c02de |
hvm: Remove duplicate assignment of __HYPERVISOR_grant_table_op in |
2007-12-14 |
Keir Fraser |
16654:136f80d21958 |
cpufreq: Always return successfully from cpufreq MSR traps |
2007-12-14 |
Keir Fraser |
16653:3ee37b6279b7 |
hvm: Remove guest-triggerable assertions from vlapic emulation. |
2007-12-14 |
Keir Fraser |
16652:301507ac350a |
xenoprof: Fix more than one events can't be sampled concurrently for Intel CPU with family equal to 6 |
2007-12-14 |
Keir Fraser |
16651:61ff9b393c83 |
acm, xend: Serialize the execution of external scripts. |
2007-12-14 |
Keir Fraser |
16650:8aa377fb1b1f |
xenoprof: flush remaining smples when sampling is stopped. |
2007-12-14 |
Keir Fraser |
16649:75b56d086b26 |
docs: Adds VT-d testing combinations and lists OS which VT-d works on. |
2007-12-14 |
Keir Fraser |
16648:a1ba468e45eb |
xsm: Implement missing functions in XSM dummy module |
2007-12-14 |
Keir Fraser |
16647:1f8797a74743 |
tools: Some fixes for 'make clean'. |
2007-12-14 |
Keir Fraser |
16646:95bb6485d29d |
xenstore size limits |
2007-12-14 |
Keir Fraser |
16645:a4fadcab5cb0 |
docs/misc/xenstore.txt minor fixes |
2007-12-13 |
Keir Fraser |
16644:8f0cbfc478d6 |
Merge with ia64 tree. |
2007-12-12 |
Alex Williamson |
16643:d90dbf72049c |
merge with xen-unstable.hg (staging) |
2007-12-12 |
Alex Williamson |
16642:be02461e9810 |
[IA64] Fix TLB purge and reload for xen heap in MCA handler |
2007-12-11 |
Alex Williamson |
16641:124f7a7f5f84 |
[IA64] Stop all cpus at panic |
2007-12-11 |
Alex Williamson |
16640:35b2c54f59d5 |
[IA64] Fix LOAD_PHYSICAL for INIT handler |
2007-12-13 |
Keir Fraser |
16639:2ebced8f8baf |
hvm: Fix mistake in timer cleanup. |
2007-12-12 |
Keir Fraser |
16638:4553bc1087d9 |
hvm: Reduce vpt.c dependencies on external timer details. |
2007-12-12 |
Keir Fraser |
16637:20898120c8f9 |
ioemu/qemu vga: save and restore vram buffer (take 2) |
2007-12-12 |
Keir Fraser |
16636:51c9755a52d5 |
Revert 16579:0884e0a5ecc33afac8d60ea09652cf436d1a33ce. |
2007-12-12 |
Keir Fraser |
16635:d54bcd738247 |
Revert a chunk of the gdbstub fixup patch. |
2007-12-12 |
Keir Fraser |
16634:514d450ad729 |
Fix gdb debugging of hypervisor. |
2007-12-12 |
Keir Fraser |
16633:f2f7c92bf1c1 |
hvm: Fix destroy_periodic_time() to not race destruction of one-shot timers. |
2007-12-12 |
Keir Fraser |
16632:686b75b31f3c |
hvm: Fix is_isa_irq_masked(). |
2007-12-12 |
Keir Fraser |
16631:23febc32fc1b |
Fix build after I removed test_assign_device from domctl union. |
2007-12-12 |
Keir Fraser |
16630:ef83b50fc4a4 |
vt-d: Test device assignability in xend, but defer actual assignment to qemu-dm. |
2007-12-12 |
Keir Fraser |
16629:5a451d2c36bc |
hvm: MTRR MSRs save/restore support. |
2007-12-12 |
Keir Fraser |
16628:8ae3f083490a |
vt-d: Clean up hypervisor logging. |
2007-12-12 |
Keir Fraser |
16627:ca077fa59206 |
docs: vtd.txt doc change |
2007-12-12 |
Keir Fraser |
16626:12cf63d3e4a2 |
ia64, xend: Close nvram file when rebooting HVM domain |
2007-12-12 |
Keir Fraser |
16625:7b4e560d6caf |
xend: Fix cleanup_domains() for suspending managed domains |
2007-12-12 |
Keir Fraser |
16624:e502e8308e46 |
tools: Fix distutils installation of xsview. |
2007-12-12 |
Keir Fraser |
16623:7441ee9013bf |
tools: Use os.system instead of exec to start xentop. |
2007-12-12 |
Keir Fraser |
16622:38febeb3033f |
tools: Remove references to USB paravirt driver. Doesn't affect qemu usb args. |
2007-12-12 |
Keir Fraser |
16621:309141220822 |
Add missing file from previous changeset. |
2007-12-12 |
Keir Fraser |
16620:96cdf88ba9ff |
docs: Adjust revision number in Xen-API document and introduce revision history. |
2007-12-12 |
Keir Fraser |
16619:433f6a6a862a |
xend, acm: Extend Xen-API with function to reset the policy |
2007-12-12 |
Keir Fraser |
16618:dad243d08849 |
Fix domctl GCC dependency |
2007-12-12 |
Keir Fraser |
16617:0884e0a5ecc3 |
ioemu/qemu vga: save and restore vram buffer |
2007-12-10 |
Keir Fraser |
16616:4054cd60895b |
ioemu: Include mouse dz in xenfb event packet |
2007-12-10 |
Keir Fraser |
16615:d9cd502d8df2 |
xm-test: Don't run security test if ACM is not enabled. |
2007-12-10 |
Keir Fraser |
16614:40812c9d96e7 |
x86: avoid LOCK prefix in some cases where it's not necessary. |
2007-12-10 |
Keir Fraser |
16613:d4d3b2f1714d |
x86: eliminate (unused) return value from exception handling routines |
2007-12-10 |
Keir Fraser |
16612:8d5517355aa8 |
Avoid duplication of domainID in messages. |
2007-12-10 |
Keir Fraser |
16611:38a45b7c6cb5 |
init_heap_pages() can be static. |
2007-12-10 |
Keir Fraser |
16610:207ad1afe9bb |
x86: Clean up boot/wakeup code. |
2007-12-08 |
Keir Fraser |
16609:d571fb2a1c0d |
Fix XEN_EXTRAVERSION and shorten so it fits on a single line after |
2007-12-08 |
Keir Fraser |
16608:47efaa78e3ac |
Revert 16560:822d4ec5cfb1. |
2007-12-08 |
Keir Fraser |
16607:5db00aad6b40 |
Start development for 3.2.0-rc2. |
2007-12-08 |
Keir Fraser |
16606:f7e7520fd1b1 |
Added tag 3.2.0-rc1 for changeset 1f0c6e0d74a4 |
2007-12-08 |
Keir Fraser |
16605:1f0c6e0d74a4 |
Update Xen version to 3.2.0-rc13.2.0-rc1 |
2007-12-08 |
Keir Fraser |
16604:01c9b2b3118a |
hvm stdvga: Do not emulate PIO reads inside Xen. They should be rare |
2007-12-08 |
Keir Fraser |
16603:c3286cb2fc59 |
xm-test, acm: fixes an API call due to recent changes. |
2007-12-08 |
Keir Fraser |
16602:180e4a77e805 |
qemu 16550 uart: Fast-drop bursts of transmitted characters to avoid |
2007-12-07 |
Keir Fraser |
16601:d4a3479e68ce |
x86: Respect e820 map even below 16MB. |
2007-12-07 |
Keir Fraser |
16600:35890b260971 |
x86: Change proliant io emulation stub to use pushf/popf instead of pushfw/popfw. |
2007-12-07 |
Keir Fraser |
16599:a74efcdc87b3 |
vmx realmode: Fix exception delivery w.r.t. in-flight I/O. |
2007-12-07 |
Keir Fraser |
16598:822d4ec5cfb1 |
tools: Rationalise library soname versions. |
2007-12-07 |
Keir Fraser |
16597:98e9485d8fcf |
hvm: Clean up AP initialisation. This allows AP bringup into emulated |
2007-12-07 |
Keir Fraser |
16596:c0f7ba3aa9b2 |
ioemu: Include termios.h and sys/ioctl.h to get TIOCM_* definitions. |
2007-12-07 |
Keir Fraser |
16595:8e6c01aef56d |
xm: Fix help messages of xm vcpu-list/uptime |
2007-12-07 |
Keir Fraser |
16594:14830da3fa9d |
[IOEMU] Correct hu keymap definitions |
2007-12-07 |
Keir Fraser |
16593:c1012765c760 |
[IOEMU] Add latin2 key symbol definitions. |
2007-12-07 |
Keir Fraser |
16592:ec61ca6cd55b |
Fix ioemu compile: serial.c was including a Linux-specific header. |
2007-12-06 |
Keir Fraser |
16591:b240698146a2 |
x86: Remove bogus variables on construct_dom0() |
2007-12-06 |
Keir Fraser |
16590:4dd302c8d59c |
ia64: Fix build after buf_ioreq struct change. |
2007-12-06 |
Keir Fraser |
16589:cfdbdca5b831 |
libxc: Interface has changed a bit since Xen 3.1, so bump the major |
2007-12-06 |
Keir Fraser |
16588:381781af1d5a |
hvm: buffered_ioreq does not need a 'df' field. Add explicit bitfield |
2007-12-06 |
Keir Fraser |
16587:baf90ee3c1da |
32-on-64: Fixes to previous changeset. |
2007-12-06 |
Keir Fraser |
16586:cd5e1e76d0bc |
32-on-64: Fix domain address-size clamping, implement |
2007-12-06 |
Keir Fraser |
16585:3221dff4b460 |
ACM: Recover if XML policy representation is missing. |
2007-12-06 |
Keir Fraser |
16584:3df07c94c9aa |
xm-test: An additional ACM security test case for the test suite. |
2007-12-06 |
Keir Fraser |
16583:0f9b5ab59579 |
hvm: Split no_missed_tick_accounting into two modes: |
2007-12-06 |
Keir Fraser |
16582:d7a0a73e5dca |
xc ptrace: Fix a couple of bugs in page-table walking. |
2007-12-06 |
Keir Fraser |
16581:46776e65e679 |
[XEN, 32on64]: Correct continuation translation for large |
2007-12-06 |
Keir Fraser |
16580:1936e6a79f85 |
x86: Fix management support on HP ProLiant systems. |
2007-12-06 |
Keir Fraser |
16579:90f02ca76244 |
qemu-dm: Limit transmit retries from virtual UART FIFO. |
2007-12-05 |
Keir Fraser |
16578:8ba08f2244b2 |
xenstore: expanding_buffer variables are supposed to be static. Apart |
2007-12-05 |
Keir Fraser |
16577:46af6ec3ae4e |
Check block file existence. |
2007-12-05 |
Keir Fraser |
16576:f0ac46de680c |
[QEMU-DM] Upgrade emulated UART to 16550A. |
2007-12-05 |
Keir Fraser |
16575:bf21e00155b7 |
[QEMU-DM] Modem control line & msl/mcr register support. |
2007-12-05 |
Keir Fraser |
16574:89e7031e153c |
hvm: Initialize vlapic->timer_last_update. |
2007-12-05 |
Keir Fraser |
16573:c67d024fdd2d |
x86_64: Do not leak trampoline mapping into dom0's initial address space. |
2007-12-05 |
Keir Fraser |
16572:671ef298d491 |
xenstore: document the xenstore protocol |
2007-12-05 |
Keir Fraser |
16571:b6fb8b4dc261 |
xenstore-ls -f for find(1)-like output |
2007-12-05 |
Keir Fraser |
16570:b47849b774f1 |
xenstore: deprecating but \-quoting binary data. |
2007-12-05 |
Keir Fraser |
16569:32237d8517b1 |
vt-d: Use bitmap to solve domain-id limitation issue. |
2007-12-05 |
Keir Fraser |
16568:fda41d46a6a3 |
PV-on-HVM: Fix build for RHEL/SLES. |
2007-12-05 |
Keir Fraser |
16567:0974e59dd744 |
xm: Fix help message of xm info. |
2007-12-05 |
Keir Fraser |
16566:6d879bb3f6f0 |
x86_emulate: EFLAGS.PF only reflects least-significant byte of result, |
2007-12-05 |
Keir Fraser |
16565:e39931a314c8 |
[USER GUIDE] [ACM/sHype Update] User Guide Update for sHype/Xen |
2007-12-05 |
Keir Fraser |
16564:1b863ae2bf1e |
blktap: cleanups for *BSD. |
2007-12-05 |
Keir Fraser |
16563:eb4aa1a07e21 |
Fix help message of on_xend_stop |
2007-12-05 |
Keir Fraser |
16562:3dc3a5feeb60 |
x86: Sync cpu/common.c with Linux 2.6.18. |
2007-12-05 |
Keir Fraser |
16561:9cc381efbc29 |
x86 domain builder: Propagate x86_compat return code. |
2007-12-05 |
Keir Fraser |
16560:54482c56e435 |
Implement legacy XML-RPC interface for ACM commands. |
2007-12-05 |
Keir Fraser |
16559:5255eac35270 |
Implement legacy XML-RPC interface for ACM commands. |
2007-12-04 |
Keir Fraser |
16558:a583f3a7eafc |
Revert 16498:d2bef6551c1263e457aef75ce403ba53652a803f. |
2007-12-04 |
Keir Fraser |
16557:62451388f630 |
Fix xenctl_cpumap_to_cpumask. |
2007-12-04 |
Keir Fraser |
16556:6706934cdf9d |
x86_emulate: Fix SHLD/SHRD emulation -- cannot rely on dst.orig_val |
2007-12-04 |
Keir Fraser |
16555:62717554d4cb |
docs: Fix interface manual to correctly reference |
2007-12-04 |
Keir Fraser |
16554:aa430556d33f |
Merge with ia64. |
2007-11-30 |
Alex Williamson |
16553:32ec5dbe2978 |
merge with xen-unstable.hg |
2007-11-29 |
Alex Williamson |
16552:f9ca1d8c9e65 |
[IA64] Implement guest_os_type for ia64 |
2007-11-29 |
Alex Williamson |
16551:8d5487ca222f |
[IA64] Provide backing for XEN_DOMCTL_set_opt_feature |
2007-11-29 |
Alex Williamson |
16550:1de4e5056394 |
[IA64] Create XEN_DOMCTL_set_opt_feature |
2007-11-29 |
Alex Williamson |
16549:ad5fa636bc4e |
[IA64] Create common guest_os_type domain config option |
2007-11-28 |
Alex Williamson |
16548:22f7a7a42b86 |
[IA64] Fix assign_domain_mmio_page |
2007-11-28 |
Alex Williamson |
16547:c4ed92fb0d05 |
[IA64] Only use streamlined entry/exit for xen hypercall. |
2007-11-28 |
Alex Williamson |
16546:0cc58b6dfeb2 |
[IA64] vcpu_setcontext: only set cr_irr if VGCF_SET_CR_IRR flag is set. |
2007-11-26 |
Alex Williamson |
16545:98defc4f3bf9 |
[IA64] Add physical to physical data only and reverse transitions. |
2007-11-26 |
Alex Williamson |
16544:4ac315e33f88 |
[IA64] Extract debug_op.h from arch-ia64.h |
2007-12-04 |
Keir Fraser |
16543:0c234da66b4a |
x86: clean up mm.c and cache 'current' where appropriate. |
2007-12-04 |
Keir Fraser |
16542:ebfb3b26010d |
blkif interface: Add BLKIF_OP_FLUSH_DISKCACHE. |
2007-12-04 |
Keir Fraser |
16541:b1da8762f853 |
blktap: remove unused headers. |
2007-12-04 |
Keir Fraser |
16540:9ce9d43a76a2 |
tboot, xen: Update for Trusted Boot v20071128. |
2007-12-04 |
Keir Fraser |
16539:d1e1db24bd5f |
xend: Implement get_by_name_label for class XendNetwork |
2007-12-04 |
Keir Fraser |
16538:7bee812a0397 |
Fix xenmon.py to work on Solaris |
2007-12-04 |
Keir Fraser |
16537:0e8e68cfc8ac |
vt-d: Print messages when: |
2007-12-04 |
Keir Fraser |
16536:d2bef6551c12 |
xsm: Consolidate xsm processing within domain control hypercall. |