Xen-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-09-07 10:05:23 to 2015-09-08 11:09:38 UTC [more...]

[PATCH v4 01/20] net/xen-netback: xenvif_gop_frag_copy: move GSO check out of the loop
 2015-09-08 11:09 UTC  (24+ messages)
` [PATCH v4 02/20] arm/xen: Drop pte_mfn and mfn_pte
` [PATCH v4 03/20] xen: Add Xen specific page definition
` [PATCH v4 04/20] xen/grant: Introduce helpers to split a page into grant
` [PATCH v4 05/20] xen/grant: Add helper gnttab_page_grant_foreign_access_ref_one
` [PATCH v4 06/20] block/xen-blkfront: Split blkif_queue_request in 2
` [PATCH v4 07/20] block/xen-blkfront: Store a page rather a pfn in the grant structure
` [PATCH v4 08/20] block/xen-blkfront: split get_grant in 2
` [PATCH v4 09/20] xen/biomerge: Don't allow biovec's to be merged when Linux is not using 4KB pages
` [PATCH v4 10/20] xen/xenbus: Use Xen page definition
` [PATCH v4 11/20] tty/hvc: xen: Use xen "
` [PATCH v4 12/20] xen/balloon: Don't rely on the page granularity is the same for Xen and Linux
` [PATCH v4 13/20] xen/events: fifo: Make it running on 64KB granularity
` [PATCH v4 14/20] xen/grant-table: "
` [PATCH v4 15/20] block/xen-blkfront: Make it running on 64KB page granularity
` [PATCH v4 16/20] block/xen-blkback: "
` [PATCH v4 17/20] net/xen-netfront: "
` [PATCH v4 18/20] net/xen-netback: "
` [PATCH v4 19/20] xen/privcmd: Add support for Linux "
` [PATCH v4 20/20] arm/xen: Add support for "

[Xen-users] Xen bridging issue
 2015-09-08 11:07 UTC  (5+ messages)

[PATCH RFC v2 0/4] HVM x86 deprivileged mode operations
 2015-09-08 10:58 UTC  (5+ messages)

Notes from Xen BoF at Debconf15
 2015-09-08 10:55 UTC  (8+ messages)
` On distro packaging of stub domains (Re: Notes from Xen BoF at Debconf15)

[PATCH v2] efi: introduce efi_arch_flush_dcache_area
 2015-09-08 10:50 UTC  (2+ messages)

[PATCH] xen-blkback: free requests on disconnection
 2015-09-08 10:43 UTC  (3+ messages)

Questions about the FreeBSD network subsystem
 2015-09-08 10:20 UTC 

[PATCH v6 00/18] Add VT-d Posted-Interrupts support
 2015-09-08 10:15 UTC  (69+ messages)
` [PATCH v6 02/18] Add cmpxchg16b support for x86-64
` [PATCH v6 04/18] vt-d: VT-d Posted-Interrupts feature detection
` [PATCH v6 06/18] vmx: Add some helper functions for Posted-Interrupts
` [PATCH v6 07/18] vmx: Initialize VT-d Posted-Interrupts Descriptor
` [PATCH v6 08/18] vmx: Suppress posting interrupts when 'SN' is set
` [PATCH v6 11/18] vt-d: Add API to update IRTE when VT-d PI is used
` [PATCH v6 13/18] Update IRTE according to guest interrupt config changes
` [PATCH v6 14/18] vmx: posted-interrupt handling when vCPU is blocked
` [PATCH v6 15/18] vmx: Properly handle notification event when vCPU is running
` [PATCH v6 16/18] vmx: Add some scheduler hooks for VT-d posted interrupts
` [PATCH v6 17/18] VT-d: Dump the posted format IRTE
` [PATCH v6 18/18] Add a command line parameter for VT-d posted-interrupts

Asus X99-A VT-d problems
 2015-09-08 10:10 UTC  (3+ messages)

