Xen-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-07-10 10:20:07 to 2015-07-11 04:52:32 UTC [more...]

[PATCH v4 for Xen 4.6 0/4] Enable per-VCPU parameter settings for RTDS scheduler
 2015-07-11  4:52 UTC 

[linux-next test] 59366: regressions - FAIL
 2015-07-11  4:04 UTC 

[linux-linus test] 59348: regressions - FAIL
 2015-07-11  2:51 UTC 

[libvirt test] 59350: regressions - FAIL
 2015-07-11  2:16 UTC 

[ovmf test] 59370: regressions - FAIL
 2015-07-11  2:01 UTC 

[linux-3.4 test] 59345: regressions - FAIL
 2015-07-11  0:48 UTC 

[linux-3.18 test] 59319: regressions - FAIL
 2015-07-11  0:13 UTC 

Requesting for freeze exception for altp2m
 2015-07-10 22:37 UTC  (2+ messages)

[PATCH V2 0/1] libxl: set stub domain size based on VRAM size
 2015-07-10 22:27 UTC  (3+ messages)
` [PATCH V2 1/1] "

[PATCH v3 0/4] 32-bit domU PVH support
 2015-07-10 22:20 UTC  (5+ messages)
` [PATCH v3 1/4] x86/pvh: Set 32b PVH guest mode in XEN_DOMCTL_set_address_size
` [PATCH v3 2/4] x86/compat: Test both PV and PVH guests for compat mode
` [PATCH v3 3/4] x86/pvh: Handle hypercalls for 32b PVH guests
` [PATCH v3 4/4] libxc/x86/pvh: Allow creation of "

[PATCH v4 00/15] Alternate p2m: support multiple copies of host p2m
 2015-07-10 22:12 UTC  (21+ messages)
` [PATCH v4 03/15] VMX: implement suppress #VE
` [PATCH v4 06/15] VMX/altp2m: add code to support EPTP switching and #VE
` [PATCH v4 08/15] x86/altp2m: add control of suppress_ve
` [PATCH v4 10/15] x86/altp2m: add remaining support routines
` [PATCH v4 11/15] x86/altp2m: define and implement alternate p2m HVMOP types
` [PATCH v4 12/15] x86/altp2m: Add altp2mhvm HVM domain parameter

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

[xen-unstable test] 59311: regressions - FAIL
 2015-07-10 21:54 UTC 

Interested in taking up a project
 2015-07-10 20:33 UTC  (7+ messages)

[RFC v3] xSplice design
 2015-07-10 20:30 UTC  (2+ messages)

[RESEND PATCH] xen/blkfront: convert to blk-mq APIs
 2015-07-10 19:57 UTC 

[RFC] Xen PV IOMMU interface draft B
 2015-07-10 19:32 UTC  (3+ messages)
` Xen PV IOMMU interface draft C

[PATCH v2 09/20] xen/biomerge: Don't allow biovec to be merge when Linux is not using 4KB page
 2015-07-10 19:12 UTC  (2+ messages)

[PATCH RFC v1 00/13] Introduce HMV without dm and new boot ABI
 2015-07-10 19:09 UTC  (3+ messages)
` [PATCH RFC v1 05/13] libxc: introduce a domain loader for HVM guest firmware

[PATCH v3 00/32] Introduce HVM without dm and new boot ABI
 2015-07-10 19:07 UTC  (15+ messages)
` [PATCH v3 07/32] xen/x86: fix arch_set_info_guest for HVM guests
` [PATCH v3 27/32] libxc: change the position of the special pages
` [PATCH v3 29/32] libxc/xen: introduce HVM_PARAM_FIRST_FREE_PFN
` [PATCH v3 31/32] libxc: switch xc_dom_elfloader to be used with HVMlite domains

[PATCH] xen/pvhvm: Support more than 32 VCPUs when migrating (v3)
 2015-07-10 18:57 UTC 

[PATCH v2 00/22] Introduce HVM without dm and new boot ABI
 2015-07-10 18:54 UTC  (5+ messages)
` [PATCH v2 11/22] xen/x86: allow disabling emulated devices for HVM guests

[PATCH] xen/pvhvm: Support more than 32 VCPUs when migrating (v3)
 2015-07-10 18:37 UTC 

