messages from 2017-05-08 05:25:00 to 2017-05-10 09:06:30 UTC [more...]
[PATCH v3 00/10] KVM: arm/arm64: race fixes and vcpu requests
2017-05-10 9:06 UTC (22+ messages)
` [PATCH v3 04/10] KVM: arm/arm64: use vcpu request in kvm_arm_halt_vcpu
` [PATCH v3 05/10] KVM: arm/arm64: don't clear exit request from caller
` [PATCH v3 07/10] KVM: arm/arm64: optimize VCPU RUN
` [PATCH v3 09/10] KVM: arm/arm64: use vcpu requests for irq injection
[PATCH v3 1/3] arm64: kvm: support kvmtool to detect RAS extension feature
2017-05-10 8:53 UTC (3+ messages)
[PATCH v3 3/3] arm/arm64: signal SIBGUS and inject SEA Error
2017-05-10 8:44 UTC (5+ messages)
kvm: warning in kvm_load_guest_fpu
2017-05-10 8:44 UTC (3+ messages)
[PATCH v3 0/5] mc146818rtc: fix Windows VM clock faster
2017-05-10 8:32 UTC (6+ messages)
` [PATCH v3 1/5] mc146818rtc: update periodic timer only if it is needed
` [PATCH v3 2/5] mc146818rtc: precisely count the clock for periodic timer
` [PATCH v3 3/5] mc146818rtc: ensure LOST_TICK_POLICY_SLEW is only enabled on TARGET_I386
` [PATCH v3 4/5] mc146818rtc: drop unnecessary '#ifdef TARGET_I386'
` [PATCH v3 5/5] mc146818rtc: embrace all x86 specific code
[PATCH] vhost/vsock: use static minor number
2017-05-10 8:01 UTC (2+ messages)
[PATCH v6 3/5] shutdown: Add source information to SHUTDOWN and RESET
2017-05-10 7:33 UTC (4+ messages)
[PATCH] KVM: PPC: Book3S HV: Add radix checks in real-mode hypercall handlers
2017-05-10 6:42 UTC
SMM Address Space Memslots
2017-05-10 2:45 UTC
[PATCH v2] KVM: Expose Virtual Machine Control Structure to SYSFS
2017-05-10 2:02 UTC (2+ messages)
[RFC PATCH 00/10] Basic KVM SGX Virtualization support
2017-05-10 1:30 UTC (12+ messages)
` [PATCH 04/10] kvm: sgx: new functions to init and destory SGX for guest
` [PATCH 05/10] kvm: x86: add KVM_GET_SUPPORTED_CPUID SGX support
` [PATCH 06/10] kvm: x86: add KVM_SET_CPUID2 "
` [PATCH 07/10] kvm: vmx: add SGX IA32_FEATURE_CONTROL MSR emulation
` [PATCH 08/10] kvm: vmx: add guest's IA32_SGXLEPUBKEYHASHn runtime switch support
` [PATCH 09/10] kvm: vmx: handle ENCLS VMEXIT
` [PATCH 10/10] kvm: vmx: handle VMEXIT from SGX Enclave
` [PATCH 11/11] kvm: vmx: workaround FEATURE_CONTROL[17] is not set by BIOS
[GIT PULL] Please pull my kvm-ppc-next branch again
2017-05-09 23:31 UTC (14+ messages)
[PATCH kvm-unit-tests] api: remove boost::thread dependency
2017-05-09 21:21 UTC (2+ messages)
[PATCH kvm-unit-tests] api: verify number of dirty pages
2017-05-09 21:15 UTC (2+ messages)
[PATCH 00/31] arm64: KVM: Mediate access to GICv3 sysregs at EL2
2017-05-09 17:39 UTC (3+ messages)
[PATCH v2 0/3] nVMX: Emulated Page Modification Logging for Nested Virtualization
2017-05-09 16:04 UTC (4+ messages)
[PATCH kvm-unit-tests] api: rip more TR1 prefixes
2017-05-09 15:44 UTC
[PATCH kvm-unit-tests] api: set up EPT identity map
2017-05-09 15:44 UTC
[PATCH v7 3/5] shutdown: Add source information to SHUTDOWN and RESET
2017-05-09 14:07 UTC (5+ messages)
` [Qemu-devel] "
userspace emulated smmu/vfio integration: how to trap updates to the table structures?
2017-05-09 13:48 UTC (3+ messages)
KVM call for 2017-05-23
2017-05-09 12:54 UTC
KVM call for 2017-05-09
2017-05-09 12:54 UTC (2+ messages)
[PATCH v2] uio/uio_pci_generic: don't fail probe if pdev->irq == NULL
2017-05-09 12:02 UTC (2+ messages)
[PULL 00/37] KVM/ARM Changes for v4.12 - Round 2
2017-05-09 10:45 UTC (38+ messages)
` [PULL 01/37] arm64: KVM: Fix decoding of Rt/Rt2 when trapping AArch32 CP accesses
` [PULL 02/37] KVM: arm/arm64: Move shared files to virt/kvm/arm
` [PULL 03/37] KVM: arm/arm64: Add ITS save/restore API documentation
` [PULL 04/37] KVM: arm/arm64: Add GICV3 pending table save "
` [PULL 05/37] KVM: arm/arm64: vgic-its: rename itte into ite
` [PULL 06/37] arm/arm64: vgic: turn vgic_find_mmio_region into public
` [PULL 07/37] KVM: arm64: vgic-its: KVM_DEV_ARM_VGIC_GRP_ITS_REGS group
` [PULL 08/37] KVM: arm/arm64: vgic: expose (un)lock_all_vcpus
` [PULL 09/37] KVM: arm64: vgic-its: Implement vgic_its_has_attr_regs and attr_regs_access
` [PULL 10/37] KVM: arm64: vgic-its: Implement vgic_mmio_uaccess_write_its_creadr
` [PULL 11/37] KVM: arm64: vgic-its: Introduce migration ABI infrastructure
` [PULL 12/37] KVM: arm64: vgic-its: Implement vgic_mmio_uaccess_write_its_iidr
` [PULL 13/37] KVM: arm64: vgic-its: Interpret MAPD Size field and check related errors
` [PULL 14/37] KVM: arm64: vgic-its: Interpret MAPD ITT_addr field
` [PULL 15/37] KVM: arm64: vgic-its: Check the device id matches TYPER DEVBITS range
` [PULL 16/37] KVM: arm64: vgic-v3: vgic_v3_lpi_sync_pending_status
` [PULL 17/37] KVM: arm64: vgic-its: Read config and pending bit in add_lpi()
` [PULL 18/37] KVM: arm64: vgic-its: KVM_DEV_ARM_ITS_SAVE/RESTORE_TABLES
` [PULL 19/37] KVM: arm64: vgic-its: vgic_its_alloc_ite/device
` [PULL 20/37] KVM: arm64: vgic-its: Add infrastructure for table lookup
` [PULL 21/37] KVM: arm64: vgic-its: Collection table save/restore
` [PULL 22/37] KVM: arm64: vgic-its: vgic_its_check_id returns the entry's GPA
` [PULL 23/37] KVM: arm64: vgic-its: Device table save/restore
` [PULL 24/37] KVM: arm64: vgic-its: ITT save and restore
` [PULL 25/37] KVM: arm64: vgic-its: Fix pending table sync
` [PULL 26/37] KVM: arm64: vgic-v3: KVM_DEV_ARM_VGIC_SAVE_PENDING_TABLES
` [PULL 27/37] KVM: arm/arm64: Clarification and relaxation to ITS save/restore ABI
` [PULL 28/37] KVM: arm/arm64: vgic: Rename kvm_vgic_vcpu_init to kvm_vgic_vcpu_enable
` [PULL 29/37] KVM: Add kvm_vcpu_get_idx to get vcpu index in kvm->vcpus
` [PULL 30/37] KVM: arm/arm64: Refactor vgic_register_redist_iodevs
` [PULL 31/37] KVM: arm/arm64: Make vgic_v3_check_base more broadly usable
` [PULL 32/37] KVM: arm/arm64: Slightly rework kvm_vgic_addr
` [PULL 33/37] KVM: arm/arm64: Register iodevs when setting redist base and creating VCPUs
` [PULL 34/37] KVM: arm/arm64: Get rid of its->initialized field
` [PULL 35/37] KVM: arm/arm64: Register ITS iodev when setting base address
` [PULL 36/37] KVM: arm/arm64: Don't call map_resources when restoring ITS tables
` [PULL 37/37] KVM: arm/arm64: vgic-its: Cleanup after failed ITT restore
[PATCH v2 00/11] Fixes to v7 of the vITS save/restore series
2017-05-09 9:54 UTC (18+ messages)
` [PATCH v2 01/11] KVM: arm/arm64: Clarification and relaxation to ITS save/restore ABI
` [PATCH v2 02/11] KVM: arm/arm64: vgic: Rename kvm_vgic_vcpu_init to kvm_vgic_vcpu_enable
` [PATCH v2 03/11] KVM: Add kvm_vcpu_get_idx to get vcpu index in kvm->vcpus
` [PATCH v2 04/11] KVM: arm/arm64: Refactor vgic_register_redist_iodevs
` [PATCH v2 05/11] KVM: arm/arm64: Make vgic_v3_check_base more broadly usable
` [PATCH v2 06/11] KVM: arm/arm64: Slightly rework kvm_vgic_addr
` [PATCH v2 07/11] KVM: arm/arm64: Register iodevs when setting redist base and creating VCPUs
` [PATCH v2 08/11] KVM: arm/arm64: Get rid of its->initialized field
` [PATCH v2 09/11] KVM: arm/arm64: Register ITS iodev when setting base address
` [PATCH v2 10/11] KVM: arm/arm64: Don't call map_resources when restoring ITS tables
` [PATCH v2 11/11] KVM: arm/arm64: vgic-its: Cleanup after failed ITT restore
[PATCH] KVM: set no_llseek in stat_fops_per_vm
2017-05-09 9:46 UTC (2+ messages)
[PATCH v7 00/13] basic channel IO passthrough infrastructure based on vfio
2017-05-09 8:21 UTC (16+ messages)
` [PATCH v7 05/13] s390x/css: realize css_create_sch
` [PATCH v7 06/13] s390x/css: device support for s390-ccw passthrough
` [Qemu-devel] "
` [PATCH v7 07/13] vfio/ccw: vfio based subchannel passthrough driver
` [PATCH v7 08/13] vfio/ccw: get io region info
` [Qemu-devel] "
` [PATCH v7 09/13] vfio/ccw: get irqs info and set the eventfd fd
` [PATCH v7 13/13] MAINTAINERS: Add vfio-ccw maintainer
[PATCH RFC] vfio: Implement new Ioctl VFIO_IOMMU_GET_DIRTY_BITMAP
2017-05-09 8:07 UTC
[RFC PATCH 0/8] Shared Virtual Memory virtualization for VT-d
2017-05-09 7:55 UTC (5+ messages)
` [RFC PATCH 6/8] VFIO: do pasid table binding
` [Qemu-devel] [RFC PATCH 0/8] Shared Virtual Memory virtualization for VT-d
CFP: KVM Forum 2017
2017-05-09 7:42 UTC (4+ messages)
[PATCH v9 2/5] virtio-balloon: VIRTIO_BALLOON_F_BALLOON_CHUNKS
2017-05-09 2:45 UTC (12+ messages)
` "
` [virtio-dev] "
[PATCH v3 0/8] arm64: acpi: apei: handle SEI notification type for ARMv8
2017-05-09 2:16 UTC (12+ messages)
` [PATCH v3 7/8] arm64: exception: handle asynchronous SError interrupt
[PATCH V15 00/11] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
2017-05-08 20:22 UTC (10+ messages)
` [PATCH V15 06/11] acpi: apei: handle SEA notification type for ARMv8
` [PATCH V15 10/11] trace, ras: add ARM processor error trace event
` [PATCH V15 11/11] arm/arm64: KVM: add guest SEA support
[PATCH 0/8] Fixes to v7 of the vITS save/restore series
2017-05-08 19:21 UTC (26+ messages)
` [PATCH 1/8] KVM: arm/arm64: Clarification and relaxation to ITS save/restore ABI
` [PATCH 2/8] KVM: arm/arm64: vgic: Rename kvm_vgic_vcpu_init to kvm_vgic_vcpu_enable
` [PATCH 3/8] KVM: arm/arm64: Refactor vgic_register_redist_iodevs
` [PATCH 4/8] KVM: arm/arm64: Make vgic_v3_check_base more broadly usable
` [PATCH 5/8] KVM: arm/arm64: Slightly rework kvm_vgic_addr
` [PATCH 6/8] KVM: arm/arm64: Register iodevs when setting redist base and creating VCPUs
` [PATCH 7/8] KVM: arm/arm64: Register ITS iodev when setting base address
` [PATCH 8/8] KVM: arm/arm64: vgic-its: Cleanup after failed ITT restore
` [PATCH 9/8] KVM: arm/arm64: Don't call map_resources when restoring ITS tables
[GIT PULL] First batch of KVM changes for 4.12 merge window
2017-05-08 14:00 UTC
[PATCH v5 00/32] x86: Secure Memory Encryption (AMD)
2017-05-08 13:20 UTC (4+ messages)
` [PATCH v5 15/32] efi: Update efi_mem_type() to return an error rather than 0
[PATCH] kvm: nVMX: Validate CR3 target count on nested VM-entry
2017-05-08 12:35 UTC (3+ messages)
[PATCH v7 00/24] vITS save/restore
2017-05-08 12:29 UTC (22+ messages)
` [PATCH v7 01/24] KVM: arm/arm64: Add ITS save/restore API documentation
` [PATCH v7 09/24] KVM: arm64: vgic-its: Introduce migration ABI infrastructure
` [PATCH v7 10/24] KVM: arm64: vgic-its: Implement vgic_mmio_uaccess_write_its_iidr
` [PATCH v7 14/24] KVM: arm64: vgic-v3: vgic_v3_lpi_sync_pending_status
` [PATCH v7 15/24] KVM: arm64: vgic-its: Read config and pending bit in add_lpi()
` [PATCH v7 16/24] KVM: arm64: vgic-its: KVM_DEV_ARM_ITS_SAVE/RESTORE_TABLES
` [PATCH v7 21/24] KVM: arm64: vgic-its: Device table save/restore
` [PATCH v7 22/24] KVM: arm64: vgic-its: ITT save and restore
[RFC PATCH 00/20] Qemu: Extend intel_iommu emulator to support Shared Virtual Memory
2017-05-08 11:20 UTC (6+ messages)
` [RFC PATCH 03/20] intel_iommu: add "svm" option
` [Qemu-devel] "
KVM & SR-IOV
2017-05-08 10:43 UTC (2+ messages)
[PATCH 0/4] KVM: x86: kvm_mwait_in_guest() cleanup and fixes
2017-05-08 7: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