kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-04-18 14:23:54 to 2016-04-21 12:37:32 UTC [more...]

Major KVM issues with kernel 4.5 on the host
 2016-04-21 12:37 UTC  (9+ messages)

[PATCH v3] KVM: remove buggy vcpu id check on vcpu creation
 2016-04-21 12:26 UTC  (11+ messages)

[PATCH] kvm-pr: manage illegal instructions
 2016-04-21  9:25 UTC  (2+ messages)

[PATCH 0/9] x86: Cleanup low-level arch code
 2016-04-21  6:37 UTC  (17+ messages)
` [PATCH 1/9] Remove unused and unnecessary PHYS32 macro
` [PATCH 2/9] Move phys_addr_t type definition to lib/libcflat.h
` [PATCH 3/9] x86: Introduce lib/x86/asm/page.h
` [PATCH 4/9] x86: Introduce lib/x86/asm/io.h
` [PATCH 5/9] x86: Introduce lib/x86/asm/barrier.h
` [PATCH 6/9] x86: Optimize virt_to_phys() and phys_to_virt()
` [PATCH 7/9] io: Introduce generic IO accessors
` [PATCH 8/9] io: Make ioremap() prototype conform to Linux one
` [PATCH 9/9] io/x86: Factor out ioremap()

[kvm-unit-tests PATCH v2] powerpc: don't fail if QEMU does not support alignment exception
 2016-04-20 23:22 UTC  (3+ messages)

[RFC v1 06/12] cpus: pass CPUState to run_on_cpu helpers
 2016-04-20 19:50 UTC  (3+ messages)

[PULL 0/4] KVM: s390 patches for kvm/next
 2016-04-20 16:41 UTC  (6+ messages)
` [PULL 1/4] KVM: s390/perf: provide additional sigp events
` [PULL 2/4] KVM: s390: implement has_attr for FLIC
` [PULL 3/4] KVM: s390: document FLIC behavior on unsupported
` [PULL 4/4] KVM: s390: add clear I/O irq operation for FLIC

[PATCH RFC] fixup! virtio: convert to use DMA api
 2016-04-20 15:43 UTC  (29+ messages)

[PATCH v2] KVM: remove buggy vcpu id check on vcpu creation
 2016-04-20 15:41 UTC  (3+ messages)
` [Qemu-ppc] "

[PATCH] KVM: remove buggy vcpu id check on vcpu creation
 2016-04-20 15:21 UTC  (4+ messages)

[PATCH kvm-unit-tests] cscope: fix database generation
 2016-04-20 14:45 UTC  (10+ messages)

[PATCH v7 0/6] KVM: arm64: Implement API for vGICv3 live migration
 2016-04-20 13:28 UTC  (7+ messages)
` [PATCH v7 1/6] KVM: arm/arm64: Add VGICv3 save/restore API documentation

[kvm-unit-tests PATCH 0/2] Fix TOC value in exception handler
 2016-04-20 10:28 UTC  (9+ messages)
` [kvm-unit-tests PATCH 1/2] powerpc: use well known kernel start address
` [kvm-unit-tests PATCH 2/2] powerpc: restore TOC pointer

[kvm-unit-tests PATCH] cscope: be warn free
 2016-04-20  9:47 UTC 

[kvm-unit-test PATCH v2] powerpc: Add emulator test for the lswi instruction
 2016-04-20  9:24 UTC  (3+ messages)

[RFC Design Doc]Speed up live migration by skipping free pages
 2016-04-20  8:10 UTC  (18+ messages)

[kvm-unit-tests PATCH] powerpc: don't fail if QEMU does not support alignment exception
 2016-04-20  6:52 UTC  (2+ messages)

[PATCH kernel 0/2] speed up live migration by skipping free pages
 2016-04-20  1:41 UTC  (13+ messages)
` [PATCH kernel 1/2] mm: add the related functions to build the free page bitmap
` [PATCH kernel 2/2] virtio-balloon: extend balloon driver to support the new feature

[Bug 116731] New: KVM guest fails to boot OVMF firmware with SMP enabled
 2016-04-19 22:04 UTC  (4+ messages)
` [Bug 116731] "

[kvm-unit-tests PATCH v2 0/8] arm: fix building by adding a feature
 2016-04-19 16:37 UTC  (10+ messages)
