xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-06-27 10:35:05 to 2016-06-28 16:47:03 UTC [more...]

[PATCH v2] xen: xen-pciback: Remove create_workqueue
 2016-06-28 16:46 UTC 

GDBSX Maintainer
 2016-06-28 16:46 UTC  (2+ messages)

[PATCH v5 00/17] xen/arm: Use the typesafes gfn and mfn
 2016-06-28 16:43 UTC  (19+ messages)
` [PATCH v5 01/17] xen: Use typesafe gfn/mfn in guest_physmap_* helpers
` [PATCH v5 02/17] xen: Use typesafe gfn in xenmem_add_to_physmap_one
` [PATCH v5 03/17] xen/arm: Rename grant_table_gfpn into grant_table_gfn and use the typesafe gfn
` [PATCH v5 04/17] xen: Use the typesafe mfn and gfn in map_mmio_regions
` [PATCH v5 05/17] xen/passthrough: x86: Use INVALID_GFN rather than INVALID_MFN
` [PATCH v5 06/17] xen: Use a typesafe to define INVALID_MFN
` [PATCH v5 07/17] xen: Use a typesafe to define INVALID_GFN
` [PATCH v5 08/17] xen/arm: Rework the interface of p2m_lookup and use typesafe gfn and mfn
` [PATCH v5 09/17] xen/arm: Rework the interface of p2m_cache_flush and use typesafe gfn
` [PATCH v5 10/17] xen/arm: map_regions_rw_cache: Map the region with p2m->default_access
` [PATCH v5 11/17] xen/arm: dom0_build: Remove dead code in allocate_memory
` [PATCH v5 12/17] xen/arm: p2m: Remove unused operation ALLOCATE
` [PATCH v5 13/17] xen/arm: Use the typesafes mfn and gfn in map_dev_mmio_region
` [PATCH v5 14/17] xen/arm: Use the typesafes mfn and gfn in map_regions_rw_cache
` [PATCH v5 15/17] xen/arm: p2m: Introduce helpers to insert and remove mapping
` [PATCH v5 16/17] xen/arm: p2m: Use typesafe gfn for {max, lowest}_mapped_gfn
` [PATCH v5 17/17] xen/arm: p2m: Rework the interface of apply_p2m_changes and use typesafe

[PATCH] x86/EFI + Live Patch: avoid symbol address truncation
 2016-06-28 16:39 UTC  (4+ messages)

making xenstore domain easy configurable
 2016-06-28 16:34 UTC  (22+ messages)

[PATCH] xen/arm: io: Protect the handlers with a read-write lock
 2016-06-28 16:34 UTC 

[PATCH v2] xen/arm: gic-v3: No need to sort the Redistributor regions
 2016-06-28 15:51 UTC 

[libvirt test] 96333: regressions - FAIL
 2016-06-28 15:48 UTC 

[PATCH V3 01/10] arm/gic-v3: Use acpi_table_parse_madt() to parse MADT subtables
 2016-06-28 14:33 UTC  (21+ messages)
` [PATCH V3 02/10] arm/gic-v3: Do early GICD ioremap and clean up
` [PATCH V3 03/10] arm/gic-v3: Move GICR subtable parsing into a new function
` [PATCH V3 04/10] arm/gic-v3: Parse per-cpu redistributor entry in GICC subtable
` [PATCH V3 05/10] xen/arm: vgic: Use dynamic memory allocation for vgic_rdist_region
` [PATCH v3 06/10] arm/gic-v3: Remove an unused macro MAX_RDIST_COUNT
` [PATCH V3 07/10] arm: vgic: Split vgic_domain_init() functionality into two functions
` [PATCH V3 08/10] arm/io: Use separate memory allocation for mmio handlers
` [PATCH V3 09/10] xen/arm: io: Use binary search for mmio handler lookup
` [PATCH V3 10/10] arm/vgic: Change fixed number of mmio handlers to variable number

[PATCH v2] xen: x86: remove duplicated IA32_FEATURE_CONTROL MSR macro
 2016-06-28 13:46 UTC  (4+ messages)

