xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-07-28 10:50:05 to 2016-07-29 15:54:42 UTC [more...]

OVMF very slow on AMD
 2016-07-29 15:54 UTC  (16+ messages)

Xen 4.7.0 boot PANIC on kernel 4.7.0-4 + UEFI ?
 2016-07-29 15:42 UTC  (20+ messages)

[XTF PATCH] xtf-runner: fix two synchronisation issues
 2016-07-29 15:05 UTC  (16+ messages)

[RFC 00/22] xen/arm: Rework the P2M code to follow break-before-make sequence
 2016-07-29 15:06 UTC  (31+ messages)
` [RFC 01/22] xen/arm: do_trap_instr_abort_guest: Move the IPA computation out of the switch
` [RFC 02/22] xen/arm: p2m: Store in p2m_domain whether we need to clean the entry
` [RFC 03/22] xen/arm: p2m: Rename parameter in p2m_{remove, write}_pte
` [RFC 04/22] xen/arm: p2m: Use typesafe gfn in p2m_mem_access_radix_set
` [RFC 05/22] xen/arm: traps: Move MMIO emulation code in a separate helper
` [RFC 06/22] xen/arm: traps: Check the P2M before injecting a data/instruction abort
` [RFC 07/22] xen/arm: p2m: Rework p2m_put_l3_page
` [RFC 08/22] xen/arm: p2m: Invalidate the TLBs when write unlocking the p2m
` [RFC 09/22] xen/arm: p2m: Change the type of level_shifts from paddr_t to unsigned int
` [RFC 10/22] xen/arm: p2m: Move the lookup helpers at the top of the file
` [RFC 11/22] xen/arm: p2m: Introduce p2m_get_root_pointer and use it in __p2m_lookup
` [RFC 12/22] xen/arm: p2m: Introduce p2m_get_entry and use it to implement __p2m_lookup
` [RFC 13/22] xen/arm: p2m: Replace all usage of __p2m_lookup with p2m_get_entry
` [RFC 14/22] xen/arm: p2m: Re-implement p2m_cache_flush using p2m_get_entry
` [RFC 15/22] xen/arm: p2m: Re-implement relinquish_p2m_mapping "
` [RFC 16/22] xen/arm: p2m: Make p2m_{valid, table, mapping} helpers inline
` [RFC 17/22] xen/arm: p2m: Introduce a helper to check if an entry is a superpage
` [RFC 18/22] xen/arm: p2m: Introduce p2m_set_entry and __p2m_set_entry
` [RFC 19/22] xen/arm: p2m: Re-implement p2m_remove_using using p2m_set_entry
` [RFC 20/22] xen/arm: p2m: Re-implement p2m_insert_mapping "
` [RFC 21/22] xen/arm: p2m: Re-implement p2m_set_mem_access using p2m_{set, get}_entry
` [RFC 22/22] xen/arm: p2m: Do not handle shattering in p2m_create_table

[PATCH v7 00/15] Load BIOS via toolstack instead of been embedded in hvmloader
 2016-07-29 14:57 UTC  (22+ messages)
` [PATCH v7 06/15] xen: Move the hvm_start_info C representation to the public headers
` [PATCH v7 07/15] hvmloader: Grab the hvm_start_info pointer
` [PATCH v7 08/15] hvmloader: Locate the BIOS blob
` [PATCH v7 09/15] hvmloader: Check modules whereabouts in perform_tests
` [PATCH v7 10/15] hvmloader: Load SeaBIOS from hvm_start_info modules
` [PATCH v7 11/15] hvmloader: Load OVMF from modules
` [PATCH v7 12/15] hvmloader: bios->bios_load() now needs to be defined
` [PATCH v7 13/15] hvmloader: Always build-in SeaBIOS and OVMF loader
` [PATCH v7 14/15] configure: do not depend on SEABIOS_PATH or OVMF_PATH
` [PATCH v7 15/15] docs/misc/hvmlite: Point to the canonical definition of hvm_start_info

[qemu-upstream-4.5-testing baseline-only test] 66860: regressions - trouble: broken/fail/pass
 2016-07-29 14:33 UTC 

[PATCH] arm/vm_event: get/set registers
 2016-07-29 14:31 UTC  (17+ messages)

