kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-27 03:44:19 to 2019-07-01 17:13:29 UTC [more...]

mdevctl: A shoestring mediated device management and persistence utility
 2019-07-01 17:13 UTC  (17+ messages)

[PATCH v2] mdev: Send uevents around parent device registration
 2019-07-01 17:13 UTC  (3+ messages)

[PATCH v2 0/3] vsock/virtio: several fixes in the .probe() and .remove()
 2019-07-01 17:03 UTC  (10+ messages)
` [PATCH v2 1/3] vsock/virtio: use RCU to avoid use-after-free on the_virtio_vsock
` [PATCH v2 2/3] vsock/virtio: stop workers during the .remove()
` [PATCH v2 3/3] vsock/virtio: fix flush of works "

[PATCH 00/59] KVM: arm64: ARMv8.3 Nested Virtualization support
 2019-07-01 16:40 UTC  (23+ messages)
` [PATCH 07/59] KVM: arm64: nv: Add EL2 system registers to vcpu context
` [PATCH 13/59] KVM: arm64: nv: Handle virtual EL2 registers in vcpu_read/write_sys_reg()
` [PATCH 15/59] KVM: arm64: nv: Refactor vcpu_{read,write}_sys_reg
` [PATCH 16/59] KVM: arm64: nv: Save/Restore vEL2 sysregs
` [PATCH 18/59] KVM: arm64: nv: Trap EL1 VM register accesses in virtual EL2
` [PATCH 20/59] KVM: arm64: nv: Trap CPACR_EL1 access "
` [PATCH 35/59] KVM: arm/arm64: nv: Support multiple nested stage 2 mmu structures
` [PATCH 38/59] KVM: arm64: nv: Unmap/flush shadow stage 2 page tables
` [PATCH 39/59] KVM: arm64: nv: Move last_vcpu_ran to be per s2 mmu
` [PATCH 43/59] KVM: arm64: nv: Trap and emulate AT instructions from virtual EL2

[RFC v1 0/4] Some vfio-ccw fixes
 2019-07-01 16:23 UTC  (5+ messages)
` [RFC v1 1/4] vfio-ccw: Set orb.cmd.c64 before calling ccwchain_handle_ccw
` [RFC v1 2/4] vfio-ccw: No need to call cp_free on an error in cp_init
` [RFC v1 3/4] vfio-ccw: Set pa_nr to 0 if memory allocation fails for pa_iova_pfn
` [RFC v1 4/4] vfio-ccw: Don't call cp_free if we are processing a channel program

[PATCH v3 00/15] hw/i386/pc: Do not restrict the fw_cfg functions to the PC machine
 2019-07-01 16:01 UTC  (17+ messages)
` [PATCH v3 01/15] hw/i386/pc: Use e820_get_num_entries() to access e820_entries
` [PATCH v3 02/15] hw/i386/pc: Extract e820 memory layout code
` [PATCH v3 03/15] hw/i386/pc: Use address_space_memory in place
` [PATCH v3 04/15] hw/i386/pc: Rename bochs_bios_init as more generic fw_cfg_arch_create
` [PATCH v3 05/15] hw/i386/pc: Pass the boot_cpus value by argument
` [PATCH v3 06/15] hw/i386/pc: Pass the apic_id_limit "
` [PATCH v3 07/15] hw/i386/pc: Pass the CPUArchIdList array "
` [PATCH v3 08/15] hw/i386/pc: Let fw_cfg_init() use the generic MachineState
  ` [Qemu-devel] "
` [PATCH v3 09/15] hw/i386/pc: Let pc_build_smbios() take a FWCfgState argument
` [PATCH v3 10/15] hw/i386/pc: Let pc_build_smbios() take a generic MachineState argument
` [PATCH v3 11/15] hw/i386/pc: Rename pc_build_smbios() as generic fw_cfg_build_smbios()
` [PATCH v3 12/15] hw/i386/pc: Let pc_build_feature_control() take a FWCfgState argument
` [PATCH v3 13/15] hw/i386/pc: Let pc_build_feature_control() take a MachineState argument
` [PATCH v3 14/15] hw/i386/pc: Rename pc_build_feature_control() as generic fw_cfg_build_*
` [PATCH v3 15/15] hw/i386/pc: Extract the x86 generic fw_cfg code

[GIT PULL 0/7] KVM: s390: add kselftests
 2019-07-01 15:29 UTC  (11+ messages)
` [GIT PULL 1/7] KVM: selftests: Guard struct kvm_vcpu_events with __KVM_HAVE_VCPU_EVENTS
` [GIT PULL 2/7] KVM: selftests: Introduce a VM_MODE_DEFAULT macro for the default bits
` [GIT PULL 3/7] KVM: selftests: Align memory region addresses to 1M on s390x
` [GIT PULL 4/7] KVM: selftests: Add processor code for s390x
` [GIT PULL 5/7] KVM: selftests: Add the sync_regs test "
` [GIT PULL 6/7] KVM: selftests: Move kvm_create_max_vcpus test to generic code
` [GIT PULL 7/7] KVM: selftests: enable pgste option for the linker on s390

