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

[PATCH v5 0/7] xen/arm: Introduce alternative runtime patching for ARM64
 2016-07-27 16:09 UTC  (4+ messages)
` [PATCH v5 3/7] xen/arm: Detect silicon revision and set cap bits accordingly

Xen Security Advisory 184 (CVE-2016-5403) - virtio: unbounded memory allocation issue
 2016-07-27 16:06 UTC 

Xen 4.7.0 boot PANIC on kernel 4.7.0-4 + UEFI ?
 2016-07-27 15:50 UTC  (3+ messages)

[PATCH] xsm: don't require configuring tools to build xen xsm blob
 2016-07-27 15:10 UTC  (4+ messages)

[oxenstored]Guest users could get the VM count and domids on the host
 2016-07-27 15:05 UTC  (2+ messages)

[PATCH v3] xen-blkfront: dynamic configuration of per-vbd resources
 2016-07-27 14:24 UTC  (7+ messages)

[PATCH v3 0/9] xen/arm: Support SPIs routing
 2016-07-27 13:58 UTC  (10+ messages)
` [PATCH v3 1/9] xen/arm: gic: Consolidate the IRQ affinity set in a single place
` [PATCH v3 2/9] xen/arm: gic: Do not configure affinity during routing
` [PATCH v3 3/9] xen/arm: gic: split set_irq_properties
` [PATCH v3 4/9] xen/arm: gic: set_type: Pass the type in parameter rather than in desc->arch.type
` [PATCH v3 5/9] xen/arm: gic: Document how gic_set_irq_type should be called
` [PATCH v3 6/9] Revert "xen/arm: warn the user that we cannot route SPIs to Dom0 on ACPI"
` [PATCH v3 7/9] xen/arm: Allow DOM0 to set the IRQ type
` [PATCH v3 8/9] xen/arm: acpi: route all unused IRQs to DOM0
` [PATCH v3 9/9] xen/arm: Fix coding style and update comment in acpi_route_spis

[GIT PULL] xen: features and fixes for 4.8-rc0
 2016-07-27 13:45 UTC 

[PATCH v2 0/9] xen/arm: Support SPIs routing
 2016-07-27 13:30 UTC  (3+ messages)

[PATCH 0/6] libxl: extend device type framework
 2016-07-27 11:45 UTC  (2+ messages)

OVMF very slow on AMD
 2016-07-27 11:35 UTC  (5+ messages)

[PATCH] xen/domctl: Add DOMINFO_hap to xen_domctl_getdomaininfo
 2016-07-27 11:01 UTC  (2+ messages)

[PATCH v2 2/3] xen-blkfront: introduce blkif_set_queue_limits()
 2016-07-27 10:48 UTC  (6+ messages)
