messages from 2016-11-30 03:24:51 to 2016-12-01 13:20:22 UTC [more...]
[PATCH 0/3] Support the latest version of qemu COLO
2016-12-01 13:20 UTC (7+ messages)
` [PATCH 1/3] Don't create default ioreq server
` [PATCH 2/3] Add Xen colo support for qemu-upstream colo codes
` [PATCH 3/3] Add COLO replication top-id support
[PATCH for-4.9 v3 00/24] XSA-191 followup
2016-12-01 13:15 UTC (57+ messages)
` [PATCH v3 01/24] x86/shadow: Fix #PFs from emulated writes crossing a page boundary
` [PATCH v3 02/24] x86/emul: Drop X86EMUL_CMPXCHG_FAILED
` [PATCH v3 03/24] x86/emul: Simplfy emulation state setup
` [PATCH v3 04/24] x86/emul: Rename hvm_trap to x86_event and move it into the emulation infrastructure
` [PATCH v3 05/24] x86/emul: Rename HVM_DELIVER_NO_ERROR_CODE to X86_EVENT_NO_EC
` [PATCH v3 06/24] x86/pv: Implement pv_inject_{event, page_fault, hw_exception}()
` [PATCH v3 07/24] x86/emul: Clean up the naming of the retire union
` [PATCH v3 08/24] x86/emul: Correct the behaviour of pop %ss and interrupt shadowing
` [PATCH v3 09/24] x86/emul: Provide a wrapper to x86_emulate() to ASSERT() certain behaviour
` [PATCH v3 10/24] x86/emul: Always use fault semantics for software events
` [PATCH v3 11/24] x86/emul: Implement singlestep as a retire flag
` [PATCH v3 12/24] x86/emul: Remove opencoded exception generation
` [PATCH v3 13/24] x86/emul: Rework emulator event injection
` [PATCH v3 14/24] x86/vmx: Use hvm_{get, set}_segment_register() rather than vmx_{get, set}_segment_register()
` [PATCH v3 15/24] x86/hvm: Reposition the modification of raw segment data from the VMCB/VMCS
` [PATCH v3 16/24] x86/emul: Avoid raising faults behind the emulators back
` [PATCH v3 17/24] x86/pv: "
` [PATCH v3 18/24] x86/shadow: "
` [PATCH v3 19/24] x86/hvm: Extend the hvm_copy_*() API with a pagefault_info pointer
` [PATCH v3 20/24] x86/hvm: Reimplement hvm_copy_*_nofault() in terms of no pagefault_info
` [PATCH v3 21/24] x86/hvm: Rename hvm_copy_*_guest_virt() to hvm_copy_*_guest_linear()
` [PATCH v3 22/24] x86/hvm: Avoid __hvm_copy() raising #PF behind the emulators back
` [PATCH v3 23/24] x86/emul: Prepare to allow use of system segments for memory references
` [PATCH v3 24/24] x86/emul: Use system-segment relative memory accesses
[PATCH v10 00/13] x86: multiboot2 protocol support
2016-12-01 13:13 UTC (17+ messages)
` [PATCH v10 01/13] x86: add "
` [PATCH v10 02/13] efi: create efi_enabled()
` [PATCH v10 03/13] x86: allow EFI reboot method neither on EFI platforms
` [PATCH v10 04/13] x86: properly calculate xen ELF end of image address
` [PATCH v10 05/13] efi: build xen.gz with EFI code
` [PATCH v10 06/13] efi: create new early memory allocator
` [PATCH v10 07/13] x86: add multiboot2 protocol support for EFI platforms
` [PATCH v10 08/13] x86/boot: implement early command line parser in C
` [PATCH v10 09/13] x86: change default load address from 1 MiB to 2 MiB
` [PATCH v10 10/13] x86/setup: use XEN_IMG_OFFSET instead of
` [PATCH v10 11/13] x86: make Xen early boot code relocatable
` [PATCH v10 12/13] x86/boot: rename sym_phys() to sym_offs()
` [PATCH v10 13/13] x86: add multiboot2 protocol support for relocatable images
[PATCH] tools/libacpi: set FADT boot flag to notify lack of VGA for PVHv2 guests
2016-12-01 13:09 UTC (2+ messages)
[PATCH v5 3/3] Significant changes to decision making; some new roles and minor changes
2016-12-01 12:47 UTC (3+ messages)
IO APIC interrupt stuck with irr=1 (was: Re: [Xen-users] xen hypervisor does not like my Dom0 LVM partition: I/O Errors)
2016-12-01 12:21 UTC (2+ messages)
[PATCH] AMD IOMMU: Support IOAPIC IDs larger than 128
2016-12-01 11:58 UTC (2+ messages)
[xtf test] 102740: all pass - PUSHED
2016-12-01 11:28 UTC
[PATCH v4 00/14] Initial PVHv2 Dom0 support
2016-12-01 11:25 UTC (17+ messages)
` [PATCH v4 01/14] xen/x86: remove XENFEAT_hvm_pirqs for PVHv2 guests
` [PATCH v4 02/14] xen/x86: fix return value of *_set_allocation functions
` [PATCH v4 03/14] xen/x86: allow calling {shadow/hap}_set_allocation with the idle domain
` [PATCH v4 04/14] x86/paging: introduce paging_set_allocation
` [PATCH v4 05/14] xen/x86: split the setup of Dom0 permissions to a function
` [PATCH v4 06/14] x86/vtd: refuse to enable IOMMU if the PCI scan fails
` [PATCH v4 07/14] x86/iommu: add IOMMU entries for p2m_mmio_direct pages
` [PATCH v4 08/14] xen/x86: allow the emulated APICs to be enabled for the hardware domain
` [PATCH v4 09/14] xen/x86: split Dom0 build into PV and PVHv2
` [PATCH v4 10/14] xen/x86: populate PVHv2 Dom0 physical memory map
` [PATCH v4 11/14] xen/x86: parse Dom0 kernel for PVHv2
` [PATCH v4 12/14] x86/PVHv2: fix dom0_max_vcpus so it's capped to 128 for PVHv2 Dom0
` [PATCH v4 13/14] xen/x86: hack to setup PVHv2 Dom0 CPUs
` [PATCH v4 14/14] xen/x86: setup PVHv2 Dom0 ACPI tables
[DOC v1] Xen transport for 9pfs
2016-12-01 10:56 UTC (3+ messages)
Xen ARM - Exposing a PL011 to the guest
2016-12-01 10:26 UTC (5+ messages)
[linux-4.1 test] 102733: regressions - FAIL
2016-12-01 9:52 UTC
[distros-debian-wheezy test] 68133: all pass
2016-12-01 9:51 UTC
[ovmf baseline-only test] 68132: all pass
2016-12-01 9:32 UTC
[linux-3.18 test] 102732: regressions - FAIL
2016-12-01 7:13 UTC
[xen-4.4-testing test] 102730: regressions - trouble: blocked/broken/fail/pass
2016-12-01 6:24 UTC
Xen ARM small task (WAS: Re: [Xen Question])
2016-12-01 2:07 UTC (17+ messages)
[PATCH] xen/arm: Fix misplaced parentheses for PSCI version check
2016-12-01 2:06 UTC (4+ messages)
[xen-4.5-testing baseline-only test] 68129: regressions - FAIL
2016-12-01 2:02 UTC
tap device name for emulated NIC too long
2016-12-01 1:38 UTC
[RFC PATCH 00/24] [FOR 4.9] arm64: Dom0 ITS emulation
2016-12-01 1:19 UTC (12+ messages)
` [RFC PATCH 21/24] ARM: vITS: handle INVALL command
[ARM] Handling CMA pool device nodes in Dom0
2016-12-01 0:12 UTC (3+ messages)
[ovmf test] 102727: all pass - PUSHED
2016-12-01 0:02 UTC
[libvirt test] 102726: tolerable all pass - PUSHED
2016-11-30 22:55 UTC
[xen-4.7-testing test] 102725: regressions - FAIL
2016-11-30 22:52 UTC
[RFD] OP-TEE (and probably other TEEs) support
2016-11-30 21:53 UTC (5+ messages)
How to Build Xen for UEFI native boot
2016-11-30 21:03 UTC (2+ messages)
[xen-4.6-testing test] 102723: regressions - FAIL
2016-11-30 20:03 UTC
[PATCH 02/36] qdict: Add convenience helpers for wrapped puts
2016-11-30 19:44 UTC
[distros-debian-squeeze test] 68128: tolerable FAIL
2016-11-30 19:26 UTC
DomU application crashes while mmap'ing device memory on x86_64
2016-11-30 19:24 UTC (5+ messages)
[COVERITY ACCESS] for Embedded/Automotive team
2016-11-30 19:21 UTC (20+ messages)
[PATCH] arm/acpi: hide watchdog timer in GTDT table for dom0
2016-11-30 19:07 UTC (18+ messages)
[ovmf baseline-only test] 68127: all pass
2016-11-30 19:01 UTC
[xen-4.6-testing baseline-only test] 68126: regressions - FAIL
2016-11-30 18:42 UTC
[qemu-mainline test] 102722: tolerable FAIL - PUSHED
2016-11-30 18:16 UTC
[PATCH v9 00/13] x86: multiboot2 protocol support
2016-11-30 17:21 UTC (9+ messages)
` [PATCH v9 07/13] x86: add multiboot2 protocol support for EFI platforms
[PATCH RFC] Add size alignment to page allocator
2016-11-30 16:45 UTC (6+ messages)
` [PATCH RFC 1/2] xen/page_alloc: Add size_align parameter to provide MFNs which are size aligned
` [PATCH RFC 2/2] xen-swiotlb: Provide size aligned DMA addresses
[PATCH v3.1 00/15] Initial PVHv2 Dom0 support
2016-11-30 16:38 UTC (17+ messages)
` [PATCH v3.1 07/15] xen/x86: do the PCI scan unconditionally
` [PATCH v3.1 15/15] xen/x86: setup PVHv2 Dom0 ACPI tables
[xen-4.5-testing test] 102721: tolerable FAIL - PUSHED
2016-11-30 15:33 UTC
[OSSTEST PATCH 1/2] Executive database: set isolation level in Perl
2016-11-30 14:30 UTC (2+ messages)
` [OSSTEST PATCH 2/2] Executive database: stub out use of LOCK TABLES
[PATCH v2] xen/arm: Add support for 16 bit VMIDs
2016-11-30 13:31 UTC (3+ messages)
[xen-unstable test] 102720: regressions - FAIL
2016-11-30 13:26 UTC
[PATCH for-4.9 v2 00/19] XSA-191 followup
2016-11-30 13:17 UTC (6+ messages)
` [PATCH v2 06/19] x86/pv: Implement pv_inject_{event, page_fault, hw_exception}()
xen-4.8-rc7 in Stretch with linux-image 4.8 fails to boot domU with pv-grub
2016-11-30 11:59 UTC (3+ messages)
[PATCH v3 00/15] Enable L2 Cache Allocation Technology
2016-11-30 10:22 UTC (9+ messages)
` [PATCH v3 04/15] x86: refactor psr: Encapsulate 'cbm_len' and 'cbm_max'
[xen-unstable-coverity test] 102731: all pass - PUSHED
2016-11-30 10:04 UTC
[PATCH v14] sndif: add ABI for para-virtual sound
2016-11-30 9:07 UTC (10+ messages)
` [PATCH v14] This is the ABI for the two halves of a para-virtualized sound driver to communicate with each to other
[qemu-upstream-4.6-testing baseline-only test] 68124: tolerable FAIL
2016-11-30 8:19 UTC
[xen-4.4-testing test] 102718: regressions - FAIL
2016-11-30 7:51 UTC
PV and HVM domains left as zombies with grants [was: Re: AW: Payed Xen Admin]
2016-11-30 7:07 UTC (3+ messages)
[PATCH KERNEL] xen/events: use xen_vcpu_id mapping for EVTCHNOP_status
2016-11-30 6:46 UTC
[PATCH 1/2] x86: Make E820_X_MAX unconditionally larger than E820MAX
2016-11-30 6:21 UTC (4+ messages)
` [PATCH 2/2] xen/x86: Increase xen_e820_map to E820_X_MAX possible entries
Patch set from XSA-157 (CVE-2015-8551 & CVE-2015-8552) missing in 3.10 and incomplete in 3.18 and 4.1 stable tree
2016-11-30 5:32 UTC
[qemu-upstream-4.5-testing test] 102714: regressions - trouble: blocked/broken/fail/pass
2016-11-30 5:28 UTC
[ovmf test] 102715: all pass - PUSHED
2016-11-30 4:31 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).