Xen-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-08-27 20:59:35 to 2015-08-31 11:06:29 UTC [more...]

[PATCH v6 00/31] Add ITS support
 2015-08-31 11:06 UTC  (13+ messages)
` [PATCH v6 01/31] xen/dt: Handle correctly node with interrupt-map in dt_for_each_irq_map
` [PATCH v6 02/31] xen/arm: Add bitmap_find_next_zero_area helper function
` [PATCH v6 03/31] xen: Add log2 functionality
` [PATCH v6 04/31] xen/arm: Set nr_cpu_ids to available number of cpus
` [PATCH v6 05/31] xen/arm: Rename NR_IRQs and vgic_num_irqs helper function
` [PATCH v6 06/31] xen/arm: ITS: Port ITS driver to Xen
` [PATCH v6 07/31] xen/arm: ITS: Add helper functions to manage its_devices
` [PATCH v6 08/31] xen/arm: ITS: Introduce msi_desc for LPIs
` [PATCH v6 09/31] xen/arm: ITS: Add APIs to add and assign device
` [PATCH v6 10/31] xen/arm: ITS: Introduce gic_is_lpi helper function
` [PATCH v6 11/31] xen/arm: ITS: Enable compilation of physical ITS driver
` [PATCH v6 12/31] xen/arm: Move vgic locking inside get_irq_priority callback

[qemu-upstream-unstable test] 60996: tolerable FAIL - PUSHED
 2015-08-31 10:47 UTC 

Design doc of adding ACPI support for arm64 on Xen - version 5
 2015-08-31  9:40 UTC  (9+ messages)

[xen 4.6 retrospective] [Good and Bad] Posting a design document first is helpful
 2015-08-31  8:39 UTC  (2+ messages)

[xen 4.6 retrospective] Possible solution together with the comments will be helpful
 2015-08-31  8:33 UTC  (2+ messages)

[PATCH v2] x86: wrap kexec feature with CONFIG_KEXEC
 2015-08-31  8:25 UTC  (2+ messages)

[xen 4.6 retrospective] Kicking off a retrospective for Xen 4.6 (deadline August 28th)
 2015-08-31  8:23 UTC  (8+ messages)
` [xen 4.6 retrospective] [bad] review load near freeze point

[PATCH] iommu/quirk: disable shared EPT for Sandybridge and earlier processors
 2015-08-31  8:09 UTC  (2+ messages)

[xen-unstable test] 60971: regressions - FAIL
 2015-08-31  8:00 UTC  (2+ messages)

[xen-4.4-testing test] 60954: regressions - FAIL
 2015-08-31  7:53 UTC  (2+ messages)

[PATCH V4] xen/x86: Clean up vm_event-related code in asm-x86/domain.h
 2015-08-31  7:32 UTC 

[xen 4.6 retrospective] [bad] Code style checking takes up too much time
 2015-08-31  7:27 UTC  (2+ messages)

DRAFT: Xen 4.4.3 released
 2015-08-31  6:44 UTC  (4+ messages)
    `  "

[RFC PATCH 0/7] domain snapshot implementation
 2015-08-31  6:11 UTC  (2+ messages)

[PATCH V6 0/7] xen pvusb toolstack work
 2015-08-31  6:10 UTC  (4+ messages)
