xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-04-04 17:33:04 to 2016-04-06 02:56:03 UTC [more...]

[qemu-mainline test] 88757: regressions - trouble: broken/fail/pass
 2016-04-06  2:56 UTC 

[PATCH v5] xSplice v1 design and implementation
 2016-04-06  2:42 UTC  (34+ messages)
` [PATCH v5 09/28] xsplice: Add helper elf routines
` [PATCH v5 10/28] xsplice: Implement payload loading
` [PATCH v5 12/28] x86/xen_hello_world.xsplice: Test payload for patching 'xen_extra_version'
` [PATCH v5 14/28] x86, xsplice: Print payload's symbol name and payload name in backtraces
` [PATCH v5 15/28] xsplice: Add .xsplice.hooks functions and test-case
` [PATCH v5 23/28] xsplice: Stacking build-id dependency checking
` [PATCH v5 26/28] xsplice: Prevent duplicate payloads from being loaded
` [PATCH v5 27/28] xsplice: Add support for shadow variables

HVMLite / PVHv2 - using x86 EFI boot entry
 2016-04-06  2:40 UTC 

[linux-linus test] 88755: regressions - trouble: blocked/broken/fail/pass
 2016-04-06  1:57 UTC 

Bug in x86 instruction emulator?
 2016-04-06  1:48 UTC  (5+ messages)

[PATCH RFC 00/20] Make ACPI builder available to components other than hvmloader
 2016-04-06  1:25 UTC  (21+ messages)
` [PATCH RFC 01/20] hvmloader: Provide hvmloader_acpi_build_tables()
` [PATCH RFC 02/20] acpi/hvmloader: Move acpi_info initialization out of ACPI code
` [PATCH RFC 03/20] acpi/hvmloader: Initialize vm_gid data outside "
` [PATCH RFC 04/20] acpi/hvmloader: Decide which SSDTs to build in hvmloader
` [PATCH RFC 05/20] acpi/hvmloader: Move passthrough initialization from ACPI code
` [PATCH RFC 06/20] acpi/hvmloader: Collect processor and NUMA info in hvmloader
` [PATCH RFC 07/20] acpi/hvmloader: Set TIS header address "
` [PATCH RFC 08/20] acpi/hvmloader: Make providing IOAPIC in MADT optional
` [PATCH RFC 09/20] acpi/hvmloader: Build WAET optionally
` [PATCH RFC 10/20] acpi/hvmloader: Provide address of acpi_info as an argument to ACPI code
` [PATCH RFC 11/20] acpi/hvmloader: Translate all addresses when assigning addresses in ACPI tables
` [PATCH RFC 12/20] acpi/hvmloader: Link ACPI object files directly
` [PATCH RFC 13/20] acpi/hvmloader: Add stdio.h, string.h and x86.h
` [PATCH RFC 14/20] acpi/hvmloader: Replace mem_alloc() and virt_to_phys() with memory ops
` [PATCH RFC 15/20] acpi: Move ACPI code to xen/common/libacpi
` [PATCH RFC 16/20] x86/vlapic: Don't try to accept 8259 interrupt if !has_vpic()
` [PATCH RFC 17/20] x86: Allow LAPIC-only emulation_flags for HVM guests
` [PATCH RFC 18/20] libxc/acpi: Build ACPI tables for HVMlite guests
` [PATCH RFC 19/20] acpi: Set HW_REDUCED_ACPI in FADT if IOAPIC is not supported
` [PATCH RFC 20/20] acpi: Make ACPI builder available to hypervisor code

[PATCH 0/3] COLO: only build on Linux
 2016-04-06  1:24 UTC  (5+ messages)
` [PATCH 1/3] libxl: colo: rearrange things in header files
` [PATCH 2/3] libxl: colo: move netlink related stuff to libxl_colo_proxy.c
` [PATCH 3/3] libxl: colo: only build COLO on Linux

[PATCH] kernel-parameters: document earlycon=xenboot
 2016-04-06  1:16 UTC  (5+ messages)

Regarding Outreachy project on Improving CR Dashboard
 2016-04-05 23:23 UTC  (2+ messages)

[PATCH v4] xen: sched: fix deadlock when changing scheduling parameters
 2016-04-05 22:22 UTC 

[PATCH v2 00/11] HVMlite domU support
 2016-04-05 22:02 UTC  (3+ messages)
` [PATCH v2 02/11] xen/hvmlite: Bootstrap HVMlite guest

[PATCH v4 4/4] libxl: fix cd-eject
 2016-04-05 21:45 UTC  (4+ messages)
