kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-14 08:38:47 to 2019-10-15 20:33:54 UTC [more...]

[PATCH v6 00/10] s390: vfio-ap: dynamic configuration support
 2019-10-15 20:33 UTC  (5+ messages)

[PATCH RFC v1 0/2] vhost: ring format independence
 2019-10-15 20:20 UTC  (6+ messages)
` [PATCH RFC v1 1/2] vhost: option to fetch descriptors through an independent struct

[RFC PATCH v5 0/6] Enable ptp_kvm for arm64
 2019-10-15 20:13 UTC  (12+ messages)
` [PATCH v5 1/6] psci: Export psci_ops.conduit symbol as modules will use it
` [PATCH v5 2/6] ptp: Reorganize ptp_kvm modules to make it arch-independent
` [PATCH v5 3/6] timekeeping: Add clocksource to system_time_snapshot
` [PATCH v5 4/6] psci: Add hvc call service for ptp_kvm
` [PATCH v5 5/6] ptp: arm64: Enable ptp_kvm for arm64
` [PATCH v5 6/6] kvm: arm64: Add capability check extension for ptp_kvm

[PATCH 00/14] KVM monolithic v2
 2019-10-15 19:46 UTC  (13+ messages)
` [PATCH 01/14] KVM: monolithic: x86: remove kvm.ko
` [PATCH 02/14] KVM: monolithic: x86: disable linking vmx and svm at the same time into the kernel
` [PATCH 12/14] KVM: retpolines: x86: eliminate retpoline from vmx.c exit handlers

[PATCH v6 00/10] arm64: Stolen time support
 2019-10-15 17:56 UTC  (3+ messages)
` [PATCH v6 01/10] KVM: arm64: Document PV-time interface

[PATCH v5] KVM: nVMX: Don't leak L1 MMIO regions to L2
 2019-10-15 17:44 UTC 

[PATCH v4] KVM: nVMX: Don't leak L1 MMIO regions to L2
 2019-10-15 17:32 UTC  (4+ messages)

[PATCH V3 0/7] mdev based hardware virtio offloading support
 2019-10-15 17:26 UTC  (21+ messages)
` [PATCH V3 1/7] mdev: class id support
` [PATCH V3 2/7] mdev: bus uevent support
` [PATCH V3 4/7] mdev: introduce device specific ops
` [PATCH V3 5/7] mdev: introduce virtio device and its device ops
` [PATCH V3 6/7] virtio: introduce a mdev based transport

[PATCH V2 0/2] target/i386/kvm: Add Hyper-V direct tlb flush support
 2019-10-15 17:01 UTC  (4+ messages)
` [PATCH V2 1/2] linux headers: update against Linux 5.4-rc2
` [PATCH V2 2/2] target/i386/kvm: Add Hyper-V direct tlb flush support

[PATCH 0/4] Refactor vcpu creation flow of x86 arch
 2019-10-15 16:40 UTC  (5+ messages)
` [PATCH 1/4] KVM: VMX: rename {vmx,nested_vmx}_vcpu_setup functions
` [PATCH 2/4] KVM: VMX: Setup MSR bitmap only when has msr_bitmap capability
` [PATCH 3/4] KVM: X86: Refactor kvm_arch_vcpu_create
` [PATCH 4/4] KVM: X86: Make vcpu's FPU allocation a common function

[PATCH] KVM: X86: Make fpu allocation a common function
 2019-10-15 16:36 UTC  (10+ messages)

[PATCH 00/32] hw/i386/pc: Split PIIX3 southbridge from i440FX northbridge
 2019-10-15 16:29 UTC  (34+ messages)