[PATCH v2 0/9] KVM: arm/arm64: vgic: ITS translation cache
 2019-07-01 12:38 UTC  (3+ messages)
` [PATCH v2 4/9] KVM: arm/arm64: vgic-its: Invalidate MSI-LPI translation cache on specific commands

[PATCH v9 0/4] vfio: ap: AP Queue Interrupt Control
 2019-07-01 12:00 UTC  (8+ messages)
` [PATCH v9 4/4] s390: ap: kvm: Enable PQAP/AQIC facility for the guest

Question about KVM IO performance with FreeBSD as a guest OS
 2019-07-01  9:48 UTC  (5+ messages)

KVM works on RPi4
 2019-07-01  8:18 UTC  (6+ messages)

[PATCH] mdev: Send uevents around parent device registration
 2019-07-01  8:11 UTC  (11+ messages)

[PATCH 0/4] kvm: x86: introduce CONFIG_KVM_DEBUG
 2019-07-01  6:21 UTC  (5+ messages)
` [PATCH 1/4] kvm: x86: Add CONFIG_KVM_DEBUG
` [PATCH 2/4] kvm: x86: allow set apic and ioapic debug dynamically
` [PATCH 3/4] kvm: x86: replace MMU_DEBUG with CONFIG_KVM_DEBUG
` [PATCH 4/4] kvm: x86: convert TSC pr_debugs to be gated by CONFIG_KVM_DEBUG

[PATCH v5 0/2] clocksource/drivers: Create new Hyper-V clocksource driver
 2019-07-01  4:26 UTC  (3+ messages)
` [PATCH v5 1/2] clocksource/drivers: Make Hyper-V clocksource ISA agnostic
` [PATCH v5 2/2] clocksource/drivers: Continue making "

[RFC PATCH v3 0/4] Deliver vGPU display vblank event to userspace
 2019-07-01  3:09 UTC  (20+ messages)
` [RFC PATCH v3 1/4] vfio: Define device specific irq type capability
` [RFC PATCH v3 2/4] vfio: Introduce vGPU display irq type
` [RFC PATCH v3 3/4] drm/i915/gvt: Register vGPU display vblank irq

[Bug 203979] New: kvm_spurious_fault in L1 when running a nested kvm instance on AMD i686-pae
 2019-06-30 23:17 UTC  (3+ messages)
` [Bug 203979] "

[PATCH 0/6] KVM/x86: Add workaround to support ExtINT with AVIC
 2019-06-30 16:19 UTC  (4+ messages)
` [PATCH 3/6] svm: Add support for APIC_ACCESS_PAGE_PRIVATE_MEMSLOT setup/destroy

[PATCH] kvm: arm: Promote KVM_ARM_TARGET_CORTEX_A7 to generic V7 core
 2019-06-30 15:19 UTC 

KVM's SYSCALL emulation for GenuineIntel is buggy
 2019-06-30  6:55 UTC  (2+ messages)

[PATCH V2] include: linux: Regularise the use of FIELD_SIZEOF macro
 2019-06-29 16:45 UTC  (5+ messages)

[kvm-unit-tests PATCH 0/3] x86: Running tests on bare-metal
 2019-06-28 20:30 UTC  (4+ messages)
` [kvm-unit-tests PATCH 1/3] libcflat: use stdbool
` [kvm-unit-tests PATCH 2/3] x86/vmx: Use plus for positive filters
` [kvm-unit-tests PATCH 3/3] x86: Support environments without test-devices

[PATCH 0/2] nVMX: Check Host Segment Registers and Descriptor Tables on vmentry of nested guests
 2019-06-29  2:30 UTC  (5+ messages)
` [PATCH 1/2] KVM "
` [PATCH 2/2] kvm-unit-test nVMX: Test "

[PATCH] kvm-unit-test: x86: Remove duplicate definitions of write_cr4_checking() and put it in library
 2019-06-28 21:21 UTC 

AMD SEV-ES and Guest-Host Communicaiton Block (GHCB) usage standardization
 2019-06-28 19:55 UTC 

[PATCH v1 0/6] mm / virtio: Provide support for paravirtual waste page treatment
 2019-06-28 19:55 UTC  (7+ messages)
` [PATCH v1 1/6] mm: Adjust shuffle code to allow for future coalescing
` [PATCH v1 2/6] mm: Move set/get_pcppage_migratetype to mmzone.h

[RFC][Patch v10 0/2] mm: Support for page hinting
 2019-06-28 19:13 UTC  (6+ messages)

[PATCH v4 0/2] Drivers: hv: Move Hyper-V clock/timer code to separate clocksource driver
 2019-06-28 18:34 UTC  (3+ messages)
` [PATCH v4 1/2] Drivers: hv: Create Hyper-V clocksource driver from existing clockevents code
` [PATCH v4 2/2] Drivers: hv: Move Hyper-V clocksource code to new clocksource driver

[PATCH v1 0/9] vfio_pci: wrap pci device as a mediated device
 2019-06-28 15:07 UTC  (9+ messages)
