xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-09-25 16:15:27 to 2017-09-27 13:30:53 UTC [more...]

[xen-unstable test] 113850: regressions - FAIL
 2017-09-27 13:30 UTC 

[PATCH RFC v2] Add SUPPORT.md
 2017-09-27 12:57 UTC  (5+ messages)

[PATCH v7 00/12] x86: guest resource mapping
 2017-09-27 12:56 UTC  (28+ messages)
` [PATCH v7 01/12] x86/mm: allow a privileged PV domain to map guest mfns
` [PATCH v7 02/12] x86/mm: add HYPERVISOR_memory_op to acquire guest resources
` [PATCH v7 08/12] x86/hvm/ioreq: maintain an array of ioreq servers rather than a list
` [PATCH v7 12/12] x86/hvm/ioreq: add a new mappable resource type

[PATCH v5] x86/hvm: Implement hvmemul_write() using real mappings
 2017-09-27 12:40 UTC  (6+ messages)

[PATCH v6] x86/hvm: Implement hvmemul_write() using real mappings
 2017-09-27 12:39 UTC 

[PATCH 0/2] Coverity issues for credit2 CAP series
 2017-09-27 12:38 UTC  (6+ messages)
` [PATCH 1/2] xen/credit2: add missing unlock
` [PATCH 2/2] python/libxc: extend the call to get/set cap for credit2

RT-Xen on ARM
 2017-09-27 12:37 UTC  (9+ messages)

[PATCH v3 1/3] x86/pvclock: add setter for pvclock_pvti_cpu0_va
 2017-09-27 12:14 UTC  (4+ messages)
` [PATCH v3 2/3] x86/xen/time: setup vcpu 0 time info page
` [PATCH v3 3/3] MAINTAINERS: xen, kvm: track pvclock-abi.h changes

[PATCH v3 0/3] x86/xen: pvclock vdso support
 2017-09-27 12:00 UTC 

[libvirt test] 113851: tolerable all pass - PUSHED
 2017-09-27 11:25 UTC 

[OSSTEST PATCH] ts-kernel-build: enable ntfs and fuse support
 2017-09-27 11:04 UTC 

[xen-unstable-coverity test] 113858: all pass - PUSHED
 2017-09-27 10:55 UTC 

[PATCH 0/3] xen: RCU: Improve the idle timer handling
 2017-09-27 10:30 UTC  (14+ messages)
