messages from 2015-07-26 12:50:10 to 2015-07-30 14:02:16 UTC [more...]
[PATCH 0/4] KVM: cleanups around memory barriers and irqchip_in_kernel
2015-07-30 14:02 UTC (13+ messages)
` [PATCH 1/4] KVM: x86: remove unnecessary memory barriers for shared MSRs
` [PATCH 2/4] KVM: document memory barriers for kvm->vcpus/kvm->online_vcpus
` [PATCH 3/4] KVM: i8254: remove unnecessary irqchip_in_kernel check
` [PATCH 4/4] KVM: x86: clean/fix memory barriers in irqchip_in_kernel
[PATCH kvm-unit-tests] x86: fix last commit
2015-07-30 13:38 UTC
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)
[PATCH 0/2] vhost: add ioctl to query nregions limit and rise default limit
2015-07-30 11:58 UTC (12+ messages)
` [PATCH 1/2] vhost: add ioctl to query nregions upper limit
` [PATCH 2/2] vhost: increase default limit of nregions from 64 to 509
[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
[PATCH 43/53] mips/kvm: Fix Big endian 32-bit register access
2015-07-30 11:32 UTC (2+ messages)
` [PATCH 44/53] mips/kvm: Sign extend registers written to KVM
[PATCH] KVM: x86: unify handling of interrupt window
2015-07-30 11:27 UTC
[PATCH 0/2] KVM: x86: introduce lapic_in_kernel
2015-07-30 11:26 UTC (3+ messages)
` [PATCH 1/2] KVM: x86: replace vm_has_apicv hook with cpu_uses_apicv
` [PATCH 2/2] KVM: x86: introduce lapic_in_kernel
[PATCH 00/14] kvmtool: Refactor kernel image loading to allow pipes
2015-07-30 10:52 UTC (15+ messages)
` [PATCH 01/14] Refactor kernel image loading
` [PATCH 02/14] arm/powerpc: remove unneeded seeks in kernel loading
` [PATCH 03/14] x86: allow pipes for bzImage kernel images
` [PATCH 04/14] x86: support loading flat binary kernel images from a pipe
` [PATCH 05/14] kvmtool: introduce pseek
` [PATCH 06/14] MIPS: use pseek() in ELF kernel image loading
` [PATCH 07/14] MIPS: move ELF headers loading outside of load_elf_binary()
` [PATCH 08/14] MIPS: remove seeks from load_flat_binary()
` [PATCH 09/14] arm: move kernel loading into arm/kvm.c
` [PATCH 10/14] provide generic read_file() implementation
` [PATCH 11/14] arm/arm64: use read_file() in kernel and initrd loading
` [PATCH 12/14] powerpc: "
` [PATCH 13/14] MIPS: use read wrappers in kernel loading
` [PATCH 14/14] x86: "
[PATCH v7 1/4] KVM: x86: Split the APIC from the rest of IRQCHIP
2015-07-30 9:38 UTC (9+ messages)
` [PATCH v7 2/4] KVM: x86: Add KVM exit for IOAPIC EOIs
` [PATCH v7 3/4] KVM: x86: Add EOI exit bitmap inference
` [PATCH v7 4/4] KVM: x86: Add support for local interrupt requests from userspace
[PATCH v9 3/4] KVM: x86: Add EOI exit bitmap inference
2015-07-30 8:05 UTC
[PATCH v8 3/4] KVM: x86: Add EOI exit bitmap inference
2015-07-30 7:59 UTC (3+ messages)
[PATCH 1/3] KVM: MTRR: fix memory type handling if MTRR is completely disabled
2015-07-30 7:21 UTC (4+ messages)
` [PATCH 2/3] KVM: MTRR: simplify kvm_mtrr_get_guest_memory_type
` [edk2] "
[PATCH 0/2] KVM: x86: limit interactions between IOAPIC and LAPIC
2015-07-30 7:19 UTC (7+ messages)
` [PATCH 1/2] KVM: x86: set TMR when the interrupt is accepted
` [PATCH 2/2] KVM: x86: store IOAPIC-handled vectors in each VCPU
[PATCH kvm-unit-tests] x86: ioapic: add tests around retriggering of level interrupts
2015-07-30 7:13 UTC (3+ messages)
[PATCH v5 1/4] KVM: x86: Split the APIC from the rest of IRQCHIP
2015-07-30 6:27 UTC (16+ messages)
` [PATCH v5 2/4] KVM: x86: Add KVM exit for IOAPIC EOIs
` [PATCH v5 3/4] KVM: x86: Add EOI exit bitmap inference
` [PATCH v5 4/4] KVM: x86: Add support for local interrupt requests from userspace
Should KVM_GUEST stop depending on PARAVIRT?
2015-07-30 0:14 UTC (17+ messages)
[GIT PULL] VFIO fixes for v4.2-rc5
2015-07-29 16:14 UTC
[kvm-unit-tests RFC PATCH] arm/tlbflush.c: TLB flushing torture test [DEV]
2015-07-29 14:36 UTC (6+ messages)
[kvm-unit-tests PATCH v2] alloc: only warn once if we run out of log entries
2015-07-29 14:22 UTC
[kvm-unit-tests PATCH] alloc: only warn once if we run out of log entries
2015-07-29 14:16 UTC (3+ messages)
[kvm-unit-tests PATCH] arm/arm64: fix mmu_enabled
2015-07-29 14:03 UTC
[kvm-unit-tests PATCH v2 0/2] lib: devicetree: add stdout-path
2015-07-29 13:55 UTC (4+ messages)
` [kvm-unit-tests PATCH v2 1/2] devicetree: add /chosen/stdout-path support
` [kvm-unit-tests PATCH v2 2/2] arm/arm64: uart0_init: check /chosen/stdout-path
[RFC/RFT PATCH v3 0/4] KVM: x86: full virtualization of guest MTRR
2015-07-29 13:52 UTC (2+ messages)
[kvm-unit-tests PATCH v2 0/6] Generate standalone tests
2015-07-29 13:51 UTC (2+ messages)
[kvm-unit-tests RFC PATCH] Add MAINTAINERS file
2015-07-29 13:45 UTC (9+ messages)
[PATCH] KVM: move code related to KVM_SET_BOOT_CPU_ID to x86
2015-07-29 11:43 UTC
[GIT PULL 00/16] KVM: s390: Fixes and features for kvm/next (4.3)
2015-07-29 10:56 UTC (18+ messages)
` [GIT PULL 01/16] KVM: s390: propagate error from enable storage key
` [GIT PULL 02/16] KVM: s390: filter space-switch events when PER is enforced
` [GIT PULL 03/16] KVM: s390: clean up cmma_enable check
` [GIT PULL 04/16] KVM: s390: only reset CMMA state if it was enabled before
` [GIT PULL 05/16] KVM: s390: add kvm stat counter for all diagnoses
` [GIT PULL 06/16] KVM: s390: Improve vcpu event debugging for diagnoses
` [GIT PULL 07/16] KVM: s390: VCPU_EVENT cleanup for prefix changes
` [GIT PULL 08/16] KVM: s390: remove "from (user|kernel)" from irq injection messages
` [GIT PULL 09/16] KVM: s390: add more debug data for the pfault diagnoses
` [GIT PULL 10/16] KVM: s390: Fixup interrupt vcpu event messages and levels
` [GIT PULL 11/16] KVM: s390: more irq names for trace events
` [GIT PULL 12/16] KVM: s390: remove outdated documentation
` [GIT PULL 13/16] KVM: s390: improve debug feature usage
` [GIT PULL 14/16] KVM: s390: adapt debug entries for instruction handling
` [GIT PULL 15/16] KVM: s390: Provide global debug log
` [GIT PULL 16/16] KVM: s390: log capability enablement and vm attribute changes
[PATCH 00/16] implement vNVDIMM
2015-07-29 8:41 UTC (6+ messages)
` [Qemu-devel] "
[v3 0/5] KVM: irqfd consumer based on IRQ bypass manager
2015-07-29 8:47 UTC (6+ messages)
` [v3 1/5] KVM: x86: select IRQ_BYPASS_MANAGER
` [v3 2/5] KVM: arm/arm64: "
` [v3 3/5] KVM: create kvm_irqfd.h
` [v3 4/5] KVM: introduce kvm_arch functions for IRQ bypass
` [v3 5/5] KVM: eventfd: add irq bypass consumer management
[PATCH v6 1/4] KVM: x86: Split the APIC from the rest of IRQCHIP
2015-07-29 1:59 UTC (4+ messages)
` [PATCH v6 2/4] KVM: x86: Add KVM exit for IOAPIC EOIs
` [PATCH v6 3/4] KVM: x86: Add EOI exit bitmap inference
` [PATCH v6 4/4] KVM: x86: Add support for local interrupt requests from userspace
[RFC 0/2] VFIO: Add virtual MSI doorbell support
2015-07-28 17:58 UTC (6+ messages)
[RFC PATCH 0/1] iommu: Detach device from domain when removed from group
2015-07-28 17:55 UTC (2+ messages)
` [RFC PATCH 1/1] "
[kvm-unit-tests PATCH 0/2] lib: devicetree: add stdout-path
2015-07-28 13:27 UTC (3+ messages)
` [kvm-unit-tests PATCH 1/2] devicetree: add /chosen/stdout-path support
` [kvm-unit-tests PATCH 2/2] arm/arm64: uart0_init: check /chosen/stdout-path
[PULL] vhost: cleanups and fixes
2015-07-28 10:00 UTC
[kvm-unit-tests PATCH v4 0/3] A couple of small fixes
2015-07-28 8:01 UTC (3+ messages)
[v5 00/19] Add VT-d Posted-Interrupts support
2015-07-28 5:06 UTC (5+ messages)
` [v5 15/19] KVM: eventfd: add irq bypass consumer management
[RFC PATCH 0/4] Shared vhost design
2015-07-27 21:12 UTC (6+ messages)
` [RFC PATCH 4/4] vhost: Add cgroup-aware creation of worker threads
[PATCH 0/3] PPC HV bug fixes + hcalls for FreeBSD
2015-07-27 17:31 UTC (3+ messages)
` [PATCH 3/3] KVM: PPC: Book3S HV: Implement H_CLEAR_REF and H_CLEAR_MOD
[PATCH v2 0/3] KVM: arm/arm64: Allow to use KVM without in-kernel irqchip
2015-07-27 9:02 UTC (12+ messages)
virtio-serial: Add multiple times opening support to virtserialport(port)
2015-07-27 7:34 UTC
KVM: unknown exit, hardware reason 31
2015-07-27 3:23 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).