Xen-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-07-09 17:47:56 to 2015-07-10 11:05:33 UTC [more...]

[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 v2 00/27] Libxl migration v2
 2015-07-10 11:02 UTC  (50+ messages)
` [PATCH v2 01/27] bsd-sys-queue-h-seddery: Massage `offsetof'
` [PATCH v2 02/27] tools/libxc: Always compile the compat qemu variables into xc_sr_context
` [PATCH v2 03/27] tools/libxl: Introduce ROUNDUP()
` [PATCH v2 04/27] tools/libxl: Introduce libxl__kill()
` [PATCH v2 05/27] tools/libxl: Stash all restore parameters in domain_create_state
` [PATCH v2 06/27] tools/libxl: Split libxl__domain_create_state.restore_fd in two
` [PATCH v2 07/27] tools/libxl: Extra management APIs for the save helper
` [PATCH v2 08/27] tools/xl: Mandatory flag indicating the format of the migration stream
` [PATCH v2 09/27] docs: Libxl migration v2 stream specification
` [PATCH v2 10/27] tools/python: Libxc migration v2 infrastructure
` [PATCH v2 11/27] tools/python: Libxl "
` [PATCH v2 12/27] tools/python: Other migration infrastructure
` [PATCH v2 13/27] tools/python: Verification utility for v2 stream spec compliance
` [PATCH v2 14/27] tools/python: Conversion utility for legacy migration streams
` [PATCH v2 15/27] tools/libxl: Migration v2 stream format
` [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 v2 26/27] tools/libxc: Drop all XG_LIBXL_HVM_COMPAT code from libxc
` [PATCH v2 27/27] tools/libxl: Drop all knowledge of toolstack callbacks

Requesting for freeze exception for ARM/ITS patches
 2015-07-10 11:01 UTC  (2+ messages)

