xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-04-07 07:01:56 to 2014-04-08 09:32:36 UTC [more...]

[PATCH v4 0/8] Support for running secondary emulators
 2014-04-08  9:32 UTC  (30+ messages)
` [PATCH v4 1/8] ioreq-server: pre-series tidy up
` [PATCH v4 2/8] ioreq-server: centralize access to ioreq structures
` [PATCH v4 3/8] ioreq-server: create basic ioreq server abstraction
` [PATCH v4 4/8] ioreq-server: on-demand creation of ioreq server
` [PATCH v4 5/8] ioreq-server: add support for multiple servers
` [PATCH v4 6/8] ioreq-server: remove p2m entries when server is enabled
` [PATCH v4 7/8] ioreq-server: make buffered ioreq handling optional
` [PATCH v4 8/8] ioreq-server: bring the PCI hotplug controller implementation into Xen

[PATCH 0/3] Fix grant map/unmap with auto-translated guests
 2014-04-08  9:19 UTC  (14+ messages)
` [PATCH 1/3] iommu: set correct IOMMU entries when iommu_hap_pt_share == 0
` [PATCH 2/3] amd-iommu: disable iommu_hap_pt_share with AMD IOMMUs
` [PATCH 3/3] xen: expose that grant table mappings update the IOMMU

HVM crash system on AMD APU A8-6600K
 2014-04-08  9:14 UTC  (14+ messages)

Reminder: CfP for Xen Project Developer Summit and LinuxCon NA closes May 2nd
 2014-04-08  9:10 UTC 

Xen On Cubieboard2 is stuck in "Starting kernel ..."
 2014-04-08  9:02 UTC  (6+ messages)

[xen-unstable test] 25796: tolerable FAIL - PUSHED
 2014-04-08  8:59 UTC 

[PATCH v1 1/2] X86: expose RDSEED, ADX, and PREFETCHW to pv/hvm
 2014-04-08  8:31 UTC  (4+ messages)

[V8 PATCH 0/8] pvh dom0
 2014-04-08  8:21 UTC  (25+ messages)
` [V8 PATCH 2/8] pvh dom0: construct_dom0 changes
` [V8 PATCH 5/8] pvh dom0: Add and remove foreign pages
` [V8 PATCH 7/8] pvh dom0: add check for pvh in vioapic_range

[xen-4.4-testing test] 25794: tolerable FAIL - PUSHED
 2014-04-08  7:58 UTC 

[PATCH v2 0/3] x86/AMD: feature masking adjustments
 2014-04-08  7:15 UTC  (12+ messages)
` [PATCH v2 1/3] x86/AMD: feature masking is unavailable on Fam11
` [PATCH v2 2/3] x86/AMD: support further feature masking MSRs
` [PATCH v2 3/3] x86/AMD: clean up pre-canned family/revision handling for CPUID masking

[PATCH xen v2] xen: arm: fully implement multicall interface
 2014-04-08  7:13 UTC  (11+ messages)
` [PATCH linux v2] arm: xen: implement multicall hypercall support

[PATCH v2 00/15] xen/arm: Add GICv3 support
 2014-04-08  6:35 UTC  (9+ messages)
` [PATCH v2 01/15] xen/arm: register mmio handler at runtime

[xen-4.2-testing test] 25792: regressions - FAIL
 2014-04-08  5:50 UTC 

[xen-4.3-testing test] 25791: regressions - FAIL
 2014-04-08  2:57 UTC 

[PATCH v3 0/2] xentrace: Add TRC_HVM_EMUL (was xentrace: Add TRC_HW_VCHIP or TRC_HVM_VCHIP)
 2014-04-07 22:38 UTC  (3+ messages)
` [PATCH v3 1/2] Add emacs local variables to all files changed
` [PATCH v3 2/2] xentrace: Add TRC_HVM_EMUL

[linux-3.10 test] 25793: tolerable FAIL - PUSHED
 2014-04-07 21:56 UTC 

qemu-upstream stubdom - status?
 2014-04-07 20:50 UTC 

[PATCH v8 01/10] qspinlock: A generic 4-byte queue spinlock implementation
 2014-04-07 17:51 UTC  (7+ messages)
  ` [PATCH v8 00/10] qspinlock: a 4-byte queue spinlock with PV support

