kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-07-30 11:44:05 to 2015-08-04 17:38:07 UTC [more...]

[PATCH v3 00/11] arm/arm64: KVM: Active interrupt state switching for shared devices
 2015-08-04 17:38 UTC  (21+ messages)
` [PATCH v3 04/11] KVM: arm/arm64: vgic: Allow HW irq to be encoded in LR
` [PATCH v3 06/11] KVM: arm/arm64: vgic: Allow dynamic mapping of physical/virtual interrupts
` [PATCH v3 07/11] KVM: arm/arm64: vgic: Allow HW interrupts to be queued to a guest
` [PATCH v3 09/11] KVM: arm/arm64: vgic: Prevent userspace injection of a mapped interrupt
` [PATCH v3 10/11] KVM: arm/arm64: timer: Allow the timer to control the active state
` [PATCH v3 11/11] KVM: arm/arm64: vgic: Allow HW interrupts for non-shared devices

[PATCH] KVM: MTRR: Use default type for non-MTRR-covered gfn before WARN_ON
 2015-08-04 16:58 UTC 

[kvm-unit-tests PATCH 00/14] ppc64: initial drop
 2015-08-04 13:21 UTC  (31+ messages)
` [kvm-unit-tests PATCH 01/14] lib: asm-generic: add missing casts
` [kvm-unit-tests PATCH 02/14] lib: share arm-selftest utility functions
` [kvm-unit-tests PATCH 03/14] config: no need to mix arch makefiles
` [kvm-unit-tests PATCH 04/14] powerpc/ppc64: start skeleton framework
` [kvm-unit-tests PATCH 05/14] powerpc/pp64: ppc-ify makefiles and linker script
` [kvm-unit-tests PATCH 06/14] powerpc/ppc64: add boot rom source
` [kvm-unit-tests PATCH 07/14] powerpc/ppc64: add bootloader to bounce into memory
` [kvm-unit-tests PATCH 08/14] powerpc/ppc64: add HV putchar
` [kvm-unit-tests PATCH 09/14] powerpc/ppc64: adapt arm's setup
` [kvm-unit-tests PATCH 10/14] powerpc/ppc64: relocate linker VMAs
` [kvm-unit-tests PATCH 11/14] powerpc/ppc64: add rtas_power_off
` [kvm-unit-tests PATCH 12/14] scripts: add exit code snooper
` [kvm-unit-tests PATCH 13/14] powerpc/ppc64: add run script and unittests.cfg
` [kvm-unit-tests PATCH 14/14] mkstandalone: add support for powerpc

[PATCH 0/9] KVM: MMU: fix and improve validation of mmio page fault
 2015-08-04 13:34 UTC  (15+ messages)
` [PATCH 1/9] KVM: MMU: fix "
` [PATCH 2/9] KVM: MMU: move FNAME(is_rsvd_bits_set) to mmu.c
` [PATCH 3/9] KVM: MMU: introduce rsvd_bits_validate
` [PATCH 4/9] KVM: MMU: split reset_rsvds_bits_mask
` [PATCH 5/9] KVM: MMU: split reset_rsvds_bits_mask_ept
` [PATCH 6/9] KVM: MMU: introduce the framework to check reserved bits on sptes
` [PATCH 7/9] KVM: MMU: introduce is_shadow_rsvd_bits_set()
` [PATCH 8/9] KVM: MMU: fully check reserved bits for sptes
` [PATCH 9/9] KVM: VMX: drop ept misconfig check

[PATCH v2 00/10] arm/arm64: KVM: Active interrupt state switching for shared devices
 2015-08-04 12:26 UTC  (9+ messages)
` [PATCH v2 04/10] KVM: arm/arm64: vgic: Allow HW irq to be encoded in LR
` [PATCH v2 10/10] KVM: arm/arm64: vgic: Allow non-shared device HW interrupts

A vulnerability of WindowsGuestDrivers
 2015-08-04  9:25 UTC  (3+ messages)

[kvm-unit-tests PATCH 0/3] tcg is becoming a first class citizen
 2015-08-04  8:05 UTC  (5+ messages)
` [kvm-unit-tests PATCH 1/3] configure: emit HOST=$host to config.mak
` [kvm-unit-tests PATCH 2/3] run_tests: pass test name to run script
` [kvm-unit-tests PATCH 3/3] arm/run: use ACCEL to choose between kvm and tcg

