xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-08-08 08:19:47 to 2014-08-08 22:06:57 UTC [more...]

[xen-4.3-testing test] 29644: regressions - FAIL
 2014-08-08 22:06 UTC 

[PATCH v2] x86/intel: Protect set_cpuidmask() against #GP faults
 2014-08-08 21:53 UTC  (4+ messages)

[RFC][PATCH 0/5] xen: reserve RMRR to avoid conflicting MMIO/RAM
 2014-08-08 21:47 UTC  (20+ messages)
` [RFC][PATCH 1/5] xen:x86: record RMRR mappings
` [RFC][PATCH 2/5] xen:x86: introduce a new hypercall to get "
` [RFC][PATCH 3/5] tools:libxc: remove mmio BAR out of "
` [RFC][PATCH 4/5] tools:firmware:hvmloader: reserve RMRR mappings in e820

[PATCH RFC V5 1/5] xen: Emulate with no writes
 2014-08-08 21:45 UTC  (16+ messages)
` [PATCH RFC V5 2/5] xen: Optimize introspection access to guest state
` [PATCH RFC V5 3/5] xen: Force-enable relevant MSR events; optimize the number of sent MSR events
` [PATCH RFC V5 4/5] xen, libxc: Request page fault injection via libxc
` [PATCH RFC V5 5/5] xen: Handle resumed instruction based on previous mem_event reply

[PATCH v4 0/6] xen/PMU: PMU support for Xen PV guests
 2014-08-08 21:12 UTC  (7+ messages)
` [PATCH v4 1/6] xen: xensyms support
` [PATCH v4 2/6] xen/PMU: Sysfs interface for setting Xen PMU mode
` [PATCH v4 3/6] xen/PMU: Initialization code for Xen PMU
` [PATCH v4 4/6] xen/PMU: Describe vendor-specific PMU registers
` [PATCH v4 5/6] xen/PMU: Intercept PMU-related MSR and APIC accesses
` [PATCH v4 6/6] xen/PMU: PMU emulation code

[PATCH v4 1/3] x86: Consolidate boolean inputs in hvm and p2m into their own respective bitmaps
 2014-08-08 18:49 UTC  (5+ messages)
` [PATCH v4 2/3] x86/mem_event: Deliver gla fault EPT violation information
` [PATCH v4 3/3] tools/xen-access: Print gla valid/fault information

VMX test report for Xen 4.5-unstable-C/S 28634
 2014-08-08 18:45 UTC  (5+ messages)
      ` Processed: "

[linux-3.14 test] 29643: regressions - FAIL
 2014-08-08 18:06 UTC 

[PATCH v2 1/2] x86/mem_event: Deliver gla fault EPT violation information
 2014-08-08 17:47 UTC  (8+ messages)

[PATCH] x86/xen: resume timer irqs early
 2014-08-08 17:38 UTC  (7+ messages)

[PATCH net-next] xen-netback: Don't deschedule NAPI when carrier off
 2014-08-08 17:29 UTC 

[PATCH v11 00/10] gic and vgic fixes and improvements
 2014-08-08 17:28 UTC  (12+ messages)
` [PATCH v11 01/10] xen/arm: observe itargets setting in vgic_enable_irqs and vgic_disable_irqs
` [PATCH v11 02/10] xen/arm: move setting GIC_IRQ_GUEST_QUEUED earlier
` [PATCH v11 03/10] xen/arm: inflight irqs during migration
` [PATCH v11 04/10] xen/arm: support irq delivery to vcpu > 0
` [PATCH v11 05/10] xen/arm: physical irq follow virtual irq
` [PATCH v11 06/10] xen: introduce sched_move_irqs
` [PATCH v11 07/10] xen: remove workaround to inject evtchn_irq on irq enable
` [PATCH v11 08/10] xen/arm: take the rank lock before accessing ipriority
` [PATCH v11 09/10] xen: introduce bit access macros for the IRQ line status flags
` [PATCH v11 10/10] xen/arm: make accesses to desc->status flags atomic

[PATCH] evtchn: clean last_vcpu_id on EVTCHNOP_reset to avoid crash
 2014-08-08 17:20 UTC  (5+ messages)

[PATCH v4 0/3] xen/arm: fix "xen_add_mach_to_phys_entry: cannot add" problem
 2014-08-08 17:03 UTC  (4+ messages)
` [PATCH v4 1/3] xen/arm: introduce XENFEAT_grant_map_identity
` [PATCH v4 2/3] xen/arm: reimplement xen_dma_unmap_page & friends
` [PATCH v4 3/3] xen/arm: remove mach_to_phys rbtree

[PATCH v9 00/20] x86/PMU: Xen PMU PV(H) support
 2014-08-08 16:55 UTC  (21+ messages)