` [PATCH 01/32] hw/i386: Remove obsolete LoadStateHandler::load_state_old handlers
` [PATCH 02/32] hw/i386/pc: Move kvm_i8259_init() declaration to sysemu/kvm.h
` [PATCH 03/32] mc146818rtc: move structure to header file
` [PATCH 04/32] mc146818rtc: Move RTC_ISA_IRQ definition
` [PATCH 05/32] mc146818rtc: Include "mc146818rtc_regs.h" directly in mc146818rtc.c
` [PATCH 06/32] mc146818rtc: always register rtc to rtc list
` [PATCH 07/32] MAINTAINERS: Keep PIIX4 South Bridge separate from PC Chipsets
` [PATCH 08/32] piix4: rename some variables in realize function
` [PATCH 09/32] piix4: add Reset Control Register
` [PATCH 10/32] piix4: add a i8259 interrupt controller as specified in datasheet
` [PATCH 11/32] Revert "irq: introduce qemu_irq_proxy()"
` [PATCH 12/32] piix4: rename PIIX4 object to piix4-isa
` [PATCH 13/32] piix4: convert reset function to QOM
` [PATCH 14/32] piix4: add a i8257 dma controller as specified in datasheet
` [PATCH 15/32] piix4: add a i8254 pit "
` [PATCH 16/32] piix4: add a mc146818rtc "
` [PATCH 17/32] hw/mips/mips_malta: Create IDE hard drive array dynamically
` [PATCH 18/32] hw/mips/mips_malta: Extract the PIIX4 creation code as piix4_create()
` [PATCH 19/32] hw/isa/piix4: Move piix4_create() to hw/isa/piix4.c
` [PATCH 20/32] hw/i386/pc: Extract pc_gsi_create()
` [PATCH 21/32] hw/i386/pc: Reduce gsi_handler scope
` [PATCH 22/32] hw/i386/pc: Move gsi_state creation code
` [PATCH 23/32] hw/i386/pc: Extract pc_i8259_create()
` [PATCH 24/32] hw/i386/pc: Remove kvm_i386.h include
` [PATCH 25/32] hw/pci-host/piix: Extract piix3_create()
` [PATCH 26/32] hw/pci-host/piix: Move RCR_IOPORT register definition
` [PATCH 27/32] hw/pci-host/piix: Define and use the PIIX IRQ Route Control Registers
` [PATCH 28/32] hw/pci-host/piix: Move i440FX declarations to hw/pci-host/i440fx.h
` [PATCH 29/32] hw/pci-host/piix: Fix code style issues
` [PATCH 30/32] hw/pci-host/piix: Extract PIIX3 functions to hw/isa/piix3.c
` [PATCH 31/32] hw/pci-host: Rename incorrectly named 'piix' as 'i440fx'
` [PATCH 32/32] hw/pci-host/i440fx: Remove the last PIIX3 traces

[Bug 205171] New: kernel panic during windows 10pro start
 2019-10-15 16:07 UTC  (6+ messages)
` [Bug 205171] "

[PATCH] vfio/type1: Initialize resv_msi_base
 2019-10-15 16:03 UTC  (3+ messages)

[RFC PATCH 0/4] vfio-ccw: A couple trace changes
 2019-10-15 15:30 UTC  (14+ messages)
` [RFC PATCH 1/4] vfio-ccw: Refactor how the traces are built
` [RFC PATCH 2/4] vfio-ccw: Trace the FSM jumptable
` [RFC PATCH 3/4] vfio-ccw: Add a trace for asynchronous requests
` [RFC PATCH 4/4] vfio-ccw: Rename the io_fctl trace

Advice on oops - memory trap on non-memory access instruction (invalid CR2?)
 2019-10-15 15:21 UTC  (3+ messages)

[PATCH v19 0/5] Add ARMv8 RAS virtualization support in QEMU
 2019-10-15 15:08 UTC  (9+ messages)
` [PATCH v19 1/5] hw/arm/virt: Introduce a RAS machine option
` [PATCH v19 2/5] docs: APEI GHES generation and CPER record description
` [PATCH v19 3/5] ACPI: Add APEI GHES table generation support
` [PATCH v19 4/5] KVM: Move hwpoison page related functions into kvm-all.c
` [PATCH v19 5/5] target-arm: kvm64: handle SIGBUS signal from kernel or KVM

[PATCH] vsock/virtio: remove unused 'work' field from 'struct virtio_vsock_pkt'
 2019-10-15 15:00 UTC 

[PATCH v4 1/2] i386: Add Intel Processor Trace feature support
 2019-10-15 13:29 UTC  (5+ messages)
` [PATCH v4 2/2] i386: Add support to get/set/migrate Intel Processor Trace feature

KVM interest in VM introspection
 2019-10-15 12:14 UTC 

[PATCH net 0/2] vsock: don't allow half-closed socket in the host transports
 2019-10-15 11:56 UTC  (5+ messages)

[Bug 205173] New: When installing win 10 in a vm, the host system freezes
 2019-10-15 11:26 UTC  (2+ messages)
` [Bug 205173] Kernel Panic when installing win 10 in a vm

[PATCH v3 0/4] KVM: arm64: Assorted PMU emulation fixes
 2019-10-15 10:00 UTC  (3+ messages)
` [PATCH v3 4/4] KVM: arm64: pmu: Reset sample period on overflow handling

[RFC v2 0/2] kvm: Use host timekeeping in guest
 2019-10-15  8:59 UTC  (7+ messages)
` [RFC v2 2/2] x86/kvmclock: Introduce kvm-hostclock clocksource

[PATCH v5 0/9] Enable Sub-page Write Protection Support
 2019-10-15  8:53 UTC  (8+ messages)
` [PATCH v5 1/9] Documentation: Introduce EPT based Subpage Protection
` [PATCH v5 2/9] vmx: spp: Add control flags for Sub-Page Protection(SPP)

[kvm-unit-tests PATCH 0/3] Patches for clang compilation
 2019-10-15  8:12 UTC  (18+ messages)
` [kvm-unit-tests PATCH 3/3] Makefile: use "-Werror" in cc-option
` [kvm-unit-tests PATCH 0/4] Patches for clang compilation
  ` [kvm-unit-tests PATCH 1/4] x86: emulator: use "SSE2" for the target
  ` [kvm-unit-tests PATCH 2/4] pci: cast the masks to the appropriate size
  ` [kvm-unit-tests PATCH 3/4] Makefile: use "-Werror" in cc-option
  ` [kvm-unit-tests PATCH 4/4] Makefile: add "cxx-option" for C++ builds