` [PATCH v2 3/3] xen-blkfront: dynamic configuration of per-vbd resources

VM save/restore on Xen ARM
 2016-07-27 10:34 UTC 

[PATCH 00/22] xen/arm: P2M clean-up and fixes
 2016-07-27 10:22 UTC  (41+ messages)
` [PATCH 05/22] xen/arm: p2m: Clean-up mfn_to_p2m_entry
` [PATCH 06/22] xen/arm: p2m: Use the typesafe MFN in mfn_to_p2m_entry
` [PATCH 07/22] xen/arm: p2m: Use p2m_is_foreign in get_page_from_gfn to avoid open coding
` [PATCH 08/22] xen/arm: p2m: Simplify p2m type check by using bitmask
` [PATCH 09/22] xen/arm: p2m: Use a whitelist rather than blacklist in get_page_from_gfn
` [PATCH 10/22] xen/arm: p2m: Differentiate cacheable vs non-cacheable MMIO
` [PATCH 11/22] xen/arm: p2m: Find the memory attributes based on the p2m type
` [PATCH 12/22] xen/arm: p2m: Remove unnecessary locking
` [PATCH 13/22] xen/arm: p2m: Introduce p2m_{read, write}_{, un}lock helpers
` [PATCH 14/22] xen/arm: p2m: Switch the p2m lock from spinlock to rwlock
` [PATCH 15/22] xen/arm: Don't call p2m_alloc_table from arch_domain_create
` [PATCH 16/22] xen/arm: p2m: Move the vttbr field from arch_domain to p2m_domain
` [PATCH 17/22] xen/arm: p2m: Don't need to restore the state for an idle vCPU
` [PATCH 18/22] xen/arm: p2m: Rework the context switch to another VTTBR in flush_tlb_domain
` [PATCH 19/22] xen/arm: p2m: Inline p2m_load_VTTBR into p2m_restore_state
` [PATCH 20/22] xen/arm: Don't export flush_tlb_domain
` [PATCH 21/22] xen/arm: p2m: Replace flush_tlb_domain by p2m_flush_tlb
` [PATCH 22/22] xen/arm: p2m: Pass the p2m in parameter rather the domain when it is possible

[PATCH v8] x86/mem-sharing: mem-sharing a range of memory
 2016-07-27  9:59 UTC  (7+ messages)

[PATCH linux v3 1/9] x86/xen: update cpuid.h from Xen-4.7
 2016-07-27  9:11 UTC  (13+ messages)
` [PATCH linux v3 2/9] x86/acpi: store ACPI ids from MADT for future usage
` [PATCH linux v3 3/9] xen: introduce xen_vcpu_id mapping
` [PATCH linux v3 4/9] x86/xen: use xen_vcpu_id mapping for HYPERVISOR_vcpu_op
` [PATCH linux v3 5/9] x86/xen: use xen_vcpu_id mapping when pointing vcpu_info to the shared_info page
` [PATCH linux v3 6/9] xen/events: use xen_vcpu_id mapping in events_base
` [PATCH linux v3 7/9] xen/events: fifo: use xen_vcpu_id mapping
` [PATCH linux v3 8/9] xen/evtchn: "
` [PATCH linux v3 9/9] xen/pvhvm: run xen_vcpu_setup() for the boot CPU
` [PATCH linux v3 0/9] xen: pvhvm: support bootup on secondary vCPUs

[distros-debian-squeeze test] 66838: tolerable trouble: blocked/broken
 2016-07-27  7:01 UTC 

[PATCH v4] xen/arm: Add a clock property
 2016-07-27  5:05 UTC 

[PATCH v3] xen-blkfront: dynamic configuration of per-vbd resources
 2016-07-27  3:21 UTC 

[PATCH v3] xen: credit2: issues in csched2_cpu_pick(), when tracing is enabled
 2016-07-27  3:09 UTC 

[qemu-mainline baseline-only test] 66814: trouble: blocked/broken/fail/pass
 2016-07-27  3:07 UTC 

Xen 4.8 Development Update
 2016-07-26 22:35 UTC  (4+ messages)

[PATCH V3 0/4] Change fixed mmio handlers to a variable number
 2016-07-26 22:16 UTC  (6+ messages)
` [PATCH V3 3/4] xen/arm: io: Use binary search for mmio handler lookup
` [PATCH V3 4/4] arm/vgic: Change fixed number of mmio handlers to variable number

[linux-3.18 test] 99698: regressions - FAIL
 2016-07-26 17:50 UTC 

[linux-4.1 test] 99701: regressions - FAIL
 2016-07-26 17:32 UTC 

[PATCH -v3 1/1] ratelimit: Implement rate limit for credit2 scheduler Rate limit assures that a vcpu will execute for a minimum amount of time before being put at the back of a queue or being preempted by higher priority thread
 2016-07-26 16:21 UTC  (2+ messages)

[PATCH] x86/hap: use the right cache attributes when MTRR is disabled
 2016-07-26 16:15 UTC 

[PATCH] xen/kconfig: unify messages of options moved from command line to kconfig
 2016-07-26 15:45 UTC 

live migrating hvm from 4.4 to 4.7 fails in ioreq server
 2016-07-26 15:48 UTC  (12+ messages)