[PATCH v7 00/15] x86/hvm: I/O emulation cleanup and fix
 2015-07-10 11:00 UTC  (10+ 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 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

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

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

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

[PATCH] x86/MSI: fix guest unmasking when handling IRQ via event channel
 2015-07-10 10:29 UTC  (2+ messages)

[v7][PATCH 00/16] Fix RMRR
 2015-07-10 10:23 UTC  (19+ messages)
` [v7][PATCH 10/16] tools: introduce some new parameters to set rdm policy
` [v7][PATCH 11/16] tools/libxl: detect and avoid conflicts with RDM
` [v7][PATCH 12/16] tools: introduce a new parameter to set a predefined rdm boundary
` [v7][PATCH 13/16] libxl: construct e820 map with RDM information for HVM guest
` [v7][PATCH 16/16] tools: parse to enable new rdm policy parameters

[PATCH v4 00/17] Add ITS support
 2015-07-10 10:07 UTC  (23+ messages)
` [PATCH v4 01/17] xen/arm: Add bitmap_find_next_zero_area helper function
` [PATCH v4 02/17] xen: Add log2 functionality
` [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 10/17] xen/arm: ITS: Enable physical and virtual ITS driver compilation
` [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 14/17] xen/arm: ITS: Add domain specific ITS initialization
` [PATCH v4 15/17] xen/arm: ITS: Map ITS translation space
` [PATCH v4 16/17] xen/arm: ITS: Generate ITS node for Dom0
` [PATCH v4 17/17] xen/arm: ITS: Add pci devices in ThunderX

[PATCH v2] Modified RTDS scheduler to use an event-driven model instead of polling
 2015-07-10 10:07 UTC  (9+ messages)

[PATCH v4 00/15] Alternate p2m: support multiple copies of host p2m
 2015-07-10 10:01 UTC  (30+ messages)
` [PATCH v4 01/15] common/domain: Helpers to pause a domain while in context
` [PATCH v4 02/15] VMX: VMFUNC and #VE definitions and detection
` [PATCH v4 03/15] VMX: implement suppress #VE
` [PATCH v4 04/15] x86/HVM: Hardware alternate p2m support detection
` [PATCH v4 05/15] x86/altp2m: basic data structures and support routines
` [PATCH v4 06/15] VMX/altp2m: add code to support EPTP switching and #VE
` [PATCH v4 07/15] VMX: add VMFUNC leaf 0 (EPTP switching) to emulator
` [PATCH v4 08/15] x86/altp2m: add control of suppress_ve
` [PATCH v4 09/15] x86/altp2m: alternate p2m memory events
` [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 v4 13/15] x86/altp2m: XSM hooks for altp2m HVM ops
` [PATCH v4 14/15] tools/libxc: add support to altp2m hvmops
` [PATCH v4 15/15] tools/xen-access: altp2m testcases

Xen 4.6 development window closes today and other information
 2015-07-10  9:56 UTC 

[PATCH v3 for Xen 4.6 0/4] Enable per-VCPU parameter settings for RTDS scheduler
 2015-07-10  9:51 UTC  (8+ messages)
` [PATCH v3 for Xen 4.6 1/4] xen: enable "

[xen-unstable bisection] complete test-amd64-amd64-xl-pvh-amd
 2015-07-10  9:22 UTC  (2+ messages)

[PATCH v25 00/15] x86/PMU: Xen PMU PV(H) support
 2015-07-10  9:13 UTC  (2+ messages)

[PATCH v12 0/8] Xen VMware tools support
 2015-07-10  9:07 UTC  (3+ messages)

[v3 00/15] Add VT-d Posted-Interrupts support
 2015-07-10  8:57 UTC  (12+ messages)
` [v3 12/15] vmx: posted-interrupt handling when vCPU is blocked

[rumpuserxen test] 59349: regressions - FAIL
 2015-07-10  8:41 UTC 

[PATCH v6] run QEMU as non-root
 2015-07-10  8:40 UTC  (7+ messages)

Question about seperating request and response ring in PV network
 2015-07-10  8:09 UTC  (2+ messages)

[xen-4.4-testing test] 59289: tolerable FAIL - PUSHED
 2015-07-10  7:04 UTC 

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

PCI Pass-through in Xen ARM - Draft 2
 2015-07-10  6:07 UTC  (15+ messages)

[linux-3.4 test] 59267: regressions - FAIL
 2015-07-10  3:27 UTC 

[linux-4.1 test] 59275: tolerable FAIL - PUSHED
 2015-07-10  1:39 UTC 

[linux-linus test] 59254: tolerable FAIL - PUSHED
 2015-07-09 21:08 UTC 

[PATCH v2 01/20] xen: Add Xen specific page definition
 2015-07-09 20:42 UTC  (20+ messages)
` [PATCH v2 02/20] xen: Introduce a function to split a Linux page into Xen page
` [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 05/20] block/xen-blkfront: Split blkif_queue_request in 2
` [PATCH v2 06/20] block/xen-blkfront: Store a page rather a pfn in the grant structure
` [PATCH v2 07/20] block/xen-blkfront: split get_grant in 2
` [PATCH v2 08/20] net/xen-netback: xenvif_gop_frag_copy: move GSO check out of the loop
` [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 11/20] tty/hvc: xen: Use xen "
` [PATCH v2 12/20] xen/balloon: Don't rely on the page granularity is the same for Xen and Linux
` [PATCH v2 13/20] xen/events: fifo: Make it running on 64KB granularity
` [PATCH v2 14/20] xen/grant-table: "
` [PATCH v2 15/20] block/xen-blkfront: Make it running on 64KB page granularity
` [PATCH v2 16/20] block/xen-blkback: "
` [PATCH v2 17/20] net/xen-netfront: "
` [PATCH v2 18/20] net/xen-netback: "
` [PATCH v2 19/20] xen/privcmd: Add support for Linux "
` [PATCH v2 20/20] arm/xen: Add support for "

[PATCH v2 00/20] xen/arm64: Add support for 64KB page
 2015-07-09 20:42 UTC 

[libvirt test] 59256: regressions - FAIL
 2015-07-09 20:26 UTC 

[linux-3.18 test] 59222: regressions - FAIL
 2015-07-09 19:20 UTC 

[RFC Patch V1 05/12] x86, PCI: Use for_pci_msi_entry() to access MSI device list
 2015-07-09 19:08 UTC  (2+ messages)
  ` [RFC Patch V1 06/12] "

[PATCH v9 0/4] iommu: add rmrr Xen command line option
 2015-07-09 19:01 UTC  (5+ messages)
` [PATCH v9 2/4] iommu VT-d: separate rmrr addition function
` [PATCH v9 4/4] iommu: add rmrr Xen command line option for extra rmrrs

[PATCH v8 1/4] pci: add PCI_SBDF and PCI_SEG macros
 2015-07-09 18:13 UTC 


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