xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-07-16 09:20:33 to 2015-07-16 17:17:40 UTC [more...]

[PATCH v2 01/20] xen: Add Xen specific page definition
 2015-07-16 17:16 UTC  (26+ messages)
` [PATCH v2 02/20] xen: Introduce a function to split a Linux page into Xen page
` [PATCH v2 09/20] xen/biomerge: Don't allow biovec to be merge when Linux is not using 4KB page
` [PATCH v2 10/20] xen/xenbus: Use Xen page definition
  ` [PATCH v2 03/20] xen/grant: Introduce helpers to split a page into grant
  ` [PATCH v2 04/20] xen/grant: Add helper gnttab_page_grant_foreign_access_ref
  ` [PATCH v2 06/20] block/xen-blkfront: Store a page rather a pfn in the grant structure
  ` [PATCH v2 11/20] tty/hvc: xen: Use xen page definition
  ` [PATCH v2 13/20] xen/events: fifo: Make it running on 64KB granularity
  ` [PATCH v2 14/20] xen/grant-table: "
  ` [PATCH v2 19/20] xen/privcmd: Add support for Linux 64KB page granularity

[PATCH 2/6] libxl: Remove linux udev rules
 2015-07-16 17:09 UTC  (3+ messages)
` [PATCH for-4.6 v2] tools/hotplug: Add an initscript to start "xl devd" in a driver domain

PV-vNUMA issue: topology is misinterpreted by the guest
 2015-07-16 16:59 UTC  (10+ messages)

[PATCH] build: use correct qemu path in systemd service file and init script
 2015-07-16 16:58 UTC  (3+ messages)

[PATCH OSSTEST v2 0/5] add a flight summary html report
 2015-07-16 16:55 UTC  (3+ messages)
` [PATCH OSSTEST v2 5/5] ms-flights-summary: Produce an HTML report of all active flights

[PATCH v2 0/3] arm64: Add multiboot support (via fdt) for Xen boot
 2015-07-16 16:46 UTC  (4+ messages)
  ` [PATCH v2 1/3] arm64: Add Xen boot support file

[v8][PATCH 00/16] Fix RMRR
 2015-07-16 16:40 UTC  (28+ messages)
` [v8][PATCH 03/16] xen/passthrough: extend hypercall to support rdm reservation policy
` [v8][PATCH 05/16] hvmloader: get guest memory map into memory_map[]
` [v8][PATCH 06/16] hvmloader/pci: disable all pci devices conflicting with rdm
` [v8][PATCH 07/16] hvmloader/e820: construct guest e820 table

[PATCH v4 --for 4.6 COLOPre 00/25] Prerequisite patches for COLO
 2015-07-16 16:39 UTC  (62+ messages)
` [PATCH v4 --for 4.6 COLOPre 05/25] libxl/remus: introduce libxl__remus_setup
` [PATCH v4 --for 4.6 COLOPre 07/25] libxl/remus: init checkpoint_callback in Remus checkpoint callback
` [PATCH v4 --for 4.6 COLOPre 11/25] tools/libxc: support to resume uncooperative HVM guests
` [PATCH v4 --for 4.6 COLOPre 12/25] tools/libxl: introduce enum type libxl_checkpointed_stream
` [PATCH v4 --for 4.6 COLOPre 13/25] migration/save: pass checkpointed_stream from libxl to libxc
` [PATCH v4 --for 4.6 COLOPre 15/25] tools/libxl: check QEMU state before resume dm
` [PATCH v4 --for 4.6 COLOPre 16/25] tools/libxl: Update libxl_domain_unpause() to support qemu-xen
` [PATCH v4 --for 4.6 COLOPre 20/25] tools/libx{l, c}: add back channel to libxc
` [PATCH v4 --for 4.6 COLOPre 21/25] tools/libxl: rename remus device to checkpoint device
` [PATCH v4 --for 4.6 COLOPre 24/25] tools/libxl: move remus state into a seperate structure

[PATCH v4 00/17] Add ITS support
 2015-07-16 16:37 UTC  (25+ messages)
` [PATCH v4 05/17] xen/arm: ITS: implement hw_irq_controller for LPIs
` [PATCH v4 08/17] xen/arm: ITS: Add APIs to add and assign device
` [PATCH v4 11/17] xen/arm: ITS: Add GICR register emulation