[PATCH] mem_access: Use monitor_traps instead of mem_access_send_req
 2016-07-29 14:27 UTC  (9+ messages)

live migrating hvm from 4.4 to 4.7 fails in ioreq server
 2016-07-29 13:22 UTC  (16+ messages)

Default controller type for USB devices
 2016-07-29 13:15 UTC  (2+ messages)

Kernel panic on Xen virtualisation in Debian
 2016-07-29 13:01 UTC  (11+ messages)

[libvirt test] 99738: tolerable FAIL - PUSHED
 2016-07-29 12:53 UTC 

[qemu-upstream-unstable test] 99728: regressions - trouble: broken/fail/pass
 2016-07-29 12:27 UTC 

[qemu-upstream-4.6-testing baseline-only test] 66859: regressions - trouble: blocked/broken/fail/pass
 2016-07-29 12:07 UTC 

[qemu-upstream-4.3-testing baseline-only test] 66861: tolerable trouble: blocked/broken/fail
 2016-07-29 11:42 UTC 

[PATCH 0/2] xen: bug fixes in Xen backend handling
 2016-07-29 11:17 UTC  (3+ messages)
` [PATCH 1/2] xen: when removing a backend don't remove many of them
` [PATCH 2/2] xen: drain submit queue in xen-usb before removing device

[qemu-upstream-4.3-testing test] 99727: tolerable FAIL - PUSHED
 2016-07-29 10:15 UTC 

[RFC v3 00/13] linux: generalize sections, ranges and linker tables
 2016-07-29 10:06 UTC  (6+ messages)
` [RFC v3 07/13] tables.h: add linker table support

Xen 4.6.1 crash with altp2m enabled by default
 2016-07-29 10:05 UTC  (3+ messages)

[qemu-upstream-4.4-testing baseline-only test] 66857: regressions - trouble: broken/fail/pass
 2016-07-29  9:44 UTC 

[qemu-upstream-4.5-testing test] 99725: tolerable FAIL - PUSHED
 2016-07-29  9:41 UTC 

[PATCH] x86/vMsi-x: check whether the msixtbl_list has been initialized or not when accessing it
 2016-07-29  9:30 UTC  (2+ messages)

[PATCH linux v2] xen: change the type of xen_vcpu_id to uint32_t
 2016-07-29  9:06 UTC 

[PATCH linux] xen: change the type of xen_vcpu_id to uint32_t
 2016-07-29  8:50 UTC  (2+ messages)

[distros-debian-jessie test] 66858: trouble: blocked/broken/pass
 2016-07-29  8:29 UTC 

[qemu-upstream-4.6-testing test] 99723: tolerable FAIL - PUSHED
 2016-07-29  6:58 UTC 

[linux-4.1 bisection] complete test-armhf-armhf-xl-multivcpu
 2016-07-29  6:32 UTC 

[qemu-upstream-4.4-testing test] 99724: tolerable FAIL - PUSHED
 2016-07-29  4:37 UTC 

[xen-4.6-testing test] 99720: regressions - FAIL
 2016-07-29  4:02 UTC 

[xen-unstable-smoke test] 99768: tolerable all pass - PUSHED
 2016-07-29  2:51 UTC 

[xen-unstable test] 99719: regressions - FAIL
 2016-07-29  2:23 UTC 

[PATCH v2 00/15] xen/arm: P2M clean-up fixes
 2016-07-29  0:47 UTC  (20+ messages)
` [PATCH v2 01/15] xen/arm: p2m: Use the typesafe MFN in mfn_to_p2m_entry
` [PATCH v2 02/15] xen/arm: p2m: Use a whitelist rather than blacklist in get_page_from_gfn
` [PATCH v2 03/15] xen/arm: p2m: Differentiate cacheable vs non-cacheable MMIO
` [PATCH v2 04/15] xen/arm: p2m: Find the memory attributes based on the p2m type
` [PATCH v2 05/15] xen/arm: p2m: Remove unnecessary locking
` [PATCH v2 06/15] xen/arm: p2m: Introduce p2m_{read, write}_{, un}lock helpers
` [PATCH v2 07/15] xen/arm: p2m: Switch the p2m lock from spinlock to rwlock
` [PATCH v2 08/15] xen/arm: Don't call p2m_alloc_table from arch_domain_create
` [PATCH v2 09/15] xen/arm: p2m: Move the vttbr field from arch_domain to p2m_domain
` [PATCH v2 10/15] xen/arm: p2m: Don't need to restore the state for an idle vCPU
` [PATCH v2 11/15] xen/arm: p2m: Rework the context switch to another VTTBR in flush_tlb_domain
` [PATCH v2 12/15] xen/arm: p2m: Inline p2m_load_VTTBR into p2m_restore_state
` [PATCH v2 13/15] xen/arm: Don't export flush_tlb_domain
` [PATCH v2 14/15] xen/arm: p2m: Replace flush_tlb_domain by p2m_flush_tlb
` [PATCH v2 15/15] xen/arm: p2m: Pass the p2m in parameter rather the domain when it is possible