` [PATCH V6 3/7] libxl: add pvusb API

[linux-mingo-tip-master test] 60990: regressions - FAIL
 2015-08-31  5:16 UTC 

Xen on ARM: Read SP_usr and SP_svc in HYP mode
 2015-08-31  4:18 UTC  (3+ messages)

[ovmf test] 61062: regressions - FAIL
 2015-08-30 23:30 UTC 

[linux-next test] 60980: regressions - trouble: broken/fail/pass
 2015-08-30 19:13 UTC 

[ovmf test] 61057: regressions - FAIL
 2015-08-30 17:40 UTC 

[ovmf test] 60968: regressions - FAIL
 2015-08-30  7:20 UTC 

[xen-4.0-testing test] 61004: tolerable FAIL
 2015-08-30  6:37 UTC 

[qemu-upstream-4.5-testing test] 60964: tolerable FAIL - PUSHED
 2015-08-30  4:58 UTC 

[linux-3.18 test] 60963: regressions - FAIL
 2015-08-30  2:22 UTC 

[libvirt test] 60961: regressions - FAIL
 2015-08-29 22:13 UTC 

[qemu-mainline test] 60958: tolerable FAIL - PUSHED
 2015-08-29 21:06 UTC 

[linux-3.4 test] 60953: regressions - FAIL
 2015-08-29 19:19 UTC 

[linux-linus test] 60952: regressions - FAIL
 2015-08-29 12:12 UTC 

[distros-debian-snapshot test] 37846: regressions - FAIL
 2015-08-29 10:35 UTC 

[PATCH] python/xc: add missing Py_DECREF() to fix a memory leak
 2015-08-28 21:35 UTC 

[PATCH] x86/NUMA: don't account hotplug regions
 2015-08-28 21:33 UTC  (3+ messages)

[linux-next test] 60948: regressions - trouble: broken/fail/pass
 2015-08-28 20:32 UTC 

[RFC v2 for-4.6 0/2] In-tree feature documentation
 2015-08-28 19:06 UTC  (9+ messages)

[PATCH v3] Tmem bug-fixes and cleanups
 2015-08-28 18:53 UTC  (12+ messages)
` [PATCH v3 01/11] tmem: Don't crash/hang/leak hypervisor when using shared pools within an guest
` [PATCH v3 02/11] tmem: Add ASSERT in obj_rb_insert for pool->rwlock lock
` [PATCH v3 03/11] tmem: Remove in xc_tmem_control_oid duplicate set_xen_guest_handle call
` [PATCH v3 04/11] tmem: Remove xc_tmem_control mystical arg3
` [PATCH v3 05/11] tmem: Move TMEM_CONTROL subop of tmem hypercall to sysctl
` [PATCH v3 06/11] tmem: Remove the old tmem control XSM checks as it is part of sysctl hypercall
` [PATCH v3 07/11] tmem: Make the uint64_t oid[3] a proper structure: tmem_oid
` [PATCH v3 08/11] tmem/sysctl: Use 'struct tmem_oid' for every user
` [PATCH v3 09/11] tmem: Use 'struct tmem_oid' in tmem_handle and move it to sysctl header
` [PATCH v3 10/11] tmem: Remove extra spaces at end and some hard tabbing
` [PATCH v3 11/11] tmem: Spelling and full stop surgery

[xen 4.6 retrospective] [bad] Unclear support status of features
 2015-08-28 17:23 UTC 

[xen 4.6 retrospective] [bad] Not enough review capacity
 2015-08-28 17:00 UTC 

VT-d faults with Integrated Intel graphics on 4.6
 2015-08-28 16:51 UTC  (7+ messages)

[OSSTEST PATCH 1/6] Other-revision-jobs: Provide central test
 2015-08-28 16:36 UTC  (7+ messages)
