xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-03-02 20:54:28 to 2018-03-06 01:00:53 UTC [more...]

[xen-unstable-smoke test] 120271: tolerable all pass - PUSHED
 2018-03-06  1:00 UTC 

[xen-4.6-testing test] 120238: regressions - FAIL
 2018-03-06  0:48 UTC 

[PATCH] xl/libxl: add pvcalls support
 2018-03-05 22:00 UTC  (2+ messages)

[xen-unstable-smoke test] 120268: tolerable all pass - PUSHED
 2018-03-05 21:46 UTC 

[xen-4.7-testing test] 120232: regressions - trouble: broken/fail/pass
 2018-03-05 21:30 UTC 

[linux-linus test] 120228: regressions - FAIL
 2018-03-05 20:05 UTC 

[PATCH LP-BUILD-TOOLS] Allow patching files compiled multiple times
 2018-03-05 20:01 UTC  (3+ messages)

Merging 4.10.0-shim-comet-3 tag into staging-4.10
 2018-03-05 19:44 UTC 

[PATCH v2 08/30] hw/i386: use the BYTE-based definitions
 2018-03-05 18:53 UTC  (6+ messages)
` [PATCH v2 22/30] hw/display: "
` [PATCH v2 30/30] xen: "

[xen-unstable-smoke test] 120263: tolerable all pass - PUSHED
 2018-03-05 18:53 UTC 

[PATCH 0/6] Assorted improvements to domain creation
 2018-03-05 18:20 UTC  (3+ messages)
` [PATCH 3/6] xen/sched: Improvements to the {alloc, free}_domdata() interfaces

[PATCH 00/57] New VGIC(-v2) implementation
 2018-03-05 17:34 UTC  (67+ messages)
` [PATCH 01/57] tools: ARM: vGICv3: Avoid inserting optional DT properties
` [PATCH 02/57] ARM: vGICv3: clarify on GUEST_GICV3_RDIST_REGIONS symbol
` [PATCH 03/57] ARM: GICv3: use hardware GICv3 redistributor values for Dom0
` [PATCH 04/57] ARM: GICv3: simplify GICv3 redistributor stride handling
` [PATCH 05/57] ARM: vGICv3: always use architected redist stride
` [PATCH 06/57] ARM: vGICv3: remove rdist_stride from VGIC structure
` [PATCH 07/57] ARM: VGIC: rename gic_inject() and gic_clear_lrs()
` [PATCH 08/57] ARM: VGIC: Move gic_remove_from_lr_pending() prototype
` [PATCH 09/57] ARM: VGIC: Move domain_max_vcpus() to be VGIC specific
` [PATCH 10/57] ARM: VGIC: rename gic_event_needs_delivery()
` [PATCH 11/57] ARM: VGIC: change to level-IRQ compatible IRQ injection interface
` [PATCH 12/57] ARM: VGIC: carve out struct vgic_cpu and struct vgic_dist
` [PATCH 13/57] ARM: VGIC: reorder prototypes in vgic.h
` [PATCH 14/57] ARM: VGIC: Introduce gic_get_nr_lrs()
` [PATCH 15/57] ARM: GICv2: Extend and adjust register definitions
` [PATCH 16/57] ARM: GICv3: rename HYP interface definitions to use ICH_ prefix
` [PATCH 17/57] ARM: Introduce kick_vcpu()
` [PATCH 18/57] ARM: GICv2: introduce gicv2_poke_irq()
` [PATCH 19/57] ARM: GICv3: poke_irq: make RWP optional
` [PATCH 20/57] ARM: GICv2: fix GICH_V2_LR definitions
` [PATCH 21/57] ARM: GICv2: extend LR read/write functions to cover EOI and source
` [PATCH 22/57] ARM: GIC: Allow tweaking the active and pending state of an IRQ
` [PATCH 23/57] ARM: GIC: allow reading pending state of a hardware IRQ
` [PATCH 24/57] ARM: timer: Handle level triggered IRQs correctly
` [PATCH 25/57] ARM: evtchn: "
` [PATCH 26/57] ARM: vPL011: Use the VGIC's level triggered IRQs handling if available
` [PATCH 27/57] ARM: new VGIC: Add data structure definitions
` [PATCH 28/57] ARM: new VGIC: Add acccessor to new struct vgic_irq instance
` [PATCH 29/57] ARM: new VGIC: Implement virtual IRQ injection
` [PATCH 30/57] ARM: new VGIC: Add IRQ sorting
` [PATCH 31/57] ARM: new VGIC: Add IRQ sync/flush framework
` [PATCH 32/57] ARM: new VGIC: Add GICv2 world switch backend
` [PATCH 33/57] ARM: new VGIC: Implement vgic_vcpu_pending_irq
` [PATCH 34/57] ARM: new VGIC: Add MMIO handling framework
  ` [FIXUP] replace LOG_2 with ilog2