` [PATCH v6] libxl: allow 'phy' backend to use empty files

[PATCH v2 0/6] x86/time: PVCLOCK_TSC_STABLE_BIT support
 2016-04-05 21:34 UTC  (26+ messages)
` [PATCH v2 1/6] public/xen.h: add flags field to vcpu_time_info
` [PATCH v2 2/6] x86/time: refactor init_platform_time()
` [PATCH v2 3/6] x86/time: implement tsc as clocksource
` [PATCH v2 4/6] x86/time: streamline platform time init on plt_init()
` [PATCH v2 5/6] x86/time: refactor read_platform_stime()
` [PATCH v2 6/6] x86/time: implement PVCLOCK_TSC_STABLE_BIT

[PATCH v4 1/6] xen: sync xen header
 2016-04-05 19:31 UTC  (14+ messages)
` [PATCH v4 2/6] virt, sched: add generic vcpu pinning support
` [PATCH v4 3/6] smp: add function to execute a function synchronously on a cpu
` [PATCH v4 4/6] xen: add xen_pin_vcpu() to support calling functions on a dedicated pcpu
` [PATCH v4 5/6] dcdbas: make use of smp_call_on_cpu()
` [PATCH v4 6/6] hwmon: use smp_call_on_cpu() for dell-smm i8k

[linux-mingo-tip-master test] 88754: regressions - trouble: blocked/broken/fail/pass
 2016-04-05 19:02 UTC 

[PATCH v4 00/26] x86: Improvements to cpuid handling for guests
 2016-04-05 18:34 UTC  (25+ messages)
` [PATCH v4 11/26] xen/x86: Improvements to in-hypervisor cpuid sanity checks
` [PATCH v4 12/26] x86/cpu: Move set_cpumask() calls into c_early_init()
` [PATCH v4 13/26] x86/cpu: Sysctl and common infrastructure for levelling context switching
` [PATCH v4 14/26] x86/cpu: Rework AMD masking MSR setup
` [PATCH v4 15/26] x86/cpu: Rework Intel masking/faulting setup
` [PATCH v4 16/26] x86/cpu: Context switch cpuid masks and faulting state in context_switch()
` [PATCH v4 17/26] x86/pv: Provide custom cpumasks for PV domains
` [PATCH v4 26/26] tools/libxc: Calculate xstate cpuid leaf from guest information

[libvirt test] 88753: regressions - trouble: blocked/broken/pass
 2016-04-05 18:07 UTC 

[PATCH 00/16] Fixes and improvement (including hard affinity!) for Credit2
 2016-04-05 17:37 UTC  (15+ messages)
` [PATCH 03/16] xen: sched: make implementing .alloc_pdata optional
` [PATCH 09/16] xen: sched: close potential races when switching scheduler to CPUs
` [PATCH 16/16] xen: sched: implement vcpu hard affinity in Credit2

[PATCH v5] xen/arm64: check XSM Magic from the second unknown module
 2016-04-05 16:46 UTC 

Issues with the xen-access.c model
 2016-04-05 16:10 UTC  (5+ messages)

pv-grub guest booting fail with recent qemu-xen
 2016-04-05 15:41 UTC  (9+ messages)

[PATCH v5 3/9] x86/head: Move early exception panic code into early_fixup_exception
 2016-04-05 15:38 UTC  (5+ messages)
` [PATCH v5 0/9] Improve non-"safe" MSR access failure handling

[PATCH] x86/mm/pat: Fix BUG_ON in mmap_mem on QEMU/i386
 2016-04-05 15:24 UTC 

[linux-4.1 test] 88721: regressions - FAIL
 2016-04-05 15:31 UTC 

Stub domain crash on Xen v4.6.1
 2016-04-05 15:17 UTC 

[PATCH] libxl: fix POLLHUP handling
 2016-04-05 15:12 UTC  (2+ messages)

[PATCH] libxl: libxl_domain_create_restore has an extra argument
 2016-04-05 15:12 UTC  (3+ messages)

[PATCH v4] xen/arm64: check XSM Magic from the second unknown module
 2016-04-05 14:55 UTC  (3+ messages)

[PATCH v2 0/3] x86/ioreq server: introduce HVMMEM_ioreq_server mem type
 2016-04-05 14:38 UTC  (8+ messages)
` [PATCH v2 1/3] x86/ioreq server: Add new functions to get/set memory types
` [PATCH v2 2/3] x86/ioreq server: Rename p2m_mmio_write_dm to p2m_ioreq_server
` [PATCH v2 3/3] x86/ioreq server: Add HVMOP to map guest ram with p2m_ioreq_server to an ioreq server

[PATCH v4 00/14] Load BIOS via toolstack instead of been embedded in hvmloader
 2016-04-05 14:23 UTC  (13+ messages)
` [PATCH v4 07/14] hvmloader: Grab the hvm_start_info pointer
` [PATCH v4 08/14] hvmloader: Locate the BIOS blob
` [PATCH v4 09/14] hvmloader: Check modules whereabouts in perform_tests
` [PATCH v4 10/14] hvmloader: Load SeaBIOS from hvm_start_info modules
` [PATCH v4 11/14] hvmloader: Load OVMF from modules

[xen-unstable-smoke test] 88802: tolerable FAIL - PUSHED
 2016-04-05 14:07 UTC 

[PATCH v3] xen/arm64: check XSM Magic and Signature from the second unknown module
 2016-04-05 13:41 UTC  (3+ messages)