` [PATCH v9 01/20] common/symbols: Export hypervisor symbols to privileged guest
` [PATCH v9 02/20] x86/VPMU: Manage VPMU_CONTEXT_SAVE flag in vpmu_save_force()
` [PATCH v9 03/20] x86/VPMU: Set MSR bitmaps only for HVM/PVH guests
` [PATCH v9 04/20] x86/VPMU: Make vpmu macros a bit more efficient
` [PATCH v9 05/20] intel/VPMU: Clean up Intel VPMU code
` [PATCH v9 06/20] vmx: Merge MSR management routines
` [PATCH v9 07/20] x86/VPMU: Handle APIC_LVTPC accesses
` [PATCH v9 08/20] intel/VPMU: MSR_CORE_PERF_GLOBAL_CTRL should be initialized to zero
` [PATCH v9 09/20] x86/VPMU: Add public xenpmu.h
` [PATCH v9 10/20] x86/VPMU: Make vpmu not HVM-specific
` [PATCH v9 11/20] x86/VPMU: Interface for setting PMU mode and flags
` [PATCH v9 12/20] x86/VPMU: Initialize PMU for PV(H) guests
` [PATCH v9 13/20] x86/VPMU: When handling MSR accesses, leave fault injection to callers
` [PATCH v9 14/20] x86/VPMU: Add support for PMU register handling on PV guests
` [PATCH v9 15/20] x86/VPMU: Handle PMU interrupts for "
` [PATCH v9 16/20] x86/VPMU: Merge vpmu_rdmsr and vpmu_wrmsr
` [PATCH v9 17/20] x86/VPMU: Add privileged PMU mode
` [PATCH v9 18/20] x86/VPMU: Save VPMU state for PV guests during context switch
` [PATCH v9 19/20] x86/VPMU: NMI-based VPMU support
` [PATCH v9 20/20] x86/VPMU: Move VPMU files up from hvm/ directory

[PATCH net v2 1/3] xen-netback: move NAPI add/remove calls
 2014-08-08 16:52 UTC  (5+ messages)
` [PATCH net v2 2/3] xen-netback: don't stop dealloc kthread too early
` [PATCH net v2 3/3] xen-netback: remove loop waiting function

[PATCH v3 0/3] xen/arm: fix "xen_add_mach_to_phys_entry: cannot add" problem
 2014-08-08 16:52 UTC  (10+ messages)
` [PATCH v3 2/3] xen/arm: reimplement xen_dma_unmap_page & friends

[PATCH ARM v7 00/13] mini-os: initial ARM support
 2014-08-08 16:37 UTC  (15+ messages)
` [PATCH ARM v7 01/13] mini-os: don't include lib.h from mm.h
` [PATCH ARM v7 02/13] mini-os: added HYPERVISOR_xsm_op
` [PATCH ARM v7 03/13] mini-os: move poor rand function to test.c
` [PATCH ARM v7 04/13] mini-os: arm: add header files
` [PATCH ARM v7 05/13] mini-os: arm: boot code
` [PATCH ARM v7 06/13] mini-os: arm: memory management
` [PATCH ARM v7 07/13] mini-os: arm: scheduling
` [PATCH ARM v7 08/13] mini-os: arm: events
` [PATCH ARM v7 09/13] mini-os: arm: time
` [PATCH ARM v7 10/13] mini-os: arm: interrupt controller
` [PATCH ARM v7 11/13] mini-os: arm: build system
` [PATCH ARM v7 12/13] mini-os: arm: show registers, stack and exception vector on fault
` [PATCH ARM v7 13/13] mini-os: fixed compiling with debug=n

[PATCH net v2 0/3] xen-netback: synchronisation between core driver and netback
 2014-08-08 16:37 UTC 

[PATCH] xen-netback: Turn off the carrier if the guest is not able to receive
 2014-08-08 16:33 UTC 

[PATCH net 1/3] xen-netback: move NAPI add/remove calls
 2014-08-08 16:33 UTC  (4+ messages)
` [PATCH net 2/3] xen-netback: don't stop dealloc kthread too early
` [PATCH net 3/3] xen-netback: remove loop waiting function
` [PATCH net 0/3] xen-netback: synchronisation between core driver and netback

[PATCH net 0/3] xen-netback: synchronisation between core driver and netback
 2014-08-08 16:22 UTC 

[PATCH v1 0/2] Extend ioreq-server to support page write protection
 2014-08-08 16:04 UTC  (17+ messages)

[PATCH v4 0/4] Fix grant/foreign mappings with auto-translated guests
 2014-08-08 15:36 UTC  (5+ messages)
` [PATCH v4 3/4] amd-iommu: disable iommu_hap_pt_share with AMD IOMMUs

[PATCH 0/3] Introduce xensock socket and implement sockback and sockfront drivers
 2014-08-08 15:27 UTC  (7+ messages)