[kvm-unit-tests PATCH v5 00/11] My current MTTCG tests
 2015-08-04  7:30 UTC  (28+ messages)
` [kvm-unit-tests PATCH v5 01/11] arm/run: set indentation defaults for emacs
` [kvm-unit-tests PATCH v5 02/11] README: add some CONTRIBUTING notes
` [kvm-unit-tests PATCH v5 03/11] configure: emit HOST=$host to config.mak
` [kvm-unit-tests PATCH v5 04/11] arm/run: introduce usingkvm var and use it
  ` [Qemu-devel] "
` [kvm-unit-tests PATCH v5 05/11] lib/printf: support the %u unsigned fmt field
  ` [Qemu-devel] "
` [kvm-unit-tests PATCH v5 06/11] lib/arm: add flush_tlb_page mmu function
  ` [Qemu-devel] "
` [kvm-unit-tests PATCH v5 07/11] new arm/tlbflush-test: TLB torture test
  ` [Qemu-devel] "
` [kvm-unit-tests PATCH v5 08/11] arm/unittests.cfg: add the tlbflush tests
  ` [Qemu-devel] "
` [kvm-unit-tests PATCH v5 09/11] arm: query /dev/kvm for maximum vcpus
  ` [Qemu-devel] "
` [kvm-unit-tests PATCH v5 10/11] new: add isaac prng library from CCAN
  ` [Qemu-devel] "
` [kvm-unit-tests PATCH v5 11/11] new: arm/barrier-test for memory barriers
  ` [Qemu-devel] "
` [Qemu-devel] [kvm-unit-tests PATCH v5 00/11] My current MTTCG tests

[PATCH 0/2] KVM: x86: limit interactions between IOAPIC and LAPIC
 2015-08-04  7:21 UTC  (14+ messages)
` [PATCH 1/2] KVM: x86: set TMR when the interrupt is accepted

[kvm-unit-tests PATCH 0/3] tcg is becoming a first class citizen
 2015-08-04  7:18 UTC  (5+ messages)
` [kvm-unit-tests PATCH 1/3] configure: emit HOST=$host to config.mak
` [kvm-unit-tests PATCH 2/3] run_tests: pass test name to run script
` [kvm-unit-tests PATCH 3/3] arm/run: use ACCEL to choose between kvm and tcg

[PATCH v2 00/15] KVM: arm64: GICv3 ITS emulation
 2015-08-04  6:53 UTC  (10+ messages)
` [PATCH v2 14/15] KVM: arm64: implement MSI injection in "

[RFC 0/2] VFIO: Add virtual MSI doorbell support
 2015-08-04  5:52 UTC  (6+ messages)

Tracing guest process
 2015-08-04  2:00 UTC 

[PATCH 00/18] KVM: ARM64: Add guest PMU support
 2015-08-03 19:55 UTC  (11+ messages)
` [PATCH 04/18] KVM: ARM64: Add reset and access handlers for PMCR_EL0 register
` [PATCH 07/18] KVM: ARM64: PMU: Add perf event map and introduce perf event creating function

[PATCH v4 0/5] KVM: irqfd consumer based on IRQ bypass manager
 2015-08-03 17:20 UTC  (6+ messages)
` [PATCH v4 1/5] KVM: x86: select IRQ_BYPASS_MANAGER
` [PATCH v4 2/5] KVM: arm/arm64: "
` [PATCH v4 3/5] KVM: create kvm_irqfd.h
` [PATCH v4 4/5] KVM: introduce kvm_arch functions for IRQ bypass
` [PATCH v4 5/5] KVM: eventfd: add irq bypass consumer management

[RFC PATCH 0/1] iommu: Detach device from domain when removed from group
 2015-08-03 17:04 UTC  (4+ messages)

[v3 0/5] KVM: irqfd consumer based on IRQ bypass manager
 2015-08-03 16:41 UTC  (2+ messages)

[PATCH v3 0/7] KVM: arm/arm64: gsi routing support
 2015-08-03 15:31 UTC  (8+ messages)
