xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-01-14 16:58:25 to 2016-01-15 14:34:00 UTC [more...]

[BUG] Assertion '(sp == 0) || (peoi[sp-1].vector < vector)' failed at irq.c:1163
 2016-01-15 14:34 UTC  (8+ messages)

[PATCH] QEMU as non-root and PCI passthrough do not mix
 2016-01-15 14:29 UTC  (9+ messages)

[PATCH 0/2] xen-hvm: Clean up error handling a bit
 2016-01-15 14:13 UTC  (5+ messages)
` [PATCH 2/2] xen-hvm: Clean up xen_ram_alloc() error handling

[distros-debian-jessie test] 38641: tolerable FAIL
 2016-01-15 14:13 UTC 

[PATCH v3] x86/p2m: use large pages for MMIO mappings
 2016-01-15 13:57 UTC  (4+ messages)

[PATCH v1] xen/arm: Add r1p12 to the list of supported Cadence UARTs
 2016-01-15 13:46 UTC  (6+ messages)

[libvirt test] 78148: tolerable FAIL - PUSHED
 2016-01-15 13:40 UTC 

[PATCH OSSTEST] ts-debian-install: increase time allowed for xen-create-image
 2016-01-15 13:35 UTC 

[PATCH v6 1/2] memory-hotplug: add automatic onlining policy for the newly added memory
 2016-01-15 13:30 UTC  (2+ messages)
` [PATCH v6 2/2] xen_balloon: support memory auto onlining policy

[PATCH v6 0/2] memory-hotplug: add automatic onlining policy for the newly added memory
 2016-01-15 13:30 UTC 

