xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-05-12 14:36:32 to 2011-05-16 10:58:54 UTC [more...]

[PATCH] build: Don't fetch tools/ioemu-dir unless needed
 2011-05-16 10:58 UTC 

[PATCH 0 of 4] RESEND Use superpages on restore/migrate
 2011-05-16 10:51 UTC  (5+ messages)
` [PATCH 1 of 4] tools: Detect superpages on domain restore
` [PATCH 2 of 4] tools: Save superpages in the same batch, to make detection easier
` [PATCH 3 of 4] tools: Introduce "allocate-only" page type for migration
` [PATCH 4 of 4] tools: Enable superpages for HVM domains by default

[PATCH] Build target to wrap dist/install in a .deb archive
 2011-05-16 10:50 UTC  (4+ messages)

Xen MMU's requirement to pin pages RO and initial_memory_mapping
 2011-05-16 10:23 UTC  (2+ messages)

what happens when a PoD page is touched?
 2011-05-16 10:05 UTC  (10+ messages)

PV networking issue in 2.6.38.6 and 2.6.39-rc7 pvops dom0 kernels
 2011-05-16  9:03 UTC  (5+ messages)
                    ` [Xen-users] "

[RFC PATCH 0/3] AMD IOMMU: Share p2m table with iommu
 2011-05-16  8:50 UTC  (6+ messages)

[RFC] [PATCH 0/2] Basic SeaBIOS support for Xen HVM
 2011-05-16  8:45 UTC  (7+ messages)
` [PATCH 1/2] Kconfig: Add option to enable support for running as a Xen HVM guests BIOS
` [PATCH 2/2] Basic support for booting directly as Xen HVM firmware
  ` [SeaBIOS] [RFC] [PATCH 0/2] Basic SeaBIOS support for Xen HVM

A simple question of CPU emulation in Xen
 2011-05-16  8:04 UTC  (8+ messages)

[PATCH 1/4] mm: Remove dependency on CONFIG_FLATMEM from online_page()
 2011-05-16  7:58 UTC  (4+ messages)

[PATCH] arch/x86/xen/setup: Fix for incorrect xen_extra_mem_start initialization ifdef CONFIG_X86_32
 2011-05-16  7:46 UTC  (3+ messages)