[PATCH v2 00/17] Xen ARM DomU ACPI support
 2016-06-28 13:41 UTC  (17+ messages)
` [PATCH v2 03/17] libxl/arm: Add a configuration option for ARM DomU ACPI
` [PATCH v2 11/17] libxl/arm: Construct ACPI DSDT table
` [PATCH v2 16/17] libxc/xc_dom_arm: Copy ACPI tables to guest space

Crash in xen 4.7 adding nic during domu startup
 2016-06-28 13:33 UTC  (4+ messages)

[xen-unstable-smoke test] 96340: tolerable all pass - PUSHED
 2016-06-28 12:23 UTC 

[PATCH v4 00/16] xen/arm: Use the typesafes gfn and mfn
 2016-06-28 12:18 UTC  (22+ messages)
` [PATCH v4 01/16] xen: Use typesafe gfn/mfn in guest_physmap_* helpers
` [PATCH v4 02/16] xen: Use typesafe gfn in xenmem_add_to_physmap_one
` [PATCH v4 03/16] xen/arm: Rename grant_table_gfpn into grant_table_gfn and use the typesafe gfn
` [PATCH v4 04/16] xen: Use the typesafe mfn and gfn in map_mmio_regions
` [PATCH v4 05/16] xen/mm: Introduce INVALID_GFN_T and INVALID_MFN_T
` [PATCH v4 06/16] xen/arm: Rework the interface of p2m_lookup and use typesafe gfn and mfn
` [PATCH v4 07/16] xen/arm: Rework the interface of p2m_cache_flush and use typesafe gfn
` [PATCH v4 08/16] xen: Replace _mfn(INVALID_MFN) with MFN_INVALID_T
` [PATCH v4 09/16] xen/arm: map_regions_rw_cache: Map the region with p2m->default_access
` [PATCH v4 10/16] xen/arm: dom0_build: Remove dead code in allocate_memory
` [PATCH v4 11/16] xen/arm: p2m: Remove unused operation ALLOCATE
` [PATCH v4 12/16] xen/arm: Use the typesafes mfn and gfn in map_dev_mmio_region
` [PATCH v4 13/16] xen/arm: Use the typesafes mfn and gfn in map_regions_rw_cache
` [PATCH v4 14/16] xen/arm: p2m: Introduce helpers to insert and remove mapping
` [PATCH v4 15/16] xen/arm: p2m: Use typesafe gfn for {max, lowest}_mapped_gfn
` [PATCH v4 16/16] xen/arm: p2m: Rework the interface of apply_p2m_changes and use typesafe

[PATCH v3] ArmVirtPkg/ArmVirtXen: Add ACPI support for Virt Xen ARM
 2016-06-28 12:13 UTC  (3+ messages)

[PATCH] xen/arm: gic-v3: No need to sort the Redistributor regions
 2016-06-28 11:31 UTC 

xc_domain_maximum_gpfn
 2016-06-28 11:11 UTC  (3+ messages)

[PATCH V2 00/10] Add support for parsing per CPU Redistributor entry
 2016-06-28 10:51 UTC  (37+ messages)
` [PATCH V2 01/10] arm/gic-v3: Fix bug in function cmp_rdist()
` [PATCH V2 02/10] arm/gic-v3: Do early GICD ioremap and clean up
` [PATCH V2 03/10] arm/gic-v3: Fold GICR subtable parsing into a new function
` [PATCH V2 04/10] arm/gic-v3: Parse per-cpu redistributor entry in GICC subtable
` [PATCH V2 05/10] xen/arm: vgic: Use dynamic memory allocation for vgic_rdist_region
` [PATCH V2 06/10] arm/gic-v3: Remove an unused macro MAX_RDIST_COUNT
` [PATCH V2 07/10] arm: vgic: Split vgic_domain_init() functionality into two functions
` [PATCH V2 08/10] arm/io: Use separate memory allocation for mmio handlers
` [PATCH V2 09/10] xen/arm: io: Use binary search for mmio handler lookup
` [PATCH V2 10/10] arm/vgic: Change fixed number of mmio handlers to variable number

Fixing libvirt's libxl driver breakage -- where to define LIBXL_API_VERSION?
 2016-06-28 10:42 UTC  (10+ messages)
        ` [libvirt] "

