messages from 2015-12-10 03:16:13 to 2015-12-15 09:10:26 UTC [more...]
[PATCH 00/11] KVM: x86: track guest page access
2015-12-15 9:10 UTC (17+ messages)
` [PATCH 04/11] KVM: page track: add the framework of guest page tracking
` [PATCH 05/11] KVM: page track: introduce kvm_page_track_{add,remove}_page
` [PATCH 06/11] KVM: MMU: let page fault handler be aware tracked page
` [PATCH 08/11] KVM: MMU: use page track for non-leaf shadow pages
` [PATCH 09/11] KVM: MMU: simplify mmu_need_write_protect
[PATCH v7 00/19] KVM: ARM64: Add guest PMU support
2015-12-15 8:49 UTC (20+ messages)
` [PATCH v7 01/19] ARM64: Move PMU register related defines to asm/pmu.h
` [PATCH v7 02/19] KVM: ARM64: Define PMU data structure for each vcpu
` [PATCH v7 03/19] KVM: ARM64: Add offset defines for PMU registers
` [PATCH v7 04/19] KVM: ARM64: Add access handler for PMCR register
` [PATCH v7 05/19] KVM: ARM64: Add access handler for PMSELR register
` [PATCH v7 06/19] KVM: ARM64: Add access handler for PMCEID0 and PMCEID1 register
` [PATCH v7 07/19] KVM: ARM64: PMU: Add perf event map and introduce perf event creating function
` [PATCH v7 08/19] KVM: ARM64: Add access handler for event typer register
` [PATCH v7 09/19] KVM: ARM64: Add access handler for event counter register
` [PATCH v7 10/19] KVM: ARM64: Add access handler for PMCNTENSET and PMCNTENCLR register
` [PATCH v7 11/19] KVM: ARM64: Add access handler for PMINTENSET and PMINTENCLR register
` [PATCH v7 12/19] KVM: ARM64: Add access handler for PMOVSSET and PMOVSCLR register
` [PATCH v7 13/19] KVM: ARM64: Add access handler for PMSWINC register
` [PATCH v7 14/19] KVM: ARM64: Add helper to handle PMCR register bits
` [PATCH v7 15/19] KVM: ARM64: Add access handler for PMUSERENR register
` [PATCH v7 16/19] KVM: ARM64: Add PMU overflow interrupt routing
` [PATCH v7 17/19] KVM: ARM64: Reset PMU state when resetting vcpu
` [PATCH v7 18/19] KVM: ARM64: Free perf event of PMU when destroying vcpu
` [PATCH v7 19/19] KVM: ARM64: Add a new kvm ARM PMU device
kvmclock doesn't work, help?
2015-12-15 8:42 UTC (16+ messages)
[PATCH v3 0/4] Add virtio transport for AF_VSOCK
2015-12-15 8:19 UTC (13+ messages)
` [PATCH v3 1/4] VSOCK: Introduce virtio-vsock-common.ko
` [PATCH v3 2/4] VSOCK: Introduce virtio-vsock.ko
` [PATCH v3 3/4] VSOCK: Introduce vhost-vsock.ko
` [PATCH v3 4/4] VSOCK: Add Makefile and Kconfig
ARM64/KVM: Bad page state in process iperf
2015-12-15 3:46 UTC
[PATCH] KVM: x86: Add lowest-priority support for vt-d posted-interrupts
2015-12-15 1:52 UTC (7+ messages)
[Patch V2 1/2] x86,mce: Basic support to add LMCE support to QEMU
2015-12-15 0:17 UTC (10+ messages)
` [Patch V2 2/2] x86, mce: Need to translate GPA to HPA to inject error in guest
` [Qemu-devel] [Patch V2 1/2] x86, mce: Basic support to add LMCE support to QEMU
` "
[RFC PATCH 0/3] x86: Add support for guest DMA dirty page tracking
2015-12-14 22:32 UTC (16+ messages)
` [RFC PATCH 1/3] swiotlb: Fold static unmap and sync calls into calling functions
` [RFC PATCH 2/3] xen/swiotlb: "
` [RFC PATCH 3/3] x86: Create dma_mark_dirty to dirty pages used for DMA by VM guest
[PATCH kvm-unit-tests 0/6] Improve the output of test runners
2015-12-14 22:20 UTC (13+ messages)
` [PATCH kvm-unit-tests 1/6] lib/report: allow test skipping
` [PATCH kvm-unit-tests 2/6] x86/*: report skipped tests
` [PATCH kvm-unit-tests 3/6] x86/pmu: expect failure with nmi_watchdog
` [PATCH kvm-unit-tests 4/6] run_tests: generalize check
` [PATCH kvm-unit-tests 5/6] x86/hyperv_synic: check for support before testing
` [PATCH kvm-unit-tests 6/6] run_tests: print summary
[PATCH v1] kvm/x86: Remove Hyper-V SynIC timer stopping
2015-12-14 17:01 UTC (4+ messages)
[PATCH] KVM: MTRR: fix fixed MTRR segment look up
2015-12-14 16:07 UTC (4+ messages)
[Bug 107561] New: 4.2 breaks PCI passthrough in QEMU/KVM
2015-12-14 15:56 UTC (8+ messages)
` [Bug 107561] "
[PATCH 0/1] virtio/s390: one fix
2015-12-14 15:25 UTC (3+ messages)
[PATCH] KVM: VMX: Fix host initiated access to guest MSR_TSC_AUX
2015-12-14 15:13 UTC
[PATCH] target-i386: check vcpu features before accessing MSR_TSC_AUX
2015-12-14 13:55 UTC (4+ messages)
[PATCH] vgaarb: fix signal handling in vga_get()
2015-12-14 12:13 UTC (6+ messages)
[PATCH v3 00/22] arm64: KVM: Rewriting the world switch in C
2015-12-14 11:07 UTC (21+ messages)
` [PATCH v3 02/22] arm64: KVM: Add a HYP-specific header file
` [PATCH v3 03/22] arm64: KVM: Implement vgic-v2 save/restore
` [PATCH v3 04/22] KVM: arm/arm64: vgic-v3: Make the LR indexing macro public
` [PATCH v3 05/22] arm64: KVM: Implement vgic-v3 save/restore
` [PATCH v3 06/22] arm64: KVM: Implement timer save/restore
` [PATCH v3 07/22] arm64: KVM: Implement system register save/restore
` [PATCH v3 10/22] arm64: KVM: Implement guest entry
` [PATCH v3 11/22] arm64: KVM: Add patchable function selector
` [PATCH v3 22/22] arm64: KVM: Remove weak attributes
[PATCH backport v3.10 1/4] MIPS: KVM: Fix ASID restoration logic
2015-12-14 10:36 UTC (5+ messages)
` [PATCH backport v3.12..v3.14 2/4] "
` [PATCH backport v3.10..v3.14 3/4] MIPS: KVM: Fix CACHE immediate offset sign extension
` [PATCH backport v3.10..v3.14 4/4] MIPS: KVM: Uninit VCPU in vcpu_create error path
[RFC PATCH V2 00/10] Qemu: Add live migration support for SRIOV NIC
2015-12-14 9:26 UTC (23+ messages)
` live migration vs device assignment (was Re: [RFC PATCH V2 00/10] Qemu: Add live migration support for SRIOV NIC)
` live migration vs device assignment (motivation)
` [Qemu-devel] "
[Bug 102301] New: Shutting down a Windowvs 10 virtual machine (with VGA passthrough) causes a hard crash, every time
2015-12-13 10:12 UTC (4+ messages)
` [Bug 102301] "
[PATCH v2] vhost: replace % with & on data path
2015-12-13 0:01 UTC (3+ messages)
[PATCH kvm-unit-tests] x86: always inline functions called after set_exception_return
2015-12-11 18:05 UTC (3+ messages)
[PATCH 0/5] x86: KVM vdso and clock improvements
2015-12-11 18:03 UTC (14+ messages)
` [PATCH 2/5] x86, vdso, pvclock: Simplify and speed up the vdso pvclock reader
` [PATCH 3/5] x86/vdso: Get pvclock data from the vvar VMA instead of the fixmap
` [PATCH 4/5] x86/vdso: Remove pvclock fixmap machinery
` [PATCH] x86/platform/uv: Include clocksource.h for clocksource_touch_watchdog()
` [PATCH 5/5] x86/vdso: Enable vdso pvclock access on all vdso variants
[PATCH] kvm: x86: move tracepoints outside extended quiescent state
2015-12-11 13:02 UTC (8+ messages)
[GIT PULL] Please pull my kvm-ppc-fixes branch
2015-12-11 11:30 UTC (2+ messages)
[PATCH 01/11] qapi: Rename qjson.h to qobject-json.h
2015-12-11 11:00 UTC (2+ messages)
[PATCH] KVM: arm/arm64: vgic: Fix kvm_vgic_map_is_active's dist check
2015-12-11 9:16 UTC (2+ messages)
[RFC PATCH 0/3] vfio-pci: Allow to mmap sub-page MMIO BARs and MSI-X table on PPC64 platform
2015-12-11 8:53 UTC (4+ messages)
` [RFC PATCH 1/3] powerpc/pci: Enforce all MMIO BARs to be page aligned
` [RFC PATCH 2/3] vfio-pci: Allow to mmap sub-page MMIO BARs if all MMIO BARs are "
` [RFC PATCH 3/3] vfio-pci: Allow to mmap MSI-X table if EEH is supported
Review
2015-12-10 11:14 UTC
x86: Don't report guest userspace emulation error to userspace, why ?
2015-12-10 20:35 UTC (7+ messages)
[PATCH v2] kvm: x86: move tracepoints outside extended quiescent state
2015-12-10 18:16 UTC
freeze host when injecting NMIs in the guest, at least in 4.4-rc4+
2015-12-10 17:34 UTC (4+ messages)
[PATCH v6 00/21] KVM: ARM64: Add guest PMU support
2015-12-10 13:23 UTC (6+ messages)
` [PATCH v6 10/21] KVM: ARM64: Add access handler for PMEVCNTRn and PMCCNTR register
[PATCH v9 0/5] implement vNVDIMM
2015-12-10 3:11 UTC (2+ messages)
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).