[PATCH 1/2] xen/xenbus: Avoid synchronous wait on XenBus stalling shutdown/restart
 2014-04-07 17:25 UTC  (3+ messages)
  ` [PATCH 2/2] xen/manage: Poweroff forcefully if user-space is not yet up

[PATCH] xen/spinlock: Don't enable them unconditionally
 2014-04-07 17:14 UTC 

[PATCH] xen-blkback: only attach blkback if the required features are met
 2014-04-07 17:11 UTC 

Cleaning up qemu-xen with passed-through devices
 2014-04-07 16:51 UTC 

[OSSTEST PATCH 0/6] Trivial reporting improvements
 2014-04-07 16:50 UTC  (10+ messages)
` [OSSTEST PATCH 1/6] show_abs_time: break out from sg-report-flight
` [OSSTEST PATCH 2/6] TestSupport: logm: use show_abs_time
` [OSSTEST PATCH 3/6] sg-report-flight: mkdir the per-job directories
` [OSSTEST PATCH 4/6] sg-report-flight: show the job recipe and overall status
` [OSSTEST PATCH 5/6] sg-report-flight: Add some flight information
` [OSSTEST PATCH 6/6] sg-report-flight: report when flight finished

[PATCH v2 00/16] Interrupt management reworking
 2014-04-07 16:26 UTC  (41+ messages)
` [PATCH v2 01/16] xen/arm: timer: replace timer_dt_irq by timer_get_irq
` [PATCH v2 02/16] xen/arm: IRQ: Use default irq callback from common code for no_irq_type
` [PATCH v2 03/16] xen/arm: IRQ: Rename irq_cfg into arch_irq_desc
` [PATCH v2 05/16] xen/arm: IRQ: drop irq parameter in __setup_irq
` [PATCH v2 06/16] xen/arm: IRQ: remove __init from setup_dt_irq, request_dt_irq and release_irq
` [PATCH v2 07/16] xen/arm: IRQ: Move IRQ management from gic.c to irq.c
` [PATCH v2 08/16] xen/arm: IRQ Introduce irq_get_domain
` [PATCH v2 09/16] xen/arm: IRQ: Add lock contrainst for gic_irq_{startup, shutdown}
` [PATCH v2 10/16] xen/arm: IRQ: Don't need to have a specific function to route IRQ to Xen
` [PATCH v2 11/16] xen/arm: IRQ: Protect IRQ to be shared between domains and XEN
` [PATCH v2 12/16] xen/serial: remove serial_dt_irq
` [PATCH v2 13/16] xen/arm: IRQ: Store IRQ type in arch_irq_desc
` [PATCH v2 14/16] xen/arm: IRQ: Replace {request, setup}_dt_irq by {request, setup}_irq
` [PATCH v2 15/16] xen: IRQ: Add dev_id parameter to release_irq

[PATCH RFC 0/2] Fix grant map/unmap with auto-translated guests
 2014-04-07 15:28 UTC  (8+ messages)
` [PATCH RFC 1/2] gnttab: add IOMMU entries for grant mappings on "

[linux-linus test] 25753: regressions - trouble: blocked/broken/fail/pass
 2014-04-07 14:59 UTC  (4+ messages)

[PATCH v5 0/8] Implement the XEN_DOMCTL_memory_mapping hypercall for ARM
 2014-04-07 14:56 UTC  (7+ messages)
` [PATCH v5 2/8] arch, arm: add consistency check to REMOVE p2m changes
` [PATCH v5 3/8] arch, arm: let map_mmio_regions() take pfn as parameters
` [PATCH v5 5/8] xen, common: add the XEN_DOMCTL_memory_mapping hypercall

HVM crash system on AMD APU A8-6600K
 2014-04-07 14:50 UTC  (3+ messages)

[PATCH] block-drbd: type is "phy" for drbd backends
 2014-04-07 14:40 UTC  (6+ messages)
    ` [Drbd-dev] "

