kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-02-12 10:36:24 to 2016-02-15 09:59:37 UTC [more...]

[kvm-unit-tests PATCH v3 00/17] ppc64: initial drop
 2016-02-15  9:59 UTC  (34+ messages)
` [kvm-unit-tests PATCH v3 01/17] arm/arm64: trivial: another assert fix
` [kvm-unit-tests PATCH v3 02/17] Makefile: cscope: also look in arch shared asm
` [kvm-unit-tests PATCH v3 03/17] lib: asm-generic: add missing casts
` [kvm-unit-tests PATCH v3 04/17] devicetree: fix dt_get_memory_params
` [kvm-unit-tests PATCH v3 05/17] arm/arm64: setup improvements
` [kvm-unit-tests PATCH v3 06/17] lib: share arm-selftest utility functions
` [kvm-unit-tests PATCH v3 07/17] config: no need to mix arch makefiles
` [kvm-unit-tests PATCH v3 08/17] powerpc/ppc64: start skeleton framework
` [kvm-unit-tests PATCH v3 09/17] powerpc/ppc64: ppc-ify makefiles and linker script
` [kvm-unit-tests PATCH v3 10/17] powerpc/ppc64: add a boot rom
` [kvm-unit-tests PATCH v3 11/17] powerpc/ppc64: add hcall support and putchar
` [kvm-unit-tests PATCH v3 12/17] powerpc/ppc64: adapt arm's setup
` [kvm-unit-tests PATCH v3 13/17] powerpc/ppc64: relocate linker VMAs
` [kvm-unit-tests PATCH v3 14/17] powerpc/ppc64: add run script and unittests.cfg
` [kvm-unit-tests PATCH v3 15/17] mkstandalone: add support for powerpc
` [kvm-unit-tests PATCH v3 16/17] powerpc/ppc64: add RTAS support
` [kvm-unit-tests PATCH v3 17/17] powerpc/ppc64: make a fake debug-exit

[RFC PATCH v3 0/3] IGD assignment support for QEMU/vfio
 2016-02-15  9:54 UTC  (13+ messages)
` [RFC PATCH v3 1/3] fw/pci: Add support for mapping Intel IGD OpRegion via QEMU
` [RFC PATCH v3 2/3] Further increase maximum size of permanent high memory area
` [RFC PATCH v3 3/3] fw/pci: Allocate IGD stolen memory
                  ` [Qemu-devel] "

[PATCH v3 0/8] NVDIMM ACPI: introduce the framework of QEMU emulated DSM
 2016-02-15  9:19 UTC  (10+ messages)
` [PATCH v3 1/8] acpi: add aml_create_field()
` [PATCH v3 2/8] acpi: add aml_concatenate()
` [PATCH v3 3/8] acpi: allow using object as offset for OperationRegion
` [PATCH v3 4/8] nvdimm acpi: initialize the resource used by NVDIMM ACPI
` [PATCH v3 5/8] nvdimm acpi: introduce patched dsm memory
` [PATCH v3 6/8] nvdimm acpi: let qemu handle _DSM method
` [PATCH v3 7/8] nvdimm acpi: emulate dsm method
` [PATCH v3 8/8] nvdimm acpi: add _CRS

[PATCH v2 00/11] NVDIMM ACPI: introduce the framework of QEMU emulated
 2016-02-15  9:18 UTC  (19+ messages)
` [PATCH v2 02/11] tests: acpi: test NVDIMM tables
` [PATCH v2 03/11] acpi: add aml_create_field()
` [PATCH v2 04/11] acpi: add aml_concatenate()
` [PATCH v2 06/11] nvdimm acpi: initialize the resource used by NVDIMM ACPI
      ` [Qemu-devel] "
  ` [Qemu-devel] [PATCH v2 00/11] NVDIMM ACPI: introduce the framework of QEMU emulated

[PATCH kernel v3 0/7] KVM: PPC: Add in-kernel multitce handling
 2016-02-15  4:08 UTC  (11+ messages)
` [PATCH kernel v3 1/7] powerpc: Make vmalloc_to_phys() public
` [PATCH kernel v3 2/7] KVM: PPC: Rework H_PUT_TCE/H_GET_TCE handlers
` [PATCH kernel v3 3/7] KVM: PPC: Use RCU for arch.spapr_tce_tables
` [PATCH kernel v3 4/7] KVM: PPC: Account TCE-containing pages in locked_vm
` [PATCH kernel v3 5/7] KVM: PPC: Replace SPAPR_TCE_SHIFT with IOMMU_PAGE_SHIFT_4K
` [PATCH kernel v3 6/7] KVM: PPC: Move reusable bits of H_PUT_TCE handler to helpers
` [PATCH kernel v3 7/7] KVM: PPC: Add support for multiple-TCE hcalls