` [PATCH 1/3] xen: timers: don't miss a timer event because of stop_timer()
` [PATCH 2/3] xen: RCU: make the period of the idle timer configurable
` [PATCH 3/3] xen: RCU: make the period of the idle timer adaptive

[OSSTEST PATCH] ts-leak-check: Treat listing failure as fail, not broken
 2017-09-27 10:03 UTC 

[PATCH v2] Call xen_cleanhighmap() with 4MB aligned for page tables mapping
 2017-09-27  9:43 UTC 

[PATCH v2] Call xen_cleanhighmap() with 4MB aligned for page tables mapping
 2017-09-27  9:41 UTC 

[ovmf test] 113847: all pass - PUSHED
 2017-09-27  9:09 UTC 

[PATCH] Call xen_cleanhighmap() with 4MB aligned for page tables mapping
 2017-09-27  8:54 UTC 

[linux-linus test] 113845: regressions - FAIL
 2017-09-27  8:42 UTC 

[distros-debian-squeeze test] 72166: tolerable trouble: broken/fail/pass
 2017-09-27  8:03 UTC 

[PATCH 00/27 v11] SBSA UART emulation support in Xen
 2017-09-27  6:13 UTC  (28+ messages)
` [PATCH 01/27 v11] xen/arm: vpl011: Define common ring buffer helper functions in console.h
` [PATCH 02/27 v11] xen/arm: vpl011: Add SBSA UART emulation in Xen
` [PATCH 03/27 v11] xen/arm: vpl011: Allocate a new GFN in the toolstack for vuart
` [PATCH 04/27 v11] xen/arm: vpl011: Add support for vuart in libxl
` [PATCH 05/27 v11] xen/arm: vpl011: Rearrange xen header includes in alphabetical order in domctl.c
` [PATCH 06/27 v11] xen/arm: vpl011: Add a new domctl API to initialize vpl011
` [PATCH 07/27 v11] xen/arm: vpl011: Add a new vuart node in the xenstore
` [PATCH 08/27 v11] xen/arm: vpl011: Modify xenconsole to define and use a new console structure
` [PATCH 09/27 v11] xen/arm: vpl011: Rename the console structure field conspath to xspath
` [PATCH 10/27 v11] xen/arm: vpl011: Modify xenconsole functions to take console structure as input
` [PATCH 11/27 v11] xen/arm: vpl011: Add a new console_init function in xenconsole
` [PATCH 12/27 v11] xen/arm: vpl011: Add a new buffer_available "
` [PATCH 13/27 v11] xen/arm: vpl011: Add a new maybe_add_console_evtchn_fd "
` [PATCH 14/27 v11] xen/arm: vpl011: Add a new maybe_add_console_tty_fd "
` [PATCH 15/27 v11] xen/arm: vpl011: Add a new console_evtchn_unmask "
` [PATCH 16/27 v11] xen/arm: vpl011: Add a new handle_console_ring "
` [PATCH 17/27 v11] xen/arm: vpl011: Add a new handle_console_tty "
` [PATCH 18/27 v11] xen/arm: vpl011: Add a new console_cleanup "
` [PATCH 19/27 v11] xen/arm: vpl011: Add a new console_open_log "
` [PATCH 20/27 v11] xen/arm: vpl011: Add a new console_close_evtchn "
` [PATCH 21/27 v11] xen/arm: vpl011: Add support for multiple consoles "
` [PATCH 22/27 v11] xen/arm: vpl011: Add support for vuart console "
` [PATCH 23/27 v11] xen/arm: vpl011: Add a new vuart console type to xenconsole client
` [PATCH 24/27 v11] xen/arm: vpl011: Add a pl011 uart DT node in the guest device tree
` [PATCH 25/27 v11] xen/arm: vpl011: Update documentation for vuart console support
` [PATCH 26/27 v11] xen/arm: vpl011: Fix the slow early console SBSA UART output
` [PATCH 27/27 v11] xen/arm: vpl011: Correct the logic for asserting/de-asserting SBSA UART TX interrupt

[qemu-mainline test] 113844: trouble: broken/fail/pass
 2017-09-27  6:07 UTC 

[xen-unstable test] 113840: regressions - trouble: blocked/broken/fail/pass
 2017-09-27  3:34 UTC 

[PATCH] Call xen_cleanhighmap() with 4MB aligned for page tables mapping
 2017-09-27  3:03 UTC 

[ovmf test] 113841: all pass - PUSHED
 2017-09-27  1:46 UTC 

[qemu-mainline test] 113839: regressions - FAIL
 2017-09-26 23:43 UTC 

[PATCH] xen/arm: Fix the issue in cmp_mmio_handler used in find_mmio_handler
 2017-09-26 22:45 UTC 

[xen-unstable test] 113807: regressions - FAIL
 2017-09-26 20:51 UTC  (7+ messages)
