xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-06-17 16:38:33 to 2016-06-20 13:37:20 UTC [more...]

[PATCH v2 0/8] xen/arm: Use the typesafes gfn and mfn
 2016-06-20 13:37 UTC  (4+ messages)
` [PATCH v2 1/8] xen/arm: Rename gmfn_to_mfn to gfn_to_mfn and use gfn/mfn typesafe
` [PATCH v2 2/8] xen/mm: Introduce a bunch of helpers for the typesafes mfn and gfn
` [PATCH v2 3/8] xen: Use typesafe gfn/mfn in guest_physmap_* helpers

[PATCH] xen/pciback: Update data filter intersection logic
 2016-06-20 13:36 UTC  (5+ messages)

[PATCH] libxl: fix an error path that uses uninitialised rc in libxl_set_memory_target
 2016-06-20 13:32 UTC  (2+ messages)

[PATCH v2 0/2] Make hvm_fep available to non-debug build
 2016-06-20 13:19 UTC  (7+ messages)
` [PATCH v2 2/2] xen: make available hvm_fep to non-debug build as well

[PATCH] x86: drop (mostly) unused guest_lNe_get_paddr()
 2016-06-20 13:14 UTC  (4+ messages)

[PATCH 00/11] hvmctl hypercall
 2016-06-20 12:58 UTC  (12+ messages)
` [PATCH 01/11] public / x86: introduce "
` [PATCH 02/11] hvmctl: convert HVMOP_set_pci_intx_level
` [PATCH 03/11] hvmctl: convert HVMOP_set_isa_irq_level
` [PATCH 04/11] hvmctl: convert HVMOP_set_pci_link_route
` [PATCH 05/11] hvmctl: convert HVMOP_track_dirty_vram
` [PATCH 06/11] hvmctl: convert HVMOP_modified_memory
` [PATCH 07/11] hvmctl: convert HVMOP_set_mem_type
` [PATCH 08/11] hvmctl: convert HVMOP_inject_trap
` [PATCH 09/11] hvmctl: convert HVMOP_inject_msi
` [PATCH 10/11] hvmctl: convert HVMOP_*ioreq_server*
` [PATCH 11/11] x86/HVM: serialize trap injecting producer and consumer

[PATCH v4 0/3] x86/ioreq server: Introduce HVMMEM_ioreq_server mem type
 2016-06-20 13:13 UTC  (28+ messages)
` [PATCH v4 3/3] x86/ioreq server: Add HVMOP to map guest ram with p2m_ioreq_server to an ioreq server

[PATCH 0/2] x86/HVM: avoid full linear->phys translations more frequently
 2016-06-20 13:12 UTC  (4+ messages)
` [PATCH 1/2] x86/HVM: latch linear->phys translation results

[PATCH 0/8] x86/time: improve cross-CPU clock monotonicity (and more)
 2016-06-20 13:07 UTC  (7+ messages)
` [PATCH 2/8] x86: also generate assembler usable equates for synthesized features
` [PATCH 3/8] x86/time: introduce and use rdtsc_ordered()

[PATCH] x86: compact supposedly unused entry point code
 2016-06-20 12:54 UTC  (4+ messages)

[xen-unstable-smoke test] 96000: tolerable all pass - PUSHED
 2016-06-20 12:46 UTC 

[PATCH 0/8] xen/arm: Use the typesafes gfn and mfn
 2016-06-20 12:41 UTC  (10+ messages)
` [PATCH 2/8] xen: Use typesafe gfn/mfn in guest_physmap_* helpers
` [PATCH 4/8] xen/arm: Rename grant_table_gfpn into grant_table_gfn and use the typesafe gfn
` [PATCH 5/8] xen: Use the typesafe mfn and gfn in map_mmio_regions

[PATCH] VMX: ensure MSR index enum and array remain in sync
 2016-06-20 12:31 UTC  (2+ messages)

[PATCH v2] x86/HVM: use available linear->phys translations in REP MOVS/STOS handling
 2016-06-20 12:22 UTC  (2+ messages)

[PATCH] VMX: use non-atomic bitops to manage MSR state
 2016-06-20 12:25 UTC  (2+ messages)

[PATCH v3] x86: show remote CPU state upon fatal NMI or unknown MCE
 2016-06-20 12:19 UTC  (2+ messages)

[qemu-upstream-4.3-testing bisection] complete build-i386-libvirt
 2016-06-20 12:04 UTC  (3+ messages)
` gnulib and 32-bit libvirt build, rpl_canonicalize_file_name
  ` [libvirt] "

[PATCH 0/4] x86: instruction emulator adjustments
 2016-06-20 11:59 UTC  (5+ messages)
` [PATCH RESEND 1/4] x86emul: support MOVBE and CRC32
` [PATCH 2/4] x86emul: use (locally) consistent exit mechanisms
` [PATCH 3/4] x86emul: drop pointless and add useful default cases
` [PATCH 4/4] x86emul: fold local variables

[PATCH 00/19] Assorted fixes and improvements to Credit2
 2016-06-20 11:53 UTC  (5+ messages)