VirtIO-GPU 3D OpenGL Hardware Acceleration for VMs
 2016-02-15  2:47 UTC  (2+ messages)

[kvm-unit-tests PATCH v2 00/14] ppc64: initial drop
 2016-02-14 22:43 UTC  (27+ messages)
` [kvm-unit-tests PATCH v2 01/14] lib: asm-generic: add missing casts
` [kvm-unit-tests PATCH v2 02/14] lib: share arm-selftest utility functions
` [kvm-unit-tests PATCH v2 08/14] powerpc/ppc64: add HV putchar
` [kvm-unit-tests PATCH v2 09/14] powerpc/ppc64: adapt arm's setup
` [kvm-unit-tests PATCH v2 13/14] powerpc/ppc64: add RTAS support
` [kvm-unit-tests PATCH v2 14/14] powerpc/ppc64: HACK: make a fake debug-exit

[PATCH v3 00/11] KVM: x86: track guest page access
 2016-02-14 11:31 UTC  (12+ messages)
` [PATCH v3 01/11] KVM: MMU: rename has_wrprotected_page to mmu_gfn_lpage_is_disallowed
` [PATCH v3 02/11] KVM: MMU: introduce kvm_mmu_gfn_{allow,disallow}_lpage
` [PATCH v3 03/11] KVM: MMU: introduce kvm_mmu_slot_gfn_write_protect
` [PATCH v3 04/11] KVM: page track: add the framework of guest page tracking
` [PATCH v3 05/11] KVM: page track: introduce kvm_page_track_{add,remove}_page
` [PATCH v3 06/11] KVM: MMU: let page fault handler be aware tracked page
` [PATCH v3 07/11] KVM: page track: add notifier support
` [PATCH v3 08/11] KVM: MMU: use page track for non-leaf shadow pages
` [PATCH v3 09/11] KVM: MMU: simplify mmu_need_write_protect
` [PATCH v3 10/11] KVM: MMU: clear write-flooding on the fast path of tracked page
` [PATCH v3 11/11] KVM: MMU: apply page track notifier

[RFC PATCH v2 0/9] vfio: capability chains, sparse mmap, device specific regions, IGD support
 2016-02-13  0:17 UTC  (10+ messages)
` [RFC PATCH v2 1/9] vfio: Add sysfsdev property for pci & platform
` [RFC PATCH v2 2/9] vfio: Wrap VFIO_DEVICE_GET_REGION_INFO
` [RFC PATCH v2 3/9] vfio: Generalize region support
` [RFC PATCH v2 4/9] vfio/pci: Convert all MemoryRegion to dynamic alloc and consistent functions
` [RFC PATCH v2 5/9] linux-headers/vfio: Update for proposed capabilities list
` [RFC PATCH v2 6/9] vfio: Enable sparse mmap capability
` [RFC PATCH v2 7/9] vfio/pci: Intel IGD graphics support
` [RFC PATCH v2 8/9] vfio/pci: Fixup PCI option ROMs
` [RFC PATCH v2 9/9] vfio/pci: Intel IGD stolen memory quirk

[PATCH v2 00/11] vfio: capability chains, sparse mmaps, device specific regions, IGD support
 2016-02-13  0:03 UTC  (12+ messages)