Question to Xen log level in the case of PT
 2015-09-08 10:07 UTC  (2+ messages)

[OSSTEST PATCH v2 00/29] Planner: Performance improvement
 2015-09-08  9:59 UTC  (32+ messages)
` [OSSTEST PATCH 01/29] Tcl: Use lshift instead of open-coding with lrange
` [OSSTEST PATCH 02/29] Planner: docs: Minor fixes
` [OSSTEST PATCH 03/29] Planner: docs: Document set-info command
` [OSSTEST PATCH 04/29] Planner: Fix indefinite holdoff
` [OSSTEST PATCH 05/29] Planner: client side: $mayalloc parameter to $resourcecall->()
` [OSSTEST PATCH 06/29] Planner: client side: New `!OK think noalloc' protocol
` [OSSTEST PATCH 07/29] Planner: client side: Do not force OSSTEST_RESOURCE_PRIORITY
` [OSSTEST PATCH 08/29] Planner: ms-planner support -w option
` [OSSTEST PATCH 09/29] Planner: ms-queuedaemon: Prep for multiple walkers
` [OSSTEST PATCH 10/29] Planner: ms-queuedaemon: Synchronise thinking "
` [OSSTEST PATCH 11/29] Planner: ms-queuedaemon: Break out queuerun-finished/<walker>
` [OSSTEST PATCH 12/29] Planner: ms-queuedaemon: Break out notify-to-think
` [OSSTEST PATCH 13/29] Planner: ms-queuedaemon: Make report-plan take output walker name
` [OSSTEST PATCH 14/29] Planner: ms-queuedaemon: Restart planning when resources become free
` [OSSTEST PATCH 15/29] Plan reporting: Break out return-plan-to-client
` [OSSTEST PATCH 16/29] Plan reporting: Provide get-last-plan queuedaemon command
` [OSSTEST PATCH 17/29] Planner: ms-queuedaemon: Break out chan-plan-info
` [OSSTEST PATCH 18/29] Planner: Report unprocessed planning clients
` [OSSTEST PATCH 19/29] Tcl: Provide get-chan-desc in daemonlib
` [OSSTEST PATCH 20/29] Planner: ms-queuedaemon: Use chan-get-desc in chan-plan-info
` [OSSTEST PATCH 21/29] Planner: Remove O(n^2) problem from plan restart
` [OSSTEST PATCH 22/29] Planner: ms-queuedaemon: Better log message for Tcl `after idle'
` [OSSTEST PATCH 23/29] Planner: ms-queuedaemon: Reformat debugging output for more tasks
` [OSSTEST PATCH 24/29] Manual allocation: Report better info in plan for rogue tasks
` [OSSTEST PATCH 25/29] Manual allocation: Break out manual_allocation_base_jobinfo from mg-blockage
` [OSSTEST PATCH 26/29] Manual allocation: Provide JobInfo in mg-blockage
` [OSSTEST PATCH 27/29] Manual allocation: Provide JobInfo in mg-allocate
` [OSSTEST PATCH 28/29] Manual allocation: Show tty in jobinfo
` [OSSTEST PATCH 29/29] Manual allocation: Set $| in mg-blockage

[PATCH] xen/vtd/iommu: permit group devices to passthrough in relaxed mode
 2015-09-08  9:59 UTC  (3+ messages)

Question about the status of vNUMA in Xen
 2015-09-08  9:50 UTC  (4+ messages)
  ` Fwd: "

Questions related to the analysis of the Xen mailing lists
 2015-09-08  9:18 UTC  (2+ messages)

[xen-4.4-testing test] 61512: regressions - FAIL
 2015-09-08  8:50 UTC  (2+ messages)

[xen-4.5-testing test] 61513: tolerable FAIL - PUSHED
 2015-09-08  8:50 UTC 

[PATCH] Remove a set operation for VCPU_KICK_SOFTIRQ when post interrupt to vm
 2015-09-08  8:49 UTC  (7+ messages)