` [OSSTEST PATCH 2/6] Other-revision-jobs: Update report__find_test
` [OSSTEST PATCH 3/6] Other-revision-jobs: Update sg-check-tested
` [OSSTEST PATCH 4/6] Other-revision-jobs: Update sg-report-flight and -job-history
` [OSSTEST PATCH 5/6] Other-revision-jobs: Provide other_revision_job_suffix
` [OSSTEST PATCH 6/6] Other-revision-jobs: Update cs-bisection-step

[xen 4.6 retrospective] [bad] Contributors ignoring/missing review comments (and other bad habits)
 2015-08-28 16:25 UTC 

[PATCH RFC] x86/HVM: assume default ioreq servers follow new bufioreq pointer access model
 2015-08-28 16:20 UTC  (2+ messages)

[PATCH] x86/mm: make {set, clear}_identity_p2m_mapping() work for PV guests
 2015-08-28 16:13 UTC  (2+ messages)

[qemu-upstream-4.3-testing test] 60903: tolerable FAIL - PUSHED
 2015-08-28 15:52 UTC 

[PATCH v3 00/20] xen/arm64: Add support for 64KB page
 2015-08-28 15:33 UTC  (6+ messages)
` [PATCH v3 04/20] xen/grant: Introduce helpers to split a page into grant
    ` [PATCH v3 11/20] tty/hvc: xen: Use xen page definition
    ` [PATCH v3 12/20] xen/balloon: Don't rely on the page granularity is the same for Xen and Linux
    ` [PATCH v3 15/20] block/xen-blkfront: Make it running on 64KB page granularity

[PATCH v2 qemu-trad] HVM: atomically access pointers in bufioreq handling
 2015-08-28 15:32 UTC  (2+ messages)

[xen 4.6 retrospective] [good] Feedback from developer meeting Wed 19th : What went well in 4.6
 2015-08-28 15:11 UTC  (4+ messages)

[OSSTest Nested v12 00/21] Introduction of netsted HVM test job
 2015-08-28 15:08 UTC  (22+ messages)
` [OSSTest Nested v12 01/21] Optimize and re-format previous code of 'submenu' parsing
` [OSSTest Nested v12 02/21] Correct a mistake in setboot_grup2() of Xen entry parsing pattern
` [OSSTest Nested v12 03/21] Allow runvars to specify guest disk and ram size (turning previous values into defaults)
` [OSSTest Nested v12 04/21] Comment out CDROM entry in HVM guest VM
` [OSSTest Nested v12 05/21] Honour $xopts{ExtraConfig} and use it to enable nestedhvm
` [OSSTest Nested v12 06/21] Add new function of 'host_install_postboot_complete'
` [OSSTest Nested v12 07/21] Replace 'start osstest-confirm-booted' code by function
` [OSSTest Nested v12 08/21] Add new script to customize nested test configuration
` [OSSTest Nested v12 09/21] Wrapper and use core_dump_setup() for nested host and normal host to setup coredump sysctl
` [OSSTest Nested v12 10/21] Add test job for nest test case
` [OSSTest Nested v12 11/21] Tcl: Provide lunappend
` [OSSTest Nested v12 12/21] sg-run-job: Declare Tcl (for the benefit of Emacs)
` [OSSTest Nested v12 13/21] sg-run-job: Break out per-host-prep and per-host-finish
` [OSSTest Nested v12 14/21] sg-run-job: Provide infrastructure for layers of nesting
` [OSSTest Nested v12 15/21] Integrate Ian J. code and small corrections
` [OSSTest Nested v12 16/21] Add PDU power method for nested L1 and L2 guest
` [OSSTest Nested v12 17/21] Compose the main recipe of nested test job
` [OSSTest Nested v12 18/21] After Xen install, configure its xenbr0 interface as dhcp
` [OSSTest Nested v12 19/21] Selecthost uses dynamic IP address if the host is not configured static IP
` [OSSTest Nested v12 20/21] Don't lvextend if actually no more space to extend
` [OSSTest Nested v12 21/21] await_tcp(): check_ip for each loop iteration

[xen-unstable baseline test] 60957: regressions - trouble: fail/pass/preparing
 2015-08-28 14:48 UTC 

[PATCH] x86: adjustments to memory_add()
 2015-08-28 14:31 UTC  (4+ messages)

[PATCH v2] Tmem bug-fixes and cleanups
 2015-08-28 14:40 UTC  (14+ messages)
` [PATCH v2 5/8] tmem: Move TMEM_CONTROL subop of tmem hypercall to sysctl
` [PATCH v2 6/8] tmem: Remove the old tmem control XSM checks as it is part of sysctl hypercall

[PATCH v2 22/23] x86: make Xen early boot code relocatable
 2015-08-28 14:24 UTC  (6+ messages)