[PATCH v4] xen: arm: Update arm64 image header
 2016-06-28 10:18 UTC  (2+ messages)

[PATCH v1 Altp2m cleanup 0/3] Cleaning up altp2m code
 2016-06-28 10:13 UTC  (5+ messages)
` [PATCH v1 Altp2m cleanup 2/3] Move altp2m specific functions to altp2m files
` [PATCH v1 Altp2m cleanup 3/3] Making altp2m struct dynamically allocated

[ovmf test] 96322: regressions - FAIL
 2016-06-28  9:36 UTC 

[PATCH] x86/cpuid: AVX-512 Feature Detection
 2016-06-28  8:51 UTC  (5+ messages)

SMAP/SMEP issues with 32-bit pv guests
 2016-06-28  7:41 UTC  (2+ messages)

[xen-4.3-testing test] 96321: regressions - FAIL
 2016-06-28  7:38 UTC 

[PATCH v7 1/3] vm_event: clear up return value of vm_event_monitor_traps
 2016-06-28  7:37 UTC  (5+ messages)
` [PATCH v7 2/3] x86/vm_event: Add HVM debug exception vm_events
` [PATCH v7 3/3] x86/vmx: Clean up TRAP_int3 handling

[PATCH v12 0/6] VT-d Device-TLB flush issue
 2016-06-28  7:24 UTC  (12+ messages)
` [PATCH v12 4/6] IOMMU/x86: using a struct pci_dev* instead of SBDF
` [PATCH v12 6/6] vt-d: fix vt-d Device-TLB flush timeout issue

[qemu-upstream-4.3-testing test] 96325: regressions - FAIL
 2016-06-28  6:30 UTC 

[xen-unstable test] 96315: regressions - trouble: blocked/broken/fail/pass
 2016-06-28  2:32 UTC 

[PATCH] xen: x86: remove duplicated IA32_FEATURE_CONTROL MSR macro
 2016-06-28  2:27 UTC  (5+ messages)

[qemu-mainline test] 96305: regressions - FAIL
 2016-06-27 22:47 UTC 

Elaboration of "Question about sharing spinlock_t among VMs in Xen"
 2016-06-27 19:59 UTC  (8+ messages)

Xen 4.3, armhf, ocamlopt, wheezy
 2016-06-27 18:28 UTC  (3+ messages)

[qemu-upstream-4.3-testing test] 96312: regressions - FAIL
 2016-06-27 18:21 UTC 

[ovmf test] 96298: regressions - FAIL
 2016-06-27 16:51 UTC 

[xen-4.3-testing test] 96304: regressions - FAIL
 2016-06-27 16:50 UTC 

[PATCH 00/19] xen: sched: assorted fixes and improvements to Credit2
 2016-06-27 15:20 UTC  (3+ messages)
` [PATCH 18/19] xen: credit2: implement SMT support independent runq arrangement

[xen-unstable test] 96296: tolerable FAIL
 2016-06-27 13:56 UTC 

Binary compatibility report for Xen base libraries
 2016-06-27 13:49 UTC  (3+ messages)
  ` [Xen-users] "

[xen-unstable-smoke test] 96310: tolerable all pass - PUSHED
 2016-06-27 13:44 UTC 

[PATCH] xen-blkfront: save uncompleted reqs in blkfront_resume()
 2016-06-27 13:29 UTC 

[qemu-upstream-4.3-testing test] 96301: regressions - FAIL
 2016-06-27 12:35 UTC 

[xen-unstable-smoke test] 96307: trouble: blocked/broken/pass
 2016-06-27 11:33 UTC 

[PATCH] xen: use native disk xenbus protocol if possible
 2016-06-27 10:54 UTC  (2+ messages)
` [Xen-devel] "

[PATCH v5 0/6] Support calling functions on dedicated physical cpu
 2016-06-27 10:34 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).