Qemu 2.0 regression with xen: qemu crash on any domUs S.O. start
 2014-04-07 14:25 UTC  (11+ messages)
  ` [Qemu-devel] "
          ` [Xen-devel] "
            ` [Xen-devel] [Qemu-devel] "

Scheduler: function csched_acct()
 2014-04-07 13:59 UTC  (2+ messages)

[PATCH 0/3] fixes (read: workarounds) for XSA-59
 2014-04-07 13:43 UTC  (13+ messages)
` [PATCH 1/3] VT-d: suppress UR signaling for server chipsets
` [PATCH 2/3] VT-d: suppress UR signaling for desktop chipsets
` [PATCH 3/3] passthrough: allow to suppress SERR and PERR signaling altogether

[GIT PULL] Xen build fix for 3.15
 2014-04-07 13:36 UTC 

[PATCH] xen: make sure that likely and unlikely convert the expression to a boolean
 2014-04-07 12:54 UTC  (4+ messages)

[PATCH v2 0/2] Time-related fixes for migration
 2014-04-07 12:51 UTC  (3+ messages)
` [PATCH v2 1/2] libxl: Set guest parameters from config file during a restore

[PATCH] pass an inclusive address range to xc_domain_pin_memory_cacheattr
 2014-04-07 10:41 UTC 

[PATCH v6 0/10] remove maintenance interrupts
 2014-04-07 10:30 UTC  (6+ messages)
` [PATCH v6 10/10] xen/arm: gic_events_need_delivery and irq priorities

[xen-4.4-testing test] 25764: trouble: broken/fail/pass
 2014-04-07 10:14 UTC  (3+ messages)

[PATCH v3 0/5] various EPT and related adjustments
 2014-04-07 10:11 UTC  (6+ messages)
` [PATCH v3 1/5] EPT: force re‑evaluation of memory type as necessary
` [PATCH v3 2/5] EPT: split super pages upon mismatching memory types
` [PATCH v3 3/5] EPT: IOMMU snoop capability should not affect memory type selection
` [PATCH v3 4/5] x86/HVM: fix pinned cache attribute handling
` [PATCH v3 5/5] x86/MSI: drop workaround for insecure Dom0 kernels

[PATCH] swiotlb-xen: implement xen_swiotlb_dma_mmap callback
 2014-04-07  9:47 UTC  (2+ messages)

[PATCH v3 0/3] x86/AMD support data breakpoint extension registers
 2014-04-07  9:39 UTC  (4+ messages)
` [PATCH v3 1/3] SVM: "
` [PATCH v3 2/3] x86/PV: "
` [PATCH v3 3/3] libxc/PV: save/restore "

[PATCH RFC 0/4] x86/AMD: support newer hardware features
 2014-04-07  9:14 UTC  (9+ messages)
  ` [PATCH RFC 3/4] x86/AMD: support further feature masking MSRs
      ` Fwd: "

[PATCH RESEND v5 0/6] xen/arm: live migration support in arndale board
 2014-04-07  9:14 UTC  (2+ messages)

A question about GIC
 2014-04-07  9:13 UTC  (2+ messages)

[RFC] tools/libxl: add disk snapshot support
 2014-04-07  9:11 UTC  (3+ messages)

[PATCH v5 0/10] remove maintenance interrupts
 2014-04-07  8:48 UTC  (7+ messages)
` [PATCH v5 08/10] xen/arm: second irq injection while the first irq is still inflight

Xen on (RELEASE-4.4.0) crashed when booting on Cubieboard2
 2014-04-07  8:46 UTC  (5+ messages)

[PATCH 0/5] xen: add Intel IGD passthrough support
 2014-04-07  8:36 UTC  (3+ messages)
  ` [Xen-devel] "

33 VCPUs in HVM guests with live migration with Linux hangs
 2014-04-07  8:32 UTC  (2+ messages)

[RFC] about libxl snapshot
 2014-04-07  7:43 UTC  (3+ messages)

[PATCH v4 0/7] Implement the XEN_DOMCTL_memory_mapping hypercall for ARM
 2014-04-07  7:01 UTC  (13+ messages)
` [PATCH v4 4/7] xen, common: add the XEN_DOMCTL_memory_mapping hypercall


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).