[PATCH v9 00/11] toolstack-assisted approach to PVHVM guest kexec
 2015-07-16 16:27 UTC  (12+ messages)
` [PATCH v9 01/11] xen: introduce SHUTDOWN_soft_reset shutdown reason
` [PATCH v9 02/11] libxl: support "
` [PATCH v9 03/11] xl: introduce enum domain_restart_type
` [PATCH v9 04/11] xen: evtchn: make evtchn_reset() ready for soft reset
` [PATCH v9 05/11] xen: grant_table: implement grant_table_warn_active_grants()
` [PATCH v9 06/11] xen: Introduce XEN_DOMCTL_soft_reset
` [PATCH v9 07/11] flask: DOMCTL_soft_reset support
` [PATCH v9 08/11] xen: arch-specific hooks for domain_soft_reset()
` [PATCH v9 09/11] libxc: support XEN_DOMCTL_soft_reset operation
` [PATCH v9 10/11] libxc: add XC_DEVICE_MODEL_SAVE_FILE
` [PATCH v9 11/11] (lib)xl: soft reset support

[PATCH OSSTEST] mg-list-all-branches: Sort branches according to any embedded version
 2015-07-16 16:27 UTC  (4+ messages)

[OSSTEST PATCH] cri-bisect: Provide --html-dir= option introducer
 2015-07-16 16:22 UTC  (4+ messages)

[PATCH OSSTEST] INSTALL.production: Start writing some stuff down
 2015-07-16 16:14 UTC  (2+ messages)

[OSSTEST PATCH] ts-windows-install: Bump RAM from 512M to 1700M
 2015-07-16 16:11 UTC  (8+ messages)
    ` [OSSTEST PATCH v2] ts-windows-install: Bump RAM from 512M to 1536M

[PATCH v10 5/5] iommu: add rmrr Xen command line option for extra rmrrs
 2015-07-16 16:00 UTC 

Bug in devicetree_for_each_node() in xen/arch/arm/bootfdt.c ?
 2015-07-16 15:52 UTC  (5+ messages)
` [PATCH] xen: arm: bootfdt: Avoid reading off the front of *_cells array

[PATCH 1/6] xl: Do not ignore unparseable PCI BDFs
 2015-07-16 15:52 UTC  (3+ messages)
` [PATCH 1/6 v2] "

[PATCH for-4.6] tools: libxl: check errors from libxl_create_logfile for stubdom log
 2015-07-16 15:52 UTC  (3+ messages)

[PATCH] xen/arm: gicv3: Update comment for ICC_CTLR_EL1
 2015-07-16 15:52 UTC  (2+ messages)

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

[PATCH] libxl/remus: fix the return value of the checkpoint callback
 2015-07-16 15:51 UTC  (4+ messages)
` [PATCH] libxl: events: Do not abort remus with ERROR_TIMEOUT

[Patch RFC 0/4] usb, xen: add pvUSB backend
 2015-07-16 15:47 UTC  (5+ messages)
` [Patch RFC 1/4] usb: support device specification via <bus>-<port>
` [Patch RFC 2/4] usb: add flag to USBPacket to request complete callback after isoc transfer
` [Patch RFC 3/4] xen: introduce dummy system device
` [Patch RFC 4/4] xen: add pvUSB backend

[ovmf test] 59613: all pass - PUSHED
 2015-07-16 15:40 UTC 

SSE instruction emulation issues
 2015-07-16 15:38 UTC  (7+ messages)

[BUG] Characters on the screen are broken on Linux >= 3.19 with VT-d enabled
 2015-07-16 15:35 UTC  (11+ messages)
` Is: graphics corruption with 'xen: Support Xen pv-domains using PAT." Was:Re: "
                ` Work-arounds in Xen code for Intel GFX?Re: "

[linux-3.18 test] 59604: regressions - FAIL
 2015-07-16 15:05 UTC 

[PATCH V5 0/7] xen pvusb toolstack work
 2015-07-16 15:01 UTC  (3+ messages)
` [PATCH V5 3/7] libxl: add pvusb API

