xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-06-22 18:39:19 to 2016-06-23 19:57:48 UTC [more...]

[xen-unstable-smoke test] 96189: tolerable all pass - PUSHED
 2016-06-23 19:57 UTC 

[PATCH v2 00/17] Xen ARM DomU ACPI support
 2016-06-23 18:48 UTC  (39+ messages)
` [PATCH v2 01/17] libxl/arm: Factor out codes for generating DTB
` [PATCH v2 02/17] libxc: Add placeholders for ACPI tables blob and size
` [PATCH v2 03/17] libxl/arm: Add a configuration option for ARM DomU ACPI
` [PATCH v2 04/17] libxl/arm: prepare for constructing ACPI tables
` [PATCH v2 05/17] libxl/arm: Construct ACPI RSDP table
` [PATCH v2 06/17] libxl/arm: Construct ACPI XSDT table
` [PATCH v2 07/17] libxl/arm: Construct ACPI GTDT table
` [PATCH v2 08/17] libxl/arm: Factor MPIDR computing codes out as a helper
` [PATCH v2 09/17] libxl/arm: Construct ACPI MADT table
` [PATCH v2 10/17] libxl/arm: Construct ACPI FADT table
` [PATCH v2 11/17] libxl/arm: Construct ACPI DSDT table
` [PATCH v2 12/17] libxl/arm: Add a helper to calculate the ACPI table checksum
` [PATCH v2 13/17] libxl/arm: Link all ACPI tables into one buffer
` [PATCH v2 14/17] libxl/arm: Factor finalise_one_memory_node as a gerneric function
` [PATCH v2 15/17] libxl/arm: Add ACPI module
` [PATCH v2 16/17] libxc/xc_dom_arm: Copy ACPI tables to guest space
` [PATCH v2 17/17] libxl/arm: Initialize domain param HVM_PARAM_CALLBACK_IRQ

[PATCH v1 Altp2m cleanup 0/3] Cleaning up altp2m code
 2016-06-23 18:23 UTC  (4+ messages)
` [PATCH v1 Altp2m cleanup 1/3] altp2m cleanup work

[xen-unstable-smoke test] 96182: regressions - FAIL
 2016-06-23 17:58 UTC 

[linux-3.18 test] 96161: regressions - FAIL
 2016-06-23 17:29 UTC 

[PATCH v6 1/5] monitor: Rename vm_event_monitor_get_capabilities
 2016-06-23 17:07 UTC  (5+ messages)
` [PATCH v6 2/5] monitor: Rename vm_event_monitor_guest_request
` [PATCH v6 3/5] monitor: Rename hvm/event to hvm/monitor
` [PATCH v6 4/5] vm_event: clear up return value of vm_event_monitor_traps
` [PATCH v6 5/5] x86/vm_event: Add HVM debug exception vm_events

RFC: XenSock brainstorming
 2016-06-23 16:57 UTC  (5+ messages)

[PATCH v5 00/14] Load BIOS via toolstack instead of been embedded in hvmloader
 2016-06-23 16:52 UTC  (4+ messages)
` [PATCH v5 02/14] libxc: Prepare a start info structure for hvmloader

Change of max-ram-below-4g initial value breaks Xen
 2016-06-23 16:18 UTC  (3+ messages)

[PATCH v4 0/3] Make hvm_fep available to non-debug build
 2016-06-23 16:10 UTC  (14+ messages)
` [PATCH v4 1/3] xen: add warning infrastructure
` [PATCH v4 2/3] console: use warning infrastructure for sync console warning
` [PATCH v4 3/3] xen: make available hvm_fep to non-debug build as well

[PATCH v2 1/4] xen/init: Annotate all command line parameter infrastructure as const
 2016-06-23 16:08 UTC  (6+ messages)
` [PATCH v2 2/4] arm/init: Move .init.proc.info into .init.data

[PATCH] xen/arm: domain_build: DT: add clocks node to the hypervisor node
 2016-06-23 16:02 UTC  (5+ messages)

PCI passthrough for HVM with stubdomain broken by "tools/libxl: handle the iomem parameter with the memory_mapping hcall"
 2016-06-23 16:02 UTC  (29+ messages)

[linux-4.1 test] 96160: regressions - FAIL
 2016-06-23 15:50 UTC 

[PATCH v5 1/2] x86/mem-sharing: Bulk mem-sharing entire domains
 2016-06-23 15:42 UTC  (3+ messages)

[PATCH 00/11] hvmctl hypercall
 2016-06-23 15:35 UTC  (8+ messages)
` [PATCH 01/11] public / x86: introduce "
` [PATCH 11/11] x86/HVM: serialize trap injecting producer and consumer

[PATCH v3] xen: arm: Update arm64 image header
 2016-06-23 15:18 UTC  (2+ messages)

[PATCH v3 1/2] xen/arm: drivers: scif: Remove dead code
 2016-06-23 15:18 UTC  (5+ messages)
` [PATCH v3 2/2] xen/arm: drivers: scif: Don't overwrite firmware settings

[PATCH 0/3] VMX: Properly handle pi descriptor and per-cpu blocking list
 2016-06-23 15:11 UTC  (11+ messages)

[xen-unstable-smoke test] 96177: tolerable all pass - PUSHED
 2016-06-23 15:10 UTC 

[PATCH v3 0/8] xen/arm: Use the typesafes gfn and mfn
 2016-06-23 14:58 UTC  (21+ messages)
