Xen-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2018-03-16 11:59:37 to 2018-03-19 14:01:26 UTC [more...]

[qemu-mainline bisection] complete test-amd64-amd64-qemuu-nested-amd
 2018-03-19 14:01 UTC 

[RFC PATCH 00/30] Xen Q35 Bringup patches + support for PCIe Extended Capabilities for passed through devices
 2018-03-19 13:57 UTC  (14+ messages)
` [RFC PATCH 01/12] libacpi: new DSDT ACPI table for Q35
` [RFC PATCH 02/12] Makefile: build and use new DSDT "
` [RFC PATCH 03/12] hvmloader: add function to query an emulated machine type (i440/Q35)
` [RFC PATCH 04/12] hvmloader: add ACPI enabling for Q35

[PATCH v5 00/14] x86: emulator enhancements
 2018-03-19 13:56 UTC  (5+ messages)
` [PATCH v5 03/14] x86emul: abstract out XCRn accesses
` [PATCH v5 12/14] x86/HVM: use x86emul_write_xcr()

Make iPXE a standalone ROM
 2018-03-19 13:52 UTC  (14+ messages)
` [PATCH 1/5] tools/firmware: Build ipxe as "
` [PATCH 3/5] libxc: Allow loading of firmware modules for HVM guest
` [PATCH 4/5] libxl: Load iPXE ROM from a file
` [PATCH 5/5] hvmloader: Use iPXE ROM loaded from a standalone file

[PATCH RESEND v2 1/2] drm/xen-front: Add support for Xen PV display frontend
 2018-03-19 13:51 UTC 

[PATCH] xen: fix null sched build with debug=n
 2018-03-19 13:51 UTC  (4+ messages)

[PATCH v4 0/8] x86: Meltdown band-aid overhead reduction
 2018-03-19 13:43 UTC  (10+ messages)
` [PATCH v4 1/8] x86: NOP out XPTI entry/exit code when it's not in use
` [PATCH v4 2/8] x86: disable XPTI when RDCL_NO
` [PATCH v4 3/8] x86: log XPTI enabled status
` [PATCH v4 4/8] x86/XPTI: use %r12 to write zero into xen_cr3
` [PATCH v4 5/8] x86/XPTI: reduce .text.entry
` [PATCH v4 6/8] x86: enable interrupts earlier with XPTI disabled
` [PATCH v4 7/8] x86: also NOP out xen_cr3 restores of XPTI
` [PATCH v4 8/8] x86: avoid double CR3 reload when switching to guest user mode

[PATCH] x86/vtx: Introduce a typed union for CR access exit information
 2018-03-19 12:56 UTC  (2+ messages)

Xen ARM Community Call Wednesday 4th April 4PM UTC
 2018-03-19 12:17 UTC  (4+ messages)

[PATCH v6 0/9] x86: refactor mm.c
 2018-03-19 12:10 UTC  (4+ messages)
` [PATCH v6 3/9] x86/mm: add disallow_mask parameter to get_page_from_l1e

[xen-4.10-testing test] 120890: trouble: broken/fail/pass
 2018-03-19 11:45 UTC 

[PATCH v10 00/11] vpci: PCI config space emulation
 2018-03-19 10:22 UTC  (20+ messages)
` [PATCH v10 01/11] vpci: introduce basic handlers to trap accesses to the PCI config space
` [PATCH v10 02/11] x86/mmcfg: add handlers for the PVH Dom0 MMCFG areas
` [PATCH v10 03/11] x86/physdev: enable PHYSDEVOP_pci_mmcfg_reserved for PVH Dom0
` [PATCH v10 04/11] pci: split code to size BARs from pci_add_device
` [PATCH v10 05/11] pci: add support to size ROM BARs to pci_size_mem_bar
` [PATCH v10 06/11] xen: introduce rangeset_consume_ranges
` [PATCH v10 07/11] vpci/bars: add handlers to map the BARs
` [PATCH v10 08/11] x86/pt: mask MSI vectors on unbind
` [PATCH v10 09/11] vpci/msi: add MSI handlers
` [PATCH v10 10/11] vpci: add a priority parameter to the vPCI register initializer
` [PATCH v10 11/11] vpci/msix: add MSI-X handlers