` [PATCH 35/57] ARM: new VGIC: Add GICv2 MMIO handling framework
` [PATCH 36/57] ARM: new VGIC: Add CTLR, TYPER and IIDR handlers
` [PATCH 37/57] ARM: new VGIC: Add ENABLE registers handlers
` [PATCH 38/57] ARM: new VGIC: Add PENDING "
` [PATCH 39/57] ARM: new VGIC: Add ACTIVE "
` [PATCH 40/57] ARM: new VGIC: Add PRIORITY "
` [PATCH 41/57] ARM: new VGIC: Add CONFIG "
` [PATCH 42/57] ARM: new VGIC: Add TARGET "
` [PATCH 43/57] ARM: new VGIC: Add SGIR register handler
` [PATCH 44/57] ARM: new VGIC: Add SGIPENDR register handlers
` [PATCH 45/57] ARM: new VGIC: Handle hardware mapped IRQs
` [PATCH 46/57] ARM: new VGIC: Add event channel IRQ handling
` [PATCH 47/57] ARM: new VGIC: Handle virtual IRQ allocation/reservation
` [PATCH 48/57] ARM: new VGIC: Dump virtual IRQ info
` [PATCH 49/57] ARM: new VGIC: provide system register emulation stub
` [PATCH 50/57] ARM: new VGIC: Implement arch_move_irqs()
` [PATCH 51/57] ARM: new VGIC: Add preliminary stub implementation
` [PATCH 52/57] ARM: new VGIC: vgic-init: register VGIC
` [PATCH 53/57] ARM: new VGIC: vgic-init: implement vgic_init
` [PATCH 54/57] ARM: new VGIC: vgic-init: implement map_resources
` [PATCH 55/57] ARM: new VGIC: Add vgic_v2_enable
` [PATCH 56/57] ARM: allocate two pages for struct vcpu
` [PATCH 57/57] ARM: VGIC: wire new VGIC(-v2) files into Xen build system

[PATCH v2] new config option vtsc_khz_tolerance to avoid TSC emulation
 2018-03-05 17:05 UTC  (6+ messages)

[PATCH v2 0/6] xen/x86: various XPTI speedups
 2018-03-05 16:49 UTC  (6+ messages)
` [PATCH v2 1/6] x86/xpti: avoid copying L4 page table contents when possible
` [PATCH v2 2/6] x86/xpti: don't flush TLB twice when switching to 64-bit pv context

[PATCH v4 00/20] x86: emulator enhancements
 2018-03-05 15:58 UTC  (14+ messages)
` [PATCH v4 02/20] x86emul: support most remaining AVX2 insns
` [PATCH v4 03/20] x86emul: support AVX2 gather insns
` [PATCH v4 05/20] x86emul: support 3DNow! insns
` [PATCH v4 07/20] x86: move and rename XSTATE_*
` [PATCH v4 08/20] x86emul: abstract out XCRn accesses
` [PATCH v4 12/20] x86emul: support SWAPGS

[PATCH v4 0/6] Add dmops to allow use of VGA with restricted QEMU
 2018-03-05 15:13 UTC  (3+ messages)

[PATCH] osstest: add a pvinpvh test
 2018-03-05 14:57 UTC  (2+ messages)

[PATCH v4 00/16] xen: Convert page_to_mfn and mfn_to_page to use typesafe MFN
 2018-03-05 14:44 UTC  (25+ messages)
` [PATCH v4 06/16] xen/x86: Remove unused override of page_to_mfn/mfn_to_page
` [PATCH v4 08/16] xen/mm: Drop the parameter mfn from populate_pt_range
` [PATCH v4 10/16] xen/mm: Switch map_pages_to_xen to use MFN typesafe
` [PATCH v4 12/16] xen/mm: Switch common/memory.c to use typesafe MFN

[PATCH] xl: remove apic option for PVH guests
 2018-03-05 14:43 UTC  (9+ messages)

[PATCH 6/9] drm/xen-front: Introduce DRM/KMS virtual display driver
 2018-03-05 13:46 UTC  (8+ messages)
  ` [PATCH 7/9] drm/xen-front: Implement KMS/connector handling
  ` [PATCH 9/9] drm/xen-front: Implement communication with backend
  ` [PATCH 8/9] drm/xen-front: Implement GEM operations

[PATCH 0/2] Use invpcid
 2018-03-05 13:44 UTC  (24+ messages)
` [PATCH 1/2] x86: report if PCID and INVPCID are supported
` [PATCH 2/2] x86: use invpcid to do global flushing

[PATCH 08/30] hw/i386: use the BYTE-based definitions
 2018-03-05 13:00 UTC  (3+ messages)
    ` [Qemu-devel] "

[linux-4.9 test] 120209: FAIL
 2018-03-05 12:44 UTC 

Setting up a Xen x86 community call
 2018-03-05 10:39 UTC  (5+ messages)

[PATCH v2 0/5] x86: Lift create_exception_frame() up out of C
 2018-03-05  9:27 UTC  (3+ messages)
` [PATCH v2 4/5] x86/pv: Drop {compat_, }create_bounce_frame() and use the C version instead

[PATCH 0/1] x86/PVHv2: Add memory map pointer to hvm_start_info struct
 2018-03-05  9:16 UTC  (5+ messages)
