xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-02-28 02:14:24 to 2018-03-01 07:17:14 UTC [more...]

[RFC Patch v4 0/8] Extend resources to support more vcpus in single VM
 2018-03-01  7:37 UTC  (10+ messages)
` [RFC Patch v4 8/8] x86/hvm: bump the maximum number of vcpus to 512

[PATCH v4 00/20] x86: emulator enhancements
 2018-03-01  7:16 UTC  (24+ messages)
` [PATCH v4 01/20] x86emul: extend vbroadcasts{s, d} to AVX2
` [PATCH v4 02/20] x86emul: support most remaining AVX2 insns
` [PATCH v4 03/20] x86emul: support AVX2 gather insns
` [PATCH v4 04/20] x86emul: support XOP insns
` [PATCH v4 05/20] x86emul: support 3DNow! insns
` [PATCH v4 06/20] x86emul: place test blobs in executable section
` [PATCH v4 07/20] x86: move and rename XSTATE_*
` [PATCH v4 08/20] x86emul: abstract out XCRn accesses
` [PATCH v4 09/20] x86emul: adjust_bnd() should check XCR0
` [PATCH v4 10/20] x86emul: make all FPU emulation use the stub
` [PATCH v4 11/20] x86/HVM: eliminate custom #MF/#XM handling
` [PATCH v4 12/20] x86emul: support SWAPGS
` [PATCH v4 13/20] x86emul: tell cmpxchg hook whether LOCK is in effect
` [PATCH v4 14/20] x86/PV: convert page table emulation code from paddr_t to intpte_t
` [PATCH v4 15/20] x86emul: correctly handle CMPXCHG* comparison failures
` [PATCH v4 16/20] x86emul: add read-modify-write hook
` [PATCH v4 17/20] x86/HVM: do actual CMPXCHG in hvmemul_cmpxchg()
` [PATCH v4 18/20] x86/HVM: make use of new read-modify-write emulator hook
` [PATCH v4 19/20] x86/shadow: fully move unmap-dest into common code
` [PATCH v4 20/20] x86/shadow: fold sh_x86_emulate_{write, cmpxchg}() into their only callers

[PATCH 0/2] sndif: add explicit back and front synchronization
 2018-03-01  6:29 UTC  (2+ messages)

[PATCH v2] pvcalls-front: 64-bit align flags
 2018-03-01  6:24 UTC  (2+ messages)

[RFC PATCH v4 0/7] KVM: x86: Allow Qemu/KVM to use PVH entry point
 2018-03-01  6:11 UTC  (16+ messages)
` [RFC PATCH v4 1/7] xen/pvh: Split CONFIG_XEN_PVH into CONFIG_PVH and CONFIG_XEN_PVH
` [RFC PATCH v4 2/7] xen/pvh: Move PVH entry code out of Xen specific tree
` [RFC PATCH v4 3/7] xen/pvh: Create a new file for Xen specific PVH code
` [RFC PATCH v4 4/7] xen/pvh: Move Xen specific PVH VM initialization out of common code
` [RFC PATCH v4 5/7] xen/pvh: Move Xen code for getting mem map via hcall out of common file
` [RFC PATCH v4 6/7] xen/pvh: Add memory map pointer to hvm_start_info struct
` [RFC PATCH v4 7/7] KVM: x86: Allow Qemu/KVM to use PVH entry point

[xen-4.8-testing test] 120067: regressions - FAIL
 2018-03-01  4:57 UTC 

[xen-unstable-smoke test] 120107: tolerable all pass - PUSHED
 2018-03-01  3:02 UTC 

[ovmf test] 120070: all pass - PUSHED
 2018-03-01  2:19 UTC 

[PATCH v2] pvcalls-front: 64-bit align flags
 2018-03-01  2:05 UTC 

[PATCH 0/9] drm/xen-front: Add support for Xen PV display frontend
 2018-03-01  1:42 UTC  (7+ messages)
  ` [PATCH 8/9] drm/xen-front: Implement GEM operations

[xen-4.10-testing test] 120065: regressions - FAIL
 2018-03-01  1:23 UTC 

[xen-unstable-smoke test] 120106: regressions - trouble: blocked/broken/pass
 2018-02-28 23:56 UTC 

pvh+vcpus startup issue
 2018-02-28 22:04 UTC  (8+ messages)

[xen-unstable-smoke test] 120102: trouble: broken/pass
 2018-02-28 21:40 UTC 

[xen-4.9-testing test] 120063: regressions - FAIL
 2018-02-28 21:10 UTC 

[PATCH] xen/pirq: fix error path cleanup when binding MSIs
 2018-02-28 19:22 UTC  (3+ messages)

[PATCH] xen-netfront: Fix hang on device removal
 2018-02-28 19:21 UTC  (2+ messages)

[PATCH v2 1/2] README: require Python 2.4 or newer
 2018-02-28 19:20 UTC  (3+ messages)
` [PATCH v2 2/2] xen/tools: support Python 2 and Python 3

