xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-07-13 12:01:42 to 2015-07-14 10:18:17 UTC [more...]

[PATCH v10 0/5] iommu: add rmrr Xen command line option
 2015-07-14 10:18 UTC  (7+ messages)
` [PATCH v10 1/5] dmar: device scope mem leak fix
` [PATCH v10 2/5] iommu VT-d: separate rmrr addition function
` [PATCH v10 3/5] pci: add wrapper for parse_pci
` [PATCH v10 4/5] pci: add PCI_SBDF and PCI_SEG macros
` [PATCH v10 5/5] iommu: add rmrr Xen command line option for extra rmrrs

Requesting for freeze exception for VT-d posted-interrupts
 2015-07-14 10:09 UTC  (6+ messages)

Requesting for freeze exception for ARM/ITS patches
 2015-07-14 10:02 UTC  (17+ messages)

[PATCH V3 0/1] libxl: set stub domain size based on VRAM size
 2015-07-14 10:02 UTC  (4+ messages)
` [PATCH V3 1/1] "

Ping: [PATCH v6] dmar: device scope mem leak fix
 2015-07-14 10:00 UTC  (2+ messages)

[PATCH v5 00/15] Alternate p2m: support multiple copies of host p2m
 2015-07-14  9:56 UTC  (17+ messages)
` [PATCH v5 01/15] common/domain: Helpers to pause a domain while in context
` [PATCH v5 02/15] VMX: VMFUNC and #VE definitions and detection
` [PATCH v5 03/15] VMX: implement suppress #VE
` [PATCH v5 04/15] x86/HVM: Hardware alternate p2m support detection
` [PATCH v5 05/15] x86/altp2m: basic data structures and support routines
` [PATCH v5 06/15] VMX/altp2m: add code to support EPTP switching and #VE
` [PATCH v5 07/15] VMX: add VMFUNC leaf 0 (EPTP switching) to emulator
` [PATCH v5 08/15] x86/altp2m: add control of suppress_ve
` [PATCH v5 09/15] x86/altp2m: alternate p2m memory events
` [PATCH v5 10/15] x86/altp2m: add remaining support routines
` [PATCH v5 11/15] x86/altp2m: define and implement alternate p2m HVMOP types
` [PATCH v5 12/15] x86/altp2m: Add altp2mhvm HVM domain parameter
` [PATCH v5 13/15] x86/altp2m: XSM hooks for altp2m HVM ops
` [PATCH v5 14/15] tools/libxc: add support to altp2m hvmops
` [PATCH v5 15/15] tools/xen-access: altp2m testcases

[PATCH v2 1/3] xen/domain_page: Convert map_domain_page_global() to using mfn_t
 2015-07-14  9:56 UTC  (6+ messages)

[PATCH] sysctl: adjust XEN_SYSCTL_numainfo behavior
 2015-07-14  9:52 UTC 

[PATCH] sysctl: adjust XEN_SYSCTL_cputopoinfo behavior
 2015-07-14  9:41 UTC  (3+ messages)

[PATCH v2 0/3] arm64: Add multiboot support (via fdt) for Xen boot
 2015-07-14  9:41 UTC  (5+ messages)
  ` [PATCH v2 2/3] util/grub.d/20_linux_xen.in: Add arm64 support
  ` [Xen-devel] [PATCH v2 0/3] arm64: Add multiboot support (via fdt) for Xen boot

Requesting for freeze exception for RMRR
 2015-07-14  9:38 UTC  (11+ messages)

[PATCH v2 00/10] xl/libxl: fix issues discovered by coverity
 2015-07-14  9:37 UTC  (13+ messages)
` [PATCH v2 01/10] libxl: make libxl__abs_path correctly handle NULL argument
` [PATCH v2 02/10] libxl: turn two malloc's to libxl__malloc
` [PATCH v2 03/10] libxl: json string object can be NULL
` [PATCH v2 04/10] libxl: dispose dominfo to avoid leaking resource
` [PATCH v2 05/10] libxl: localtime(3) can return NULL
` [PATCH v2 06/10] libxl: qmp_init_handler "
` [PATCH v2 07/10] xl: correct handling of extra_config in main_cpupoolcreate
` [PATCH v2 08/10] xl: correctly handle null extra config in main_config_update
` [PATCH v2 09/10] xl: fix a typo in error string in create_domain
` [PATCH v2 10/10] libxl: fix caller of libxl_cpupool functions

[PATCH V2] libxl: Increase device model startup timeout to 1min
 2015-07-14  9:37 UTC  (8+ messages)
` [PATCH V3] "