[PATCH] xen: add static initialization of steal_clock op to xen_time_ops
 2016-07-26 15:26 UTC 

[PATCH v6] altp2m: Allow shared entries to be copied to altp2m views during lazycopy
 2016-07-26 15:16 UTC  (4+ messages)

linux-next: manual merge of the xen-tip tree with the tip tree
 2016-07-26 13:58 UTC  (2+ messages)

[PATCH RFC 0/4] Fix issues with zero-length records in migration v2
 2016-07-26 13:37 UTC  (6+ messages)
` [PATCH 3/4] tools/libxc: Avoid generating inappropriate zero-length records

[PATCH linux v3 0/9] xen: pvhvm: support bootup on secondary vCPUs
 2016-07-26 12:30 UTC 

[libvirt test] 99696: tolerable FAIL - PUSHED
 2016-07-26 12:27 UTC 

[ovmf baseline-only test] 66812: all pass
 2016-07-26 12:24 UTC 

[PATCH] xen: add static initialization of steal_clock op to xen_time_ops
 2016-07-26 12:15 UTC 

Xen Security Advisory 183 (CVE-2016-6259) - x86: Missing SMAP whitelisting in 32-bit exception / event delivery
 2016-07-26 12:05 UTC 

Xen Security Advisory 182 (CVE-2016-6258) - x86: Privilege escalation in PV guests
 2016-07-26 12:04 UTC 

[xen-unstable test] 99685: regressions - FAIL
 2016-07-26 11:58 UTC 

[xen-unstable-smoke test] 99707: tolerable all pass - PUSHED
 2016-07-26 11:46 UTC 

[qemu-mainline test] 99672: tolerable FAIL - PUSHED
 2016-07-26 11:07 UTC 

[PATCH v2 1/1] ratelimit: Implement rate limit for credit2 scheduler Rate limit assures that a vcpu will execute for a minimum amount of time before being put at the back of a queue or being preempted by higher priority thread
 2016-07-26 10:50 UTC  (4+ messages)

[PATCH XTF] build: introduce a dist target
 2016-07-26 10:17 UTC  (5+ messages)
` [XTF PATCH v3] Correct the usage of $(DESTDIR) and $(PREFIX)

[ovmf test] 99697: all pass - PUSHED
 2016-07-26 10:13 UTC 

[xen-unstable test] 97737: regressions - FAIL
 2016-07-26 10:05 UTC  (8+ messages)

[distros-debian-snapshot test] 66811: trouble: blocked/broken/fail/pass
 2016-07-26 10:01 UTC 

[PATCH] tools/libxc: Properly increment ApicIdCoreSize field on AMD
 2016-07-26 10:00 UTC  (7+ messages)

[PATCH v2 1/3] xen: Some code motion to avoid having to do forward-declaration
 2016-07-26  9:35 UTC  (9+ messages)
` [PATCH v2 2/3] xen: Have schedulers revise initial placement
` [PATCH v2 3/3] xen: Remove buggy initial placement algorithm

[PATCH 1/3] xen: Some code motion to avoid having to do forward-declaration
 2016-07-26  9:17 UTC  (7+ messages)
` [PATCH 2/3] xen: Have schedulers revise initial placement

[PATCH v6 0/4] arm64,xen: add xen_boot support into grup-mkconfig
 2016-07-26  9:13 UTC  (5+ messages)
` [PATCH v6 1/4] i386, xen: Add xen_hypervisor and xen_module aliases for i386
` [PATCH v6 2/4] arm64: add "--nounzip" option support in xen_module command
` [PATCH v6 3/4] * util/grub.d/20_linux_xen.in: Add xen_boot command support
` [PATCH v6 4/4] arm64: update the introduction of xen boot commands in docs/grub.texi

[PATCH XTF 0/3] Runner exit code clean up
 2016-07-26  8:57 UTC  (9+ messages)
` [PATCH XTF 3/3] xtf-runner: regularise runner exit code