PVH backports to 4.9 and 4.8
 2018-02-28 18:38 UTC 

[PATCH 0/6] x86: Switch some bits of MSR handing over to the new infrastructure
 2018-02-28 18:32 UTC  (14+ messages)
` [PATCH 2/6] x86/hvm: Handle viridian MSRs via the new guest_{rd, wr}msr() infrastructure
` [PATCH 3/6] x86: Handle the Xen "
` [PATCH 4/6] x86/hvm: Constify the read side of vlapic handling
` [PATCH 5/6] x86/hvm: Handle x2apic MSRs the new guest_{rd, wr}msr() infrastructure

[xen-unstable-smoke test] 120098: tolerable all pass - PUSHED
 2018-02-28 18:20 UTC 

[PATCH V6] x86/hvm: fix domain crash when CR3 has the noflush bit set
 2018-02-28 17:54 UTC  (3+ messages)
` [ATTN SVM maintainers] "

[PATCH RESEND v2 0/7] x86/alternatives: Support for automatic padding calculations
 2018-02-28 17:45 UTC  (9+ messages)
` [PATCH v2 3/7] x86/alt: Clean up the assembly used to generate alternatives
` [PATCH v2 5/7] x86/alt: Support for automatic padding calculations
` [PATCH v2 7/7] x86/build: Use new .nop directive when available

[PATCH v2 0/5] xen/tools: sched: Credit1: improve handling of vCPU migration delay
 2018-02-28 17:28 UTC  (12+ messages)
` [PATCH v2 2/5] xen: sched/credit1: make vcpu_migration_delay per-cpupool
` [PATCH v2 3/5] tools: libxl/xl: allow to get/set Credit1's vcpu_migration_delay
` [PATCH v2 4/5] tools: xenpm: continue to support {set, get}-vcpu-migration-delay

[PATCH v4 0/2][XTF] FPU test improvements
 2018-02-28 16:49 UTC  (4+ messages)
` [PATCH v4 1/2][XTF] add FPU/SIMD register state test
` [PATCH v4 2/2][XTF] x86: extend FPU exception tests

[PATCH 0/5] x86: improve PDX <-> PFN and alike translations
 2018-02-28 16:47 UTC  (8+ messages)
` [PATCH 1/5] x86: remove page.h and processor.h inclusion from asm_defns.h
` [PATCH 2/5] x86: use PDEP for PTE flags insertion when available
` [PATCH 3/5] x86: use PDEP/PEXT for maddr/direct-map-offset conversion "
` [PATCH 4/5] x86: use PDEP/PEXT for PFN/PDX "
` [PATCH 5/5] x86: use MOV for PFN/PDX conversion when possible

[PATCH] fuzz/x86_emulate: fix bounds for input size
 2018-02-28 17:30 UTC  (4+ messages)
` [PATCH v2] "

Usage of DEBUG_DIR breaks OVMF build
 2018-02-28 17:01 UTC 

[xen-4.6-testing test] 120062: regressions - FAIL
 2018-02-28 16:37 UTC 

[PATCH 0/6] Assorted improvements to domain creation
 2018-02-28 16:36 UTC  (16+ messages)
` [PATCH 1/6] xen/domain: Reduce the quantity of initialisation for system domains
` [PATCH 2/6] xen/credit2: Move repl_timer into struct csched2_dom
` [PATCH 3/6] xen/sched: Improvements to the {alloc, free}_domdata() interfaces
` [PATCH 4/6] xen/sched: Remove {init, destroy}_domain() interfaces
` [PATCH 5/6] xen/domain: Call sched_destroy_domain() in the domain_create() error path
` [PATCH 6/6] xen/domain: Use IS_ERR_OR_NULL() when checking the return value of domain_create()

[PATCH v3] build: remove shim related targets
 2018-02-28 16:27 UTC  (10+ messages)

kexec and xen/arch/x86/boot/head.S trampoline
 2018-02-28 16:27 UTC  (3+ messages)

[PATCH RFC 0/3] hpet: add support for level triggered interrupts
 2018-02-28 16:24 UTC  (5+ messages)
` [PATCH RFC 3/3] xtf: add minimal HPET functionality test

[PATCH v5 0/5] VMX MSRs policy for Nested Virt: part 1
 2018-02-28 16:09 UTC  (6+ messages)