[PATCH] xen: enable per-VCPU parameter for RTDS
 2016-04-05 12:45 UTC  (6+ messages)

Fixing libvirt's libxl driver breakage -- where to define LIBXL_API_VERSION?
 2016-04-05 11:39 UTC 

[ovmf test] 88716: regressions - FAIL
 2016-04-05 11:27 UTC 

[xen-unstable test] 88698: regressions - FAIL
 2016-04-05 11:24 UTC 

[xen-unstable test] 88588: regressions - FAIL
 2016-04-05 10:36 UTC  (8+ messages)
` [xen-unstable-smoke test] 88672: "
  ` [xen-unstable-smoke test] 88656: "
    ` Policy for force pushing smoke branch Was: "
        ` Policy for force pushing smoke branch Was: Re: [xen-unstable-smoke test] 88656: regressions - FAIL [and 1 more messages]
          ` Policy for force pushing smoke branch Was: Re: [xen-unstable-smoke test] 88656: regressions - FAIL [and 1 more messages] "

[PATCH v9 0/3] VT-d Device-TLB flush issue
 2016-04-05  9:47 UTC  (7+ messages)
` [PATCH v9 1/3] VT-d: add a command line parameter for Queued Invalidation
` [PATCH v9 2/3] VT-d: wrap a _sync version for all VT-d flush interfaces
` [PATCH v9 3/3] VT-d: Fix vt-d Device-TLB flush timeout issue

[PATCH] xen: enable per-VCPU parameter for RTDS
 2016-04-05  9:39 UTC  (4+ messages)

[PATCH] x86/HVM: remove dead code
 2016-04-05  9:34 UTC  (2+ messages)

[PATCH v3 0/9] tools: Allow HVM domains emulated access to disks provided by hotplug scripts
 2016-04-05  9:28 UTC  (8+ messages)
` [PATCH v3 5/9] libxl: Rearrange qemu upstream disk argument code

[PATCH V7 0/3] xsaves bug fix
 2016-04-05  8:31 UTC  (8+ messages)
` [PATCH V7 1/3] x86/xsaves: fix overwriting between non-lazy/lazy xsaves
` [PATCH V7 3/3] x86/xsaves: ebx may return wrong value using CPUID eax=0xdh, ecx =1

[PATCH] x86/pvh: Initialize ioreq server for PVH guests
 2016-04-05  8:15 UTC  (2+ messages)

[PATCH v3 0/5] xentrace/xenalyze Support on ARM
 2016-04-05  8:12 UTC  (9+ messages)
` [PATCH v3 1/5] xentrace: Common Support for get_pg_owner/put_pg_owner on ARM and x86
` [PATCH v3 2/5] xentrace: Memory/Page Mapping support for DOMID_XEN on ARM
` [PATCH v3 3/5] xentrace: Timestamp support for ARM platform
` [PATCH v3 4/5] xentrace: Trace Buffer Initialization on ARM
` [PATCH v3 5/5] xenalyze: Build for Both ARM and x86 Platforms

XSM permissive by default
 2016-04-05  8:03 UTC  (8+ messages)

[linux-3.16 test] 88669: regressions - FAIL
 2016-04-05  6:21 UTC 

[PATCH 0/5] COLO fixes
 2016-04-05  5:23 UTC  (5+ messages)
` [PATCH 3/5] libxl: colo: add missing break in qemu_disk_scsi_drive_string
` [PATCH 4/5] libxl: colo: fix indentation of abort()
` [PATCH 5/5] libxl: colo: remove dead code in colo_save_setup_script_cb

[PATCH v4 0/6] Support calling functions on dedicated physical cpu
 2016-04-05  5:10 UTC 

[qemu-mainline test] 88667: regressions - FAIL
 2016-04-05  4:31 UTC 

[PATCH] xen: Add comment for missing FROZEN notifier transitions
 2016-04-05  4:22 UTC 

Adding Xen to the kbuild bot?
 2016-04-05  3:53 UTC 

[PATCH] kernel-parameters: document earlycon=xenboot
 2016-04-05  2:48 UTC 

[linux-linus test] 88655: regressions - FAIL
 2016-04-05  2:01 UTC 

[PATCH] xen: enable per-VCPU parameter for RTDS
 2016-04-04 22:05 UTC  (2+ messages)

[linux-4.1 test] 88639: regressions - FAIL
 2016-04-04 21:40 UTC 

[ovmf test] 88641: regressions - FAIL
 2016-04-04 21:21 UTC 

[xen-unstable-smoke test] 88699: tolerable FAIL - PUSHED
 2016-04-04 20:52 UTC 

Intel MID / CE4100 - platform support - pnpbios support ?
 2016-04-04 18:43 UTC  (4+ messages)

Getting rid of inside_vm in intel8x0
 2016-04-04 18:31 UTC 

[xen-unstable-smoke test] 88680: regressions - FAIL
 2016-04-04 18:17 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).