messages from 2015-10-07 12:47:02 to 2015-10-12 15:18:42 UTC [more...]
[PATCH v3 00/16] KVM: arm64: GICv3 ITS emulation
2015-10-12 15:18 UTC (32+ messages)
` [PATCH v3 01/16] KVM: arm/arm64: VGIC: don't track used LRs in the distributor
` [PATCH v3 02/16] KVM: arm/arm64: remove now unused code after stay-in-LR rework
` [PATCH v3 03/16] KVM: extend struct kvm_msi to hold a 32-bit device ID
` [PATCH v3 04/16] KVM: arm/arm64: add emulation model specific destroy function
` [PATCH v3 05/16] KVM: arm/arm64: extend arch CAP checks to allow per-VM capabilities
` [PATCH v3 06/16] KVM: arm/arm64: make GIC frame address initialization model specific
` [PATCH v3 07/16] KVM: arm64: Introduce new MMIO region for the ITS base address
` [PATCH v3 08/16] KVM: arm64: handle ITS related GICv3 redistributor registers
` [PATCH v3 09/16] KVM: arm64: introduce ITS emulation file with stub functions
` [PATCH v3 10/16] KVM: arm64: implement basic ITS register handlers
` [PATCH v3 11/16] KVM: arm64: add data structures to model ITS interrupt translation
` [PATCH v3 12/16] KVM: arm64: handle pending bit for LPIs in ITS emulation
` [PATCH v3 13/16] KVM: arm64: sync LPI configuration and pending tables
` [PATCH v3 14/16] KVM: arm64: implement ITS command queue command handlers
` [PATCH v3 15/16] KVM: arm64: implement MSI injection in ITS emulation
` [PATCH v3 16/16] KVM: arm64: enable ITS emulation as a virtual MSI controller
[kvm-unit-tests PATCHv2] arm: Add PMU test
2015-10-12 15:07 UTC (5+ messages)
` [kvm-unit-tests PATCHv4] ARM PMU tests
` [kvm-unit-tests PATCHv4 1/3] arm: Add PMU test
` [kvm-unit-tests PATCHv4 2/3] arm: pmu: Check cycle count increases
` [kvm-unit-tests PATCHv4 3/3] arm: pmu: Add CPI checking
[PATCH 0/7] userfault21 update
2015-10-12 15:04 UTC (2+ messages)
QEMU Technical Talk: NVDIMM and persistent memory in QEMU
2015-10-12 15:01 UTC (2+ messages)
[PATCH v2 11/20] kvm: rename pfn_t to kvm_pfn_t
2015-10-12 12:51 UTC
[PATCH] KVM: VMX: enable LBR virtualization
2015-10-12 12:44 UTC (3+ messages)
[PATCH 0/2] KVM: fix SMM with ept=1/unrestricted_guest=0
2015-10-12 12:09 UTC (3+ messages)
` [PATCH 1/2] KVM: x86: build kvm_userspace_memory_region in x86_set_memory_region
` [PATCH 2/2] KVM: x86: map/unmap private slots in __x86_set_memory_region
[PATCH v4 0/7] KVM: arm64: Implement API for vGICv3 live migration
2015-10-12 11:56 UTC (9+ messages)
` [PATCH v4 3/7] KVM: arm/arm64: Fix the documentation
` [PATCH v4 4/7] KVM: arm64: Implement vGICv3 distributor and redistributor access from userspace
[PATCH v3 00/32] implement vNVDIMM
2015-10-12 11:55 UTC (42+ messages)
` [PATCH v3 01/32] acpi: add aml_derefof
` [PATCH v3 02/32] acpi: add aml_sizeof
` [PATCH v3 03/32] acpi: add aml_create_field
` [PATCH v3 04/32] acpi: add aml_mutex, aml_acquire, aml_release
` [PATCH v3 05/32] acpi: add aml_concatenate
` [PATCH v3 06/32] acpi: add aml_object_type
` [PATCH v3 07/32] util: introduce qemu_file_get_page_size()
` [PATCH v3 08/32] exec: allow memory to be allocated from any kind of path
` [PATCH v3 09/32] exec: allow file_ram_alloc to work on file
` [PATCH v3 10/32] hostmem-file: clean up memory allocation
` [PATCH v3 11/32] hostmem-file: use whole file size if possible
` [PATCH v3 12/32] pc-dimm: remove DEFAULT_PC_DIMMSIZE
` [PATCH v3 13/32] pc-dimm: make pc_existing_dimms_capacity static and rename it
` [PATCH v3 14/32] pc-dimm: drop the prefix of pc-dimm
` [PATCH v3 15/32] stubs: rename qmp_pc_dimm_device_list.c
` [PATCH v3 16/32] pc-dimm: rename pc-dimm.c and pc-dimm.h
` [PATCH v3 17/32] dimm: abstract dimm device from pc-dimm
` [PATCH v3 18/32] dimm: get mapped memory region from DIMMDeviceClass->get_memory_region
` [PATCH v3 19/32] dimm: keep the state of the whole backend memory
` [PATCH v3 20/32] dimm: introduce realize callback
` [PATCH v3 21/32] nvdimm: implement NVDIMM device abstract
` [PATCH v3 22/32] nvdimm: init the address region used by NVDIMM ACPI
` [PATCH v3 23/32] nvdimm: build ACPI NFIT table
` [PATCH v3 24/32] nvdimm: init the address region used by DSM method
` [PATCH v3 25/32] nvdimm: build ACPI nvdimm devices
` [PATCH v3 26/32] nvdimm: save arg3 for NVDIMM device _DSM method
` [PATCH v3 27/32] nvdimm: support DSM_CMD_IMPLEMENTED function
` [PATCH v3 28/32] nvdimm: support DSM_CMD_NAMESPACE_LABEL_SIZE function
` [PATCH v3 29/32] nvdimm: support DSM_CMD_GET_NAMESPACE_LABEL_DATA
` [PATCH v3 30/32] nvdimm: support DSM_CMD_SET_NAMESPACE_LABEL_DATA
` [PATCH v3 31/32] nvdimm: allow using whole backend memory as pmem
` [PATCH v3 32/32] nvdimm: add maintain info
[PATCHv2 00/15] arm64: 16K translation granule support
2015-10-12 9:55 UTC (20+ messages)
` [PATCH 03/15] arm64: Introduce helpers for page table levels
` [PATCH 09/15] arm64: Add page size to the kernel image header
` [PATCH 10/15] arm64: kvm: Fix {V}TCR_EL2_TG0 mask
` [PATCH 11/15] arm64: Cleanup VTCR_EL2 computation
` [PATCH 12/15] arm: kvm: Move fake PGD handling to arch specific files
` [PATCH 13/15] arm64: kvm: Rewrite fake pgd handling
[PATCH v5 0/7] KVM: arm64: Implement API for vGICv3 live migration
2015-10-12 8:29 UTC (8+ messages)
` [PATCH v5 1/7] KVM: arm/arm64: Move endianess conversion out of vgic_attr_regs_access()
` [PATCH v5 2/7] KVM: arm/arm64: Refactor vGIC attributes handling code
` [PATCH v5 3/7] KVM: arm64: Implement vGICv3 distributor and redistributor access from userspace
` [PATCH v5 4/7] KVM: arm64: Refactor system register handlers
` [PATCH v5 5/7] KVM: arm64: Introduce find_reg_by_id()
` [PATCH v5 6/7] KVM: arm64: Implement vGICv3 CPU interface access
` [PATCH v5 7/7] KVM: arm/arm64: Update API documentation
[PATCH v2] KVM: arm/arm64: BUG FIX: Do not inject spurious interrupts
2015-10-12 7:14 UTC (5+ messages)
I Have An Urgent Matter To Discuss With You
2015-10-11 22:08 UTC
[PATCH] Doc:kvm: Fix typo in Doc/virtual/kvm
2015-10-11 21:36 UTC (2+ messages)
[edk2] KVM: MTRR: fix memory type handling if MTRR is completely disabled
2015-10-10 20:07 UTC (10+ messages)
Ongoing maintainance
2015-10-10 9:45 UTC
[PATCH] arm/arm64: KVM : Enable vhost device selection under KVM config menu
2015-10-10 15:25 UTC (2+ messages)
Good Day
2015-10-10 10:47 UTC
[PATCH] tools lib traceevent: update KVM plugin
2015-10-09 20:10 UTC (2+ messages)
BUG: unable to handle kernel paging request with v4.3-rc4
2015-10-09 15:34 UTC (3+ messages)
[PATCH v2] kvm: fix waitqueue_active without memory barrier in virt/kvm/async_pf.c
2015-10-09 13:56 UTC (3+ messages)
[PATCH] kvm: fix waitqueue_active without memory barrier in virt/kvm/async_pf.c
2015-10-09 12:21 UTC (7+ messages)
[PATCH] genirq: Move irq_set_vcpu_affinity out of "#ifdef CONFIG_SMP"
2015-10-09 11:18 UTC (4+ messages)
[PATCH] kvm: svm: Only propagate next_rip when guest supports it
2015-10-09 11:15 UTC (2+ messages)
[PATCH] KVM: x86: don't notify userspace IOAPIC on edge EOI
2015-10-09 11:03 UTC (3+ messages)
[PATCH v2 0/2] KVM: x86: fix edge EOI and IOAPIC reconfig race
2015-10-09 11:02 UTC (4+ messages)
` [PATCH v2 1/2] kvm: x86: set KVM_REQ_EVENT when updating IRR
` [PATCH v2 2/2] KVM: x86: fix edge EOI and IOAPIC reconfig race
[PATCH v2 00/18] implement vNVDIMM
2015-10-09 10:38 UTC (6+ messages)
` [Qemu-devel] "
[PATCH] KVM: arm/arm64: Add VGICv3 save/restore API documentation
2015-10-09 8:29 UTC (16+ messages)
[PATCH v3] KVM: x86: INIT and reset sequences are different
2015-10-09 8:06 UTC (3+ messages)
AIO requests may be disordered by Qemu-kvm iothread with disk cache=writethrough, Bug or Feature?
2015-10-09 4:44 UTC (6+ messages)
` "
` "
[PATCH 0/2] KVM: arm/arm64: Clean up some obsolete code
2015-10-08 12:33 UTC (8+ messages)
[PATCH] KVM: arm/arm64: Fix memory leak if timer initialization fails
2015-10-08 8:56 UTC (2+ messages)
[PATCH v2] KVM: nVMX: expose VPID capability to L1
2015-10-08 7:13 UTC (3+ messages)
[PATCH v2 1/5] KVM: VMX: adjust interface to allocate/free_vpid
2015-10-08 5:57 UTC (5+ messages)
` [PATCH v2 2/5] KVM: VMX: introduce __vmx_flush_tlb to handle specific vpid
` [PATCH v2 3/5] KVM: nVMX: emulate the INVVPID instruction
` [PATCH v2 4/5] KVM: nVMX: nested VPID emulation
` [PATCH v2 5/5] KVM: nVMX: expose VPID capability to L1
[PATCH v2 0/5] KVM: nVMX: nested VPID emulation
2015-10-08 5:57 UTC
[PATCH v2 00/15] KVM: arm64: GICv3 ITS emulation
2015-10-07 19:53 UTC (7+ messages)
` [PATCH v2 11/15] KVM: arm64: handle pending bit for LPIs in "
` [PATCH v2 13/15] KVM: arm64: implement ITS command queue command handlers
[PATCH] Use WARN_ON_ONCE for missing X86_FEATURE_NRIPS
2015-10-07 17:03 UTC (13+ messages)
` [PATCH] kvm: svm: Only propagate next_rip when guest supports it
[PATCH 0/2] KVM: x86: fix edge EOI and IOAPIC reconfig race
2015-10-07 15:05 UTC (10+ messages)
` [PATCH 2/2] "
Virtio drivers for WindowsServer 2012R2 network problems no outgoing traffic in Openstack
2015-10-07 13:22 UTC
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).