Xen-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-08-07 09:16:49 to 2015-08-09 15:45:59 UTC [more...]

[PATCH v4 for Xen 4.6 0/4] Enable per-VCPU parameter settings for RTDS scheduler
 2015-08-09 15:45 UTC  (15+ messages)
` [PATCH v4 for Xen 4.6 1/4] xen: enable "
` [PATCH v4 for Xen 4.6 2/4] libxc: "
` [PATCH v4 for Xen 4.6 3/4] libxl: "
` [PATCH v4 for Xen 4.6 4/4] xl: "

[PATCH for-4.6] tools: Don't try to update the firmware directory on ARM
 2015-08-09 13:49 UTC  (3+ messages)

[linux-3.18 test] 60631: regressions - FAIL
 2015-08-09 13:14 UTC 

[ovmf test] 60630: all pass - PUSHED
 2015-08-09  9:22 UTC 

[libvirt test] 60629: tolerable FAIL - PUSHED
 2015-08-09  9:04 UTC 

[xen-unstable test] 60624: tolerable FAIL - PUSHED
 2015-08-09  4:35 UTC 

xen/pcifront: Use monotonic clock
 2015-08-09  2:16 UTC  (2+ messages)

[linux-next test] 60623: regressions - FAIL
 2015-08-08 23:30 UTC 

[xen-4.5-testing test] 60622: regressions - FAIL
 2015-08-08 19:56 UTC 

[linux-linus test] 60621: regressions - FAIL
 2015-08-08 17:58 UTC 

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

[linux-3.4 test] 60617: regressions - FAIL
 2015-08-08 12:31 UTC 

[distros-debian-snapshot test] 37817: tolerable FAIL
 2015-08-08 10:44 UTC 

[qemu-mainline test] 60616: tolerable FAIL - PUSHED
 2015-08-08  5:25 UTC 

[linux-3.18 test] 60614: regressions - FAIL
 2015-08-08  2:14 UTC 

[ovmf test] 60615: all pass - PUSHED
 2015-08-08  1:18 UTC 

how can I find hypercall page address?
 2015-08-08  0:02 UTC  (6+ messages)

RIP MTRR - status update for upcoming v4.2
 2015-08-07 23:48 UTC  (7+ messages)

[qemu-upstream-4.2-testing test] 60611: tolerable FAIL - PUSHED
 2015-08-07 23:01 UTC 

[PATCH for-4.6] tools/libxc: linux: Don't use getpagesize() when unmapping the grants
 2015-08-07 21:45 UTC  (2+ messages)

[PATCH v3 1/9] arm/xen: Remove helpers which are PV specific
 2015-08-07 21:33 UTC  (10+ messages)
` [PATCH v3 2/9] xen: Make clear that swiotlb and biomerge are dealing with DMA address
` [PATCH v3 3/9] arm/xen: implement correctly pfn_to_mfn
` [PATCH v3 4/9] xen: Use correctly the Xen memory terminologies
` [PATCH v3 5/9] xen/tmem: Use xen_page_to_gfn rather than pfn_to_gfn
` [PATCH v3 6/9] video/xen-fbfront: Further s/MFN/GFN clean-up
` [PATCH v3 7/9] hvc/xen: "
` [PATCH v3 8/9] xen/privcmd: Further s/MFN/GFN/ clean-up
` [PATCH v3 9/9] xen/xenbus: Rename the variable xen_store_mfn to xen_store_gfn

[libvirt test] 60612: tolerable FAIL - PUSHED
 2015-08-07 21:17 UTC 

[seabios test] 60609: tolerable FAIL - PUSHED
 2015-08-07 21:08 UTC 

[PATCH v2] xen: arm: Support <32MB frametables
 2015-08-07 20:40 UTC 

[PATCH v4 00/31] Introduce HVM without dm and new boot ABI
 2015-08-07 19:03 UTC  (75+ messages)