[PATCH 0/9] xl/libxl: fix issues discovered by Coverity scan
 2015-07-10 18:21 UTC  (11+ 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

[PATCH v8 00/11] toolstack-assisted approach to PVHVM guest kexec
 2015-07-10 16:59 UTC  (13+ messages)
` [PATCH v8 04/11] xen: evtchn: make evtchn_reset() ready for soft reset
` [PATCH v8 05/11] xen: grant_table: implement grant_table_warn_active_grants()
` [PATCH v8 06/11] xen: Introduce XEN_DOMCTL_soft_reset
` [PATCH v8 08/11] xen: arch-specific hooks for domain_soft_reset()
` [PATCH v8 09/11] libxc: support XEN_DOMCTL_soft_reset operation
` [PATCH v8 11/11] (lib)xl: soft reset support

[PATCH v3 1/4] xen/domain_page: Convert map_domain_page_global() to using mfn_t
 2015-07-10 16:14 UTC  (4+ messages)
` [PATCH v3 3/4] Convert map_domain_page() to use the new mfn_t type

[PATCH v2] x86/hvm: add support for broadcast of buffered ioreqs
 2015-07-10 16:07 UTC 

Requesting for freeze exception for ARM/ITS patches
 2015-07-10 16:07 UTC  (4+ messages)

[PATCH v3] x86: correct socket_cpumask allocation
 2015-07-10 16:03 UTC  (8+ messages)

[PATCH 0/1] libxl: set stub domain size based on VRAM size
 2015-07-10 15:59 UTC  (5+ messages)
` [PATCH 1/1] "

[PATCH] xen: release lock occasionally during ballooning
 2015-07-10 15:58 UTC  (2+ messages)

[PATCH] x86/hvm: add support for broadcast of buffered ioreqs
 2015-07-10 15:47 UTC  (4+ messages)

[PATCH v4 00/17] Add ITS support
 2015-07-10 15:45 UTC  (26+ messages)
` [PATCH v4 03/17] xen/arm: ITS: Port ITS driver to Xen
` [PATCH v4 04/17] xen/arm: ITS: Add helper functions to manage its_devices
` [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 08/17] xen/arm: ITS: Add APIs to add and assign device
` [PATCH v4 09/17] xen/arm: ITS: Add GITS registers emulation
` [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 14/17] xen/arm: ITS: Add domain specific ITS initialization
` [PATCH v4 15/17] xen/arm: ITS: Map ITS translation space
` [PATCH v4 17/17] xen/arm: ITS: Add pci devices in ThunderX

[PATCH] MAINTAINERS: support for xen-access and email change
 2015-07-10 15:39 UTC  (2+ messages)

[qemu-mainline test] 59307: regressions - FAIL
 2015-07-10 15:36 UTC 

[v7][PATCH 00/16] Fix RMRR
 2015-07-10 15:07 UTC  (13+ messages)
` [v7][PATCH 03/16] xen/passthrough: extend hypercall to support rdm reservation policy
` [v7][PATCH 05/16] hvmloader: get guest memory map into memory_map[]
` [v7][PATCH 16/16] tools: parse to enable new rdm policy parameters

[PATCH OSSTEST 00/12] Libvirt save, restore and migration support
 2015-07-10 14:54 UTC  (7+ messages)
` [PATCH OSSTEST 09/12] ts-debian-hvm-install: stub out libvirt + ovmf / rombios
` [PATCH OSSTEST 10/12] make-flight: debian hvm tests with libvirt

[v3 00/15] Add VT-d Posted-Interrupts support
 2015-07-10 14:48 UTC  (35+ messages)
` [v3 03/15] Add cmpxchg16b support for x86-64
` [v3 06/15] vmx: Extend struct pi_desc to support VT-d Posted-Interrupts
` [v3 08/15] Suppress posting interrupts when 'SN' is set
` [v3 09/15] vt-d: Extend struct iremap_entry to support VT-d Posted-Interrupts
` [v3 10/15] vt-d: Add API to update IRTE when VT-d PI is used
` [v3 11/15] Update IRTE according to guest interrupt config changes
` [v3 13/15] vmx: Properly handle notification event when vCPU is running
` [v3 14/15] Update Posted-Interrupts Descriptor during vCPU scheduling
    ` Fwd: "

[PATCH v2 00/27] Libxl migration v2
 2015-07-10 14:34 UTC  (35+ messages)
` [PATCH v2 16/27] tools/libxl: Infrastructure for reading a libxl migration v2 stream
` [PATCH v2 17/27] tools/libxl: Support converting a legacy stream to a "
` [PATCH v2 18/27] tools/libxl: Convert a legacy stream if needed
` [PATCH v2 19/27] tools/libxc+libxl+xl: Restore v2 streams
` [PATCH v2 20/27] tools/libxl: Infrastructure for writing a v2 stream
` [PATCH v2 21/27] tools/libxc+libxl+xl: Save v2 streams
` [PATCH v2 22/27] docs/libxl: Introduce CHECKPOINT_END to support migration v2 remus streams
` [PATCH v2 23/27] tools/libxl: Write checkpoint records into the stream
` [PATCH v2 24/27] tools/libx{c, l}: Introduce restore_callbacks.checkpoint()
` [PATCH v2 25/27] tools/libxl: Handle checkpoint records in a libxl migration v2 stream

[PATCH v5 1/4] x86/monitor: add get_capabilities to monitor_op domctl
 2015-07-10 14:33 UTC  (5+ messages)
` [PATCH v5 2/4] x86/vm_event: toggle singlestep from vm_event response

[PATCH V4 0/3] Vm_event memory introspection helpers
 2015-07-10 14:00 UTC  (4+ messages)
` [PATCH V4 1/3] xen/mem_access: Support for memory-content hiding

[PATCH] x86/hvm: avoid potential NULL pointer dereferences
 2015-07-10 13:47 UTC  (2+ messages)

[Patch V5 00/16] xen: support pv-domains larger than 512GB
 2015-07-10 13:39 UTC  (19+ messages)
` [Patch V5 01/16] xen: sync with xen headers
` [Patch V5 02/16] xen: save linear p2m list address in shared info structure
` [Patch V5 03/16] xen: don't build mfn tree if tools don't need it
` [Patch V5 04/16] xen: eliminate scalability issues from initial mapping setup
` [Patch V5 05/16] xen: move static e820 map to global scope
` [Patch V5 06/16] xen: split counting of extra memory pages from remapping
` [Patch V5 07/16] xen: check memory area against e820 map
` [Patch V5 08/16] xen: find unused contiguous memory area
` [Patch V5 09/16] xen: check for kernel memory conflicting with memory layout
` [Patch V5 10/16] xen: check pre-allocated page tables for conflict with memory map
` [Patch V5 11/16] xen: check for initrd conflicting with e820 map
` [Patch V5 12/16] mm: provide early_memremap_ro to establish read-only mapping
` [Patch V5 13/16] xen: add explicit memblock_reserve() calls for special pages
` [Patch V5 14/16] xen: move p2m list if conflicting with e820 map
` [Patch V5 15/16] xen: allow more than 512 GB of RAM for 64 bit pv-domains
` [Patch V5 16/16] xen: remove no longer needed p2m.h

SSE instruction emulation issues
 2015-07-10 12:16 UTC  (2+ messages)

[PATCH v7 00/15] x86/hvm: I/O emulation cleanup and fix
 2015-07-10 11:49 UTC  (11+ messages)
` [PATCH v7 00/15] x86/hvm: I/O emulation cleanup and fix | Full Backtrace of domU's X crash caused by SSE2 istruction in attachment

[PATCH v5] x86/arm/mm: use gfn instead of pfn in p2m_get_mem_access/p2m_set_mem_access
 2015-07-10 11:33 UTC  (4+ messages)

[PATCH 00/27] Libxl migration v2
 2015-07-10 11:05 UTC  (5+ messages)
` [PATCH 20/27] tools/libxl: Infrastructure for writing a v2 stream

[PATCH 0/9] libxl: poll: Avoid fd deregistration race POLLNVAL
 2015-07-10 10:46 UTC  (19+ messages)
` [PATCH 1/9] libxl: poll: Make libxl__poller_get have only one success return path
` [PATCH 2/9] libxl: poll: Use poller_get and poller_put for poller_app
` [PATCH 3/9] libxl: poll: Avoid fd deregistration race POLLNVAL crash
` [PATCH 4/9] libxl: event tests: Improve Makefile doc comment
` [PATCH 5/9] libxl: event tests: Contemplate separate tests
` [PATCH 6/9] libxl: event tests: Provide libxl_test_fdevent
` [PATCH 7/9] libxl: event tests: Provide miniature poll machinery
` [PATCH 8/9] libxl: event tests: Introduce `fdderegrace' test
` [PATCH 9/9] libxl: event tests: test_timedereg: Fix rc handling

[ovmf test] 59302: tolerable FAIL - PUSHED
 2015-07-10 10:36 UTC 

[PATCH] x86/MSI: fix guest unmasking when handling IRQ via event channel
 2015-07-10 10:29 UTC  (2+ 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).