xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-12-06 14:41:29 to 2016-12-07 18:31:45 UTC [more...]

[PATCH 0/4] Fixes to common and x86 barriers
 2016-12-07 18:31 UTC  (10+ messages)
` [PATCH 2/4] xen/x86: Drop erronious barriers

[DOC RFC] Heterogeneous Multi Processing Support in Xen
 2016-12-07 18:29 UTC 

[MULTIBOOT2 DOC PATCH v3 01/13] multiboot2: Replace u_phys with u32
 2016-12-07 18:24 UTC  (19+ messages)
` [MULTIBOOT2 DOC PATCH v3 02/13] multiboot2: Replace u_virt "
` [MULTIBOOT2 DOC PATCH v3 03/13] multiboot2: Rename Multiboot to Multiboot2
` [MULTIBOOT2 DOC PATCH v3 04/13] multiboot2: Replace redundant if with the
` [MULTIBOOT2 DOC PATCH v3 05/13] multiboot2: Clarify meaning of information request header tag
` [MULTIBOOT2 DOC PATCH v3 06/13] multiboot2: Fix description of EFI boot services tag
` [MULTIBOOT2 DOC PATCH v3 07/13] multiboot2: Add description of support for EFI boot services
` [MULTIBOOT2 DOC PATCH v3 08/13] multiboot2: Add description of EFI image handle tags
` [MULTIBOOT2 DOC PATCH v3 09/13] multiboot2: Add description of support for relocatable images
` [MULTIBOOT2 DOC PATCH v3 10/13] multiboot2: Say that memory maps may not be available on EFI platforms
` [MULTIBOOT2 DOC PATCH v3 11/13] multiboot2: Add C structure members alignment and padding consideration section
` [MULTIBOOT2 DOC PATCH v3 12/13] multiboot2: Add me to authors
` [MULTIBOOT2 DOC PATCH v3 13/13] multiboot2: Bump version to 2.0
` [MULTIBOOT2 DOC PATCH v3 00/13] multiboot2: Update documentation

[PATCH v11 00/13] x86: multiboot2 protocol support
 2016-12-07 17:27 UTC  (7+ messages)
` [PATCH v11 03/13] x86: allow EFI reboot method neither on EFI platforms
` [PATCH v11 08/13] x86/boot: implement early command line parser in C

Xenstore domains and XS_RESTRICT
 2016-12-07 17:10 UTC  (7+ messages)

[PATCH] xen/physmap: Propagate error rc from xenmem_add_to_physmap_one
 2016-12-07 17:09 UTC  (4+ messages)

[BUG] Xen-4.8.0 efi/buildid.o: file not recognized/Ambiguous
 2016-12-07 17:01 UTC  (3+ messages)

[Xen-users] pvgrub: Error 9: Unknown boot failure
 2016-12-07 16:54 UTC  (14+ messages)

[PATCH] misc/release-checklist: Import from xenbits:~xen/release-checklist
 2016-12-07 16:48 UTC  (3+ messages)

[PATCH] x86emul: defer rIP-relative address calculation
 2016-12-07 16:30 UTC  (6+ messages)

Possible improvement to Xen Security Response Process
 2016-12-07 16:23 UTC  (5+ messages)

[PATCH] x86emul: fold SReg PUSH/POP cases
 2016-12-07 16:21 UTC  (3+ messages)

[PATCH 0/3] x86/HVM: misc improvements
 2016-12-07 16:06 UTC  (17+ messages)
