age |
author |
revision |
description |
2007-12-30 |
Alex Williamson |
16681:ecdc7b5f650b |
[IA64] Fix PV break fault handler. |
2007-12-30 |
Alex Williamson |
16680:6c0aec4604f7 |
[IA64] Fix XEN_DOMCTL_shadow_op. it should check copy_to_guest() return value. |
2007-12-30 |
Alex Williamson |
16679:3d7213deb33e |
[IA64] fix vmx_switch_rr7(). uninitialized register r3 was used. initialize it. |
2007-12-29 |
Keir Fraser |
16678:2491691e3e69 |
Added tag 3.2.0-rc4 for changeset c5deb251b9dcece9e466a48a66d3528ca1797db4 |
2007-12-29 |
Keir Fraser |
16677:c5deb251b9dc |
Update version to 3.2.0-rc43.2.0-rc4 |
2007-12-29 |
Keir Fraser |
16676:43aab98aef60 |
vmx: Fix the 2nd argument of cpuid_count() in vmx_cpuid_intercept() |
2007-12-29 |
Keir Fraser |
16675:688e9186eed4 |
vtpm: Fix GetCapabilityOwner function |
2007-12-28 |
Keir Fraser |
16674:ad0f20f5590a |
Rename uintN_t guest handles to uintN, to avoid nameclash with uintN_t |
2007-12-28 |
Keir Fraser |
16673:62c38443e9f7 |
xentrace bug fix: data format of hvmtrace is changed. |
2007-12-28 |
Keir Fraser |
16672:c0a9b8ab631c |
vt-d: Only setup rmrr identity mappings of the assigned devices |
2007-12-28 |
Keir Fraser |
16671:19f549449cb5 |
In C99 (7.19.6.2.10), the behavior of scanf("stuff... %n", ..., &n) is |
2007-12-27 |
Keir Fraser |
16670:4624795a2346 |
hvm: copy_{to,from}_user_hvm shoudl return appropriate error codes. |
2007-12-27 |
Keir Fraser |
16669:7fbc521b07a9 |
x86, hvm, rombios: INT13 LBA48 support for disks bigger than 128GB. |
2007-12-27 |
Keir Fraser |
16668:50bd5d2c15cf |
Fix pygrub handling of many kernels |
2007-12-27 |
Keir Fraser |
16667:9bf8b152df9f |
gdbstub: Various fixes. |
2007-12-27 |
Keir Fraser |
16666:d24f457fa1af |
libxc: Fix xc_domain_bind_pt_irq(). |
2007-12-27 |
Keir Fraser |
16665:003542d9ab77 |
tapaio check return value from read() |
2007-12-27 |
Keir Fraser |
16664:9fe92a88912b |
Fix xend xenstore handling. |
2007-12-27 |
Keir Fraser |
16663:d5f0afb58589 |
vmx: Map the VLAPIC access page as mmio-direct in the p2m. This |
2007-12-27 |
Keir Fraser |
16662:e818c24cec03 |
hvm: For functions which translate virtual addresses to machine |
2007-12-27 |
Keir Fraser |
16661:1e3e30670ce4 |
hvm: Cannot use ring_3() macro on HVM guests. It does not work because |
2007-12-27 |
Keir Fraser |
16660:2324110ef2c6 |
hvm: Register fields CS,DS,ES,FS,GS,SS,etc. are all undefined during |
2007-12-22 |
Keir Fraser |
16659:717f0dce76e7 |
x86: Fix PAE build. |
2007-12-22 |
Keir Fraser |
16658:3a2ff31ac913 |
Update version to 3.2.0-rc4-pre |
2007-12-21 |
Keir Fraser |
16657:3f0f0bd3f1c1 |
hvm: More physaddrs in unsigned longs. |
2007-12-20 |
Keir Fraser |
16656:1f4b29eaf7f4 |
Added tag 3.2.0-rc3 for changeset ed79613b48817d5e0d1f9b3cf104c0e4e8b0d8cf |
2007-12-20 |
Keir Fraser |
16655:ed79613b4881 |
Update version for 3.2.0-rc33.2.0-rc3 |
2007-12-20 |
Keir Fraser |
16654:72bb96eb71a0 |
Merge with ia64 tree |
2007-12-20 |
Keir Fraser |
16653:c433ebd2a9bb |
[qemu-dm] Fix debugging output in tpm tis model |
2007-12-20 |
Alex Williamson |
16652:7b7b123625d0 |
[IA64] Fix missing put_domain in XEN_DOMCTL_set_opt_feature |