` Guest start issue on ARM (maybe related to Credit2) [Was: Re: [xen-unstable test] 113807: regressions - FAIL]

[xen-unstable test] 113834: regressions - FAIL
 2017-09-26 20:29 UTC 

[ovmf baseline-only test] 72164: all pass
 2017-09-26 17:38 UTC 

[ovmf test] 113838: all pass - PUSHED
 2017-09-26 17:16 UTC 

[PATCH 00/27 v10] SBSA UART emulation support in Xen
 2017-09-26 16:09 UTC  (12+ messages)
` [PATCH 01/27 v10] xen/arm: vpl011: Define common ring buffer helper functions in console.h
` [PATCH 27/27 v10] xen/arm: vpl011: Correct the logic for asserting/de-asserting SBSA UART TX interrupt

[PATCH v1 00/14] Nested p2m: allow sharing between vCPUs
 2017-09-26 16:06 UTC  (5+ messages)
` [PATCH v1 03/14] x86/vvmx: use np2m_flush_base() for INVEPT_SINGLE_CONTEXT
` [PATCH v1 04/14] x86/np2m: remove np2m_base from p2m_get_nestedp2m()

[linux-linus test] 113823: tolerable FAIL - PUSHED
 2017-09-26 15:56 UTC 

Xen 4.10 Development update: code freeze date
 2017-09-26 15:22 UTC 

[PATCH 0/3 v4] xenfb: Enablement for Windows PV HID frontend
 2017-09-26 14:43 UTC  (4+ messages)
` [PATCH 1/3 v4] ui/input: add qemu_input_qcode_to_linux
` [PATCH 2/3 v4] xenfb: Use Input Handlers directly
` [PATCH 3/3 v4] xenfb: Add [feature|request]-raw-pointer

[ovmf test] 113827: all pass - PUSHED
 2017-09-26 14:44 UTC 

[PATCH v4 00/15] Enable Memory Bandwidth Allocation in Xen
 2017-09-26 14:19 UTC  (29+ messages)
` [PATCH v4 02/15] Rename PSR sysctl/domctl interfaces and xsm policy to make them be general
` [PATCH v4 04/15] x86: implement data structure and CPU init flow for MBA
` [PATCH v4 05/15] x86: implement get hw info "
` [PATCH v4 07/15] x86: implement set value "
` [PATCH v4 08/15] tools: create general interfaces to support psr allocation features
` [PATCH v4 09/15] tools: implement the new libxc get hw info interface
` [PATCH v4 10/15] tools: implement the new libxl "
` [PATCH v4 11/15] tools: implement the new xl "
` [PATCH v4 12/15] tools: rename 'xc_psr_cat_type' to 'xc_psr_type'
` [PATCH v4 13/15] tools: implement new generic get value interface and MBA get value command
` [PATCH v4 14/15] tools: implement new generic set value interface and MBA set "
` [PATCH v4 15/15] docs: add MBA description in docs

[xen-unstable test] 113819: regressions - trouble: broken/fail/pass
 2017-09-26 14:16 UTC  (3+ messages)

[PATCH v13 0/3] Notify monitor when emulating an unimplemented instruction
 2017-09-26 13:53 UTC  (3+ messages)
` [PATCH v13 1/3] x86emul: New return code for "

[xen-unstable-smoke test] 113833: tolerable all pass - PUSHED
 2017-09-26 13:44 UTC 

[PATCH v1 1/8] Replace all occurances of __FUNCTION__ with __func__
 2017-09-26 13:32 UTC  (4+ messages)
  ` [Qemu-devel] "
` [PATCH v1 3/8] hw: Replace fprintf(stderr, "*\n" with error_report()
  ` [Qemu-devel] "

blkdev_issue_discard hung
 2017-09-26 13:30 UTC  (2+ messages)
` Re : blkdev_issue_discard hung [solved ?]

[distros-debian-snapshot test] 72157: tolerable trouble: blocked/broken/fail/pass
 2017-09-26 12:39 UTC 

[ovmf baseline-only test] 72158: regressions - FAIL
 2017-09-26 12:35 UTC 

[PATCH v2] libxc: remove stale error check for domain size in xc_sr_save_x86_hvm.c
 2017-09-26 12:02 UTC 

[PATCH 0/2] xen/arm64/ns16550: Support for Allwinner H5 SoC
 2017-09-26 11:58 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] xen/arm64: Add Support for Allwinner H5 (sun50i)
  ` [PATCH v2 2/2] xen/ns16550: Fix ISR lockup on Designware 8250 (H5)