` [PATCH 1/3] x86/HVM: introduce hvm_get_cpl() and respective hook
` [PATCH 2/3] x86/HVM: support (emulate) UMIP
` [PATCH 3/3] x86/HVM: prefer structure assignment for seg reg copying

[PATCH v3 0/5] tools/libacpi: fix boot flags passed to PVHv2 guests
 2016-12-07 16:06 UTC  (5+ messages)
` [PATCH v3 4/5] tools/libacpi: update FADT layout to support version 5
` [PATCH v3 5/5] tools/libacpi: announce that PVHv2 has no CMOS RTC in FADT

[xen-unstable-smoke test] 103027: tolerable all pass - PUSHED
 2016-12-07 16:00 UTC 

[xen-4.8-testing test] 102998: regressions - FAIL
 2016-12-07 15:59 UTC 

[PATCH 0/6] x86emul: FPU handling improvements
 2016-12-07 15:36 UTC  (17+ messages)
` [PATCH 1/6] x86emul: extend / amend supported FPU opcodes
` [PATCH 2/6] x86emul: simplify FPU source operand handling
` [PATCH 3/6] x86emul: simplify FPU destination "
` [PATCH 4/6] x86emul: reduce FPU handling code size
` [PATCH 5/6] x86emul: avoid undefined behavior when dealing with 10-byte FPU operands
` [PATCH 6/6] x86emul: simplify FPU handling asm() constraints

[PATCH] x86emul: simplify {,i}{mul,div} fix
 2016-12-07 15:35 UTC  (2+ messages)

[PATCH] x86emul: drop stray NULL check
 2016-12-07 15:35 UTC  (2+ messages)

[PATCH] x86emul: drop dead code from SYSENTER handling
 2016-12-07 15:34 UTC  (2+ messages)

[linux-3.18 bisection] complete test-amd64-amd64-xl-qemut-debianhvm-amd64
 2016-12-07 15:26 UTC  (7+ messages)
` megaraid_sas regression in linux-3.18
      ` megaraid_sas regression in linux-3.18 [and 1 more messages]

[PATCH] INSTALL: remove stale coverage build instruction
 2016-12-07 15:17 UTC  (2+ messages)

[PATCH v2 0/2] x86emul: loop/rep adjustments
 2016-12-07 15:15 UTC  (3+ messages)
` [PATCH v2 1/2] x86emul: consolidate loop counter handling
` [PATCH v2 2/2] x86emul: correct 64-bit mode repeated string insn handling with zero count

[PATCH v2] xen/x86: add a way to obtain the needed number of memory map entries
 2016-12-07 14:13 UTC  (3+ messages)

[PATCH v3 0/5] x86: extend use of generic insn emulator for PV
 2016-12-07 13:54 UTC  (23+ messages)
` [PATCH v3 1/5] x86/32on64: use generic instruction decoding for call gate emulation
` [PATCH v3 2/5] x86emul: don't assume a memory operand
` [PATCH v3 3/5] x86emul: generalize exception handling for rep_* hooks
` [PATCH v3 4/5] x86emul: make write and cmpxchg hooks optional
` [PATCH v3 5/5] x86/PV: use generic emulator for privileged instruction handling

[linux-4.1 bisection] complete test-amd64-amd64-xl-qemuu-winxpsp3
 2016-12-07 13:31 UTC 

[PATCH] libxl: QED disks support
 2016-12-07 13:04 UTC  (5+ messages)

[PATCH 0/2] x86emul: loop/rep adjustments
 2016-12-07 12:42 UTC  (10+ messages)
` [PATCH 1/2] x86emul: consolidate loop counter handling
` [PATCH 2/2] x86emul: correct 64-bit mode repeated string insn handling with zero count

[PATCH 00/13] xen/arm: Allow AArch32 guest to boot with GICv3
 2016-12-07 12:33 UTC  (14+ messages)
` [PATCH 01/13] xen/arm: vtimer: Switch the emulation functions return from int to bool
` [PATCH 02/13] xen/arm: vtimer: Switch the read variable in the emulation "
` [PATCH 03/13] xen/arm: traps: Switch from bool_t "
` [PATCH 04/13] xen/arm: vgic: "
` [PATCH 05/13] xen/arm: vgic: Switch vgic_to_sgi return from int to bool and progate up to
` [PATCH 06/13] xen/arm: vgic: Switch emulate_sysreg return from int to bool
` [PATCH 07/13] xen/arm: vgic: Clean-up the sysreg emulation
` [PATCH 08/13] xen/arm: vgic-v3: Build vgic-v3.c when CONFIG_HAS_GICV3 is enabled
` [PATCH 09/13] xen/arm: vtimer: Move emulate_sysreg* callback in a separate header
` [PATCH 10/13] xen/arm: vreg: Introduce vreg_emulate_cp{32, 64}
` [PATCH 11/13] xen/arm: vgic: Rename emulate_sysreg callback to emulate_reg
` [PATCH 12/13] xen/arm: vgic-v3: Move the emulation of ICC_SGI1R_EL1 in a separate helper
` [PATCH 13/13] xen/arm: vgic-v3: Allow AArch32 guest booting with GICv3

[PATCH] arm/xen: Use alloc_percpu rather than __alloc_percpu
 2016-12-07 12:24 UTC 

[PATCH] libxl: invert xc and domain model resume calls in xc_domain_resume()
 2016-12-07 11:14 UTC  (2+ messages)

Xen Security Advisory 201 (CVE-2016-9815, CVE-2016-9816, CVE-2016-9817, CVE-2016-9818) - ARM guests may induce host asynchronous abort
 2016-12-07 10:32 UTC 

[xen-unstable-smoke test] 103012: tolerable all pass - PUSHED
 2016-12-07 10:17 UTC 

[xen-unstable-coverity test] 103018: all pass - PUSHED
 2016-12-07 10:14 UTC 

[PATCH] x86emul: correct PUSHF/POPF
 2016-12-07  8:11 UTC  (3+ messages)

[PATCH v4 00/15] PVH VCPU hotplug support
 2016-12-07  8:06 UTC  (10+ messages)
` [PATCH v4 08/15] pvh/acpi: Handle ACPI accesses for PVH guests
` [PATCH v4 11/15] pvh: Send an SCI on VCPU hotplug event
` [PATCH v4 15/15] docs: Describe PVHv2's VCPU hotplug procedure