[v7][PATCH 00/16] Fix RMRR
 2015-07-14  9:32 UTC  (32+ messages)
` [v7][PATCH 06/16] hvmloader/pci: skip reserved ranges
` [v7][PATCH 07/16] hvmloader/e820: construct guest e820 table
` [v7][PATCH 13/16] libxl: construct e820 map with RDM information for HVM guest
` [v7][PATCH 15/16] xen/vtd: prevent from assign the device with shared rmrr
` [v7][PATCH 16/16] tools: parse to enable new rdm policy parameters

[PATCH v4 00/15] Alternate p2m: support multiple copies of host p2m
 2015-07-14  8:58 UTC  (7+ messages)
` [PATCH v4 11/15] x86/altp2m: define and implement alternate p2m HVMOP types

[PATCH v3 00/12] Alternate p2m: support multiple copies of host p2m
 2015-07-14  8:53 UTC  (12+ messages)
` [PATCH v3 03/13] VMX: implement suppress #VE
` [PATCH v3 05/13] x86/altp2m: basic data structures and support routines

[GIT-PULL OSSTEST] ap-fetch-version: Arrange for osstest merges from upstream to be stable
 2015-07-14  8:27 UTC  (3+ messages)

[ovmf test] 59511: all pass - PUSHED
 2015-07-14  8:15 UTC 

[xen-4.4-testing test] 59510: regressions - FAIL
 2015-07-14  8:03 UTC 

[PATCH 0/9] xl/libxl: fix issues discovered by Coverity scan
 2015-07-14  7:23 UTC  (19+ messages)
` [PATCH 1/9] libxl: fix libxl__abs_path
` [PATCH 2/9] libxl: turn two malloc's to libxl__malloc
` [PATCH 3/9] libxl: json string object can be NULL
` [PATCH 4/9] libxl: dispose dominfo to avoid leaking resource
` [PATCH 5/9] libxl: avoid leaking string in cpupool_info

[rumpuserxen test] 59532: regressions - FAIL
 2015-07-14  7:18 UTC 

[PATCH v4 for Xen 4.6 0/4] Enable per-VCPU parameter settings for RTDS scheduler
 2015-07-14  7:13 UTC  (5+ messages)

how to locate the hypercall address in memory?
 2015-07-14  7:10 UTC 

[xen-unstable test] 59509: regressions - FAIL
 2015-07-14  6:23 UTC 

[v3 14/15] Update Posted-Interrupts Descriptor during vCPU scheduling
 2015-07-14  5:44 UTC  (15+ messages)
  ` Fwd: "

[qemu-mainline test] 59505: regressions - FAIL
 2015-07-14  3:41 UTC 

[xen-4.5-testing test] 59508: regressions - FAIL
 2015-07-14  1:16 UTC 

[linux-3.4 test] 59503: regressions - FAIL
 2015-07-14  0:46 UTC 

Linux is currently broken
 2015-07-13 22:21 UTC 

[linux-next test] 59504: tolerable FAIL
 2015-07-13 22:17 UTC 

[PATCH v2 19/20] xen/privcmd: Add support for Linux 64KB page granularity
 2015-07-13 22:05 UTC  (2+ messages)

[PATCH v4 00/17] Add ITS support
 2015-07-13 21:18 UTC  (15+ messages)
` [PATCH v4 05/17] xen/arm: ITS: implement hw_irq_controller for LPIs
` [PATCH v4 11/17] xen/arm: ITS: Add GICR register emulation
` [PATCH v4 12/17] xen/arm: ITS: Initialize LPI irq descriptors and route
` [PATCH v4 13/17] xen/arm: ITS: Initialize physical ITS
` [PATCH v4 16/17] xen/arm: ITS: Generate ITS node for Dom0

[linux-3.18 test] 59502: regressions - trouble: blocked/broken/fail/pass
 2015-07-13 21:11 UTC 

[PATCH v8 00/11] toolstack-assisted approach to PVHVM guest kexec
 2015-07-13 19:43 UTC  (7+ messages)
` [PATCH v8 05/11] xen: grant_table: implement grant_table_warn_active_grants()
` [PATCH v8 07/11] flask: DOMCTL_soft_reset support

[PATCH V5 0/3] Vm_event memory introspection helpers
 2015-07-13 17:36 UTC  (6+ messages)
` [PATCH V5 1/3] xen/mem_access: Support for memory-content hiding
` [PATCH V5 2/3] xen/vm_event: Support for guest-requested events
` [PATCH V5 3/3] xen/vm_event: Deny register writes if refused by vm_event reply