[xtf test] 113831: all pass - PUSHED
 2017-09-26 11:53 UTC 

[PATCH v3 0/3] Introduce migration precopy policy
 2017-09-26 11:49 UTC  (11+ messages)
` [PATCH v3 1/3] Tidy libxc xc_domain_save
` [PATCH v3 2/3] Introduce migration precopy policy
` [PATCH v3 3/3] RFC: migration: defer precopy policy to libxl

[libvirt test] 113821: tolerable all pass - PUSHED
 2017-09-26 11:46 UTC 

[PATCH RESEND1 00/12] ALSA: vsnd: Add Xen para-virtualized frontend driver
 2017-09-26 11:35 UTC  (2+ messages)
                            ` [alsa-devel] "

[xen-unstable-smoke test] 113830: tolerable all pass - PUSHED
 2017-09-26 11:32 UTC 

[qemu-mainline baseline-only test] 72156: regressions - trouble: blocked/broken/fail/pass
 2017-09-26 10:57 UTC 

[PATCH] x86/mm: Consolidate all Xen L4 slot writing into init_xen_l4_slots()
 2017-09-26 10:12 UTC  (2+ messages)

[PATCH] Config.mk: update OVMF changeset
 2017-09-26 10:08 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 2/3] x86/xen/time: setup vcpu 0 time info page
 2017-09-26 10:05 UTC  (3+ messages)

[ovmf test] 113820: all pass - PUSHED
 2017-09-26  9:26 UTC 

[PATCH] libxc: remove stale error check for domain size in xc_sr_save_x86_hvm.c
 2017-09-26  8:49 UTC  (4+ messages)

[linux-linus test] 113818: regressions - FAIL
 2017-09-26  8:25 UTC 

[PATCH] x86/pv: Fix assertion failure in pv_emulate_privileged_op()
 2017-09-26  7:47 UTC  (2+ messages)

[PATCH] x86/levelling: Avoid NULL pointer dereference
 2017-09-26  7:42 UTC  (2+ messages)

Notes Design Session: Making Releases Lessons Learned: Improving Our Release Process and Tooling
 2017-09-26  7:41 UTC  (9+ messages)
    ` Windows "heinsenbug" (WAS: Re: Notes Design Session: Making Releases Lessons Learned: Improving Our Release Process and Tooling)

pci-passthrough loses msi-x interrupts ability after domain destroy
 2017-09-26  7:18 UTC  (4+ messages)

[PATCH] xen-pciback: relax BAR sizing write value check
 2017-09-26  6:43 UTC 

[qemu-mainline test] 113817: tolerable FAIL - PUSHED
 2017-09-26  4:20 UTC 

[BUG] PV domU Arch Linux kernel 4.12 with CONFIG_INTEL_ATOMISP=y guest crashes
 2017-09-26  1:59 UTC  (3+ messages)

[xen-unstable test] 113816: regressions - trouble: broken/fail/pass
 2017-09-26  0:48 UTC 

[RFC v2 0/7] SMMUv3 driver and the supporting framework
 2017-09-26  0:03 UTC  (3+ messages)
` [RFC v2 7/7] xen/iommu: smmu-v3: Add Xen specific code to enable the ported driver

[PATCH 0/3] please pull xen-20170627-tag
 2017-09-25 22:48 UTC  (5+ messages)
` [PULL 1/3] xen/disk: don't leak stack data via response ring
  ` [Qemu-devel] "

ARM64:Porting xen to new hardware
 2017-09-25 18:08 UTC  (17+ messages)

[xen-unstable-smoke test] 113815: tolerable all pass - PUSHED
 2017-09-25 17:47 UTC 

[xen-unstable test] 113813: regressions - FAIL
 2017-09-25 17:43 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).