` [kvm-unit-tests PATCH v2 0/4] Patches for clang compilation
  ` [kvm-unit-tests PATCH v2 1/4] x86: emulator: use "SSE2" for the target
  ` [kvm-unit-tests PATCH v2 2/4] pci: cast the masks to the appropriate size
  ` [kvm-unit-tests PATCH v2 3/4] Makefile: use "-Werror" in cc-option
  ` [kvm-unit-tests PATCH v2 4/4] Makefile: add "cxx-option" for C++ builds

[kvm-unit-tests PATCH 2/2] x86: use pointer for end of exception table
 2019-10-15  8:06 UTC  (4+ messages)
` [kvm-unit-tests PATCH 1/1] "

[PATCH RFC v4 0/5] vhost: ring format independence
 2019-10-15  2:58 UTC  (2+ messages)

[PATCH v2 0/4] KVM: x86/vPMU: Efficiency optimization by reusing last created perf_event
 2019-10-15  1:47 UTC  (4+ messages)
` [PATCH v2 2/4] perf/core: Provide a kernel-internal interface to pause perf_event

[PATCH v6 0/5] Add a unified parameter "nopvspin"
 2019-10-15  1:19 UTC  (6+ messages)
` [PATCH v6 1/5] Revert "KVM: X86: Fix setup the virt_spin_lock_key before static key get initialized"
` [PATCH v6 2/5] x86/kvm: Change print code to use pr_*() format
` [PATCH v6 3/5] x86/kvm: Add "nopvspin" parameter to disable PV spinlocks
` [PATCH v6 4/5] xen: Mark "xen_nopvspin" parameter obsolete
` [PATCH v6 5/5] x86/hyperv: Mark "hv_nopvspin" "

[PATCH net-next 0/3] vhost_net: access ptr ring using tap recvmsg
 2019-10-15  0:57 UTC  (7+ messages)
` [PATCH net-next 1/3] tuntap: reorganize tun_msg_ctl usage
` [PATCH net-next 2/3] vhost_net: user tap recvmsg api to access ptr ring

[PATCH 0/4]: kvm-unit-test: nVMX: Test deferring of error from VM-entry MSR-load area
 2019-10-15  0:16 UTC  (5+ messages)
` [PATCH 1/4] kvm-unit-test: VMX: Replace hard-coded exit instruction length
` [PATCH 2/4] kvm-unit-test: nVMX: __enter_guest() needs to also check for VMX_FAIL_STATE
` [PATCH 3/4] kvm-unit-test: nVMX: Test deferring of error from VM-entry MSR-load area
` [PATCH 4/4] kvm-unit-test: nVMX: Use #defines for exit reason in advance_guest_state_test()

[PATCH 0/2 v2] KVM: nVMX: Defer error from VM-entry MSR-load area to until after hardware verifies VMCS guest state-area
 2019-10-15  0:04 UTC  (3+ messages)
` [PATCH 1/2 "
` [PATCH 2/2 v2] KVM: nVMX: Rollback MSR-load if VM-entry fails due to VM-entry MSR-loading

[PATCH v2 0/5] Add support for XSAVES on AMD and unify it with Intel
 2019-10-14 23:55 UTC  (7+ messages)
` [PATCH v2 2/5] KVM: VMX: Use wrmsr for switching between guest and host IA32_XSS

[PATCH v3] KVM: nVMX: Don't leak L1 MMIO regions to L2
 2019-10-14 19:52 UTC  (6+ messages)

[RFC PATCH 00/13] XOM for KVM guest userspace
 2019-10-14 18:44 UTC  (4+ messages)
` [RFC PATCH 01/13] kvm: Enable MTRR to work with GFNs with perm bits

[kvm-unit-tests PATCH 1/2] Use a status enum for reporting pass/fail
 2019-10-14 18:23 UTC  (3+ messages)

[kvm-unit-tests PATCH 2/3] pci: use uint64_t for unsigned long values
 2019-10-14 16:36 UTC  (4+ messages)
` [kvm-unit-tests PATCH 1/1] "

[PATCH] target/i386/kvm: Add Hyper-V direct tlb flush support
 2019-10-14 14:57 UTC  (5+ messages)

[kvm-unit-tests PATCH] lib: use an argument which doesn't require default argument promotion
 2019-10-14 11:04 UTC  (9+ messages)

[PATCH v5 0/5] Add a unified parameter "nopvspin"
 2019-10-14  9:18 UTC  (5+ messages)
` [PATCH v5 3/5] x86/kvm: Add "nopvspin" parameter to disable PV spinlocks

[PATCH v4 0/5] vsock/virtio: optimizations to increase the throughput
 2019-10-14  8:38 UTC  (9+ messages)
` [PATCH v4 1/5] vsock/virtio: limit the memory used per-socket


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