xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-09-12 10:36:15 to 2017-09-13 09:11:22 UTC [more...]

[PATCH v2 0/7] xen/arm: Clean-up traps.c
 2017-09-13  9:11 UTC  (18+ messages)
` [PATCH v2 1/7] xen/arm: traps: Re-order the includes alphabetically
` [PATCH v2 2/7] xen/arm: Move arch/arm/vtimer.h to include/asm-arm/vtimer.h
` [PATCH v2 3/7] xen/arm: traps: Export a bunch of helpers to handle emulation
` [PATCH v2 4/7] xen/arm: Move sysreg emulation outside of traps.c
` [PATCH v2 5/7] xen/arm: Move co-processor "
` [PATCH v2 6/7] xen/arm: Move sysregs.h in arm64 sub-directory
` [PATCH v2 7/7] xen/arm: Limit the scope of cpregs.h

[PATCH] build: propagate runstatedir
 2017-09-13  9:07 UTC  (2+ messages)

[PATCH v11 0/5] Notify monitor when emulating an unimplemented instruction
 2017-09-13  8:56 UTC  (7+ messages)
` [PATCH v11 1/5] gitignore: add local vimrc files
` [PATCH v11 2/5] x86emul: New return code for unimplemented instruction
` [PATCH v11 3/5] x86emul: Add return code information to error messages
` [PATCH v11 4/5] x86/monitor: Notify monitor if an emulation fails
` [PATCH v11 5/5] x86emul: Raise #UD when emulating an unimplemented instruction

[PATCH v3] Livepatching patch set for 4.10
 2017-09-13  8:54 UTC  (17+ messages)
` [PATCH v3 02/17] livepatch: Tighten alignment checks
` [PATCH v3 05/17] alternative/x86/arm32: Align altinstructions (and altinstr_replacement) sections
` [PATCH v3 07/17] livepatch/arm/x86: Strip note_depends symbol from test-cases
` [PATCH v3 08/17] livepatch/tests: Make sure all .livepatch.funcs sections are read-only
` [PATCH v3 11/17] livepatch/x86/arm[32, 64]: Use common vmap code for applying
` [PATCH v3 14/17] livepatch/x86/arm: arch/x86/mm: generalize do_page_walk() and implement arch_livepatch_lookup_mfn

Booting signed xen.efi through shim
 2017-09-13  8:46 UTC  (4+ messages)

[PATCH v6 00/13] libxl: add PV display device driver interface
 2017-09-13  8:41 UTC  (19+ messages)
` [PATCH v6 01/13] libxl: add generic function to add device
` [PATCH v6 02/13] libxl: add generic functions to get and free device list
` [PATCH v6 03/13] libxl: add vdispl device
` [PATCH v6 04/13] xl: add PV display device commands
` [PATCH v6 05/13] docs: add PV display driver information
` [PATCH v6 06/13] libxl: change p9 to use generec add function
` [PATCH v6 07/13] libxl: change vkb "
` [PATCH v6 08/13] libxl: change vfb "
` [PATCH v6 09/13] libxl: change disk to use generic getting list functions
` [PATCH v6 10/13] libxl: change nic to use generec add function
` [PATCH v6 11/13] libxl: fix memory leak in libxl__colo_save_setup
` [PATCH v6 12/13] libxl: change vtpm to use generec add function
` [PATCH v6 13/13] libxl: remove unneeded DEVICE_ADD macro

[RFC] Unicore Subproject Proposal
 2017-09-13  8:36 UTC  (6+ messages)

[PATCH 0/7] x86/mm: Post XSA-234 cleanup
 2017-09-13  8:28 UTC  (27+ messages)
` [PATCH 1/7] x86/mm: Improvements to PV l1e mapping helpers
` [PATCH 2/7] x86/mm: Factor out the grant flags to pte flags conversion logic
` [PATCH 3/7] x86/mm: Misc cleanup to {create, replace}_grant_host_mapping()
` [PATCH 4/7] x86/mm: Combine create_grant_{pte, va}_mapping()
` [PATCH 5/7] x86/mm: Carve steal_linear_address() out of replace_grant_host_mapping()
` [PATCH 6/7] x86/mm: Combine {destroy, replace}_grant_{pte, va}_mapping()
` [PATCH 7/7] x86/mm: Prevent 32bit PV guests using out-of-range linear addresses