` [PATCH v4 01/31] libxl: fix libxl__build_hvm error handling
` [PATCH v4 02/31] libxc: split x86 HVM setup_guest into smaller logical functions
` [PATCH v4 03/31] libxc: unify xc_dom_p2m_{host/guest}
` [PATCH v4 04/31] libxc: introduce the notion of a container type
` [PATCH v4 05/31] libxc: introduce a domain loader for HVM guest firmware
` [PATCH v4 06/31] libxc: make arch_setup_meminit a xc_dom_arch hook
` [PATCH v4 07/31] libxc: make arch_setup_boot{init/late} xc_dom_arch hooks
` [PATCH v4 08/31] libxc: rework BSP initialization
` [PATCH v4 09/31] libxc: introduce a xc_dom_arch for hvm-3.0-x86_32 guests
` [PATCH v4 10/31] libxl: switch HVM domain building to use xc_dom_* helpers
` [PATCH v4 11/31] libxc: remove dead HVM building code
` [PATCH v4 12/31] xen/x86: add bitmap of enabled emulated devices
` [PATCH v4 13/31] xen/x86: allow disabling the emulated local apic
` [PATCH v4 14/31] xen/x86: allow disabling the emulated HPET
` [PATCH v4 15/31] xen/x86: allow disabling the pmtimer
` [PATCH v4 16/31] xen/x86: allow disabling the emulated RTC
` [PATCH v4 17/31] xen/x86: allow disabling the emulated IO APIC
` [PATCH v4 18/31] xen/x86: allow disabling the emulated PIC
` [PATCH v4 19/31] xen/x86: allow disabling the emulated pmu
` [PATCH v4 20/31] xen/x86: allow disabling the emulated VGA
` [PATCH v4 21/31] xen/x86: allow disabling the emulated IOMMU
` [PATCH v4 22/31] xen/x86: allow disabling all emulated devices inside of Xen
` [PATCH v4 23/31] elfnotes: intorduce a new PHYS_ENTRY elfnote
` [PATCH v4 24/31] libxc: allow creating domains without emulated devices
` [PATCH v4 25/31] xen: allow HVM guests to use XENMEM_memory_map
` [PATCH v4 26/31] xen/x86: allow HVM guests to use hypercalls to bring up vCPUs
` [PATCH v4 27/31] xenconsole: try to attach to PV console if HVM fails
` [PATCH v4 28/31] libxc/xen: introduce HVM_PARAM_CMDLINE_PFN
` [PATCH v4 29/31] libxc/xen: introduce HVM_PARAM_MODLIST_PFN
` [PATCH v4 30/31] libxc: switch xc_dom_elfloader to be used with HVMlite domains
` [PATCH v4 31/31] libxl: allow the creation of HVM domains without a device model

[PATCH] xen: arm: Support <32MB frametables
 2015-08-07 17:36 UTC  (4+ messages)

Unikernel Users Summit at Texas Linux Fest on Aug 21, presented by Xen Project
 2015-08-07 16:58 UTC 

Developing Desktop Window Integration
 2015-08-07 16:55 UTC  (3+ messages)

[PATCH v3 0/9] Use correctly the Xen memory terminologies
 2015-08-07 16:34 UTC 

[PATCH for-4.6] libxl: fix libxl__build_hvm error code return path
 2015-08-07 16:08 UTC 

[PATCH v5 0/6] xen/PMU: PMU support for Xen PV(H) guests
 2015-08-07 16:06 UTC  (3+ messages)

[xen 4.6 retrospective] Kicking off a retrospective for Xen 4.6 (deadline August 28th)
 2015-08-07 15:36 UTC  (4+ messages)
` [xen 4.6 retrospective] [urgent] rename "freeze" window and make release branch as soon as possible after RC1
` [xen 4.6 retrospective] More public/easy to find information about the release schedule

[PATCH v7] run QEMU as non-root
 2015-08-07 15:36 UTC  (4+ messages)

[qemu-upstream-unstable test] 60605: tolerable FAIL - PUSHED
 2015-08-07 15:28 UTC 

[RFC 0/4] HVM x86 enhancements to run Xen deprivileged mode operations
 2015-08-07 15:20 UTC  (19+ messages)
` [RFC 1/4] HVM x86 deprivileged mode: Page allocation helper
` [RFC 2/4] HVM x86 deprivileged mode: Create deprivileged page tables
` [RFC 3/4] HVM x86 deprivileged mode: Code for switching into/out of deprivileged mode
` [RFC 4/4] HVM x86 deprivileged mode: Trap handlers for "

help: about arch/x86/xen/multicalls.c
 2015-08-07 15:05 UTC  (2+ messages)

Second regression due to libxl: Remove linux udev rules (2ba368d13893402b2f1fb3c283ddcc714659dd9b)
 2015-08-07 14:58 UTC  (5+ messages)

[PATCH v2] xen-apic: Enable on domU as well
 2015-08-07 14:37 UTC  (2+ messages)

[PATCH for-4.6 0/2] Reduce the quantity of Coverity defects in testidl
 2015-08-07 14:28 UTC  (6+ messages)
` [PATCH 1/2] tools/libxl: Assert success of memory allocation "
` [PATCH 2/2] tools/libxl: Alter the use of rand() "

[PATCH for-4.6] tools/xenstore: Correct use of va_end() after va_copy()
 2015-08-07 14:22 UTC  (2+ messages)

[PATCH V3 0/6] add xsaves/xrstors support
 2015-08-07 13:04 UTC  (7+ messages)
` [PATCH V3 1/6] x86/xsaves: enable xsaves/xrstors for pv guest
` [PATCH V3 3/6] x86/xsaves: enable xsaves/xrstors for hvm guest

[xen-unstable test] 60603: tolerable FAIL - PUSHED
 2015-08-07 12:27 UTC 

[PATCH v3 07/32] xen/x86: fix arch_set_info_guest for HVM guests
 2015-08-07 12:15 UTC  (11+ messages)

virtio on pv/pvh xen
 2015-08-07 10:59 UTC  (5+ messages)

Design doc of adding ACPI support for arm64 on Xen - version 2
 2015-08-07 10:44 UTC  (6+ messages)

Fw: drivers/xen/pci.c:31:25: fatal error: asm/pci_x86.h: No such file or directory
 2015-08-07  9:41 UTC  (2+ messages)

[distros-debian-sid test] 37816: regressions - FAIL
 2015-08-07  9:16 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).