` [kvm-unit-tests PATCH v2 1/8] x86: change exit to abort again
` [kvm-unit-tests PATCH v2 2/8] x86: trivial: there's no dump_stack.o
` [kvm-unit-tests PATCH v2 3/8] pretty_print_stacks: keep the 'STACK:' line
` [kvm-unit-tests PATCH v2 4/8] pretty_print_stacks: use elf file for the kernel
` [kvm-unit-tests PATCH v2 5/8] pretty_print_stacks: addr2line may need a cross prefix
` [kvm-unit-tests PATCH v2 6/8] stack: share api prototypes
` [kvm-unit-tests PATCH v2 7/8] stack: copy common asm/stack.h bits to all arches
` [kvm-unit-tests PATCH v2 8/8] arm: stack: add dump_stack support

[PATCH QEMU 0/5] spee up live migration by skipping free pages
 2016-04-19 16:32 UTC  (10+ messages)
` [PATCH QEMU 1/5] bitmap: Add a new bitmap_move function
` [PATCH QEMU 2/5] kvm: Add two new arch specific functions
` [PATCH QEMU 3/5] virtio-balloon: Add a new feature to balloon device
` [PATCH QEMU 4/5] migration: filter out free pages during live migration
` [PATCH QEMU 5/5] migration: Add the interface for cache drop control
  ` [Qemu-devel] "

[PATCH] KVM: x86: Add three MSRs to the list of ignored MSRs
 2016-04-19 16:10 UTC  (7+ messages)

[kvm-unit-tests PATCH 0/8] arm: fix building by adding a feature
 2016-04-19 15:55 UTC  (20+ messages)
` [kvm-unit-tests PATCH 1/8] x86: change exit to abort again
` [kvm-unit-tests PATCH 2/8] x86: trivial: there's no dump_stack.o
` [kvm-unit-tests PATCH 3/8] pretty_print_stacks: keep the 'STACK:' line
` [kvm-unit-tests PATCH 4/8] pretty_print_stacks: use elf file for the kernel
` [kvm-unit-tests PATCH 5/8] pretty_print_stacks: addr2line may need a cross prefix
` [kvm-unit-tests PATCH 6/8] stack: share api prototypes
` [kvm-unit-tests PATCH 7/8] stack: copy common asm/stack.h bits to all arches
` [kvm-unit-tests PATCH 8/8] arm: stack: add dump_stack support

[PATCH kvm-unit-tests v3 0/9] Improve the output of test runners
 2016-04-19 13:46 UTC  (24+ messages)
` [PATCH v3 1/9] lib/report: allow test skipping
` [PATCH v3 2/9] x86/*: report skipped tests
` [PATCH v3 4/9] x86/pmu: expect failure with nmi_watchdog
` [PATCH v3 5/9] lib/report: don't print 0 failed tests
` [PATCH v3 6/9] scripts/runtime: skip tests that cannot run
` [PATCH v3 7/9] scripts/runtime: consolidate summary tags
` [PATCH v3 8/9] run_tests: print summary
` [PATCH v3 9/9] run_tests: log stderr

[PATCH 00/45] KVM: arm/arm64: Rework virtual GIC emulation
 2016-04-19 13:12 UTC  (9+ messages)
` [PATCH 24/45] KVM: arm/arm64: vgic-new: Add GICv3 CTLR, IIDR, TYPER handlers
` [PATCH 26/45] KVM: arm/arm64: vgic-new: Add GICv3 IDREGS register handler
` [PATCH 28/45] KVM: arm/arm64: vgic-new: Add GICv3 SGI system register trap handler

[PATCH 00/45] KVM: arm/arm64: Rework virtual GIC emulation
 2016-04-19 12:04 UTC  (3+ messages)

[RFC v6 06/10] PCI: Add a new PCI_BUS_FLAGS_MSI_REMAP flag
 2016-04-19 11:13 UTC  (3+ messages)

[PATCH RFC 0/3] virtio-pci: iommu support
 2016-04-19  9:58 UTC  (6+ messages)
` [PATCH RFC 2/3] vfio: report group noiommu status
` [PATCH RFC 3/3] vfio: add virtio pci quirk

[kvm-unit-tests PATCH] powerpc: Add SPRs migration test
 2016-04-19  8:20 UTC  (8+ messages)

عزيزي العميل,
 2016-04-19  8:04 UTC 

[PART1 RFC v4 00/11] KVM: x86: Introduce SVM AVIC support
 2016-04-18 22:01 UTC  (10+ messages)
` [PART1 RFC v4 01/11] KVM: x86: Misc LAPIC changes to expose helper functions
` [PART1 RFC v4 02/11] KVM: x86: Introducing kvm_x86_ops VM init/uninit hooks

Greetings!!!
 2016-04-18 20:11 UTC 

Greetings!!!
 2016-04-18 17:42 UTC 


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