messages from 2017-03-20 00:09:35 to 2017-03-20 18:00:03 UTC [more...]
[PATCH v5 0/7] Xen transport for 9pfs frontend driver
2017-03-20 17:59 UTC (6+ messages)
` [PATCH v5 1/7] xen: import new ring macros in ring.h
` [PATCH v5 2/7] xen: introduce the header file for the Xen 9pfs transport protocol
` [PATCH v5 3/7] xen/9pfs: introduce Xen 9pfs transport driver
` [PATCH v5 4/7] xen/9pfs: connect to the backend
` [PATCH v5 5/7] xen/9pfs: send requests "
[PATCH v4 01/14] golang/xenlight: Create stub package
2017-03-20 17:51 UTC (11+ messages)
` [PATCH v4 02/14] golang/xenlight: Add error constants and standard handling
` [PATCH v4 03/14] golang/xenlight: Add host-related functionality
` [PATCH v4 04/14] golang/xenlight: Implement libxl_domain_info and libxl_domain_unpause
` [PATCH v4 05/14] golang/xenlight: Add tests host related functionality functions
[PATCH v2 0/3] new ring macros, 9pfs and pvcalls headers
2017-03-20 17:49 UTC (4+ messages)
` [PATCH v2 1/3] [RESEND] ring.h: introduce macros to handle monodirectional rings with multiple req sizes
` [PATCH v2 2/3] Introduce the Xen 9pfs transport header
` [PATCH v2 3/3] Introduce the pvcalls header
[PATCH v2 0/3] x86emul: FPU handling corrections
2017-03-20 17:26 UTC (5+ messages)
` [PATCH v2 1/3] x86emul: centralize put_fpu() invocations
` [PATCH v2 3/3] x86emul: correct FPU code/data pointers and opcode handling
[PATCH v2 0/6] viridian updates
2017-03-20 17:08 UTC (7+ messages)
` [PATCH v2 1/6] x86/viridian: fix xen-hvmcrash when vp_assist page is present
` [PATCH v2 2/6] x86/viridian: don't put Xen version information in CPUID leaf 2
` [PATCH v2 3/6] x86/viridian: get rid of the magic numbers in CPUID leaves 1 and 2
` [PATCH v2 4/6] x86/viridian: add warnings for unimplemented hypercalls and MSRs
` [PATCH v2 5/6] x86/viridian: make the threshold for HvNotifyLongSpinWait tunable
` [PATCH v2 6/6] x86/viridian: implement the crash MSRs
[PATCH 0/7] x86/viridian updates
2017-03-20 17:07 UTC (33+ messages)
` [PATCH 1/7] x86/viridian: update to version 5.0a of the specification
` [PATCH 2/7] x86/viridian: fix xen-hvmcrash when vp_assist page is present
` [PATCH 3/7] x86/viridian: don't put Xen version information in CPUID leaf 2
` [PATCH 4/7] x86/viridian: get rid of the magic numbers in CPUID leaves 1 and 2
` [PATCH 5/7] x86/viridian: add warnings for unimplemented hypercalls and MSRs
` [PATCH 6/7] x86/viridian: make the threshold for HvNotifyLongSpinWait tunable
` [PATCH 7/7] x86/viridian: implement the crash MSRs
[PATCH v8 0/5] x86/ioreq server: Introduce HVMMEM_ioreq_server mem type
2017-03-20 17:03 UTC (3+ messages)
` [PATCH v8 1/5] x86/ioreq server: Release the p2m lock after mmio is handled
[PATCH V2] common/mem_access: merged mem_access setting interfaces
2017-03-20 16:54 UTC (11+ messages)
[PATCH v2] xen: use libxendevice model to restrict operations
2017-03-20 16:53 UTC
[PATCH v6] xen: Allow a default compiled-in command line using Kconfig
2017-03-20 16:50 UTC (2+ messages)
[GSoC] GSoC Introduction : Fuzzing Xen hypercall interface
2017-03-20 16:47 UTC (5+ messages)
[PATCH v2 00/12] Add LMCE support
2017-03-20 16:37 UTC (21+ messages)
` [PATCH v2 01/12] xen/mce: switch bool_t/1/0 to bool/true/false
` [PATCH v2 02/12] x86/mce_intel: refine messages of MCA capabilities
` [PATCH v2 03/12] xen/mce: add blank lines between non-fall-through switch case blocks
` [PATCH v2 04/12] x86/mce: handle LMCE locally
` [PATCH v2 05/12] x86/mce_intel: detect and enable LMCE on Intel host
` [PATCH v2 06/12] x86/vmx: expose LMCE feature via guest MSR_IA32_FEATURE_CONTROL
` [PATCH v2 07/12] x86/vmce: emulate MSR_IA32_MCG_EXT_CTL
` [PATCH v2 08/12] x86/vmce: enable injecting LMCE to guest on Intel host
` [PATCH v2 09/12] x86/vmce, tools/libxl: expose LMCE capability in guest MSR_IA32_MCG_CAP
` [PATCH v2 10/12] xen/mce: add support of vLMCE injection to XEN_MC_inject_v2
[PATCH] tools/libxc: Drop dombuilder support for PV autotranslate guests
2017-03-20 16:32 UTC
[PATCH 00/11] pl011 emulation support in Xen
2017-03-20 16:29 UTC (8+ messages)
` [PATCH 05/11] xen/arm: vpl011: Initialize nr_spis in vgic_init in Xen to atleast 1
[PATCH v2 01/10] linkage: new macros for assembler symbols
2017-03-20 16:07 UTC (7+ messages)
` [PATCH v2 02/10] x86: assembly, FUNC_START for fn, DATA_START for data
` [PATCH v2 03/10] x86: assembly, use SYM_FUNC_END for functions
` [PATCH v2 07/10] x86: assembly, annotate aliases
[PATCH 0/8] Fuzzing misc bugfix and performance improvements
2017-03-20 15:55 UTC (10+ messages)
` [PATCH 1/8] tools/fuzz: Remove .d files in clean
` [PATCH 2/8] tools/fuzz: Use $(CC) for linking the harnesses
` [PATCH 3/8] tools/fuzz: Include LLVMFuzzerTestOneInput() in the generated .a
` [PATCH 4/8] tools/insn-fuzz: Use shorter filenames
` [PATCH 5/8] tools/insn-fuzz: Use getopt() for parsing the command line
` [PATCH 6/8] tools/insn-fuzz: Accept fuzzing input on stdin
` [PATCH 7/8] tools/insn-fuzz: Make use of LLVMFuzzerInitialize()
` [PATCH 8/8] tools/insn-fuzz: Support AFL's afl-clang-fast mode
[PATCH v3 0/5] Refactor x86 dom0 builder
2017-03-20 15:20 UTC (11+ messages)
` [PATCH v3 1/5] x86: rename domain_build.c to dom0_build.c
` [PATCH v3 2/5] x86: modify setup_dom0_vcpu to use dom0_cpus internally
` [PATCH v3 3/5] x86: split PV dom0 builder to pv/dom0_builder.c
` [PATCH v3 4/5] x86: split PVH dom0 builder to hvm/dom0_build.c
` [PATCH v3 5/5] x86: clean up header files in dom0_build.c
[PATCH] cs-adjust-flight: Work properly on db transaction retry
2017-03-20 15:18 UTC
[PATCH 0/2] Testing vlapic timer
2017-03-20 14:51 UTC (4+ messages)
` [PATCH 1/2] Import apicdef.h from xen.git
` [PATCH 2/2] Add vlapic timer checks
[linux-linus test] 106781: regressions - trouble: blocked/broken/fail/pass
2017-03-20 14:41 UTC
[RFC PATCH 0/4] Qemu: Add Xen vIOMMU support
2017-03-20 14:35 UTC (6+ messages)
Wondering about cirris and stdvga
2017-03-20 14:25 UTC (8+ messages)
[RFC PATCH 00/23] xen/vIOMMU: Add vIOMMU support with irq remapping fucntion on Intel platform
2017-03-20 14:23 UTC (2+ messages)
[PATCH v2] AMD-Vi: allocate root table on demand
2017-03-20 14:07 UTC (2+ messages)
[PATCH v2 0/9] Fixes to pagetable handling
2017-03-20 13:59 UTC (15+ messages)
` [PATCH v2 2/9] x86/pagewalk: Use pointer syntax for pfec parameter
` [PATCH v2 4/9] x86/pagewalk: Clean up guest_supports_* predicates
` [PATCH v2 5/9] x86/pagewalk: Helpers for reserved bit handling
` [PATCH v2 7/9] x86/shadow: Use the pagewalk reserved bits helpers
` [PATCH v2 8/9] x86/pagewalk: Improve the logic behind setting access and dirty bits
` [PATCH v2 9/9] x86/pagewalk: non-functional cleanup
[PATCH v2 0/6] Remove dependency on __LINE__
2017-03-20 13:52 UTC (3+ messages)
` [PATCH v2 3/6] mm: Use statically defined locking order
[ovmf test] 106785: all pass - PUSHED
2017-03-20 13:48 UTC
[PATCH v2 0/4] Refactor x86 dom0 builder
2017-03-20 13:35 UTC (5+ messages)
` [PATCH v2 2/4] x86: split PV dom0 builder to pv/dom0_builder.c
[PATCH v10 0/6] VMX: Properly handle pi descriptor and per-cpu blocking list
2017-03-20 12:50 UTC (10+ messages)
` [PATCH v10 5/6] passthrough/io: don't migrate pirq when it is delivered through VT-d PI
[PATCH v2 00/27] arm64: Dom0 ITS emulation
2017-03-20 12:17 UTC (4+ messages)
` [PATCH v2 14/27] ARM: vGICv3: introduce basic ITS emulation bits
[PATCH] AMD-Vi: allocate root table on demand
2017-03-20 11:59 UTC (5+ messages)
` Ping: "
` Ping#2: "
[PATCH v2] x86/emul: Poision the stubs with debug traps
2017-03-20 11:50 UTC (2+ messages)
[OSSTEST PATCH] cs-adjust-flight: Remove broken memoisation of queries in for_things
2017-03-20 10:55 UTC
[PATCH v5] xen: Allow a default compiled-in command line using Kconfig
2017-03-20 10:53 UTC (2+ messages)
[xen-unstable-smoke test] 106783: tolerable trouble: broken/fail/pass - PUSHED
2017-03-20 10:44 UTC
[xen-unstable test] 106778: tolerable trouble: blocked/broken/fail/pass
2017-03-20 10:33 UTC
[PATCH] dm_op: Add xendevicemodel_modified_memory_bulk
2017-03-20 10:18 UTC (2+ messages)
[ovmf test] 106782: all pass - PUSHED
2017-03-20 10:03 UTC
[PATCH v4] displif: add ABI for para-virtual display
2017-03-20 8:56 UTC (2+ messages)
[PATCH] xen: use libxendevice model to restrict operations
2017-03-20 8:41 UTC (3+ messages)
` [Qemu-devel] "
[PATCH v3] x86/time: Don't use virtual TSC if host and guest frequencies are equal
2017-03-20 8:03 UTC (2+ messages)
[PATCH v2 0/2] xen: sched: don't call hooks of the wrong scheduler via VCPU2OP
2017-03-20 8:01 UTC (4+ messages)
` [PATCH v2 1/2] "
[PATCH 0/2] xensore: fixing two bugs
2017-03-20 8:00 UTC (3+ messages)
` [PATCH 1/2] xenstore: set correct error code when violating quota
` [PATCH 2/2] xenstore: add missing checks for allocation failure
question: xen/qemu - mmio mapping issues for device pass-through
2017-03-20 7:34 UTC (6+ messages)
[libvirt test] 106780: tolerable trouble: blocked/broken/fail/pass - PUSHED
2017-03-20 7:31 UTC
[PATCH v18] xen/sndif: Add sound-device ABI
2017-03-20 7:03 UTC (2+ messages)
[PATCH 00/18] Provide a command line option to choose how to handle SErrors
2017-03-20 6:48 UTC (6+ messages)
` [PATCH 08/18] xen/arm: Introduce a initcall to update cpu_hwcaps by serror_op
[PATCH 0/2] xen/arm32: Use alternative to skip the check of pending serrors
2017-03-20 6:45 UTC (4+ messages)
` [PATCH 1/2] xen/arm32: Introduce alternative runtime patching
[linux-linus test] 106777: regressions - trouble: blocked/broken/fail/pass
2017-03-20 6:42 UTC
[ovmf test] 106779: all pass - PUSHED
2017-03-20 5:43 UTC
[PATCH 0/2] Update COLO related API
2017-03-20 3:46 UTC (3+ messages)
[linux-4.1 test] 106776: tolerable trouble: blocked/broken/fail/pass - PUSHED
2017-03-20 0:31 UTC
[RFC QEMU PATCH v2 00/10] Implement vNVDIMM for Xen HVM guest
2017-03-20 0:26 UTC (12+ messages)
` [RFC QEMU PATCH v2 01/10] nvdimm xen: disable label support on Xen
` [RFC QEMU PATCH v2 02/10] xen-hvm: initialize DM ACPI
` [RFC QEMU PATCH v2 03/10] xen-hvm: support copying ACPI to guest memory
` [RFC QEMU PATCH v2 04/10] nvdimm acpi: do not use fw_cfg on Xen
` [RFC QEMU PATCH v2 05/10] nvdimm acpi: copy NFIT to Xen guest
` [RFC QEMU PATCH v2 06/10] nvdimm acpi: build and copy NVDIMM namespace devices to guest on Xen
` [RFC QEMU PATCH v2 07/10] xen-hvm: initiate building DM ACPI on i386 machine
` [RFC QEMU PATCH v2 08/10] hostmem: add a host memory backend for Xen
` [RFC QEMU PATCH v2 09/10] xen-hvm: create hotplug memory region on Xen
` [RFC QEMU PATCH v2 10/10] qapi: extend 'query-memory-devices' to list devices of specified type
` [Qemu-devel] [RFC QEMU PATCH v2 00/10] Implement vNVDIMM for Xen HVM guest
[RFC XEN PATCH v2 00/15] Add vNVDIMM support to HVM domains
2017-03-20 0:09 UTC (16+ messages)
` [RFC XEN PATCH v2 01/15] xen/common: add Kconfig item for pmem support
` [RFC XEN PATCH v2 02/15] xen: probe pmem regions via ACPI NFIT
` [RFC XEN PATCH v2 03/15] xen/x86: allow customizing locations of extended frametable & M2P
` [RFC XEN PATCH v2 04/15] xen/x86: add XEN_SYSCTL_nvdimm_pmem_setup to setup host pmem
` [RFC XEN PATCH v2 05/15] xen/x86: add XENMEM_populate_pmem_map to map host pmem pages to HVM domain
` [RFC XEN PATCH v2 06/15] tools: reserve guest memory for ACPI from device model
` [RFC XEN PATCH v2 07/15] tools/libacpi: expose the minimum alignment used by mem_ops.alloc
` [RFC XEN PATCH v2 08/15] tools/libacpi: add callback acpi_ctxt.p2v to get a pointer from physical address
` [RFC XEN PATCH v2 09/15] tools/libacpi: add callbacks to access XenStore
` [RFC XEN PATCH v2 10/15] tools/libacpi: add a simple AML builder
` [RFC XEN PATCH v2 11/15] tools/libacpi: load ACPI built by the device model
` [RFC XEN PATCH v2 12/15] tools/libxl: build qemu options from xl vNVDIMM configs
` [RFC XEN PATCH v2 13/15] tools/libxl: add support to map host pmem device to guests
` [RFC XEN PATCH v2 14/15] tools/libxl: initiate pmem mapping via qmp callback
` [RFC XEN PATCH v2 15/15] tools/misc: add xen-ndctl
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).