` [PATCH v3 1/7] KVM: api: pass the devid in the msi routing entry
` [PATCH v3 2/7] KVM: kvm_host: add devid in kvm_kernel_irq_routing_entry
` [PATCH v3 3/7] KVM: irqchip: convey devid to kvm_set_msi
` [PATCH v3 4/7] KVM: arm/arm64: enable irqchip routing
` [PATCH v3 5/7] KVM: arm/arm64: build a default routing table
` [PATCH v3 6/7] KVM: arm/arm64: enable MSI routing
` [PATCH v3 7/7] KVM: arm: enable KVM_SIGNAL_MSI and "

[PATCH v2 0/7] KVM: arm/arm64: gsi routing support
 2015-08-03  9:11 UTC  (6+ messages)
` [PATCH v2 7/7] KVM: arm: implement kvm_set_msi by gsi direct mapping

[PATCH kvm-unit-tests] x86: fix last commit
 2015-08-02  7:47 UTC  (7+ messages)

[RFC PATCH 0/4] Shared vhost design
 2015-08-01 18:48 UTC  (4+ messages)

[PATCH v5 1/2] perf,kvm/ppc: Add kvm_perf.h for powerpc
 2015-07-31 23:42 UTC 

[PATCH v3 1/3] mm: rename alloc_pages_exact_node to __alloc_pages_node
 2015-07-31 21:45 UTC  (13+ messages)
` [PATCH v3 2/3] mm: unify checks in alloc_pages_node() and __alloc_pages_node()
` [PATCH v3 3/3] mm: use numa_mem_id() in alloc_pages_node()

[PATCH 3.10 89/89] MIPS: KVM: Do not sign extend on unsigned MMIO load
 2015-07-31 19:42 UTC 

[PATCH 3.14 125/125] MIPS: KVM: Do not sign extend on unsigned MMIO load
 2015-07-31 19:42 UTC 

2 times more VMs withOUT KVM
 2015-07-31 18:18 UTC  (3+ messages)

[kvm-unit-tests RFC PATCH] Add MAINTAINERS file
 2015-07-31 15:06 UTC  (4+ messages)

[PATCH kvm-unit-tests] x86: additional debug tests
 2015-07-31 10:43 UTC 

[PATCH v7 1/4] KVM: x86: Split the APIC from the rest of IRQCHIP
 2015-07-31  8:32 UTC  (6+ messages)

[PATCH] vfio: Enable VFIO device for powerpc
 2015-07-31  7:27 UTC  (2+ messages)

[request for stable inclusion][Patch 3.4.y] x86, kvm: use kernel_fpu_begin/end() in kvm_load/put_guest_fpu()
 2015-07-31  3:52 UTC  (3+ messages)
  ` [PATCH 3.4.y] x86, kvm: fix kvm's usage of kernel_fpu_begin/end()

KVM: unknown exit, hardware reason 31
 2015-07-31  1:42 UTC  (4+ messages)

[PATCH 0/2] vhost: add ioctl to query nregions limit and rise default limit
 2015-07-30 15:08 UTC  (7+ messages)
` [PATCH 2/2] vhost: increase default limit of nregions from 64 to 509

[PATCH 0/4] KVM: cleanups around memory barriers and irqchip_in_kernel
 2015-07-30 14:05 UTC  (7+ messages)
` [PATCH 2/4] KVM: document memory barriers for kvm->vcpus/kvm->online_vcpus

kvm-unit-test failed to complete
 2015-07-30 13:32 UTC  (6+ messages)

[kvm:queue 25/26] arch/x86/kvm/irq_comm.c:358:15: sparse: incorrect type in assignment (different address spaces)
 2015-07-30 13:30 UTC 

[kvm:queue 25/26] include/linux/kvm_host.h:333:11: error: 'KVM_NR_IRQCHIPS' undeclared here (not in a function)
 2015-07-30 12:13 UTC  (2+ messages)

video/GPU passthrough, second monitor, shared keyboard/mouse
 2015-07-30 12:09 UTC  (3+ messages)

[GIT PULL 0/1] KVM: s390: bugfix for kvm/master (4.2)
 2015-07-30 11:43 UTC  (4+ messages)
` [GIT PULL 1/1] KVM: s390: Fix hang VCPU hang/loop regression


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