` [PATCH v5 1/5] x86/msr: add VMX MSRs definitions and populate Raw domain policy
` [PATCH v5 2/5] x86/msr: add VMX MSRs into HVM_max "
` [PATCH v5 3/5] x86/cpuid: update signature of hvm_cr4_guest_valid_bits()
` [PATCH v5 4/5] x86/msr: update domain policy on CPUID policy changes
` [PATCH v5 5/5] x86/msr: handle VMX MSRs with guest_rd/wrmsr()

[PATCH] xen/arm: p2m: Prevent deadlock when using memaccess
 2018-02-28 15:25 UTC 

[PATCH v3] x86/HVM: don't #GP/#SS on wrapping virt->linear translations
 2018-02-28 14:51 UTC  (5+ messages)
` Ping: "
  ` Ping#3: "
      ` Ping: "

[PATCH 0/2] x86: further GS base handling changes
 2018-02-28 14:46 UTC  (3+ messages)
` [PATCH 1/2] x86: improve MSR_SHADOW_GS accesses
  ` Ping: "

[PATCH v8 00/11] vpci: PCI config space emulation
 2018-02-28 14:33 UTC  (7+ messages)
` [PATCH v8 08/11] x86/pt: mask MSI vectors on unbind
` [PATCH v8 09/11] vpci/msi: add MSI handlers
` [PATCH v8 11/11] vpci/msix: add MSI-X handlers

[PATCH v3] x86/mm: Suppresses vm_events caused by page-walks
 2018-02-28 13:56 UTC  (3+ messages)

[qemu-mainline test] 120061: tolerable FAIL - PUSHED
 2018-02-28 13:43 UTC 

[RFC PATCH 00/49] New VGIC(-v2) implementation
 2018-02-28 13:04 UTC  (5+ messages)
` [RFC PATCH 08/49] ARM: VGIC: move max_vcpus VGIC limit to struct arch_domain

[PATCH 1/2] ignores: update list of git ignored files
 2018-02-28 12:47 UTC  (2+ messages)
` [PATCH 2/2] ignores: update .hgignore

[PATCH] xen-netfront: Fix hang on device removal
 2018-02-28 12:23 UTC 

[PATCH v8 07/11] vpci/bars: add handlers to map the BARs
 2018-02-28 12:13 UTC  (10+ messages)

[PATCH v2 0/2] firmware/shim: fix Xen tree setup
 2018-02-28 12:02 UTC  (5+ messages)
` [PATCH v2 1/2] firmware/shim: better filtering of dependency files during "
` [PATCH v2 2/2] firmware/shim: better filtering of intermediate "

[PATCH v2 0/7] x86: Meltdown band-aid overhead reduction
 2018-02-28 12:00 UTC  (3+ messages)
` Ping: "

[xen-4.7-testing test] 120056: regressions - FAIL
 2018-02-28 11:59 UTC 

untracked pvshim related dirty files in staging
 2018-02-28 11:39 UTC 

rwlock and per-cpu rwlock recursive?
 2018-02-28 11:20 UTC  (5+ messages)

[PATCH] xl: remove apic option for PVH guests
 2018-02-28 10:46 UTC  (2+ messages)

[xen-unstable-coverity test] 120089: regressions - ALL FAIL
 2018-02-28 10:43 UTC 

Naming things (was XEN_SYSCTL_get_cpuid_policy)
 2018-02-28 10:11 UTC  (3+ messages)

[linux-linus test] 120055: regressions - FAIL
 2018-02-28  9:52 UTC 

[RFC XEN PATCH v4 00/41] Add vNVDIMM support to HVM domains
 2018-02-28  9:36 UTC  (21+ messages)
` [RFC XEN PATCH v4 33/41] tools/libacpi, hvmloader: detect QEMU fw_cfg interface
` [RFC XEN PATCH v4 34/41] tools/libacpi: probe QEMU ACPI ROMs via "
` [RFC QEMU PATCH v4 00/10] Implement vNVDIMM for Xen HVM guest
  ` [RFC QEMU PATCH v4 02/10] xen-hvm: create the hotplug memory region on Xen
  ` [RFC QEMU PATCH v4 03/10] hostmem-xen: add a host memory backend for Xen
  ` [RFC QEMU PATCH v4 05/10] xen-hvm: initialize fw_cfg interface

[PATCH] xen/pirq: fix error path cleanup when binding MSIs
 2018-02-28  9:19 UTC 

[PATCH] pvcalls-front: 64-bit align flags
 2018-02-28  9:06 UTC 

[PATCH 0/7] paravirtual IOMMU interface
 2018-02-28  8:55 UTC  (12+ messages)
` [PATCH 5/7] public / x86: introduce __HYPERCALL_iommu_op

[PATCH] public: correct GNTTABOP_set_version comment
 2018-02-28  8:38 UTC 

[PATCH v2 2/2] xen: events: free irqs in error condition
 2018-02-28  8:27 UTC  (3+ messages)

Xen 4.11 Development Update
 2018-02-28  8:23 UTC 

[libvirt test] 120053: tolerable all pass - PUSHED
 2018-02-28  3:07 UTC 

[linux-4.9 test] 120047: tolerable FAIL - PUSHED
 2018-02-28  2:14 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).