` [PATCH v2 01/11] vfio: Define capability chains
` [PATCH v2 02/11] vfio: Add capability chain helpers
` [PATCH v2 03/11] vfio: Define sparse mmap capability for regions
` [PATCH v2 04/11] vfio/pci: Include sparse mmap capability for MSI-X table regions
` [PATCH v2 05/11] vfio: Define device specific region type capability
` [PATCH v2 06/11] vfio/pci: Add infrastructure for additional device specific regions
` [PATCH v2 07/11] vfio/pci: Enable virtual register in PCI config space
` [PATCH v2 08/11] vfio/pci: Intel IGD OpRegion support
` [PATCH v2 09/11] vfio/pci: Intel IGD host and LCP bridge config space access
` [PATCH v2 10/11] vfio/pci: Hide stolen memory from the user
` [PATCH v2 11/11] vfio/pci: Expose shadow ROM as PCI option ROM

[PATCH] pci: Wait for up to an additional 1000ms after FLR reset
 2016-02-12 23:51 UTC 

[GIT PULL 00/18] KVM: s390: Fixes and features for kvm/next (4.6)
 2016-02-12 22:25 UTC  (27+ messages)
` [GIT PULL 01/18] KVM: s390: allow sync of fp registers via vregs
` [GIT PULL 02/18] KVM: s390: sync of fp registers via kvm_run
` [GIT PULL 03/18] KVM: s390: PSW forwarding / rewinding / ilc rework
` [GIT PULL 04/18] KVM: s390: migration / injection of prog irq ilc
` [GIT PULL 05/18] KVM: s390: gaccess: introduce access modes
` [GIT PULL 06/18] KVM: s390: gaccess: implement instruction fetching mode
` [GIT PULL 07/18] KVM: s390: read the correct opcode on SIE faults
` [GIT PULL 08/18] KVM: s390: clean up prog irq injection on prog irq icpts
` [GIT PULL 09/18] KVM: s390: irq delivery should not rely on icptcode
` [GIT PULL 10/18] KVM: s390: provide prog irq ilc on SIE faults
` [GIT PULL 11/18] KVM: s390: instruction-fetching exceptions "
` [GIT PULL 12/18] KVM: s390: remove old fragment of vector registers
` [GIT PULL 13/18] KVM: s390: add documentation of KVM_S390_VM_TOD
` [GIT PULL 14/18] KVM: s390: add documentation of KVM_S390_VM_CRYPTO
` [GIT PULL 15/18] KVM: s390: usage hint for adapter mappings
` [GIT PULL 16/18] KVM: s390: do not take mmap_sem on dirty log query
` [GIT PULL 17/18] KVM: s390: do not block CPU on dirty logging
` [GIT PULL 18/18] KVM: s390: bail out early on fatal signal in "

[PATCH 00/33] Compile-time stack metadata validation
 2016-02-12 20:10 UTC  (8+ messages)

[PART1 RFC 0/9] KVM: x86: Introduce SVM AVIC support
 2016-02-12 20:05 UTC  (29+ messages)
` [PART1 RFC 1/9] KVM: x86: Misc LAPIC changes to exposes helper functions
` [PART1 RFC 2/9] svm: Introduce new AVIC VMCB registers
` [PART1 RFC 3/9] svm: clean up V_TPR, V_IRQ, V_INTR_PRIO, and V_INTR_MASKING
` [PART1 RFC 4/9] KVM: x86: Detect and Initialize AVIC support
` [PART1 RFC 5/9] svm: Add VMEXIT handlers for AVIC
` [PART1 RFC 6/9] svm: Add interrupt injection via AVIC
` [PART1 RFC 7/9] svm: Do not expose x2APIC when enable AVIC
` [PART1 RFC 8/9] svm: Do not intercept CR8 "
` [PART1 RFC 9/9] svm: Manage vcpu load/unload "

[PATCH] vfio: fix link failures when CONFIG_PCI_MSI is disabled
 2016-02-12 18:17 UTC  (2+ messages)

[PATCH] kvm: do not SetPageDirty from kvm_set_pfn_dirty for file mappings
 2016-02-12 18:12 UTC  (3+ messages)

[Bug 64601] New: Whole system crashes when sharing network card in virtual PC only on kernel 3.11
 2016-02-12 17:52 UTC  (2+ messages)
` [Bug 64601] "

KVH call for agenda for 2016-02-16
 2016-02-12 17:28 UTC  (3+ messages)

KVM: x86: Add lowest-priority support for vt-d posted-interrupts
 2016-02-12 14:32 UTC  (5+ messages)
` [PATCH] KVM: x86: fix *NULL on invalid low-prio irq

[PATCH v3 0/5] KVM: Hyper-V VMBus hypercalls
 2016-02-12 13:16 UTC  (5+ messages)
` [PATCH v3 2/5] drivers/hv: Move VMBus hypercall codes into Hyper-V UAPI header


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