` [Xen-devel] "

xl/xm save -c fails - set_vcpucontext EOPNOTSUPP (was Re: xl save -c issues with Windows 7 Ultimate)
 2011-05-16  6:05 UTC 

Are there any Open Source CPU intensive workload benchmarks available ?
 2011-05-16  5:22 UTC  (2+ messages)

[xen-unstable test] 7084: tolerable FAIL
 2011-05-16  5:00 UTC 

Update on VGA Passthrough
 2011-05-15 16:34 UTC 

Linux 2.6.39 - what Xen components went in
 2011-05-15 15:51 UTC  (9+ messages)
` [Xen-devel] "
      ` [Xen-users] "

[xen-unstable test] 7083: tolerable FAIL
 2011-05-15  5:09 UTC 

[PATCH 7] MCA: simplify mce actoin, and some update of mem err handler for future SRAR extension
 2011-05-15  5:08 UTC  (5+ messages)

@How can I let one VM interrupt the running VM???@
 2011-05-15  2:42 UTC 

xl/xm save -c fails - set_vcpucontext EOPNOTSUPP (was Re: xl save -c issues with Windows 7 Ultimate)
 2011-05-14 22:15 UTC  (12+ messages)

[xen-4.0-testing test] 7082: tolerable FAIL - PUSHED
 2011-05-14 22:13 UTC 

[xen-4.0-testing test] 7081: trouble: blocked/broken/fail/pass
 2011-05-14 16:07 UTC 

[xen-unstable test] 7080: tolerable FAIL
 2011-05-14 13:09 UTC 

[xen-4.0-testing test] 7078: trouble: blocked/broken/fail/pass
 2011-05-14 10:26 UTC 

[xen-unstable test] 7077: tolerable FAIL - PUSHED
 2011-05-14  6:18 UTC 

Method of Live Migration in Xen
 2011-05-14  5:43 UTC 

[xen-4.0-testing test] 7076: regressions - trouble: blocked/broken/fail/pass
 2011-05-14  4:29 UTC 

Perfctr-Xen framework for permonace analysis
 2011-05-13 23:03 UTC  (6+ messages)

[xen-unstable test] 7075: trouble: blocked/broken/fail/pass
 2011-05-13 22:55 UTC 

[xen-4.0-testing test] 7074: trouble: blocked/broken/fail/pass
 2011-05-13 21:32 UTC 

[Xen HV PATCH] VT-d: Fix resource leaks on error paths
 2011-05-13 17:48 UTC  (2+ messages)

Xen security advisory CVE-2011-1898 - VT-d (PCI passthrough) MSI
 2011-05-13 17:35 UTC  (11+ messages)

[PATCH] Fix save.py bug
 2011-05-13 17:33 UTC  (3+ messages)

[PATCH] x86, cpuidle: remove assertion on X86_FEATURE_TSC_RELIABLE
 2011-05-13 17:16 UTC  (11+ messages)

[xen-unstable test] 7073: trouble: blocked/broken/fail/pass
 2011-05-13 16:32 UTC 

[PATCH 00 of 13] [RFC] p2m cleanups
 2011-05-13 16:28 UTC  (14+ messages)
` [PATCH 01 of 13] x86/mm/p2m: Mark internal functions static
` [PATCH 02 of 13] x86/mm/p2m: little fixes and tidying up
` [PATCH 03 of 13] x86/mm/p2m: hide the current-domain fast-path inside the p2m-pt code
` [PATCH 04 of 13] x86/mm/p2m: merge gfn_to_mfn_unshare with other gfn_to_mfn paths
` [PATCH 05 of 13] x86/mm/p2m: Make p2m interfaces take struct domain arguments
` [PATCH 06 of 13] x86/mm/p2m: paging_p2m_ga_to_gfn() doesn't need so many arguments
` [PATCH 07 of 13] x86/mm: Fix memory-sharing code's locking discipline
` [PATCH 08 of 13] x86/mm/p2m: Remove recursive-locking code from set_shared_p2m_entry()
` [PATCH 09 of 13] x86/mm/p2m: Fix locking discipline around p2m updates
` [PATCH 10 of 13] x86/mm/p2m: Fix locking discipline around p2m lookups
` [PATCH 11 of 13] x86/mm/p2m: Move p2m code in HVMOP_[gs]et_mem_access into p2m.c
` [PATCH 12 of 13] x86/mm/p2m: Fix locking discipline around log-dirty teardown
` [PATCH 13 of 13] x86/mm: dedup the various copies of the shadow lock functions

[xen-4.1-testing test] 7072: tolerable FAIL - PUSHED
 2011-05-13 15:16 UTC 

[PATCH] kexec: disable iommu and x2apic before jumping into the kdump kernel
 2011-05-13 14:32 UTC  (4+ messages)

[PATCH 0 of 8] tools: libx[cl]: support alternative HVM firmware
 2011-05-13 14:29 UTC  (11+ messages)
` [PATCH 1 of 8] tools: libxc: allow HVM firmware to be loaded at an arbitrary alignment
` [PATCH 2 of 8] tools: libxc: enable libelf logging for HVM domain builder
` [PATCH 3 of 8] tools: libxl/xl: Use "firmware" rather than "hvmloader" in API
` [PATCH 4 of 8] tools: libxl: constify parameter to libxl__abs_path
` [PATCH 5 of 8] tools: libxl: pass device model info down into HVM domain build functions
` [PATCH 6 of 8] tools: libxl: fixup error handling in libxl__build_hvm
` [PATCH 7 of 8] tools: libxl: refactor libxl__domain_firmware to choose based on device_model_version
` [PATCH 8 of 8] [RFC] tools: libxl: load SeaBIOS directly rather than via hvmloader

Interrupt issue for nic cards
 2011-05-13 14:06 UTC  (4+ messages)