[linux-3.10 bisection] complete test-amd64-amd64-xl-vhd
 2015-09-08  8:45 UTC  (2+ messages)

XEN_NETIF_NR_SLOTS_MIN
 2015-09-08  8:45 UTC  (5+ messages)

[ovmf bisection] complete test-amd64-amd64-xl-qemuu-ovmf-amd64
 2015-09-08  8:41 UTC  (2+ messages)

[distros-debian-squeeze test] 37917: all pass
 2015-09-08  8:41 UTC 

[PATCH v3 0/4] arm64: Add Xen boot support (via fdt)
 2015-09-08  3:38 UTC  (3+ messages)

BUG: failed to save x86 HVM guest with 1TB ram
 2015-09-08  2:28 UTC  (3+ messages)

[qemu-mainline test] 61516: regressions - FAIL
 2015-09-08  1:01 UTC 

[PATCH v11 0/3] xen: add systemd support
 2015-09-07 20:29 UTC  (4+ messages)
` [PATCH v11 2/3] autoconf: xen: enable explicit preference option for xenstored preference

[Patch V1 0/3] usb, xen: add pvUSB backend
 2015-09-07 17:38 UTC  (5+ messages)
` [Patch V1 1/3] xen: introduce dummy system device
` [Patch V1 3/3] xen: add pvUSB backend

[PATCH for-4.6] efi: introduce efi_arch_flush_dcache_area
 2015-09-07 17:26 UTC  (7+ messages)

netback grant copying issues
 2015-09-07 15:40 UTC  (7+ messages)

[PATCH v4 00/20] xen/arm64: Add support for 64KB page in Linux
 2015-09-07 15:33 UTC 

[PATCH v6 00/31] Add ITS support
 2015-09-07 15:26 UTC  (12+ messages)
` [PATCH v6 17/31] xen/arm: ITS: Store LPIs allocated and IRQ ID bits per domain
` [PATCH v6 21/31] xen/arm: ITS: Add GITS registers emulation
` [PATCH v6 22/31] xen/arm: ITS: Add virtual ITS availability check helper
` [PATCH v6 24/31] xen/arm: ITS: Add GICR register emulation

Xen-unstable: Keyboard doesn't seem to work when using VNC to HVM with qemu-xen device model
 2015-09-07 15:05 UTC  (3+ messages)

[raisin][PATCH] Gracefully handle an unsupported distro
 2015-09-07 14:46 UTC  (2+ messages)

[PATCH v5 0/2] support gzipped kernels on arm
 2015-09-07 14:25 UTC  (3+ messages)
` [PATCH v5 1/2] xen: move perform_gunzip to common
` [PATCH v5 2/2] xen/arm: support gzip compressed kernels

[RFC 0/2] xen/arm: vgic: Support 32-bit access for 64-bit register
 2015-09-07 13:30 UTC  (2+ messages)

[xen-unstable test] 61379: trouble: blocked/broken
 2015-09-07 13:03 UTC  (5+ messages)
` osstest breakage, now believed fixed (Was: Re: [xen-unstable test] 61379: trouble: blocked/broken)

[PATCH OSSTEST] ts-xen-install: Rewrite /etc/hosts to comment out 127.0.1.1 entry
 2015-09-07 12:58 UTC 

[PATCH for 4.6 v3 0/5] Migration v2 fix
 2015-09-07 11:22 UTC  (13+ messages)
` [PATCH for 4.6 v3 4/5] libxc: don't populate same pfn more than once in populate_pfns

Design doc of adding ACPI support for arm64 on Xen - version 5
 2015-09-07 10:47 UTC  (4+ messages)

Found memory leak in libxenstore
 2015-09-07 10:46 UTC  (4+ messages)

Commit moratorium
 2015-09-07 10:35 UTC  (3+ messages)

[Draft C] Boot ABI for HVM guests without a device-model
 2015-09-07 10:05 UTC  (8+ 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).