[PATCH XEN v8 00/29] Begin to disentangle libxenctrl and provide some stable libraries
 2016-01-15 13:24 UTC  (49+ messages)
  ` [PATCH XEN v8 01/29] tools/libxc: Remove osdep indirection for xc_evtchn
  ` [PATCH XEN v8 02/29] tools: Refactor /dev/xen/evtchn wrappers into libxenevtchn
  ` [PATCH XEN v8 03/29] tools: Arrange to check public headers for ANSI compatiblity
  ` [PATCH XEN v8 04/29] tools/libxc: Remove osdep indirection for xc_gnt{shr, tab}
  ` [PATCH XEN v8 05/29] tools: Refactor /dev/xen/gnt{dev, shr} wrappers into libxengnttab
  ` [PATCH XEN v8 06/29] tools/libxc: Remove osdep indirection for privcmd
  ` [PATCH XEN v8 07/29] tools: Refactor hypercall calling wrappers into libxencall
  ` [PATCH XEN v8 08/29] tools/libxc: drop xc_map_foreign_bulk_compat wrappers
  ` [PATCH XEN v8 09/29] tools: Remove xc_map_foreign_batch
  ` [PATCH XEN v8 10/29] tools: Implement xc_map_foreign_range(s) in terms of common helper
  ` [PATCH XEN v8 11/29] tools: Refactor foreign memory mapping into libxenforeignmemory
  ` [PATCH XEN v8 12/29] tools/libs/foreignmemory: provide xenforeignmemory_unmap
  ` [PATCH XEN v8 13/29] tools/libs/foreignmemory: use size_t for size arguments
  ` [PATCH XEN v8 14/29] tools/libs/foreignmemory: Mention restrictions on fork in docs
  ` [PATCH XEN v8 15/29] tools/libs/foreignmemory: Support err == NULL to map
  ` [PATCH XEN v8 16/29] tools/libs/foreignmemory: pull array length argument to map forward
  ` [PATCH XEN v8 17/29] tools/libs/evtchn: Review and update doc comments
  ` [PATCH XEN v8 18/29] tools/libs/evtchn: Use uint32_t for domid arguments
  ` [PATCH XEN v8 19/29] tools/libs: Clean up hard tabs
  ` [PATCH XEN v8 20/29] tools/libs/gnttab: Extensive updates to API documentation
  ` [PATCH XEN v8 21/29] tools/libs/call: Update some log messages to not refer to xc
  ` [PATCH XEN v8 22/29] tools/libs/call: Describe return values and error semantics for xencall*
  ` [PATCH XEN v8 23/29] tools/libs/call: Avoid xc_memalign in netbsd and solaris backends
  ` [PATCH XEN v8 24/29] tools/libs/call: linux: touch newly allocated pages after madvise lockdown
  ` [PATCH XEN v8 25/29] tools/libs/{call, evtchn}: Document requirements around forking
  ` [PATCH XEN v8 26/29] tools/libs/*: Use O_CLOEXEC on Linux and FreeBSD
  ` [PATCH XEN v8 27/29] tools: Update CFLAGS for qemu-xen to allow it to use new libraries
  ` [PATCH XEN v8 28/29] tools/libs/*: Introduce APIs to restrict handles to a specific domain
  ` [PATCH XEN v8 29/29] HACK: Update Config.mk to pull all the right bits from my xenbits trees
` [PATCH QEMU-XEN v8 0/8] Begin to disentangle libxenctrl and provide some stable libraries
  ` [PATCH QEMU-XEN v8 1/8] xen_console: correctly cleanup primary console on teardown
  ` [PATCH QEMU-XEN v8 2/8] xen: Switch to libxenevtchn interface for compat shims
  ` [PATCH QEMU-XEN v8 3/8] xen: Switch to libxengnttab "
  ` [PATCH QEMU-XEN v8 4/8] xen: Switch uses of xc_map_foreign_range into xc_map_foreign_pages
  ` [PATCH QEMU-XEN v8 5/8] xen: Switch uses of xc_map_foreign_{pages, bulk} to use libxenforeignmemory API
  ` [PATCH QEMU-XEN v8 6/8] xen: Use stable library interfaces when they are available
  ` [PATCH QEMU-XEN v8 7/8] xen: domainbuild: reopen libxenctrl interface after forking for domain watcher
  ` [PATCH QEMU-XEN v8 8/8] xen: make it possible to build without the Xen PV domain builder
` [PATCH QEMU-XEN-TRADITIONAL v8 0/4] Begin to disentangle libxenctrl and provide some stable libraries
  ` [PATCH QEMU-XEN-TRADITIONAL v8 1/4] qemu-xen-traditional: Use libxenevtchn
  ` [PATCH QEMU-XEN-TRADITIONAL v8 2/4] qemu-xen-traditional: Use libxengnttab
  ` [PATCH QEMU-XEN-TRADITIONAL v8 3/4] qemu-xen-traditional: Add libxencall to rpath-link
  ` [PATCH QEMU-XEN-TRADITIONAL v8 4/4] qemu-xen-traditional: Add libxenforeignmemory "
` [PATCH MINI-OS v8 0/4] Begin to disentangle libxenctrl and provide some stable libraries
  ` [PATCH MINI-OS v8 1/4] mini-os: Include libxenevtchn with libxc
  ` [PATCH MINI-OS v8 2/4] mini-os: Include libxengnttab "
  ` [PATCH MINI-OS v8 3/4] mini-os: Include libxencall "
  ` [PATCH MINI-OS v8 4/4] mini-os: Include libxenforeignmemory "

[Minios-devel] [PATCH v8 0/<VARIOUS>] Begin to disentangle libxenctrl and provide some stable libraries
 2016-01-15 13:22 UTC 

[PATCH v4 1/2] memory-hotplug: add automatic onlining policy for the newly added memory
 2016-01-15 13:13 UTC  (2+ messages)

[PATCH v4 0/3] VT-d Device-TLB flush issue
 2016-01-15 13:09 UTC  (7+ messages)
` [PATCH v4 1/3] VT-d: Check VT-d Device-TLB flush error
` [PATCH v4 3/3] VT-d: Fix vt-d Device-TLB flush timeout issue

[xen-unstable-smoke test] 78168: tolerable all pass - PUSHED
 2016-01-15 12:53 UTC 

[PATCH v1 1/1] MAINTAINERS: Add xen/drivers/char/cadence-uart.c
 2016-01-15 12:30 UTC  (2+ messages)

[PATCH OSSTEST] Allow longer timeout when creating backing file for a raw disk
 2016-01-15 12:23 UTC 

[linux-mingo-tip-master test] 78146: regressions - FAIL
 2016-01-15 12:19 UTC 

[PATCHv1 net] xen-netfront: request Tx response events more often
 2016-01-15 11:56 UTC 

[qemu-mainline test] 78136: tolerable FAIL - PUSHED
 2016-01-15 11:18 UTC 

[PATCH] gitignore: update stubdom entries
 2016-01-15 11:01 UTC  (2+ messages)

[PATCH] Config.mk: Update SEABIOS_UPSTREAM_TAG to 442502
 2016-01-15 10:56 UTC  (7+ messages)

[PATCH] tools: fix python install with "xentoollog"
 2016-01-15 10:56 UTC  (2+ messages)

[PATCH 0/2] libxl: FreeBSD related fixes
 2016-01-15 10:56 UTC  (4+ messages)
` [PATCH v2 1/2] libxl: fix _SC_GETPW_R_SIZE_MAX usage

[PATCHv1 net] xen-netback: use skb to determine number of required guest Rx requests
 2016-01-15 10:31 UTC  (2+ messages)

[PATCH 0/2] libxl: FreeBSD fixes
 2016-01-15 10:26 UTC  (7+ messages)
` [PATCH 1/2] libxl: fix _SC_GETPW_R_SIZE_MAX usage
` [PATCH 2/2] libxl: fix UUID usage on FreeBSD

[v3,11/41] mips: reuse asm-generic/barrier.h
 2016-01-15 10:24 UTC  (27+ messages)

[seabios baseline-only test] 38639: tolerable FAIL
 2016-01-15 10:21 UTC 

[PATCH] libxl: create 'drivers', 'feature' and 'attr' xenstore paths
 2016-01-15 10:00 UTC 

[SEABIOS] Plans for either 1.9.1 or 1.10.0?
 2016-01-15 10:00 UTC  (3+ messages)
  ` [SeaBIOS] "

[RFC PATCH v6 00/28] libxl: Deprivilege qemu
 2016-01-15  9:56 UTC  (7+ messages)
` [PATCH 03/28] libxl: Provide libxl__dm_support_*

[PATCH v3 0/5] migration/remus: bug fix and cleanup
 2016-01-15  9:54 UTC  (8+ messages)
` [PATCH v3 2/5] remus: resume immediately if libxl__xc_domain_save_done() completes

[PATCH] libxl: Use libxl_strdup instead of strdup on libxl_version_info
 2016-01-15  9:48 UTC  (3+ messages)

Bug 1591 - xentop truncated VM names
 2016-01-15  9:17 UTC 

[xen-unstable test] 78129: regressions - FAIL
 2016-01-15  8:05 UTC 

[qemu-mainline baseline-only test] 38638: FAIL
 2016-01-15  7:56 UTC 

[PATCH v2 00/16] Add ACPI support for Xen Dom0 on ARM64
 2016-01-15  6:55 UTC  (17+ messages)
` [PATCH v2 01/16] Xen: ACPI: Hide UART used by Xen
` [PATCH v2 02/16] xen/grant-table: Move xlated_setup_gnttab_pages to common place
` [PATCH v2 03/16] Xen: xlate: Use page_to_xen_pfn instead of page_to_pfn
` [PATCH v2 04/16] arm/xen: Use xen_xlate_map_ballooned_pages to setup grant table
` [PATCH v2 05/16] xen: memory : Add new XENMAPSPACE type XENMAPSPACE_dev_mmio
` [PATCH v2 06/16] Xen: ARM: Add support for mapping platform device mmio
` [PATCH v2 07/16] Xen: ARM: Add support for mapping AMBA "
` [PATCH v2 08/16] xen/hvm/params: Add a new delivery type for event-channel in HVM_PARAM_CALLBACK_IRQ
` [PATCH v2 09/16] arm/xen: Get event-channel irq through HVM_PARAM when booting with ACPI
` [PATCH v2 10/16] ARM: XEN: Move xen_early_init() before efi_init()
` [PATCH v2 11/16] ARM64: ACPI: Check if it runs on Xen to enable or disable ACPI
` [PATCH v2 12/16] ARM: Xen: Document UEFI support on Xen ARM virtual platforms
` [PATCH v2 13/16] ARM: XEN: Set EFI_PARAVIRT if Xen supports EFI
` [PATCH v2 14/16] Xen: EFI: Parse DT parameters for Xen specific UEFI
` [PATCH v2 15/16] XEN: EFI: Move x86 specific codes to architecture directory
` [PATCH v2 16/16] ARM64: XEN: Initialize Xen specific UEFI runtime services

[ovmf test] 78134: regressions - FAIL
 2016-01-15  6:05 UTC 

[xen-unstable bisection] complete test-amd64-i386-xl-qemut-stubdom-debianhvm-amd64-xsm
 2016-01-15  1:42 UTC 

[seabios test] 78109: tolerable FAIL - PUSHED
 2016-01-15  1:28 UTC 

[qemu-mainline test] 78082: tolerable FAIL - PUSHED
 2016-01-15  1:24 UTC 

Questions about the use of idle_vcpu[]
 2016-01-15  1:04 UTC 

[ovmf test] 78101: regressions - FAIL
 2016-01-15  0:45 UTC 

[xen-unstable test] 78081: regressions - trouble: broken/fail/pass
 2016-01-14 23:48 UTC 

[PATCH v2] xSplice v1 implementation
 2016-01-14 21:47 UTC  (14+ messages)
` [PATCH v2 01/13] xsplice: Design document (v5)
` [PATCH v2 02/13] hypervisor/arm/keyhandler: Declare struct cpu_user_regs;
` [PATCH v2 03/13] xen/xsplice: Hypervisor implementation of XEN_XSPLICE_op (v7)
` [PATCH v2 04/13] libxc: Implementation of XEN_XSPLICE_op in libxc (v4)
` [PATCH v2 05/13] xen-xsplice: Tool to manipulate xsplice payloads (v3)
` [PATCH v2 06/13] elf: Add relocation types to elfstructs.h
` [PATCH v2 07/13] xsplice: Add helper elf routines (v2)
` [PATCH v2 08/13] xsplice: Implement payload loading (v2)
` [PATCH v2 09/13] xsplice: Implement support for applying/reverting/replacing patches. (v2)
` [PATCH v2 10/13] xen_hello_world.xsplice: Test payload for patching 'xen_extra_version'
` [PATCH v2 11/13] xsplice: Add support for bug frames. (v2)
` [PATCH v2 12/13] xsplice: Add support for exception tables. (v2)
` [PATCH v2 13/13] xsplice: Add support for alternatives

[PATCH] tools: adjust rules for FLASK policy generation
 2016-01-14 21:43 UTC 

[OSSTEST PATCH] enable FLASK_ENABLE when using it for testing
 2016-01-14 21:40 UTC  (13+ messages)
` [OSSTEST PATCH] pass --{enable, disable}-xsmpolicy based on XSM state
  ` [xen-unstable test] 77945: regressions - FAIL
            ` [xen-unstable test] 77945: regressions - FAIL [and 2 more messages]

[PATCH] tools: make build of FLASK utils/policy explicit
 2016-01-14 21:35 UTC 

[PATCH] tools/toollog: Drop XTL_NEW_LOGGER()
 2016-01-14 20:13 UTC 

[libvirt test] 78066: regressions - FAIL
 2016-01-14 19:41 UTC 

[linux-mingo-tip-master test] 78065: regressions - FAIL
 2016-01-14 19:11 UTC 

[PATCH v2] xen/spinlock: Use mnemonics for recursive spinlock sentinel values
 2016-01-14 18:33 UTC 

[PATCH] MAINTAINERS: add myself for kconfig
 2016-01-14 17:24 UTC  (9+ messages)

[PATCH v5 0/5] Allow schedulers to be selectable through Kconfig
 2016-01-14 17:22 UTC  (8+ messages)
` [PATCH v5 2/5] build: Hook the schedulers into Kconfig

Xen Test Framework
 2016-01-14 17:20 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).