` [PATCH v1 9/9] smaples: add vfio-mdev-pci driver

[RFC v1 1/1] vfio-ccw: Don't call cp_free if we are processing a channel program
 2019-06-28 13:05 UTC  (14+ messages)

[patch 0/5] cpuidle haltpoll driver and governor (v4)
 2019-06-27 18:08 UTC  (4+ messages)
` [patch 3/5] cpuidle: add haltpoll governor

[PATCH 0/9] Some doc fixes
 2019-06-28 12:12 UTC  (2+ messages)
` [PATCH 6/9] docs: virtual: there are two orphan docs there

[PATCH kvmtool] README: Add maintainers section
 2019-06-28 12:04 UTC  (2+ messages)

[PATCH v2 0/2] x86/kvm/nVMX: fix Enlightened VMCLEAR
 2019-06-28 11:23 UTC  (3+ messages)
` [PATCH v2 1/2] x86/KVM/nVMX: don't use clean fields data on enlightened VMLAUNCH
` [PATCH v2 2/2] x86/kvm/nVMX: fix VMCLEAR when Enlightened VMCS is in use

[PATCH v4 0/5] x86 instruction emulator fuzzing
 2019-06-28  9:33 UTC  (7+ messages)
` [PATCH v4 1/5] Build target for emulate.o as a userspace binary
` [PATCH v4 2/5] Emulate simple x86 instructions in userspace
` [PATCH v4 3/5] Demonstrating unit testing via simple-harness
` [PATCH v4 4/5] Added build and install scripts
` [PATCH v4 5/5] Development scripts for crash triage and deploy

[PATCH v3 0/3] KVM: Yield to IPI target if necessary
 2019-06-28  9:18 UTC  (11+ messages)

[PATCH v4 2/2] KVM: LAPIC: remove the trailing newline used in the fmt parameter of TP_printk
 2019-06-28  8:29 UTC  (4+ messages)
` [PATCH v4 1/2] KVM: LAPIC: Optimize timer latency consider world switch time

[PATCH v3 0/5] x86 instruction emulator fuzzing
 2019-06-28  8:27 UTC  (6+ messages)
` [PATCH v3 4/5] Added build and install scripts

[PATCH v4 0/5] KVM: LAPIC: Implement Exitless Timer
 2019-06-28  8:26 UTC  (12+ messages)
` [PATCH v4 2/5] KVM: LAPIC: inject lapic timer interrupt by posted interrupt

[PATCH v4 0/3] KVM: Yield to IPI target if necessary
 2019-06-28  7:29 UTC  (3+ messages)

[PATCH v3 net-next] net: link_watch: prevent starvation when processing linkwatch wq
 2019-06-28  1:13 UTC 

[PATCHv2] x86/hyperv: Hold cpus_read_lock() on assigning reenlightenment vector
 2019-06-27 22:39 UTC  (2+ messages)

[kvm-unit-tests PATCH] x86: Memory barrier before setting ICR
 2019-06-27 22:10 UTC  (4+ messages)

[kvm-unit-tests PATCH] x86: Mark APR as reserved in x2APIC
 2019-06-27 22:03 UTC  (4+ messages)

[kvm-unit-tests PATCH v2] x86: Reset lapic after boot
 2019-06-27 21:23 UTC  (2+ messages)

[PATCH] kvm: x86: Pass through AMD_STIBP_ALWAYS_ON in GET_SUPPORTED_CPUID
 2019-06-27 18:52 UTC  (2+ messages)

[kvm-unit-tests PATCH] x86: Load segments after GDT loading
 2019-06-27 11:23 UTC 

[PATCH net-next] net: link_watch: prevent starvation when processing linkwatch wq
 2019-06-27 18:17 UTC  (2+ messages)

[kvm-unit-tests PATCH v2] x86: Remove assumptions on CR4.MCE
 2019-06-27 10:44 UTC 

[kvm-unit-tests PATCH] x86: Remove assumptions on CR4.MCE
 2019-06-27 18:03 UTC  (3+ messages)

[kvm-unit-tests PATCH] x86: Reset lapic after boot
 2019-06-27 17:47 UTC  (4+ messages)

[PATCH v4 0/7] s390: vfio-ap: dynamic configuration support
 2019-06-27 12:59 UTC  (7+ messages)
` [PATCH v4 3/7] s390: zcrypt: driver callback to indicate resource in use

[PATCH v2 0/4] kvm: selftests: aarch64: use struct kvm_vcpu_init
 2019-06-27 12:36 UTC  (3+ messages)

[PATCH v9 00/17] x86/split_lock: Enable split lock detection
 2019-06-27 12:22 UTC  (7+ messages)
` [PATCH v9 11/17] kvm/vmx: Emulate MSR TEST_CTL

[PATCH 3/4] vsock/virtio: fix flush of works during the .remove()
 2019-06-27 10:26 UTC  (11+ messages)

[PATCH 0/4] vsock/virtio: several fixes in the .probe() and .remove()
 2019-06-27 10:05 UTC  (3+ messages)

Pre-required Kconfigs for kvm unit tests
 2019-06-27  8:49 UTC  (3+ messages)

[PATCH 0/2] scsi: add support for request batching
 2019-06-27  8:17 UTC  (4+ messages)


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