[PATCH 00/19] xen: sched: assorted fixes and improvements to Credit2
 2016-06-20 11:28 UTC  (30+ messages)
` [PATCH 01/19] xen: sched: leave CPUs doing tasklet work alone
` [PATCH 02/19] xen: sched: make the 'tickled' perf counter clearer
` [PATCH 03/19] xen: credit2: insert and tickle don't need a cpu parameter
` [PATCH 04/19] xen: credit2: kill useless helper function choose_cpu
` [PATCH 05/19] xen: credit2: do not warn if calling burn_credits more than once
` [PATCH 06/19] xen: credit2: read NOW() with the proper runq lock held
` [PATCH 07/19] xen: credit2: prevent load balancing to go mad if time goes backwards
` [PATCH 08/19] xen: credit2: when tickling, check idle cpus first
` [PATCH 09/19] xen: credit2: avoid calling __update_svc_load() multiple times on the same vcpu
` [PATCH 10/19] xen: credit2: rework load tracking logic
` [PATCH 11/19] tools: tracing: adapt Credit2 load tracking events to new format
` [PATCH 12/19] xen: credit2: use non-atomic cpumask and bit operations
` [PATCH 13/19] xen: credit2: make the code less experimental
` [PATCH 14/19] xen: credit2: add yet some more tracing
` [PATCH 15/19] xen: credit2: only marshall trace point arguments if tracing enabled
` [PATCH 16/19] tools: tracing: deal with new Credit2 events
` [PATCH 17/19] xen: credit2: the private scheduler lock can be an rwlock
` [PATCH 18/19] xen: credit2: implement SMT support independent runq arrangement
` [PATCH 19/19] xen: credit2: use cpumask_first instead of cpumask_any when choosing cpu

[qemu-upstream-4.3-testing test] 95984: regressions - FAIL
 2016-06-20 11:26 UTC 

[PATCH] libxl: don't leave libxl_set_memory_target() return value uninitialized
 2016-06-20 10:08 UTC  (2+ messages)

[PATCH v3 0/2] xen: fix qdisk BLKIF_OP_DISCARD for 32/64 word size mix
 2016-06-20  9:53 UTC  (6+ messages)
` [PATCH v3 1/2] xen: fix style of hw/block/xen_blkif.h
` [PATCH v3 2/2] xen: fix qdisk BLKIF_OP_DISCARD for 32/64 word size mix

[PATCH v2] xen: fix qdisk BLKIF_OP_DISCARD for 32/64 word size mix
 2016-06-20  9:40 UTC  (6+ messages)

[xen-unstable test] 95980: tolerable FAIL
 2016-06-20  9:40 UTC 

[PATCH v5 0/6] Support calling functions on dedicated physical cpu
 2016-06-20  8:40 UTC 

How to solve the error undefined reference to private_aes_encrypt
 2016-06-20  8:34 UTC  (2+ messages)

Question about scrub_heap_pages
 2016-06-20  8:33 UTC  (2+ messages)

Xen on QEMU
 2016-06-20  8:00 UTC 

Issues with PCI-Passtrough (VT-d) in HVM with Xen 4.6
 2016-06-20  6:57 UTC  (4+ messages)

[Patch v11 3/3] vt-d: fix vt-d Device-TLB flush timeout issue (+ crash logic )
 2016-06-20  6:53 UTC  (4+ messages)

[PATCH 00/15] XSM/FLASK updates for 4.8
 2016-06-20  5:40 UTC  (28+ messages)
` [PATCH 01/15] flask/policy: split into modules
` [PATCH 02/15] flask/policy: split out rules for system_r
` [PATCH 03/15] flask/policy: move user definitions and constraints into modules
` [PATCH 04/15] flask/policy: remove unused support for binary modules
` [PATCH 05/15] flask/policy: xenstore stubdom policy
` [PATCH 06/15] flask/policy: remove unused example
` [PATCH 11/15] flask: improve unknown permission handling
` [PATCH 12/15] xen/xsm: remove .xsm_initcall.init section

[ovmf test] 95974: regressions - FAIL
 2016-06-20  5:15 UTC 

[qemu-upstream-4.3-testing test] 95976: regressions - trouble: blocked/broken/fail/pass
 2016-06-20  3:49 UTC 

[qemu-mainline test] 95967: regressions - FAIL
 2016-06-20  3:07 UTC 

[PATCH RESEND 00/14] Xen ARM DomU ACPI support
 2016-06-20  1:12 UTC  (5+ messages)
` [PATCH RESEND 01/14] libxl/arm: Fix the function name in error log

[qemu-upstream-4.3-testing test] 95968: regressions - FAIL
 2016-06-19 23:57 UTC 

[ovmf test] 95961: regressions - FAIL
 2016-06-19 23:10 UTC 

[qemu-upstream-4.3-testing test] 95952: regressions - FAIL
 2016-06-19 19:03 UTC 

[qemu-mainline test] 95940: regressions - FAIL
 2016-06-19 18:59 UTC 

[ovmf test] 95935: regressions - FAIL
 2016-06-19 17:14 UTC 