[PATCH v2 00/45] New VGIC(-v2) implementation
 2018-03-19 14:36 UTC  (74+ messages)
` [PATCH v2 01/45] ARM: VGIC: rename gic_event_needs_delivery()
` [PATCH v2 02/45] ARM: Implement vcpu_kick()
` [PATCH v2 04/45] xen/arm: vgic: Override the group in lr everytime
` [PATCH v2 05/45] xen/arm: gic: Use bool instead of uint8_t for the hw_status in gic_lr
` [PATCH v2 06/45] xen/arm: gic: Split the field state in gic_lr in 2 fields active and pending
` [PATCH v2 07/45] xen/arm: GIC: Only set pirq in the LR when hw_status is set
` [PATCH v2 08/45] ARM: GIC: extend LR read/write functions to cover EOI and source
` [PATCH v2 09/45] ARM: GIC: Allow tweaking the active and pending state of an IRQ
` [PATCH v2 10/45] ARM: GIC: Allow reading pending state of a hardware IRQ
` [PATCH v2 11/45] ARM: timer: Handle level triggered IRQs correctly
` [PATCH v2 12/45] ARM: evtchn: "
` [PATCH v2 13/45] ARM: vPL011: Use the VGIC's level triggered IRQs handling if available
` [PATCH v2 14/45] ARM: new VGIC: Add data structure definitions
` [PATCH v2 15/45] ARM: new VGIC: Add acccessor to new struct vgic_irq instance
` [PATCH v2 16/45] ARM: new VGIC: Implement virtual IRQ injection
` [PATCH v2 18/45] ARM: new VGIC: Add IRQ sorting
` [PATCH v2 19/45] ARM: new VGIC: Add IRQ sync/flush framework
` [PATCH v2 20/45] ARM: new VGIC: Add GICv2 world switch backend
` [PATCH v2 21/45] ARM: new VGIC: Implement vgic_vcpu_pending_irq
` [PATCH v2 22/45] ARM: new VGIC: Add MMIO handling framework
` [PATCH v2 24/45] ARM: new VGIC: Add CTLR, TYPER and IIDR handlers
` [PATCH v2 25/45] ARM: new VGIC: Add ENABLE registers handlers
` [PATCH v2 26/45] ARM: new VGIC: Add PENDING "
` [PATCH v2 27/45] ARM: new VGIC: Add ACTIVE "
` [PATCH v2 28/45] ARM: new VGIC: Add PRIORITY "
` [PATCH v2 30/45] ARM: new VGIC: Add TARGET "
` [PATCH v2 31/45] ARM: new VGIC: Add SGIR register handler
` [PATCH v2 38/45] ARM: new VGIC: Implement arch_move_irqs()
` [PATCH v2 39/45] ARM: new VGIC: Add preliminary stub implementation
` [PATCH v2 41/45] ARM: new VGIC: Add vgic_v2_enable
` [PATCH v2 44/45] ARM: new VGIC: Allocate two pages for struct vcpu
` [PATCH v2 45/45] ARM: VGIC: wire new VGIC(-v2) files into Xen build system

[xen-4.8-testing test] 120885: regressions - FAIL
 2018-03-19  9:12 UTC 

[PATCH] x86/entry: Fix passing 6th argument for compat hypercalls
 2018-03-19  9:08 UTC  (3+ messages)

[PATCH v3 1/5] sndif: Introduce protocol version
 2018-03-19  7:22 UTC  (5+ messages)
` [PATCH v3 2/5] sndif: Fix missed "reserved" fields in comments
` [PATCH v3 3/5] sndif: Make requests and responses 64 octets long
` [PATCH v3 4/5] sndif: Add explicit back and front synchronization
` [PATCH v3 5/5] sndif: Add explicit back and front parameter negotiation

[PATCH v3 0/5] sndif: add explicit back and front synchronization
 2018-03-19  7:22 UTC 

Xen 4.11 Development Update
 2018-03-19  5:49 UTC 

[xen-unstable-smoke test] 120949: tolerable all pass - PUSHED
 2018-03-19  5:48 UTC 

What is the option 'e' used for in 'xl create' command
 2018-03-19  5:14 UTC 

