messages from 2016-08-16 08:29:26 to 2016-08-17 14:33:13 UTC [more...]
[PATCH 0/2] tools/libs: don't use alloca(3)
2016-08-17 14:33 UTC (3+ messages)
` [PATCH 1/2] libs/gnttab: do not "
` [PATCH 2/2] libs/foreignmemory: "
[PATCH] ns16550: mask transmit holding register empty interrupt when tx is stopped
2016-08-17 14:29 UTC (2+ messages)
[PATCH] mini-os: fix coverity issues in printf.c
2016-08-17 14:26 UTC (4+ messages)
[MINIOS PATCH 0/4] x86: Use ELF notes and unfied linker script
2016-08-17 14:05 UTC (16+ messages)
` [MINIOS PATCH 1/4] gitignore: ignore vim swap file
` [MINIOS PATCH 2/4] Introduce asm_macros.h
` [MINIOS PATCH 3/4] x86: switch to use elfnote
` [Minios-devel] "
` [MINIOS PATCH 4/4] x86: use unified linker script
[qemu-mainline test] 100528: tolerable FAIL - PUSHED
2016-08-17 13:51 UTC
[PATCH v2 0/6] x86/time: improve cross-CPU clock monotonicity (and more)
2016-08-17 13:41 UTC (3+ messages)
` [PATCH v2 2/6] x86/time: correctly honor late clearing of TSC related feature flags
` Ping: "
[PATCH] replace bogus -ENOSYS uses
2016-08-17 13:40 UTC (5+ messages)
` Ping: "
[PATCH 0/9] x86/mtrr: basic cleanups
2016-08-17 13:29 UTC (19+ messages)
` [PATCH 1/9] x86/mtrr: prefix fns with mtrr and drop static
` [PATCH 2/9] x86/mtrr: drop mtrr_if indirection
` [PATCH 3/9] x86/mtrr: drop have_wrcomb() wrapper
` [PATCH 4/9] x86/mtrr: drop unnecessary use_intel() macro
` [PATCH 5/9] x86/mtrr: drop unused is_cpu() macro
` [PATCH 6/9] x86/mtrr: drop unused mtrr_ops struct
` [PATCH 7/9] x86/mtrr: drop unused positive_have_wrcomb()
` [PATCH 8/9] x86/mtrr: drop unused func prototypes and struct
` [PATCH 9/9] x86/mtrr: use stdbool instead of int + define
[ovmf test] 100531: all pass - PUSHED
2016-08-17 13:28 UTC
[xen-unstable test] 100518: regressions - FAIL
2016-08-17 13:04 UTC
[PATCH v3 00/38] arm/altp2m: Introducing altp2m to ARM
2016-08-17 12:48 UTC (46+ messages)
` [PATCH v3 01/38] arm/p2m: Cosmetic fixes - apply p2m_get_hostp2m
` [PATCH v3 02/38] arm/p2m: Expose p2m_*lock helpers
` [PATCH v3 03/38] arm/p2m: Introduce p2m_(switch|restore)_vttbr_and_(g|s)et_flags
` [PATCH v3 04/38] arm/p2m: Add first altp2m HVMOP stubs
` [PATCH v3 05/38] arm/p2m: Add hvm_allow_(set|get)_param
` [PATCH v3 06/38] arm/p2m: Add HVMOP_altp2m_get_domain_state
` [PATCH v3 07/38] arm/p2m: Introduce p2m_is_(hostp2m|altp2m)
` [PATCH v3 08/38] arm/p2m: Free p2m entries only in the hostp2m
` [PATCH v3 09/38] arm/p2m: Add backpointer to the domain in p2m_domain
` [PATCH v3 10/38] arm/p2m: Move hostp2m init/teardown to individual functions
` [PATCH v3 11/38] arm/p2m: Cosmetic fix - function prototype of p2m_alloc_table
` [PATCH v3 12/38] arm/p2m: Rename parameter in p2m_alloc_vmid
` [PATCH v3 13/38] arm/p2m: Change func prototype and impl of p2m_(alloc|free)_vmid
` [PATCH v3 14/38] arm/p2m: Add altp2m init/teardown routines
` [PATCH v3 15/38] arm/p2m: Add altp2m table flushing routine
` [PATCH v3 16/38] arm/p2m: Add HVMOP_altp2m_set_domain_state
` [PATCH v3 17/38] arm/p2m: Add HVMOP_altp2m_create_p2m
` [PATCH v3 18/38] arm/p2m: Add HVMOP_altp2m_destroy_p2m
` [PATCH v3 19/38] arm/p2m: Add HVMOP_altp2m_switch_p2m
` [PATCH v3 20/38] arm/p2m: Add p2m_get_active_p2m macro
` [PATCH v3 21/38] arm/p2m: Make p2m_restore_state ready for altp2m
` [PATCH v3 22/38] arm/p2m: Make get_page_from_gva "
` [PATCH v3 23/38] arm/p2m: Cosmetic fixes -- __p2m_get_mem_access
` [PATCH v3 24/38] arm/p2m: Make p2m_mem_access_check ready for altp2m
` [PATCH v3 25/38] arm/p2m: Cosmetic fixes - function prototypes
` [PATCH v3 26/38] arm/p2m: Introduce helpers managing altp2m entries
` [PATCH v3 27/38] arm/p2m: Introduce p2m_lookup_attr
` [PATCH v3 28/38] arm/p2m: Modify reference count only if hostp2m active
` [PATCH v3 29/38] arm/p2m: Add HVMOP_altp2m_set_mem_access
` [PATCH v3 30/38] arm/p2m: Add altp2m_propagate_change
` [PATCH v3 31/38] altp2m: Introduce altp2m_switch_vcpu_altp2m_by_id
` [PATCH v3 32/38] arm/p2m: Code movement in instr/data abort handlers
` [PATCH v3 33/38] arm/p2m: Add altp2m paging mechanism
` [PATCH v3 34/38] arm/p2m: Add HVMOP_altp2m_change_gfn
` [PATCH v3 35/38] arm/p2m: Adjust debug information to altp2m
` [PATCH v3 36/38] altp2m: Allow specifying external-only use-case
` [PATCH v3 37/38] arm/p2m: Extend xen-access for altp2m on ARM
` [PATCH v3 38/38] arm/p2m: Add test of xc_altp2m_change_gfn
Discussion about virtual iommu support for Xen guest
2016-08-17 12:42 UTC (17+ messages)
` Xen virtual IOMMU high level design doc
[PATCH v1] Livepatch ARM 64 implementation
2016-08-17 12:24 UTC (23+ messages)
` [PATCH v1 1/9] livepatch: Bubble up sanity checks on Elf relocs
` [PATCH v1 2/9] x86/arm: Make 'make debug' work properly
` [PATCH v1 3/9] x86/arm64: Move the ALT_[ORIG|REPL]_PTR macros to header files
` [PATCH v1 6/9] livepatch: Initial ARM64 support
` [PATCH v1 7/9] livepatch: ARM64: Ignore mapping symbols: $[a, d, x, p]
` [PATCH v1 8/9] livepatch: Move test-cases to common
[PATCH v2] gnttab: Add gntdev device mappings for FreeBSD
2016-08-17 12:06 UTC
[PATCH] gnttab: Add gntdev device mappings for FreeBSD
2016-08-17 12:02 UTC (3+ messages)
[PATCH biosdevname]: handle dom0 on AMD systems
2016-08-17 11:56 UTC (3+ messages)
[xen-4.6-testing baseline-only test] 67544: regressions - FAIL
2016-08-17 11:21 UTC
[xen-unstable-coverity test] 100530: all pass - PUSHED
2016-08-17 11:15 UTC
[PATCH v2 0/6] xen/arm: Simplify do_trap_*_abort_guest
2016-08-17 11:11 UTC (4+ messages)
` [PATCH v2 5/6] xen/arm: traps: Avoid unnecessary VA -> IPA translation in abort handlers
[ovmf test] 100529: all pass - PUSHED
2016-08-17 11:09 UTC
[PATCH] x86/PV: don't hide CPUID.OSXSAVE from user mode
2016-08-17 9:38 UTC (5+ messages)
[libvirt test] 100525: tolerable FAIL - PUSHED
2016-08-17 9:03 UTC
[PATCH 1/2] xen/x86: Convert to hotplug state machine
2016-08-17 8:33 UTC (2+ messages)
[PATCH 0/4] x86emul: more misc small adjustments
2016-08-17 8:25 UTC (16+ messages)
` [PATCH 2/4] x86emul: drop RIP-relative special case for TEST
` [PATCH 3/4] x86emul: drop SrcInvalid
` [PATCH 4/4] x86emul: use DstEax also for XCHG
[ovmf test] 100524: all pass - PUSHED
2016-08-17 8:08 UTC
[qemu-mainline test] 100512: tolerable FAIL - PUSHED
2016-08-17 7:56 UTC
[linux-3.14 test] 100510: tolerable FAIL - PUSHED
2016-08-17 4:43 UTC
[RFC 00/22] xen/arm: Rework the P2M code to follow break-before-make sequence
2016-08-17 2:28 UTC (6+ messages)
` [RFC 01/22] xen/arm: do_trap_instr_abort_guest: Move the IPA computation out of the switch
[xen-4.5-testing test] 100507: tolerable FAIL - PUSHED
2016-08-17 0:29 UTC
[libvirt test] 100509: tolerable FAIL - PUSHED
2016-08-16 23:09 UTC
[ovmf baseline-only test] 67542: all pass
2016-08-16 22:59 UTC
[xen-4.6-testing test] 100504: tolerable FAIL - PUSHED
2016-08-16 22:55 UTC
[PATCH v2] domctl: relax getdomaininfo permissions
2016-08-16 21:42 UTC (3+ messages)
[PATCH v2 1/2] x86/altp2m: use __get_gfn_type_access to avoid lock conflicts
2016-08-16 21:23 UTC (6+ messages)
` [PATCH v2 2/2] x86/altp2m: allow specifying external-only use-case
[ovmf test] 100505: all pass - PUSHED
2016-08-16 19:55 UTC
[xen-unstable test] 100501: regressions - FAIL
2016-08-16 18:50 UTC
[PATCH 0/4] boot-wrapper: arm64: Xen support
2016-08-16 18:01 UTC
[distros-debian-snapshot test] 67540: regressions - FAIL
2016-08-16 16:19 UTC
[PATCH 0/3] x86emul: further misc small adjustments
2016-08-16 16:14 UTC (12+ messages)
` [PATCH 1/3] x86emul: use DstEax also for {, I}{MUL, DIV}
` [PATCH 2/3] x86emul: don't open code EFLAGS handling for 2-operand IMUL
` [PATCH 3/3] x86emul: re-order main 2-byte opcode switch() statement
[xen-unstable-smoke test] 100515: tolerable all pass - PUSHED
2016-08-16 16:02 UTC
Remus memcpy dirty pages if local host
2016-08-16 15:21 UTC
[PATCH] x86emul: improve LOCK handling
2016-08-16 15:01 UTC (2+ messages)
[PATCH] x86emul: introduce SrcEax for XCHG
2016-08-16 14:52 UTC (4+ messages)
[PATCH v5 0/4] x86/ioreq server: Introduce HVMMEM_ioreq_server mem type
2016-08-16 13:54 UTC (4+ messages)
` [PATCH v5 4/4] x86/ioreq server: Reset outstanding p2m_ioreq_server entries when an ioreq server unmaps
[RFC PATCH] tools: remove blktap2 related code and documentation
2016-08-16 12:42 UTC (2+ messages)
[PATCH 1/3] xen: Some code motion to avoid having to do forward-declaration
2016-08-16 11:21 UTC (9+ messages)
` [PATCH 2/3] xen: Have schedulers revise initial placement
` dependences for backporting to 4.6 [was: Re: [PATCH 2/3] xen: Have schedulers revise initial placement]
[xen-4.7-testing test] 100499: tolerable FAIL - PUSHED
2016-08-16 10:35 UTC
[V4 PATCH 2/2] mips/panic: Replace smp_send_stop() with kdump friendly version in panic path
2016-08-16 10:29 UTC
[PATCH v4 00/16] Xen ARM DomU ACPI support
2016-08-16 10:25 UTC (17+ messages)
` [PATCH v4 01/16] tools/libxl: Add an unified configuration option for ACPI
` [PATCH v4 02/16] libxl/arm: prepare for constructing ACPI tables
` [PATCH v4 03/16] libxl/arm: Generate static ACPI DSDT table
` [PATCH v4 04/16] libxl/arm: Estimate the size of ACPI tables
` [PATCH v4 05/16] libxl/arm: Construct ACPI RSDP table
` [PATCH v4 06/16] libxl/arm: Construct ACPI XSDT table
` [PATCH v4 07/16] libxl/arm: Construct ACPI GTDT table
` [PATCH v4 08/16] libxl/arm: Factor MPIDR computing codes out as a helper
` [PATCH v4 09/16] libxl/arm: Construct ACPI MADT table
` [PATCH v4 10/16] libxl/arm: Construct ACPI FADT table
` [PATCH v4 11/16] libxl/arm: Construct ACPI DSDT table
` [PATCH v4 12/16] libxl/arm: Factor finalise_one_memory_node as a gerneric function
` [PATCH v4 13/16] libxl/arm: Add ACPI module
` [PATCH v4 14/16] public/hvm/params.h: Add macros for HVM_PARAM_CALLBACK_TYPE_PPI
` [PATCH v4 15/16] libxl/arm: Initialize domain param HVM_PARAM_CALLBACK_IRQ
` [PATCH v4 16/16] libxl/arm: Add the size of ACPI tables to maxmem
[PATCH v5 0/2] qemu-qdisk: Implementation of grant copy operation
2016-08-16 10:09 UTC
[PATCH] xenbus: don't look up transaction IDs for ordinary writes
2016-08-16 10:07 UTC
[PATCH 0/2] NUMA/x86 related adjustments
2016-08-16 10:02 UTC (5+ messages)
` [PATCH 2/2] x86/NUMA: cleanup
[ovmf baseline-only test] 67538: all pass
2016-08-16 9:50 UTC
[PATCH v2 00/23] Make ACPI builder available to components other than hvmloader
2016-08-16 9:44 UTC (6+ messages)
` [PATCH v2 14/23] acpi: Move ACPI code to tools/libacpi
[xen-unstable baseline-only test] 67536: tolerable FAIL
2016-08-16 9:28 UTC
[qemu-mainline test] 100497: regressions - FAIL
2016-08-16 8:51 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).