Request a freeze exception for COLO in v4.6
 2015-07-16 15:00 UTC  (2+ messages)

[PATCH XEN v2 08/15] tools: Refactor /dev/xen/gnt{dev, shr} wrappers into libxengnttab
 2015-07-16 14:56 UTC 

[PATCH v5 00/15] Alternate p2m: support multiple copies of host p2m
 2015-07-16 14:44 UTC  (13+ messages)
` [PATCH v5 06/15] VMX/altp2m: add code to support EPTP switching and #VE
` [PATCH v5 09/15] x86/altp2m: alternate p2m memory events
` [PATCH v5 10/15] x86/altp2m: add remaining support routines

[PATCH 5/5] x86/xen/time: Migrate to new 'set-state' interface
 2015-07-16 14:28 UTC  (2+ messages)

Requesting for freeze exception for ARM/ITS patches
 2015-07-16 14:08 UTC  (2+ messages)

[PATCH] dmar: Fix double free in error paths following c/s a8bc99b
 2015-07-16 13:22 UTC  (2+ messages)

[PATCH v3 00/10] xl/libxl: fix issues discovered by coverity
 2015-07-16 12:49 UTC  (9+ messages)
` [PATCH v3 10/10] libxl: fix caller of libxl_cpupool functions

[PATCH 3/5] i386/relocator: Remove unused avoid_efi_bootservices argument
 2015-07-16 12:02 UTC 

[PATCH v8 00/11] toolstack-assisted approach to PVHVM guest kexec
 2015-07-16 11:57 UTC  (5+ messages)
` [PATCH v8 08/11] xen: arch-specific hooks for domain_soft_reset()

[PATCH OSSTEST 0/4] Have OpenStack tested on top of xen's master and libvirt's master
 2015-07-16 11:18 UTC  (5+ messages)
` [PATCH OSSTEST 1/4] ts-kernel-build: Enable CONFIG_NETFILTER_XT_TARGET_CHECKSUM
` [PATCH OSSTEST 2/4] Toolstack: Add OpenStack as a toolstack
` [PATCH OSSTEST 3/4] ts-devstack: Deploy OpenStack then test it with Tempest
` [PATCH OSSTEST 4/4] Create a flight to test OpenStack with xen-unstable and libvirt

[PATCH (for 4.6)] x86/hvm: Unconditionally buffer writes to VRAM
 2015-07-16 10:52 UTC  (5+ messages)

[linux-3.4 test] 59596: regressions - FAIL
 2015-07-16 10:48 UTC 

[PATCH OSSTEST] ts-windows-install: bump ram size to 1.75G
 2015-07-16 10:38 UTC  (3+ messages)

[qemu-mainline test] 59598: regressions - FAIL
 2015-07-16 10:29 UTC 

[PATCH v8 --for 4.6 COLO 00/25] COarse-grain LOck-stepping Virtual Machines for Non-stop Service
 2015-07-16 10:20 UTC  (12+ messages)
` [PATCH v8 --for 4.6 COLO 02/25] docs/libxl: Introduce COLO_CONTEXT to support migration v2 colo streams
` [PATCH v8 --for 4.6 COLO 15/25] send store mfn and console mfn to xl before resuming secondary vm

[v7][PATCH 00/16] Fix RMRR
 2015-07-16 10:01 UTC  (35+ messages)
` [v7][PATCH 06/16] hvmloader/pci: skip reserved ranges
` [v7][PATCH 07/16] hvmloader/e820: construct guest e820 table


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