[xen-4.9-testing test] 120877: regressions - FAIL
 2018-03-19  4:43 UTC 

[linux-linus test] 120866: regressions - FAIL
 2018-03-19  3:43 UTC 

[ovmf test] 120879: all pass - PUSHED
 2018-03-19  2:26 UTC 

[PATCH] xen/arm: Relax ARM_SMCCC_ARCH_WORKAROUND_1 discovery
 2018-03-19  9:35 UTC  (3+ messages)

[PATCH v2] xen/arm: Fix platform name to xilinx_zynqmp from xgene_storm
 2018-03-19  9:23 UTC  (3+ messages)

[qemu-mainline test] 120869: regressions - trouble: broken/fail/pass
 2018-03-19  0:43 UTC 

[seabios test] 120867: regressions - FAIL
 2018-03-18 22:55 UTC 

[xen-unstable test] 120859: regressions - FAIL
 2018-03-18 21:44 UTC 

[rumprun test] 120872: regressions - FAIL
 2018-03-18 19:42 UTC 

[libvirt test] 120863: tolerable all pass - PUSHED
 2018-03-18 16:29 UTC 

[linux-linus bisection] complete test-amd64-i386-freebsd10-i386
 2018-03-18 15:01 UTC 

[linux-4.1 test] 120846: regressions - FAIL
 2018-03-18 13:13 UTC 

[xen-unstable-coverity test] 120905: all pass - PUSHED
 2018-03-18 11:59 UTC 

[xen-4.7-testing test] 120845: regressions - FAIL
 2018-03-18  9:52 UTC 

[PATCH v1] xen/arm: Add Marvell ARMADA 3700 early printk support
 2018-03-18  8:57 UTC 

[linux-next test] 120835: regressions - FAIL
 2018-03-18  7:46 UTC 

Kernel trace when using xl block-attach - 4.14.25
 2018-03-18  5:55 UTC 

Request for Xen SeaBIOS git head / branch to follow or include Xen staging tag
 2018-03-18  4:09 UTC  (2+ messages)

[xen-4.6-testing test] 120830: regressions - FAIL
 2018-03-18  3:02 UTC 

[PATCH v2 0/8] Using GitLab CI for build testing
 2018-03-18  0:18 UTC  (4+ messages)

[xen-4.10-testing test] 120821: regressions - FAIL
 2018-03-17 22:28 UTC 

[SVM] Getting the length of the current instruction in svm_vmexit_handler()
 2018-03-17 22:08 UTC  (6+ messages)

[xen-4.8-testing test] 120815: regressions - FAIL
 2018-03-17 19:13 UTC 

[ovmf test] 120819: all pass - PUSHED
 2018-03-17 15:26 UTC 

[xen-4.9-testing test] 120803: regressions - FAIL
 2018-03-17 14:24 UTC 

[rumprun test] 120818: regressions - FAIL
 2018-03-17 12:33 UTC 

[RFC PATCH] xen/arm64: Add Support for Marvell ARMADA 3700 SoC
 2018-03-17 11:58 UTC  (8+ messages)