[linux-3.18 test] 99718: regressions - FAIL
 2016-07-29  0:19 UTC 

[PATCH v2 0/6] xen/arm: Simplify do_trap_*_abort_guest
 2016-07-28 19:43 UTC  (7+ messages)
` [PATCH v2 1/6] xen/arm: traps: Simplify the switch in do_trap_*_abort_guest
` [PATCH v2 2/6] xen/arm: Provide macros to help creating workaround helpers
` [PATCH v2 3/6] xen/arm: Use check_workaround to handle the erratum 766422

[RFC PATCHv1] xen/privcmd: add IOCTL_PRIVCMD_RESTRICT_DOMID
 2016-07-28 19:17 UTC  (2+ messages)

[DRAFT v3] XenSock protocol design document
 2016-07-28 19:03 UTC  (4+ messages)

[xen-4.3-testing test] 99717: trouble: blocked/broken/fail/pass
 2016-07-28 18:26 UTC 

[ovmf test] 99721: all pass - PUSHED
 2016-07-28 18:12 UTC 

[PATCH v2 0/2] xen: cpupool (small) improvement and (latent) bug fix
 2016-07-28 17:29 UTC  (11+ messages)
` [PATCH v2 1/2] xen: fix a (latent) cpupool-related race during domain destroy

XenProject/XenServer QEMU working group, Friday 8th July, 2016, 15:00
 2016-07-28 17:01 UTC 

[PATCH linux] xen: change the type of xen_vcpu_id to uint32_t
 2016-07-28 16:24 UTC 

[PATCH 1/2] x86/mm: Avoid NULL dereference when checking altp2m's for shareability
 2016-07-28 16:11 UTC  (5+ messages)
` [PATCH 2/2] x86/mm: Annotate gfn_get_* helpers as requiring non-NULL parameters

[xen-4.4-testing test] 99711: trouble: blocked/broken/fail/pass
 2016-07-28 16:11 UTC 

[xen-4.7-testing test] 99713: regressions - trouble: blocked/broken/fail/pass
 2016-07-28 15:42 UTC  (4+ messages)
  ` nocera1 boot order fixed (was Re: [xen-4.7-testing test] 99713: regressions - trouble: blocked/broken/fail/pass)

[xen-unstable-smoke test] 99750: tolerable all pass - PUSHED
 2016-07-28 14:48 UTC 

[PATCH v4] xen/arm: Add a clock property
 2016-07-28 14:35 UTC  (2+ messages)

[PATCH v3] libxl: memory size in kb requires 64 bit variable
 2016-07-28 13:35 UTC 

[PATCH v2] libxl: memory size in kb requires 64 bit variable
 2016-07-28 13:21 UTC  (4+ messages)

[PATCH v2 00/17] Xen ARM DomU ACPI support
 2016-07-28 12:42 UTC  (19+ messages)
` [PATCH v2 16/17] libxc/xc_dom_arm: Copy ACPI tables to guest space

[xen-4.5-testing test] 99712: regressions - trouble: broken/fail/pass
 2016-07-28 12:17 UTC 

[xen-unstable-smoke test] 99745: regressions - FAIL
 2016-07-28 11:21 UTC 

[PATCH v2 16/17] libxc/xc_dom_arm: Copy ACPI tables to guest space
 2016-07-28 11:10 UTC  (13+ 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 NNTP newsgroup(s).