[PATCH 0/3] Support the latest version of qemu COLO
 2016-12-07  2:46 UTC  (4+ messages)
` [PATCH 1/3] Don't create default ioreq server

[Qemu-devel] [PATCH 0/3] Add new qmp commands to suppurt Xen COLO
 2016-12-07  1:53 UTC  (2+ messages)

[linux-4.1 test] 102979: regressions - FAIL
 2016-12-07  0:18 UTC 

[RFC PATCH 00/24] [FOR 4.9] arm64: Dom0 ITS emulation
 2016-12-07  0:17 UTC  (27+ messages)
` [RFC PATCH 21/24] ARM: vITS: handle INVALL command

[PATCHv5 00/11] CONFIG_DEBUG_VIRTUAL for arm64
 2016-12-06 23:50 UTC 

[MULTIBOOT2 DOC PATCH v3 00/13] multiboot2: Update documentation
 2016-12-06 22:52 UTC 

[libvirt test] 102983: tolerable all pass - PUSHED
 2016-12-06 21:50 UTC 

[linux-3.18 test] 102974: regressions - FAIL
 2016-12-06 21:17 UTC 

[PATCH] x86/memshr: add static
 2016-12-06 21:14 UTC  (3+ messages)

[PATCH v3 4/4] x86/asm: Rewrite sync_core() to use IRET-to-self
 2016-12-06 19:32 UTC  (5+ messages)

[PATCH v4 3/7] fw-cfg: expose "file_slots" parameter in fw_cfg_init_io_dma()
 2016-12-06 19:29 UTC  (2+ messages)

Xen ARM community call - meeting minutes and date for the next one
 2016-12-06 19:02 UTC  (2+ messages)

[distros-debian-snapshot test] 68165: tolerable FAIL
 2016-12-06 18:59 UTC 

[PATCHv2] xen/arm: Fix misplaced parentheses for PSCI version check
 2016-12-06 18:44 UTC  (3+ messages)

[PATCH] xen/arm: Fix macro for ARM Jazelle CPU feature identification
 2016-12-06 18:42 UTC  (3+ messages)

[PATCH v1] arm/irq: Reorder check in route_irq_to_guest() to avoid 4 layers of "if"
 2016-12-06 17:53 UTC 

[xen-4.4-testing test] 102962: FAIL
 2016-12-06 17:48 UTC 

[qemu-mainline test] 102957: regressions - trouble: blocked/broken/fail/pass
 2016-12-06 16:56 UTC 

[PATCH v2] arm/irq: Reorder check when the IRQ is already used by someone
 2016-12-06 16:08 UTC  (2+ messages)

Xen ARM small task (WAS: Re: [Xen Question])
 2016-12-06 16:05 UTC  (19+ messages)

[PATCH] x86/HVM: drop hvm_emulate_one_no_write()
 2016-12-06 15:40 UTC  (2+ messages)

[PATCH] x86: make more use of wr{f,g}sbase()
 2016-12-06 15:40 UTC  (2+ messages)

[PATCH v2] xen/arm: Add support for 16 bit VMIDs
 2016-12-06 15:44 UTC  (4+ messages)

[PATCH v2] docs/designs: PV stats interface
 2016-12-06 15:15 UTC 

[PATCH] x86emul/test: add a private header
 2016-12-06 14:54 UTC  (2+ messages)

[xen-4.5-testing test] 102952: regressions - trouble: blocked/broken/fail/pass
 2016-12-06 14:47 UTC 

[PATCH 0/4] libelf: misc adjustments
 2016-12-06 14:42 UTC  (7+ messages)
` [PATCH 2/4] libelf: use UINT_MAX
` [PATCH 4/4] libelf: treat phdr and shdr similarly


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