age |
author |
revision |
description |
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. |