messages from 2016-09-07 08:28:47 to 2016-09-08 14:20:09 UTC [more...]
[PATCH v3 00/19] Make ACPI builder available to components other than hvmloader
2016-09-08 14:20 UTC (28+ messages)
` [PATCH v3 01/19] acpi: Re-license ACPI builder files from GPLv2 to LGPLv2.1
` [PATCH v3 02/19] acpi/hvmloader: Collect processor and NUMA info in hvmloader
` [PATCH v3 03/19] acpi/hvmloader: Set TIS header address "
` [PATCH v3 04/19] acpi/hvmloader: Make providing IOAPIC in MADT optional
` [PATCH v3 05/19] acpi/hvmloader: Build WAET optionally
` [PATCH v3 06/19] acpi/hvmloader: Replace mem_alloc() and virt_to_phys() with memory ops
` [PATCH v3 07/19] acpi/hvmloader: Translate all addresses when assigning addresses in ACPI tables
` [PATCH v3 08/19] acpi/hvmloader: Link ACPI object files directly
` [PATCH v3 09/19] acpi/hvmloader: Include file/paths adjustments
` [PATCH v3 10/19] acpi: Move ACPI code to tools/libacpi
` [PATCH v3 11/19] x86: Allow LAPIC-only emulation_flags for HVM guests
` [PATCH v3 12/19] libacpi: Build DSDT for PVH guests
` [PATCH v3 13/19] acpi: Makefile should better tolerate interrupts
` [PATCH v3 14/19] libxc/libxl: Allow multiple ACPI modules
` [PATCH v3 15/19] libxl/acpi: Add ACPI e820 entry
` [PATCH v3 16/19] libxl/pvhv2: Include APIC page in MMIO hole for PVHv2 guests
` [PATCH v3 17/19] ilibxl: Initialize domain build info before calling libxl__domain_make
` [PATCH v3 18/19] libxl/acpi: Build ACPI tables for HVMlite guests
` [PATCH v3 19/19] libxc/xc_dom_core: Copy ACPI tables to guest space
[PATCH 1/4] hvm/fep: Allow testing of instructions crossing the -1 -> 0 virtual boundary
2016-09-08 14:11 UTC (4+ messages)
` [PATCH 2/4] x86/segment: Bounds check accesses to emulation ctxt->seg_reg[]
` [PATCH 3/4] x86/hvm: Optimise segment accesses in hvmemul_write_segment()
` [PATCH 4/4] x86/hvm: Perform a user instruction fetch for a FEP in userspace
[PATCH v2] xen/pciback: support driver_override
2016-09-08 14:10 UTC
[PATCH 0/5] x86: further insn emulator improvements
2016-09-08 13:56 UTC (7+ messages)
` [PATCH 1/5] x86emul: support UMIP
` [PATCH 2/5] x86emul: consolidate segment register handling
` [PATCH 3/5] x86emul: support RTM instructions
` [PATCH 4/5] x86/emulate: add support for {, v}movq xmm, xmm/m64
` [PATCH 5/5] x86/emulate: add support for {, v}movd {, x}mm, r/m32 and {, v}movq {, x}mm, r/m64
[ovmf test] 100810: all pass - PUSHED
2016-09-08 13:29 UTC
[PATCH 00/17] x86: split insn emulator decode and execution
2016-09-08 13:28 UTC (21+ messages)
` [PATCH 01/17] x86emul: split instruction decoding from execution
` [PATCH 02/17] x86emul: fetch all insn bytes during the decode phase
` [PATCH 04/17] x86emul: track only rIP in emulator state
` [PATCH 03/17] "
` [PATCH 04/17] x86emul: complete decoding of two-byte instructions
` [PATCH 05/17] x86emul: add XOP decoding
` [PATCH 06/17] x86emul: add EVEX decoding
` [PATCH 07/17] x86emul: move x86_execute() common epilogue code
` [PATCH 08/17] x86emul: generate and make use of canonical opcode representation
` [PATCH 09/17] SVM: use generic instruction decoding
` [PATCH 10/17] x86/32on64: use generic instruction decoding for call gate emulation
` [PATCH 11/17] x86/PV: split out dealing with CRn from privileged instruction handling
` [PATCH 12/17] x86/PV: split out dealing with DRn "
` [PATCH 13/17] x86/PV: split out dealing with MSRs "
` [PATCH 14/17] x86emul: support XSETBV
` [PATCH 15/17] x86emul: sort opcode 0f01 special case switch() statement
` [PATCH 16/17] x86/PV: use generic emulator for privileged instruction handling
` [PATCH 17/17] x86emul: don't assume a memory operand
[xen-unstable test] 100803: regressions - FAIL
2016-09-08 13:02 UTC
[xen-unstable test] 100789: regressions - FAIL
2016-09-08 12:58 UTC (4+ messages)
[PATCH] fix EFI part of "symbols: Generate an xen-sym.map"
2016-09-08 12:52 UTC (2+ messages)
[xen-unstable-smoke test] 100812: regressions - trouble: blocked/broken/pass
2016-09-08 12:45 UTC
Xen Security Advisory 187 (CVE-2016-7094) - x86 HVM: Overflow of sh_ctxt->seg_reg[]
2016-09-08 12:05 UTC
Xen Security Advisory 188 (CVE-2016-7154) - use after free in FIFO event channel code
2016-09-08 12:00 UTC
Xen Security Advisory 186 (CVE-2016-7093) - x86: Mishandling of instruction pointer truncation during emulation
2016-09-08 12:00 UTC
Xen Security Advisory 185 (CVE-2016-7092) - x86: Disallow L3 recursive pagetable for 32-bit PV guests
2016-09-08 12:00 UTC
[ovmf baseline-only test] 67671: regressions - FAIL
2016-09-08 11:44 UTC
Impact of HW vulnerabilities & Implications on Security Vulnerability Process
2016-09-08 11:39 UTC (14+ messages)
[distros-debian-wheezy test] 67673: all pass
2016-09-08 11:22 UTC
[PATCH v3 1/1] xen: move TLB-flush filtering out into populate_physmap during vm creation
2016-09-08 11:19 UTC (6+ messages)
[PATCH v2] Livepatch for ARM 64 and 32
2016-09-08 10:34 UTC (10+ messages)
` [PATCH v2 13/20] livepatch: Initial ARM64 support
` [PATCH v2 20/20] livepatch: ARM32 support
[PATCH Altp2m cleanup v4 0/4] Cleaning up altp2m code
2016-09-08 10:32 UTC (6+ messages)
` [PATCH Altp2m cleanup v4 1/4] x86/HVM: adjust feature checking in MSR intercept handling
` [PATCH Altp2m cleanup v4 2/4] altp2m cleanup work
` [PATCH Altp2m cleanup v4 3/4] Move altp2m specific functions to altp2m files
` [PATCH Altp2m cleanup v4 4/4] Making altp2m struct dynamically allocated
OVMF for Xen PVH
2016-09-08 10:24 UTC
[qemu-upstream-unstable baseline-only test] 67670: regressions - FAIL
2016-09-08 10:18 UTC
[PATCH] x86/paging: Make paging_mode_*() predecates behave like predicates
2016-09-08 10:02 UTC (4+ messages)
[PATCH v4] Livepatch fixes and features for v4.8
2016-09-08 10:01 UTC (19+ messages)
` [PATCH v4 1/9] livepatch: Clear .bss when payload is reverted
` [PATCH v4 6/9] livepatch: Add parsing for the symbol+0x<offset>
` [PATCH v4 9/9] livepach: Add .livepatch.hooks functions and test-case
[PATCH v5 00/16] x86: multiboot2 protocol support
2016-09-08 9:59 UTC (7+ messages)
` [PATCH v5 12/16] x86/efi: create new early memory allocator
[ovmf test] 100805: all pass - PUSHED
2016-09-08 9:59 UTC
[PATCH 1/3] x86: refactor psr implementation in hypervisor
2016-09-08 9:54 UTC (6+ messages)
[PATCH] arm/xen: fix SMP guests boot
2016-09-08 9:48 UTC
OVMF for Xen PVH
2016-09-08 9:38 UTC
[libvirt test] 100802: tolerable FAIL - PUSHED
2016-09-08 8:12 UTC
[PATCH 2/3] x86: add support for L2 CAT in hypervisor
2016-09-08 7:30 UTC (5+ messages)
[PATCH v2 0/2] Convert to new CPU hotplug framework
2016-09-08 7:32 UTC (4+ messages)
` [PATCH v2 1/2] xen/x86: Convert to hotplug state machine
` [PATCH v2 2/2] xen/events: "
Xen 4.8 Development Update
2016-09-08 7:29 UTC (2+ messages)
[PATCH 0/6] libxl: add HVM USB passthrough capability
2016-09-08 7:20 UTC (7+ messages)
` [PATCH 1/6] libxl: rename libcl_pvusb.c to libxl_usb.c
` [PATCH 2/6] libxl: add libxl__qmp_run_command_flexarray() function
` [PATCH 3/6] libxl: dont pass array size to libxl__xs_kvs_of_flexarray()
` [PATCH 4/6] libxl: add basic support for devices without backend
` [PATCH 5/6] libxl: add HVM usb passthrough support
` [PATCH 6/6] docs: add HVM USB passthrough documentation
[PATCH linux v3 3/9] xen: introduce xen_vcpu_id mapping
2016-09-08 6:29 UTC (6+ messages)
[qemu-mainline test] 100798: tolerable FAIL - PUSHED
2016-09-08 6:27 UTC
[linux-3.14 baseline-only test] 67669: regressions - FAIL
2016-09-08 6:07 UTC
[ovmf test] 100801: all pass - PUSHED
2016-09-08 5:12 UTC
[xen-unstable-smoke test] 100800: tolerable all pass - PUSHED
2016-09-08 4:17 UTC
[ovmf test] 100796: all pass - PUSHED
2016-09-08 2:58 UTC
[qemu-upstream-unstable test] 100786: tolerable FAIL - PUSHED
2016-09-07 23:55 UTC
[ovmf baseline-only test] 67668: all pass
2016-09-07 23:48 UTC
[xen-unstable baseline-only test] 67666: regressions - FAIL
2016-09-07 23:02 UTC
[xen-4.6-testing baseline-only test] 67667: tolerable FAIL
2016-09-07 22:56 UTC
[linux-3.14 test] 100784: tolerable FAIL - PUSHED
2016-09-07 22:27 UTC
[PATCH v6 0/2] qemu-qdisk: Implementation of grant copy operation
2016-09-07 22:00 UTC (6+ messages)
` [PATCH v6 1/2] libs/gnttab: introduce grant copy interface
` [PATCH v6 2/2] qdisk - hw/block/xen_disk: grant copy implementation
[qemu-mainline test] 100780: regressions - FAIL
2016-09-07 18:17 UTC
[ovmf test] 100783: all pass - PUSHED
2016-09-07 17:49 UTC
[libvirt test] 100782: tolerable FAIL - PUSHED
2016-09-07 17:48 UTC
[PATCH V4] tools/libxc, xen/x86: Added xc_set_mem_access_multi()
2016-09-07 16:01 UTC (3+ messages)
[PATCH] tools: fix vif-route add|remove
2016-09-07 15:52 UTC
[xen-4.6-testing test] 100779: tolerable FAIL - PUSHED
2016-09-07 15:41 UTC
[PATCH v2 0/2] xen/arm: alternative: Make it possible to patch outside of the hypervisor
2016-09-07 14:26 UTC (6+ messages)
` [PATCH v2 1/2] xen/arm: alternative: Clean-up __apply_alternatives
` [PATCH v2 2/2] xen/arm: alternative: Make it possible to patch outside of the hypervisor
[PATCH v2] libelf: drop pointless uses of __FUNCTION__
2016-09-07 14:03 UTC (3+ messages)
[PATCH 00/24] sched: Credit1 and Credit2 improvements... and soft-affinity for Credit2!
2016-09-07 13:31 UTC (14+ messages)
` [PATCH 05/24] xen: credit2: make tickling more deterministic
` [PATCH 17/24] xen: credit2: soft-affinity awareness in runq_tickle()
` [PATCH 18/24] xen: credit2: soft-affinity awareness fallback_cpu() and cpu_pick()
[xen-unstable-smoke test] 100791: tolerable all pass - PUSHED
2016-09-07 13:12 UTC
[xen-4.7-testing test] 100777: tolerable FAIL - PUSHED
2016-09-07 11:57 UTC
[PATCH] xen/arm: alternative: Make it possible to patch outside of the hypervisor
2016-09-07 11:36 UTC (4+ messages)
missing unplug of SCSI devices in HVM guest
2016-09-07 10:53 UTC (5+ messages)
[xen-unstable-coverity test] 100788: all pass - PUSHED
2016-09-07 10:41 UTC
Failed vm entry with heavy use of emulator
2016-09-07 9:36 UTC (10+ messages)
[PATCH v2 1/1] xen: move TLB-flush filtering out into populate_physmap
2016-09-07 9:30 UTC (3+ messages)
[xen-unstable test] 100773: tolerable FAIL - PUSHED
2016-09-07 9:30 UTC
[xen-unstable-smoke test] 100785: tolerable all pass - PUSHED
2016-09-07 8:49 UTC
ARM cross-compile build fix
2016-09-07 8:46 UTC (2+ messages)
[PATCH V3] tools/libxc, xen/x86: Added xc_set_mem_access_multi()
2016-09-07 8:45 UTC (6+ messages)
Xen 4.6.1 crash with altp2m enabled by default
2016-09-07 8:35 UTC (15+ messages)
` Xen 4.6.1 crash with altp2m enabled bydefault
` Xen 4.6.1 crash with altp2m enabledbydefault
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).