Restore PVHVM DomU with a different MAC
 2017-09-13  8:25 UTC 

CONFIG_SCRUB_DEBUG=y + arm64 + livepatch = Xen BUG at page_alloc.c:738
 2017-09-13  7:56 UTC  (5+ messages)

[xen-4.6-testing test] 113368: regressions - FAIL
 2017-09-13  7:19 UTC 

[linux-linus bisection] complete test-amd64-i386-xl-raw
 2017-09-13  6:49 UTC 

[qemu-upstream-unstable baseline-only test] 72098: regressions - trouble: blocked/broken/fail/pass
 2017-09-13  6:14 UTC 

[stage1-xen PATCH v1 00/10] Add Fedora support
 2017-09-13  5:17 UTC  (12+ messages)
` [stage1-xen PATCH v1 04/10] build/fedora: Add `run` and `components/*` scripts
` [stage1-xen PATCH v1 06/10] build/fedora: Add `xen-unstable-runit/*` scripts

[RFC PATCH V3 0/3] Extend resources to support more vcpus in single VM
 2017-09-13  4:52 UTC  (4+ messages)
` [RFC PATCH V3 1/3] Xen: Increase hap/shadow page pool size to support more vcpus support
` [RFC PATCH V3 2/3] Tool/ACPI: DSDT extension to support more vcpus
` [RFC PATCH V3 3/3] hvmload: Add x2apic entry support in the MADT build

[xen-4.9-testing test] 113367: tolerable FAIL - PUSHED
 2017-09-13  4:16 UTC 

[qemu-mainline test] 113364: regressions - trouble: broken/fail/pass
 2017-09-13  2:34 UTC 

[xen-unstable-smoke test] 113384: tolerable all pass - PUSHED
 2017-09-13  0:57 UTC 

[ovmf test] 113375: regressions - FAIL
 2017-09-12 23:51 UTC 

[PATCH v3 01/13] xen/pvcalls: introduce the pvcalls xenbus frontend
 2017-09-12 23:18 UTC  (6+ messages)
        ` [PATCH v3 11/13] xen/pvcalls: implement poll command

[xen-unstable test] 113358: regressions - FAIL
 2017-09-12 23:02 UTC 

[qemu-upstream-unstable test] 113359: tolerable FAIL - PUSHED
 2017-09-12 22:44 UTC 

[linux-linus test] 113353: regressions - FAIL
 2017-09-12 20:46 UTC 

[PATCH RFC v2] Add SUPPORT.md
 2017-09-12 20:09 UTC  (6+ messages)

[PATCH 1/4] xen: re-introduce support for grant v2 interface
 2017-09-12 18:54 UTC  (12+ messages)
  ` [PATCH 2/4] xen: limit grant v2 interface to the v1 functionality
  ` [PATCH 3/4] xen: add grant interface version dependent constants to gnttab_ops
  ` [PATCH 4/4] xen: select grant interface version

[PATCH v6 00/12] x86: guest resource mapping
 2017-09-12 16:10 UTC  (13+ messages)
` [PATCH v6 01/12] x86/mm: allow a privileged PV domain to map guest mfns
` [PATCH v6 02/12] x86/mm: add HYPERVISOR_memory_op to acquire guest resources
` [PATCH v6 03/12] tools/libxenforeignmemory: add support for resource mapping
` [PATCH v6 04/12] tools/libxenforeignmemory: reduce xenforeignmemory_restrict code footprint
` [PATCH v6 05/12] tools/libxenctrl: use new xenforeignmemory API to seed grant table
` [PATCH v6 06/12] x86/hvm/ioreq: rename .*pfn and .*gmfn to .*gfn
` [PATCH v6 07/12] x86/hvm/ioreq: use bool rather than bool_t
` [PATCH v6 08/12] x86/hvm/ioreq: maintain an array of ioreq servers rather than a list
` [PATCH v6 09/12] x86/hvm/ioreq: simplify code and use consistent naming
` [PATCH v6 10/12] x86/hvm/ioreq: use gfn_t in struct hvm_ioreq_page
` [PATCH v6 11/12] x86/hvm/ioreq: defer mapping gfns until they are actually requsted
` [PATCH v6 12/12] x86/hvm/ioreq: add a new mappable resource type

[PATCH 0/2] public/*ctl: drop unnecessary typedefs and handles
 2017-09-12 16:15 UTC  (10+ messages)
` [PATCH 1/2] public/domctl: "
` [PATCH 2/2] public/sysctl: "

[xen-unstable-smoke test] 113372: tolerable all pass - PUSHED
 2017-09-12 15:46 UTC 

[ovmf test] 113360: regressions - FAIL
 2017-09-12 15:35 UTC 

USB passthrough with Xen on ARM
 2017-09-12 15:28 UTC  (8+ messages)

[PATCH v2 0/4] Various XSA followups
 2017-09-12 15:12 UTC  (8+ messages)
` [PATCH v2 4/4] x86/hvm: Implement hvmemul_write() using real mappings

[PATCH v2 00/24] xen/arm: Memory subsystem clean-up
 2017-09-12 15:01 UTC  (5+ messages)
` [PATCH v2 02/24] xen/mm: Use typesafe MFN for alloc_boot_pages return
` [PATCH v2 09/24] xen/arm: Introduce hsr_xabt to gather common bits between hsr_dabt and

[PATCH 00/27 v8] SBSA UART emulation support in Xen
 2017-09-12 14:58 UTC  (5+ messages)
` [PATCH 26/27 v8] xen/arm: vpl011: Correct the logic for asserting/de-asserting SBSA UART TX interrupt

[PATCH v2 00/13] "Non-shared" IOMMU support on ARM
 2017-09-12 14:45 UTC  (7+ messages)
` [PATCH v2 12/13] [RFC] iommu: VT-d: Squash map_pages/unmap_pages with map_page/unmap_page
` [PATCH v2 13/13] [RFC] iommu: AMD-Vi: "

[PATCH] xen_disk: avoid use of g_malloc0_n()
 2017-09-12 14:33 UTC  (2+ messages)

[PATCH] x86/domctl: Don't pause the whole domain if only getting vcpu state
 2017-09-12 13:53 UTC 

[xen-unstable-smoke test] 113362: tolerable all pass - PUSHED
 2017-09-12 13:21 UTC 

[PATCH v5 00/11] vpci: PCI config space emulation
 2017-09-12 13:02 UTC  (20+ messages)
` [PATCH v5 02/11] vpci: introduce basic handlers to trap accesses to the PCI config space
` [PATCH v5 05/11] mm: move modify_identity_mmio to global file and drop __init
` [PATCH v5 08/11] vpci/bars: add handlers to map the BARs

[PATCH v5 00/12] libxl: add PV display device driver interface
 2017-09-12 13:01 UTC  (7+ messages)
` [PATCH v5 10/12] libxl: change nic to use generec add function

[qemu-mainline test] 113345: regressions - FAIL
 2017-09-12 12:31 UTC 

[libvirt test] 113350: tolerable all pass - PUSHED
 2017-09-12 12:18 UTC 

Xen Security Advisory 234 (CVE-2017-14319) - insufficient grant unmapping checks for x86 PV guests
 2017-09-12 12:03 UTC 

Xen Security Advisory 233 (CVE-2017-14317) - cxenstored: Race in domain cleanup
 2017-09-12 12:03 UTC 

Xen Security Advisory 232 (CVE-2017-14318) - Missing check for grant table
 2017-09-12 12:03 UTC 

Xen Security Advisory 231 (CVE-2017-14316) - Missing NUMA node parameter verification
 2017-09-12 12:03 UTC 

[distros-debian-snapshot test] 72095: tolerable trouble: blocked/broken/fail/pass
 2017-09-12 11:32 UTC 

[RFC 0/6] IORT support and introduce fwspec
 2017-09-12 11:25 UTC  (5+ messages)
` [RFC 6/6] acpi:arm64: Add support for parsing IORT table

[qemu-mainline baseline-only test] 72094: regressions - trouble: blocked/broken/fail/pass
 2017-09-12 10:56 UTC 


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