` [PATCH v3 1/8] xen/arm: Rename gmfn_to_mfn to gfn_to_mfn and use gfn/mfn typesafe
` [PATCH v3 3/8] xen: Use typesafe gfn/mfn in guest_physmap_* helpers
` [PATCH v3 4/8] xen: Use typesafe gfn in xenmem_add_to_physmap_one
` [PATCH v3 5/8] xen/arm: Rename grant_table_gfpn into grant_table_gfn and use the typesafe gfn
` [PATCH v3 6/8] xen: Use the typesafe mfn and gfn in map_mmio_regions
` [PATCH v3 7/8] xen/arm: Rework the interface of p2m_lookup and use typesafe gfn and mfn

[PATCH v2] ArmVirtPkg/ArmVirtXen: Add ACPI support for Virt Xen ARM
 2016-06-23 14:27 UTC  (2+ messages)

[qemu-upstream-4.3-testing test] 96152: regressions - FAIL
 2016-06-23 14:17 UTC 

[PATCHv3] x86/xen: avoid m2p lookup when setting early page table entries
 2016-06-23 13:41 UTC  (7+ messages)

[xen-unstable test] 96151: regressions - trouble: blocked/broken/fail/pass
 2016-06-23 13:23 UTC 

[PATCH v3 0/3] Make hvm_fep available to non-debug build
 2016-06-23 13:05 UTC  (18+ messages)
` [PATCH v3 1/3] xen: add warning infrastructure
` [PATCH v3 2/3] console: use warning infrastructure for sync console warning
` [PATCH v3 3/3] xen: make available hvm_fep to non-debug build as well

Xen Project 4.7 and 4.6.3 Release
 2016-06-23 12:53 UTC 

Do people want a Developer Meeting on Aug 24th (before Dev Summit)
 2016-06-23 12:43 UTC  (4+ messages)

[PATCH 0/4] x86: instruction emulator adjustments
 2016-06-23 12:28 UTC  (11+ messages)
` [PATCH RESEND 1/4] x86emul: support MOVBE and CRC32
` [PATCH 2/4] x86emul: use (locally) consistent exit mechanisms
` [PATCH 3/4] x86emul: drop pointless and add useful default cases
` [PATCH 4/4] x86emul: fold local variables

Xen 4.6.3 released
 2016-06-23 12:18 UTC 

[PATCH v2 3/4] xen/init: Move initcall infrastructure into .init.data
 2016-06-23 11:46 UTC  (3+ messages)
` [PATCH v3 "

[PATCH v2] ArmVirtPkg/ArmVirtXen: Add ACPI support for Virt Xen ARM
 2016-06-23 11:31 UTC 

[xen-4.3-testing test] 96150: regressions - FAIL
 2016-06-23 11:26 UTC 

[libvirt test] 96157: tolerable FAIL - PUSHED
 2016-06-23 11:14 UTC 

[PATCH 0/7] vm-event: Implement ARM support for control-register writes
 2016-06-23 11:11 UTC  (13+ messages)
` [PATCH 7/7] vm-event/arm: implement support for control-register write vm-events

[PATCH 0/2] xen: sched: rtds refactor code
 2016-06-23 10:42 UTC  (5+ messages)
` [PATCH 1/2] "

[qemu-mainline test] 96146: regressions - FAIL
 2016-06-23 10:34 UTC 

[PATCH v4 0/3] x86/ioreq server: Introduce HVMMEM_ioreq_server mem type
 2016-06-23 10:33 UTC  (23+ messages)
` [PATCH v4 3/3] x86/ioreq server: Add HVMOP to map guest ram with p2m_ioreq_server to an ioreq server

[PULL 0/3] xen-20160622-tag
 2016-06-23 10:18 UTC 

[PATCH] xen: fix upper bound of pmd loop in xen_cleanhighmap()
 2016-06-23  9:56 UTC 

[PATCH v2] x86/HVM: use available linear->phys translations in REP MOVS/STOS handling
 2016-06-23  9:56 UTC  (4+ messages)

[PATCH] xen/pciback: Fix conf_space read/write overlap check
 2016-06-23  9:56 UTC 

[PATCH] OvmfPkg: Add ACPI support for Virt Xen ARM
 2016-06-23  9:25 UTC  (3+ messages)

[ovmf test] 96148: regressions - FAIL
 2016-06-23  8:12 UTC 

[PATCH] VMX: ensure MSR index enum and array remain in sync
 2016-06-23  8:06 UTC  (2+ messages)

[PATCH] VMX: use non-atomic bitops to manage MSR state
 2016-06-23  7:36 UTC  (2+ messages)

[PATCH] xen: fix upper bound of pmd loop in xen_cleanhighmap()
 2016-06-23  5:12 UTC 

[Patch v11 0/3] VT-d Device-TLB flush issue
 2016-06-23  2:08 UTC  (10+ messages)
` [Patch v11 3/3] vt-d: fix vt-d Device-TLB flush timeout issue

[qemu-upstream-4.3-testing test] 96127: regressions - FAIL
 2016-06-23  1:12 UTC 

[xen-unstable test] 96125: tolerable FAIL - PUSHED
 2016-06-23  0:30 UTC 

[xen-4.3-testing test] 96118: regressions - FAIL
 2016-06-22 22:57 UTC 

[PATCH v2 0/4] VMX: Properly handle pi descriptor and per-cpu blocking list
 2016-06-22 21:33 UTC  (4+ messages)

[GIT PULL] xen: bug fixes for 4.7-rc0
 2016-06-22 21:25 UTC 

[ovmf test] 96126: regressions - FAIL
 2016-06-22 21:17 UTC 

[qemu-mainline test] 96109: regressions - FAIL
 2016-06-22 20:43 UTC 

pcie error containment: kill domain and dm without xend
 2016-06-22 20:16 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).