[xen-unstable test] 95921: tolerable FAIL
 2016-06-19 15:17 UTC 

[qemu-upstream-4.3-testing test] 95930: regressions - FAIL
 2016-06-19 14:44 UTC 

[qemu-mainline test] 95909: regressions - FAIL
 2016-06-19 12:30 UTC 

[xen-unstable-coverity test] 95929: all pass - PUSHED
 2016-06-19 11:10 UTC 

[ovmf test] 95905: regressions - FAIL
 2016-06-19 11:03 UTC 

[qemu-upstream-4.3-testing test] 95911: regressions - FAIL
 2016-06-19  9:24 UTC 

[libvirt test] 95913: tolerable FAIL - PUSHED
 2016-06-19  9:23 UTC 

[qemu-upstream-4.3-testing bisection] complete build-amd64-libvirt
 2016-06-19  8:50 UTC 

[xen-unstable test] 95893: tolerable trouble: blocked/broken/fail/pass - PUSHED
 2016-06-19  6:19 UTC 

[qemu-upstream-4.3-testing test] 95895: regressions - FAIL
 2016-06-19  4:00 UTC 

[qemu-mainline test] 95888: regressions - FAIL
 2016-06-19  3:04 UTC 

[qemu-mainline bisection] complete test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm
 2016-06-19  0:47 UTC 

[ovmf test] 95884: regressions - FAIL
 2016-06-19  0:15 UTC 

[PATCH 0/8] Add support for parsing per CPU Redistributor entry
 2016-06-18 23:45 UTC  (9+ messages)
` [PATCH 1/8] arm/gic-v3: Add a separate function for mapping GICD region
` [PATCH 2/8] arm/gic-v3: Fold GICR subtable parsing into a new function
` [PATCH 3/8] arm/gic-v3: Parse per-cpu redistributor entry in GICC subtable
` [PATCH 4/8] xen/arm: vgic: Use dynamic memory allocation for vgic_rdist_region
` [PATCH 5/8] arm/gic-v3: Remove an unused macro MAX_RDIST_COUNT
` [PATCH 6/8] arm: vgic: Split vgic_domain_init() functionality into two functions
` [PATCH 7/8] arm/mmio: Use separate memory allocation for mmio handlers
` [PATCH 8/8] arm/vgic: Change fixed number of mmio handlers to variable number

[xen-unstable test] 95872: regressions - FAIL
 2016-06-18 21:00 UTC 

[qemu-upstream-4.3-testing test] 95874: regressions - FAIL
 2016-06-18 20:43 UTC 

[libvirt test] 95873: tolerable FAIL - PUSHED
 2016-06-18 19:29 UTC 

[linux-3.10 test] 95869: tolerable FAIL - PUSHED
 2016-06-18 17:14 UTC 

[qemu-mainline test] 95868: regressions - FAIL
 2016-06-18 16:22 UTC 

[ovmf test] 95863: regressions - FAIL
 2016-06-18 13:06 UTC 

[linux-3.14 test] 95860: tolerable FAIL - PUSHED
 2016-06-18  9:46 UTC 

[qemu-upstream-4.3-testing test] 95852: regressions - FAIL
 2016-06-18  7:00 UTC 

[xen-4.6-testing test] 95849: tolerable FAIL - PUSHED
 2016-06-18  6:14 UTC 

[linux-4.1 test] 95848: tolerable FAIL - PUSHED
 2016-06-18  4:45 UTC 

[libvirt test] 95846: tolerable FAIL - PUSHED
 2016-06-18  0:24 UTC 

[linux-3.18 test] 95844: tolerable FAIL - PUSHED
 2016-06-18  0:09 UTC 

[xen-unstable test] 95842: trouble: blocked/broken/fail/pass
 2016-06-17 22:23 UTC 

[PATCH v5 1/9] vm_event: clear up return value of vm_event_monitor_traps
 2016-06-17 19:10 UTC  (6+ messages)
` [PATCH v5 2/9] monitor: Rename vm_event_monitor_get_capabilities
` [PATCH v5 3/9] monitor: Rename vm_event_monitor_guest_request

[PATCH 0/7] vm-event: Implement ARM support for control-register writes
 2016-06-17 19:05 UTC  (7+ messages)
` [PATCH 1/7] minor (formatting) fixes

xen 4.7.0-rc6 dom0 built & packaged for fc24
 2016-06-17 18:05 UTC 

[linux-3.10 test] 95840: regressions - FAIL
 2016-06-17 17:48 UTC 

[qemu-mainline test] 95838: regressions - FAIL
 2016-06-17 17:43 UTC 

[PATCH v2 0/2] qemu-qdisk: Implementation of grant copy operation
 2016-06-17 17:27 UTC  (5+ messages)
` [PATCH v2 1/2] libs, libxc: Interface for "

[xen-unstable-smoke test] 95866: tolerable all pass - PUSHED
 2016-06-17 17:23 UTC 

[PATCH 0/4] x86/vMSI-X: misc improvements
 2016-06-17 16:38 UTC  (4+ messages)
` [PATCH 1/4] x86/vMSI-X: defer intercept handler registration


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