` [RFC PATCH] xen/arm: Add MVEBU UART driver for Armada "

[qemu-mainline test] 120795: regressions - FAIL
 2018-03-17 11:52 UTC 

[seabios test] 120787: regressions - FAIL
 2018-03-17  9:13 UTC 

[linux-linus test] 120779: regressions - FAIL
 2018-03-17  8:36 UTC 

[libvirt test] 120785: tolerable all pass - PUSHED
 2018-03-17  7:33 UTC 

[linux-3.18 test] 120780: tolerable FAIL - PUSHED
 2018-03-17  7:25 UTC 

[xen-unstable test] 120767: regressions - FAIL
 2018-03-17  4:03 UTC 

[xen-unstable-smoke test] 120854: tolerable all pass - PUSHED
 2018-03-17  0:51 UTC 

[xen-unstable-smoke test] 120851: tolerable all pass - PUSHED
 2018-03-16 21:39 UTC 

[PATCH v2] xen/arm: p2m: Prevent deadlock when using memaccess
 2018-03-16 21:01 UTC  (2+ messages)

[RFC] xen/arm: Restrict when a physical IRQ can be routed/removed from/to a domain
 2018-03-16 20:23 UTC  (3+ messages)

[PATCH v3 0/4] x86/PVHv2: Add memory map pointer to hvm_start_info struct
 2018-03-16 18:44 UTC  (18+ messages)
` [PATCH v3 1/4] "
` [PATCH v3 2/4] libxl: Move libxl__arch_domain_construct_memmap() earlier
` [PATCH v3 3/4] libxl: Store PVH guest's e820 map in xc_dom_image
` [PATCH v3 4/4] libxc: Pass e820 map to PVH guest via hvm_start_info

[xen-unstable-smoke test] 120844: tolerable all pass - PUSHED
 2018-03-16 18:33 UTC 

[PATCH v1] xen/arm: Add MVEBU UART driver for Armada 3700 SoC
 2018-03-16 17:34 UTC 

preparations for 4.9.2 and 4.7.5
 2018-03-16 17:15 UTC  (12+ messages)

[PATCH v2 0/4] stricter ioreq server permissions checks
 2018-03-16 16:58 UTC  (5+ messages)
` [PATCH v2 1/4] x86/hvm: stop passing explicit domid to hvm_create_ioreq_server()
` [PATCH v2 2/4] x86/hvm: take a reference on ioreq server emulating domain
` [PATCH v2 3/4] x86/hvm: re-structure some of the ioreq server look-up loops
` [PATCH v2 4/4] x86/hvm: add stricter permissions checks to ioreq server control plane

[PATCH] x86: correct EFLAGS.IF in SYSENTER frame
 2018-03-16 16:26 UTC  (5+ messages)

[linux-4.1 test] 120763: regressions - FAIL
 2018-03-16 16:17 UTC 

[xen-4.7-testing test] 120748: regressions - FAIL
 2018-03-16 15:19 UTC 

[PATCH v5 0/2] Containing AER unrecoverable errors
 2018-03-16 14:49 UTC  (4+ messages)

Passthrough a device to DomU on a ARM platform
 2018-03-16 14:39 UTC 

[qemu-mainline bisection] complete test-amd64-amd64-qemuu-nested-intel
 2018-03-16 14:23 UTC 

[xen-unstable-smoke test] 120838: tolerable all pass - PUSHED
 2018-03-16 14:21 UTC 

[PATCH 0/2] tools/libxl: Fixes to domain building
 2018-03-16 14:06 UTC  (3+ messages)
` [PATCH 1/2] tools/libxl: Drop xc_domain_configuration_t from libxl__domain_build_state
` [PATCH 2/2] tools/libxl: Don't prepare or save xc_config when soft resetting a domain

[PATCH v3] xen/acpi: upload _PSD info for non Dom0 CPUs too
 2018-03-16 13:57 UTC 

[PATCH 0/7] paravirtual IOMMU interface
 2018-03-16 12:25 UTC  (3+ messages)
` [PATCH 5/7] public / x86: introduce __HYPERCALL_iommu_op

[PATCH v1 00/15] arm64: Mediate access to GICv3 sysregs at EL2
 2018-03-16 11:58 UTC  (11+ messages)
` [PATCH v1 06/15] arm64: Add accessors for the ICH_APxRn_EL2 registers
` [PATCH v1 07/15] Expose ich_read/write_lr in vgic-v3-sr.c
` [PATCH v1 08/15] arm64: Add ICV_IAR1_EL1 handler
` [PATCH v1 09/15] arm64: vgic-v3: Add ICV_EOIR1_EL1 handler
` [PATCH v1 10/15] arm64: vgic-v3: Add ICV_HPPIR1_EL1 handler
` [PATCH v1 11/15] arm64: vgic-v3: Add ICV_BPR0_EL1 handler
` [PATCH v1 12/15] arm64: vgic-v3: Add ICV_IGNREN0_EL1 handler
` [PATCH v1 13/15] arm64: vgic-v3: Add misc Group-0 handlers
` [PATCH v1 14/15] arm64: vgic-v3: Add ICV_AP(0/1)Rn_EL1 handler
` [PATCH v1 15/15] Enable Group0/1 Traps by default for Cavium ThunderX1


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 read-only IMAP folder(s) and NNTP newsgroup(s).