Request a freeze exception for Libxl Migration v2 in 4.6
 2015-07-13 17:03 UTC 

[PATCH 0/6] add xsaves/xrstors support
 2015-07-13 16:22 UTC  (3+ messages)
` [PATCH 4/6] libxc: expose xsaves/xgetbv/xsavec to hvm guest

[PATCH v6] dmar: device scope mem leak fix
 2015-07-13 16:18 UTC  (2+ messages)
` Ping: "

[PATCH v3 00/27] Libxl migration v2
 2015-07-13 16:04 UTC  (46+ messages)
` [PATCH v3 07/28] tools/libxl: Extra management APIs for the save helper
` [PATCH v3 08/28] tools/libxl: Add save_helper_state pointers to libxl__xc_domain_{save, restore}()
` [PATCH v3 17/28] tools/libxl: Infrastructure for reading a libxl migration v2 stream
` [PATCH v3 18/28] tools/libxl: Infrastructure to convert a legacy stream
` [PATCH v3 19/28] tools/libxl: Convert a legacy stream if needed
` [PATCH v3 20/28] tools/libxc+libxl+xl: Restore v2 streams
` [PATCH v3 21/28] tools/libxl: Infrastructure for writing a v2 stream
` [PATCH v3 22/28] tools/libxc+libxl+xl: Save v2 streams
` [PATCH v3 23/28] docs/libxl: Introduce CHECKPOINT_END to support migration v2 remus streams
` [PATCH v3 24/28] tools/libxl: Write checkpoint records into the stream
` [PATCH v3 25/28] tools/libx{c, l}: Introduce restore_callbacks.checkpoint()
` [PATCH v3 26/28] tools/libxl: Handle checkpoint records in a libxl migration v2 stream
` [PATCH v3 27/28] tools/libxc: Drop all XG_LIBXL_HVM_COMPAT code from libxc
` [PATCH v3 28/28] tools/libxl: Drop all knowledge of toolstack callbacks

[PATCH 0/9] libxl: poll: Avoid fd deregistration race POLLNVAL
 2015-07-13 15:54 UTC  (3+ messages)

[PATCH v4 0/5] sched: credit2: introduce per-vcpu hard and soft affinity
 2015-07-13 15:43 UTC  (2+ messages)

Requesting a freeze exception for vm_event memory introspection helpers
 2015-07-13 14:58 UTC  (7+ messages)

[PATCH v3 00/32] Introduce HVM without dm and new boot ABI
 2015-07-13 14:01 UTC  (3+ messages)
` [PATCH v3 07/32] xen/x86: fix arch_set_info_guest for HVM guests

[Patch V5 00/16] xen: support pv-domains larger than 512GB
 2015-07-13 14:01 UTC  (5+ messages)
` [Patch V5 13/16] xen: add explicit memblock_reserve() calls for special pages

[added to the 3.18 stable tree] config: Enable NEED_DMA_MAP_STATE by default when SWIOTLB is selected
 2015-07-13 13:43 UTC 

[ovmf test] 59498: all pass - PUSHED
 2015-07-13 13:29 UTC 

[PATCH OSSTEST v2 00/13] Libvirt migration and HVM tests
 2015-07-13 13:12 UTC  (4+ messages)
` [PATCH OSSTEST v2 11/13] make-flight: debian hvm tests with libvirt

[PATCH for-4.6] tools: libxl: Handle failure to create qemu dm logfile
 2015-07-13 13:07 UTC  (2+ messages)

[xen-unstable test] 59485: regressions - trouble: broken/fail/pass
 2015-07-13 12:29 UTC 

Deadlock in stdvga_mem_accept() with emulation
 2015-07-13 12:08 UTC  (11+ messages)


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