` [PATCH 1/1] "

[PATCH] x86/boot: Annotate the multiboot headers with size and type information
 2018-03-05  9:08 UTC  (2+ messages)

[seabios test] 120197: regressions - FAIL
 2018-03-05  9:07 UTC 

[PATCH v2] x86: invpcid support
 2018-03-05  8:42 UTC  (4+ messages)

[PATCH 0/5] x86: improve PDX <-> PFN and alike translations
 2018-03-05  8:37 UTC  (3+ messages)

[PATCH RESEND v2 0/7] x86/alternatives: Support for automatic padding calculations
 2018-03-05  8:33 UTC  (11+ messages)
` [PATCH v2 7/7] x86/build: Use new .nop directive when available

[PATCH v2] vvmx: fixes after CR4 trapping optimizations
 2018-03-05  8:27 UTC  (2+ messages)

[PATCH v2 0/2] x86: XPTI mapping adjustments
 2018-03-05  8:08 UTC  (9+ messages)
` [PATCH v2 1/2] x86/xpti: really hide almost all of Xen image
` [PATCH v2 2/2] x86/xpti: don't map stack guard pages

[RFC XEN PATCH v4 00/41] Add vNVDIMM support to HVM domains
 2018-03-05  7:55 UTC  (6+ messages)
` [RFC XEN PATCH v4 33/41] tools/libacpi, hvmloader: detect QEMU fw_cfg interface

[RFC QEMU PATCH v4 00/10] Implement vNVDIMM for Xen HVM guest
 2018-03-05  7:53 UTC  (5+ messages)
` [RFC QEMU PATCH v4 03/10] hostmem-xen: add a host memory backend for Xen
        ` [Qemu-devel] "

[xen-unstable test] 120189: regressions - FAIL
 2018-03-05  7:33 UTC 

[ovmf test] 120230: all pass - PUSHED
 2018-03-05  3:38 UTC 

[xen-4.8-testing test] 120178: regressions - trouble: broken/fail/pass
 2018-03-05  3:01 UTC 

[linux-linus bisection] complete test-amd64-i386-xl-qemuu-ws16-amd64
 2018-03-04 23:08 UTC 

[xen-unstable bisection] complete test-amd64-amd64-qemuu-nested-intel
 2018-03-04 22:47 UTC 

[libvirt test] 120188: tolerable all pass - PUSHED
 2018-03-04 21:40 UTC 

[xen-4.10-testing test] 120171: trouble: broken/fail/pass
 2018-03-04 20:17 UTC 

[qemu-upstream-unstable test] 120163: trouble: broken/fail/pass
 2018-03-04 17:49 UTC 

[xen-4.9-testing test] 120157: trouble: broken/fail/pass
 2018-03-04 16:11 UTC 

[xen-4.6-testing test] 120148: regressions - trouble: broken/fail/pass
 2018-03-04 15:35 UTC 

[PATCH 0/7] SMMUv3 driver
 2018-03-04 14:52 UTC  (3+ messages)

[qemu-mainline test] 120146: regressions - trouble: blocked/broken/fail/pass
 2018-03-04 13:29 UTC 

[xen-unstable-coverity test] 120227: regressions - ALL FAIL
 2018-03-04 12:42 UTC 

[xen-4.7-testing test] 120142: regressions - trouble: broken/fail/pass
 2018-03-04 12:31 UTC 

[ovmf test] 120165: trouble: broken/pass
 2018-03-04 11:41 UTC 

[linux-linus test] 120140: regressions - trouble: broken/fail/pass
 2018-03-04 10:51 UTC 

[linux-next test] 120145: regressions - trouble: blocked/broken/fail/pass
 2018-03-04  8:05 UTC 

[xtf test] 120153: all pass - PUSHED
 2018-03-04  2:42 UTC 

[linux-4.9 test] 120137: trouble: broken/fail/pass
 2018-03-03 18:25 UTC 

[linux-3.18 test] 120132: tolerable FAIL - PUSHED
 2018-03-03 12:34 UTC 

[seabios test] 120123: regressions - FAIL
 2018-03-03 11:28 UTC 

[xen-unstable test] 120120: regressions - FAIL
 2018-03-03  7:48 UTC 

[libvirt test] 120122: tolerable all pass - PUSHED
 2018-03-03  7:29 UTC 

[xen-unstable-smoke test] 120177: tolerable all pass - PUSHED
 2018-03-03  2:22 UTC 

[xen-4.8-testing test] 120116: tolerable FAIL - PUSHED
 2018-03-03  0:20 UTC 

[PATCH] xen/arm: p2m: Prevent deadlock when using memaccess
 2018-03-02 23:42 UTC  (2+ messages)

[PATCH 0/3] xen/arm: Rework the way to allocate event channel IRQ for hwdom
 2018-03-02 23:10 UTC  (7+ messages)
` [PATCH 1/3] xen/arm: domain_build: Prepare DTB/ACPI tables after specific mappings
` [PATCH 2/3] xen/arm: domain_build: Rework the way to allocate the event channel interrupt
` [PATCH 3/3] xen/arm: domain_builder: irq sanity check logic fix

[xen-unstable-smoke test] 120169: tolerable all pass - PUSHED
 2018-03-02 22:56 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).