` [PATCH 1/3] net: introduce new socket support: xensock
` [PATCH 2/3] xen-sockback: add support of the xen-sockback driver
` [PATCH 3/3] xen-sockfront: add support of the xen-sockfront driver

[PATCH V3] Use #defines instead of magic constants in vmx.c
 2014-08-08 15:16 UTC 

[qemu-upstream-unstable test] 29642: tolerable trouble: broken/fail/pass - PUSHED
 2014-08-08 15:06 UTC 

[PATCH V2] Use #defines instead of magic constants in vmx_vmcs_save()
 2014-08-08 14:40 UTC  (2+ messages)

Xen PV domain regression with KASLR enabled (kernel 3.16)
 2014-08-08 14:35 UTC  (3+ messages)
` [Xen-devel] "

[PATCH] mini-os: enable compiler check for printk format types
 2014-08-08 14:32 UTC  (5+ messages)

[PATCH v2 00/21] xen/arm: Add support for non-pci passthrough
 2014-08-08 14:15 UTC  (6+ messages)
` [PATCH v2 20/21] libxl: Add support for non-PCI passthrough

[PATCH] x86/hap: Initialise HAP logdirty function pointers once in hap_domain_init()
 2014-08-08 14:12 UTC 

[PATCH v3] xen: domain_update_node_affinity: Bail out early if no VCPUs are allocated
 2014-08-08 13:08 UTC  (2+ messages)

Introduction / Upcoming project ?
 2014-08-08 12:47 UTC  (2+ messages)

virtualization Android OS + XEN
 2014-08-08 11:40 UTC  (6+ messages)

[libvirt test] 29641: regressions - FAIL
 2014-08-08 11:13 UTC 

[linux-3.10 test] 29640: regressions - FAIL
 2014-08-08 10:48 UTC 

[PATCH v2] tools/hotplug/Linux/init.d: fix wrong path in xendomains init
 2014-08-08 10:46 UTC 

[PATCH net-next] xen-netback: Don't deschedule NAPI when carrier off
 2014-08-08 10:43 UTC 

[PATCH v3 1/2] x86/mem_event: Deliver gla fault EPT violation information
 2014-08-08 10:34 UTC  (10+ messages)

[PATCH] tools/hotplug/Linux/init.d: fix wrong path in xendomains init
 2014-08-08 10:04 UTC  (2+ messages)

[RFC Patch v2 00/17] Some bugfix patches
 2014-08-08  9:43 UTC  (20+ messages)
` [RFC Patch v2 01/17] copy the correct page to memory
` [RFC Patch v2 02/17] csum the correct page
` [RFC Patch v2 03/17] don't zero out ioreq page
` [RFC Patch v2 04/17] blktap2: dynamic allocate aio_requests to avoid -EBUSY error
` [RFC Patch v2 05/17] block-remus: fix memory leak
` [RFC Patch v2 06/17] block-remus: pass uuid to the callback td_open
` [RFC Patch v2 07/17] blktap2: return the correct dev path
` [RFC Patch v2 08/17] block-remus: use correct way to get remus_image
` [RFC Patch v2 09/17] block-remus: fix bug in tdremus_close()
` [RFC Patch v2 10/17] blktap2: use correct way to get free event id
` [RFC Patch v2 11/17] blktap2: don't return negative "
` [RFC Patch v2 12/17] blktap2: use correct way to define array
` [RFC Patch v2 13/17] don't call client_flush() when switching to unprotected mode
` [RFC Patch v2 14/17] pass correct file to qemu if we use blktap2
` [RFC Patch v2 15/17] support blktap remus in xl
` [RFC Patch v2 16/17] update libxl__device_disk_from_xs_be() to support blktap device
` [RFC Patch v2 17/17] x86/hvm: Always set pending event injection when loading VMC[BS] state

Lots of connections led oxenstored stuck
 2014-08-08  9:37 UTC  (3+ messages)

[v2][PATCH 1/1] x86: make struct e820map's nr_map unsigned
 2014-08-08  9:32 UTC 

[PATCH 1/1] xen:include:asm-x86:e820: just covert nr_map with unsigned int
 2014-08-08  9:31 UTC  (9+ messages)

[RFC Patch v2 00/45] COarse-grain LOck-stepping Virtual Machines for Non-stop Service
 2014-08-08  9:02 UTC  (4+ messages)

Xendomains init not working for wrong path after recent update
 2014-08-08  9:00 UTC  (2+ messages)

[Xen-unstable] XenbusState signaling with regard to pci-detach on HVM guests
 2014-08-08  8:51 UTC  (5+ messages)

[RFC Patch v2 00/17] Some bugfix patches
 2014-08-08  8:44 UTC  (3+ messages)
` [RFC Patch v2 16/17] update libxl__device_disk_from_xs_be() to support blktap device
  ` [RFC Patch v2.5 "


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).