[PATCH] arm64: xen_boot: Fix xen boot using Grub on AARCH64
 2016-07-26  8:40 UTC 

[ovmf baseline-only test] 66810: all pass
 2016-07-26  8:37 UTC 

[xen-unstable-smoke test] 99610: regressions - FAIL
 2016-07-26  8:29 UTC  (3+ messages)
` xenbits and https redirect (was Re: [xen-unstable-smoke test] 99610: regressions - FAIL)

[PATCH linux v2 0/9] xen: pvhvm: support bootup on secondary vCPUs
 2016-07-26  8:28 UTC  (6+ messages)

[PATCH v5 0/4] arm64,xen: add xen_boot support into grup-mkconfig
 2016-07-26  8:13 UTC  (4+ messages)
` [PATCH v5 3/4] * util/grub.d/20_linux_xen.in: Add xen_boot command support

[linux-4.1 test] 99664: regressions - FAIL
 2016-07-26  5:36 UTC 

[PATCH] xen/x86: Define stubs for xen_smp_intr_init/xen_smp_intr_free
 2016-07-26  5:36 UTC  (2+ messages)

[PATCH 1/3] xen-blkfront: fix places not updated after introducing 64KB page granularity
 2016-07-26  5:19 UTC 

[linux-3.18 test] 99656: regressions - FAIL
 2016-07-26  5:04 UTC 

linux-next: manual merge of the xen-tip tree with the block tree
 2016-07-26  4:57 UTC  (6+ messages)

[ovmf test] 99681: all pass - PUSHED
 2016-07-26  4:53 UTC 

linux-next: manual merge of the xen-tip tree with the tip tree
 2016-07-26  4:02 UTC 

[PATCH v2 00/17] Xen ARM DomU ACPI support
 2016-07-26  1:17 UTC  (21+ messages)
` [PATCH v2 16/17] libxc/xc_dom_arm: Copy ACPI tables to guest space

[xen-unstable test] 99605: regressions - FAIL
 2016-07-26  0:12 UTC 

[ovmf baseline-only test] 66808: regressions - FAIL
 2016-07-25 23:53 UTC 

[qemu-mainline test] 99607: regressions - FAIL
 2016-07-25 21:28 UTC 

[ovmf test] 99649: all pass - PUSHED
 2016-07-25 20:45 UTC 

[linux-4.1 test] 99604: regressions - FAIL
 2016-07-25 19:58 UTC 

[xen-unstable-smoke test] 99654: tolerable all pass - PUSHED
 2016-07-25 19:51 UTC 

[linux-3.18 test] 99603: regressions - FAIL
 2016-07-25 18:20 UTC 

[PATCH v5] altp2m: Allow shared entries to be copied to altp2m views during lazycopy
 2016-07-25 18:10 UTC  (5+ messages)

[xen-unstable-smoke test] 99642: regressions - FAIL
 2016-07-25 17:15 UTC 

[ovmf test] 99643: regressions - FAIL
 2016-07-25 16:24 UTC 

[PATCH 15/19] Qemu-Xen-vTPM: Xen frontend driver infrastructure
 2016-07-25 16:01 UTC  (3+ messages)
` [Qemu-devel] [v9 00/19] QEMU:Xen stubdom vTPM for HVM virtual machine(QEMU Part)

[RFC v3 00/13] linux: generalize sections, ranges and linker tables
 2016-07-25 15:30 UTC  (7+ messages)
` [RFC v3 07/13] tables.h: add linker table support
` [RFC v3 12/13] kprobes: port .kprobes.text to section range
` [RFC v3 13/13] kprobes: port blacklist kprobes to linker table

[ovmf test] 99630: regressions - FAIL
 2016-07-25 14:54 UTC 

[PATCH v3 0/4] tools: make xenstore domain/daemon configurable
 2016-07-25 14:27 UTC  (9+ messages)
` [PATCH v3 4/4] tools: make xenstore domain easy configurable


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