Xen-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-07-13 08:50:29 to 2015-07-13 17:14:44 UTC [more...]

[PATCH V5 0/3] Vm_event memory introspection helpers
 2015-07-13 17:14 UTC 

[PATCH v4 00/17] Add ITS support
 2015-07-13 17:13 UTC  (31+ messages)
` [PATCH v4 05/17] xen/arm: ITS: implement hw_irq_controller for LPIs
` [PATCH v4 06/17] xen/arm: ITS: Add virtual ITS driver
` [PATCH v4 07/17] xen/arm: ITS: Add virtual ITS commands support
` [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

[PATCH 0/9] xl/libxl: fix issues discovered by Coverity scan
 2015-07-13 17:12 UTC  (25+ 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
` [PATCH 6/9] libxl: localtime(3) can return NULL
` [PATCH 7/9] libxl: qmp_init_handler "
` [PATCH 8/9] xl: fix main_cpupoolcreate
` [PATCH 9/9] xl: fix main_config_update

[v7][PATCH 00/16] Fix RMRR
 2015-07-13 17:08 UTC  (31+ messages)
` [v7][PATCH 03/16] xen/passthrough: extend hypercall to support rdm reservation policy
` [v7][PATCH 06/16] hvmloader/pci: skip reserved ranges
` [v7][PATCH 07/16] hvmloader/e820: construct guest e820 table
` [v7][PATCH 11/16] tools/libxl: detect and avoid conflicts with RDM
` [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

[GIT-PULL OSSTEST] ap-fetch-version: Arrange for osstest merges from upstream to be stable
 2015-07-13 17:03 UTC  (2+ messages)

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

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

[PATCH v2 00/10] xl/libxl: fix issues discovered by coverity
 2015-07-13 16:22 UTC  (11+ 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 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  (60+ messages)
` [PATCH v3 01/28] bsd-sys-queue-h-seddery: Massage `offsetof'
` [PATCH v3 02/28] tools/libxc: Always compile the compat qemu variables into xc_sr_context
` [PATCH v3 03/28] tools/libxl: Introduce ROUNDUP()
` [PATCH v3 04/28] tools/libxl: Introduce libxl__kill()
` [PATCH v3 05/28] tools/libxl: Stash all restore parameters in domain_create_state
` [PATCH v3 06/28] tools/libxl: Split libxl__domain_create_state.restore_fd in two
` [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 09/28] tools/xl: Mandatory flag indicating the format of the migration stream
` [PATCH v3 10/28] docs: Libxl migration v2 stream specification
` [PATCH v3 11/28] tools/python: Libxc migration v2 infrastructure
` [PATCH v3 12/28] tools/python: Libxl "
` [PATCH v3 13/28] tools/python: Other migration infrastructure
` [PATCH v3 14/28] tools/python: Verification utility for v2 stream spec compliance
` [PATCH v3 15/28] tools/python: Conversion utility for legacy migration streams
` [PATCH v3 16/28] tools/libxl: Migration v2 stream format
` [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] sysctl: adjust XEN_SYSCTL_cputopoinfo behavior
 2015-07-13 15:53 UTC 

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

Requesting for freeze exception for VT-d posted-interrupts
 2015-07-13 15:38 UTC  (4+ messages)

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

[PATCH v8 00/11] toolstack-assisted approach to PVHVM guest kexec
 2015-07-13 14:24 UTC  (9+ messages)
` [PATCH v8 05/11] xen: grant_table: implement grant_table_warn_active_grants()

[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

Requesting for freeze exception for ARM/ITS patches
 2015-07-13 13:56 UTC  (3+ messages)

[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 

Requesting for freeze exception for RMRR
 2015-07-13 13:38 UTC  (3+ messages)

[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  (21+ messages)
` [PATCH OSSTEST v2 01/13] toolstack: save / restore check
` [PATCH OSSTEST v2 03/13] osstest migrate support check catch -> variables
` [PATCH OSSTEST v2 04/13] toolstack: distinguish local and remote migration support
` [PATCH OSSTEST v2 05/13] sg-run-job: remove save/restore dependency on local "
` [PATCH OSSTEST v2 06/13] toolstack/libvirt: guest migrate, save and restore support
` [PATCH OSSTEST v2 08/13] ts-libvirt-build: run libvirt test suite
` [PATCH OSSTEST v2 09/13] ts-debian-hvm-install: stub out libvirt + ovmf / rombios
` [PATCH OSSTEST v2 10/13] TestSupport: don't put kernel='hvmloader' in HVM config
` [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  (17+ messages)

[qemu-upstream-4.4-testing test] 59500: tolerable FAIL - PUSHED
 2015-07-13 11:47 UTC 

[PATCH v4 RFC 0/6] x86/MSI: XSA-120, 126, 128-131 follow-up
 2015-07-13 11:42 UTC  (2+ messages)

[PATCH OSSTEST v8 1/2] cr-publish-flight-logs: allow publishing only the Results
 2015-07-13 11:41 UTC  (3+ messages)
` [PATCH OSSTEST v8 2/2] mg-all-branch-statuses: Show how up to date each branch is

Xen 4.6 development window closes today and other information
 2015-07-13 11:21 UTC  (2+ messages)

[PATCH V2 0/1] libxl: set stub domain size based on VRAM size
 2015-07-13 11:14 UTC  (7+ messages)
` [PATCH V2 1/1] "
      ` [PATCH for-4.6 v3] "

[qemu-mainline test] 59483: regressions - FAIL
 2015-07-13 11:13 UTC 

[PATCH] MAINTAINERS: support for xen-access and email change
 2015-07-13 11:05 UTC  (3+ messages)

[PATCH v2] x86: avoid invalid phys_proc_id reference
 2015-07-13 10:53 UTC 

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

[xen-unstable test] 59472: regressions - FAIL
 2015-07-13 10:20 UTC  (2+ messages)

[PATCH V5 0/7] xen pvusb toolstack work
 2015-07-13 10:09 UTC  (4+ messages)
` [PATCH V5 7/7] domcreate: support pvusb in configuration file

[PATCH v3] xen/blkfront: convert to blk-mq APIs
 2015-07-13  9:55 UTC 

[PATCH] x86: avoid invalid phys_proc_id reference
 2015-07-13  9:52 UTC  (3+ messages)

[linux-3.4 test] 59477: regressions - trouble: broken/fail/pass
 2015-07-13  9:49 UTC 

Interested in taking up a project
 2015-07-13  9:45 UTC  (8+ messages)

[PATCH] x86/hvm: Fix deadlock in emulation of rep mov to or from VRAM
 2015-07-13  9:29 UTC 

Question about mapping between domains
 2015-07-13  9:04 UTC  (2+ messages)

[PATCH v2 0/3] arm64: Add multiboot support (via fdt) for Xen boot
 2015-07-13  8:54 UTC  (4+ messages)
  ` [PATCH v2 1/3] arm64: Add Xen boot support file
  ` [PATCH v2 2/3] util/grub.d/20_linux_xen.in: Add arm64 support
  ` [PATCH v2 3/3] arm64: Add the introduction of Xen boot command

[PATCH v2] x86/hvm: add support for broadcast of buffered ioreqs
 2015-07-13  8:52 UTC  (3+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).