[PATCH 0 of 3] Patches for PCI passthrough with modified E820 (v3) - resent
 2011-05-13 13:57 UTC  (13+ messages)
  `  "

[PATCH linux-2.6.18-xen] fix xenbus_transaction_start() hang caused by double xenbus_transaction_end()
 2011-05-13 13:49 UTC  (4+ messages)

[xen-4.0-testing test] 7071: trouble: broken/fail/pass
 2011-05-13 13:30 UTC 

[PATCH/RFC 00/14] libxl: disk configuration handling
 2011-05-13 12:56 UTC  (27+ messages)
` [PATCH 01/14] libxl: add missing copyright notices to some files
  ` [PATCH 02/14] libxl: add missing copyright notices to autogenerated files
    ` [PATCH 03/14] libxl: provide TOSTRING in libxl_internal.h and libxlu_internal.h
      ` [PATCH 04/14] libxl: make libxl_ctx_free tolerate NULL ctx argument
        ` [PATCH 05/14] libxl: disks: expose new "script" parameter for external block scripts
          ` [PATCH 06/14] libxl: disks: rename disk param "unpluggable" to "removable"
            ` [PATCH 07/14] libxl: disks: Make LIBXL_DISK_BACKEND_UNKNOWN work
              ` [PATCH 08/14] libxl: disks: new xlu_disk_parse function
                ` [PATCH 09/14] libxl: disks: commit libxlu_disk_l.[ch] flex output
                  ` [PATCH 10/14] docs: update xl-disk-configuration.txt to describe new syntax
                    ` [PATCH 11/14] xl: disks: replace config file disk spec parser with call to xlu_disk_parse
                      ` [PATCH 12/14] xl: disks: replace block-attach disk config parser with call to xlu_parse_disk
                        ` [PATCH 13/14] libxl: disks: allow specification of "backendtype=phy|tap|qdisk"
                          ` [PATCH 14/14] xl: xl block-attach -N (dry run) option

xl block-list error
 2011-05-13 12:21 UTC 

[PATCH] amd-iommu: two more __init annotations
 2011-05-13 11:01 UTC 

[PATCH] x86: add support for newest version of Intel CPUID masking
 2011-05-13 11:01 UTC 

[PATCH] x86-64: remove left over uses of .got entries
 2011-05-13 10:04 UTC 

[xen-unstable test] 7065: trouble: blocked/broken/fail/pass
 2011-05-13  8:32 UTC 

Xen dom0 network I/O scalability
 2011-05-13  7:33 UTC  (9+ messages)

[xen-4.1-testing test] 7064: regressions - FAIL
 2011-05-13  7:25 UTC 

[PATCH v3.1] xen block backend
 2011-05-13  7:06 UTC  (5+ messages)
` [PATCH] xen block backend driver
    ` [Xen-devel] "

[xen-4.0-testing test] 7063: trouble: blocked/broken/pass
 2011-05-13  3:31 UTC 

[PATCH] blkback: Fix block I/O latency issue
 2011-05-13  2:51 UTC  (3+ messages)

[linux test] 7062: tolerable FAIL - PUSHED
 2011-05-13  2:37 UTC 

[xen-unstable test] 7061: regressions - trouble: blocked/broken/fail/pass
 2011-05-13  1:47 UTC 

[PATCH v3.2] xen block backend
 2011-05-12 23:56 UTC  (2+ messages)
` [PATCH] block: xen block backend driver

<ADV> Save Time - Increase Revenue - Save Gaia with SgBrochure.com
 2011-05-12 23:16 UTC 

MULTI_mmu_update, HYPERVISOR_mmu_update and pte entry
 2011-05-12 22:41 UTC 

[xen-4.1-testing test] 7060: regressions - FAIL
 2011-05-12 20:35 UTC 

Xen Server Not Booting Up
 2011-05-12 19:33 UTC 

Patches that are going to be proposed for 2.6.40
 2011-05-12 18:53 UTC  (5+ messages)

[xen-4.0-testing test] 7059: tolerable FAIL - PUSHED
 2011-05-12 17:50 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).