[PATCH] x86/NUMA: fix setup_node()
 2015-08-28 14:16 UTC  (2+ messages)

[PATCH v2 1/2] xen/arm: vgic: Introduce helpers to read/write/clear/set vGIC register 
 2015-08-28 13:58 UTC  (3+ messages)
` [PATCH v2 2/2] xen/arm: vgic-v3: Support 32-bit access for 64-bit registers

[seabios test] 60888: tolerable FAIL - PUSHED
 2015-08-28 13:51 UTC 

[ovmf test] 60904: regressions - FAIL
 2015-08-28 13:44 UTC 

[PATCH for 4.7] xen: Replace alloc_vcpu_guest_context() with vmalloc()
 2015-08-28 13:26 UTC  (7+ messages)

[linux-mingo-tip-master test] 60884: regressions - FAIL
 2015-08-28 12:03 UTC 

[PATCH V4 0/4] add xsaves/xrstors support
 2015-08-28 11:27 UTC  (20+ messages)
` [PATCH V4 1/4] x86/xsaves: add basic definitions/helpers to support xsaves
` [PATCH V4 2/4] x86/xsaves: enable xsaves/xrstors in xen
` [PATCH V4 3/4] x86/xsaves: enable xsaves/xrstors for hvm guest

[PATCH] xen: avoid another early crash of memory limited dom0
 2015-08-28 10:43 UTC  (2+ messages)
` [Xen-devel] "

[PATCH] xen: avoid early crash of memory limited dom0
 2015-08-28 10:43 UTC  (2+ messages)
` [Xen-devel] "

[xen-unstable baseline test] 60878: regressions - FAIL
 2015-08-28 10:19 UTC  (2+ messages)

[PATCH resend] xen: avoid another early crash of memory limited dom0
 2015-08-28 10:00 UTC 

[PATCH resend] xen: avoid early crash of memory limited dom0
 2015-08-28  9:59 UTC 

[PATCH] libxenstore: Use poll() with a non-blocking read()
 2015-08-28  9:57 UTC  (5+ messages)
` [PATCH v2] libxenstore: prefer using the character device

[PATCH v8 0/3] Refactor ioreq server for better performance
 2015-08-28  9:55 UTC  (6+ messages)
` [PATCH v8 2/3] Differentiate IO/mem resources tracked by ioreq server

[PATCH for 4.6] build: fix tarball stubdom build
 2015-08-28  9:55 UTC  (7+ messages)

[DOCS DAY] [PATCH for-4.6 0/5] Cleanup of docs spread throughout the tree
 2015-08-28  9:50 UTC  (3+ messages)
` [DOCSDAY PATCH for-4.6] docs: Fix installation of man8 pages

[distros-debian-sid test] 37845: tolerable FAIL
 2015-08-28  9:12 UTC 

[BUG] 'o' debug key panics the hypervisor
 2015-08-28  8:28 UTC  (6+ messages)

xen 4.6 regression: xl create fails if domU have custom vifname
 2015-08-28  7:56 UTC  (4+ messages)

[linux-3.18 test] 60882: regressions - FAIL
 2015-08-28  7:44 UTC 

[PATCH] x86/vmx: fix vmx_is_singlestep_supported return value
 2015-08-28  7:05 UTC  (7+ messages)

[PATCH for 4.6] VT-d: Create IOMMU mappings for RMRR regions if shared EPT is not being used
 2015-08-28  2:03 UTC  (5+ messages)

[libvirt test] 60880: regressions - FAIL
 2015-08-27 22:23 UTC 

[PATCH 3.19.y-ckt 111/130] x86/xen: Probe target addresses in set_aliased_prot() before the hypercall
 2015-08-27 22:11 UTC 

[3.19.y-ckt stable] Patch "x86/xen: Probe target addresses in set_aliased_prot() before the hypercall" has been added to staging queue
 2015-08-27 22:09 UTC 

[qemu-mainline test] 60879: regressions - FAIL
 2015-08-27 22:00 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).