log
graph
tags
branches
changeset
browse
direct-io.hg
log
find changesets by author, revision, files, or words in the commit message
less
more
| rev 11763:
(0)
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
tip
age
author
revision
description
2006-10-17
kfraser
11763:ed9c393b3c4f
Define -m32/-m64 in LDFLAGS for x86 builds.
2006-10-17
kfraser
11762:db3d58d30e9d
Don't use -Wunused-value. It's too aggressive with GCC4.
2006-10-17
kfraser
11761:3cc0b589c235
Added tag 3.0.3-branched for changeset 6ed4368b4a9e1924c983774c4b1a2b6baf8e98a6
2006-10-15
kfraser
11760:6ed4368b4a9e
[XENOPROF] Add a lock around the xenoprof hypercall. It mutates global state.
3.0.3-branched
2006-10-15
kfraser
11759:d30ed0e261ae
[XENOPROF] Fix limit-check overflow.
2006-10-15
kfraser
11758:8631433e5195
[SHADOW] Trivial whitespace fix to a couple of printf format strings.
2006-10-15
kfraser
11757:e321f036f603
[XEND] Check for and fail on non-existent floppy-drive file when starting HVM guest.
2006-10-15
kfraser
11756:edcd3a25a2bd
[HVM] Fix PIC IO intercept: addresses are physical, not virtual.
2006-10-13
kfraser
11755:7da100019e00
[NET] front: Do not read features from backend until it enters InitWait.
2006-10-13
kfraser
11754:efea4c3b8bcc
[NET] back: Simplify probing of new interfaces. There's no need
2006-10-13
kfraser
11753:d2f13c8b0819
[NET] front: No need to read handle field from xenstore. It's not used.
2006-10-13
kaf24
11752:49d096ef3d76
[IOEMU] Fix argument to parse_host().
2006-10-12
kfraser
11751:f14a67a35bec
[HVM][SVM] Use proper name for the K8 VM_CR MSR.
2006-10-12
kfraser
11750:d845c9522d9e
[HVM][SVM] Check if SVM is disabled by the BIOS before enabling it.
2006-10-12
kfraser
11749:dcee7eca71af
[NET] back: Copy tx_ring data before verification
2006-10-12
kfraser
11748:af1aa35265eb
[HVM] Fix resource leak in error path of AP bringup.
2006-10-12
kfraser
11747:7f6ae888fb7a
[XEN] Fix booting with dom0_mem specifying 4GB or more.
2006-10-12
kfraser
11746:d13809a631b0
Fix privcmd mmap() on 64b architectures for regions larger than 2GB.
2006-10-12
kfraser
11745:ec45c27c1500
Include resources for PV xen-platform device in ACPI DSDT.
2006-10-12
kfraser
11744:5339785f8be8
[HVMLOADER] Remove an unused variable from an SMBIOS function.
2006-10-12
kfraser
11743:5b3ec078993b
[IA64] Add support for enforcing singleshot mmap() semantics at the
2006-10-12
kfraser
11742:d2e6a7be622d
[PRIVCMD] Fix ia64 domain creation by abstracting the singleshot mapping check.
2006-10-12
Christian Limpach
11741:5297ced4d610
[xenstore] Don't create a transaction for singleton read/write operations.
2006-10-12
Christian Limpach
11740:b0ee6789e428
[xenstore] Don't limit the number of concurrent transactions for domain0 connections
2006-10-12
Tim Deegan
11739:4fdcccd22352
[XEN] Fix race in shadow invlpg
2006-10-12
kfraser
11738:bd2be8a8fc72
[NET] back: Fix inter-domain networking when using rx-copy path.
2006-10-12
kfraser
11737:fe54ba10e9ef
[NET] front: Fix error handling to correctly skip bogus frags.
2006-10-10
kaf24
11736:f7d65fb7299b
Revert 11728:30f13007be. Breaks Solaris guests.
2006-10-10
kfraser
11735:f8ddc9abf3ef
[XEND] Add missing line from changeset 11653:3b7e11cbeb940
2006-10-10
Christian Limpach
11734:4d1af7ebf676
[xend/hotplug] Remove happy gun logging.
2006-10-10
kfraser
11733:cb337b2f817b
[NET] back: Fix netif rate limiting.
2006-10-10
Ian Campbell
11732:f028e3732803
Correct check for extended-cr3 support in __xen_guest fallback code.
2006-10-09
kaf24
11731:ab85c20d33e5
[TOOLS] Fixes to miniterm serial terminal utility.
2006-10-09
kfraser
11730:fd80b7e1e333
[NET] back: Refcount fixes to vif rate-limiting code.
2006-10-09
Tim Deegan
11729:6e932f32662c
[XEN] Zero PAE shadow l3es when destroying subshadows.
2006-10-09
kfraser
11728:30f13007be3f
[XEND] No need to decompress the initrd when building a domain.
2006-10-09
kfraser
11727:411c6aca255c
[PRIVCMD] Fix trivial bug introduced in IOCTL_PRIVCMD_MMAP.
2006-10-09
kfraser
11726:e1f3af226a8e
[LINUX] Various fixes for mmapping I/O and foreign memory pages.
2006-10-09
Tim Deegan
11725:b92104e0cf08
Since shadow_update_paging_modes() will modify v->arch.hvm_vcpu.hw_cr3,
2006-10-08
kaf24
11724:a5469bf602ef
[BLKTAP] Remove bogus extra public definition of sig_handler().
2006-10-06
kfraser
11723:f071be18e85f
[BLKTAP] Fix trivial indentation snafu in previous changeset.
2006-10-06
kfraser
11722:9ab5db36c987
[BLKTAP] Fix crash at start-of-day in blktapctrld
2006-10-06
kfraser
11721:ff9746d600e9
[BLKTAP] Formatting and style cleanups to blktapctrl.
2006-10-06
kfraser
11720:7efaaae37415
[BALLOON] Replace alloc_empty_page_range with new helper alloc_empty_pages_and_pagevec.
2006-10-06
kfraser
11719:3971f49ce592
[BLK] tap: Allocate pages for foreign mappings individually rather than contiguously.
2006-10-06
kaf24
11718:34b2348dfe4b
[HVM][SVM] Revert changeset 11679:a949bd6ceb85
2006-10-05
kaf24
11717:9d0b22eb1758
[TPM] back: Allocate pages for foreign mappings individually rather than contiguously.
2006-10-05
kaf24
11716:0fe7624dde63
[NET] back: Allocate pages for foreign mappings individually rather than contiguously.
2006-10-05
kaf24
11715:0cda1a7988ee
[NET] back: Remove unused rx_mmap area. Copying happens inside Xen, so
2006-10-05
kaf24
11714:be6f5e262d84
[BLK] back: Allocate pages for foreign mappings individually rather
2006-10-05
Tim Deegan
11713:79b56c02b836
Merge
2006-10-05
Tim Deegan
11712:646a120334ef
[VMX] Remove vcpu->arch.hvm_vmx.cpu_state
2006-10-05
kfraser
11711:9dabb06c66f5
[XEN] Fix memtype accessor domctls.
2006-10-05
kfraser
11710:609b10b17bf0
[XEN] Change microcode_update function interface inside Xen.
2006-10-05
kfraser
11709:eee52c100996
[XEN] Remove unused MULTICALL_arg6, and unnecessary use of STR() macro.
2006-10-05
kfraser
11708:56fe7bbcbeaf
Make sure that if one of the intermediate steps fails, a subsequent
2006-10-05
kfraser
11707:efb8b20004b7
[XM] Fix 'xm help' when called on a command-name prefix.
2006-10-05
kfraser
11706:bf0deb09facd
[XEND] Fix pygrub when run server-side on a domain with blktap disks.
2006-10-05
kfraser
11705:b3cba293e61a
[NET] front: Fix size of grant_rx_ref[]. It should use the RX ring
2006-10-05
Christian Limpach
11704:a95dfbc8dca8
[HVM/vncserver] Implement a 'vnclisten' option to limit the interface
less
more
| rev 11763:
(0)
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
tip