kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-11-06 00:25:36 to 2015-11-10 16:34:55 UTC [more...]

[kvm-unit-tests PATCH 00/18] bunch of mostly trivial patches
 2015-11-10 16:34 UTC  (34+ messages)
` [kvm-unit-tests PATCH 01/18] makefiles: use bash
` [kvm-unit-tests PATCH 02/18] trivial: lib: fail hard on failed mallocs
  ` [kvm-unit-tests PATCH v2 02/19] "
` [kvm-unit-tests PATCH 03/18] trivial: alloc: don't use 'top' outside spinlock
` [kvm-unit-tests PATCH 04/18] trivial: lib: missing extern in string.h
` [kvm-unit-tests PATCH 05/18] README: add pointer to new wiki page
` [kvm-unit-tests PATCH 06/18] README: add some CONTRIBUTING notes
` [kvm-unit-tests PATCH 07/18] configure: emit HOST=$host to config.mak
` [kvm-unit-tests PATCH 08/18] run_tests: pass test name to run script
` [kvm-unit-tests PATCH 09/18] arm/run: use ACCEL to choose between kvm and tcg
` [kvm-unit-tests PATCH 10/18] run_tests: probe for max-smp
` [kvm-unit-tests PATCH 11/18] lib/printf: support the %u unsigned fmt field
` [kvm-unit-tests PATCH 12/18] lib/arm: add flush_tlb_page mmu function
` [kvm-unit-tests PATCH 13/18] arm: Fail on unknown subtest
` [kvm-unit-tests PATCH 17/18] Revert "arm/arm64: import include/uapi/linux/psci.h"
` [kvm-unit-tests PATCH 18/18] arm/arm64: uart0_init: check /chosen/stdout-path
` [kvm-unit-tests PATCH 19/18] don't embed code inside asserts

[PATCH] kvm-all: PAGE_SIZE should be real host page size
 2015-11-10 16:29 UTC  (5+ messages)

[PATCH 0/3] Infinite loops in microcode while running guests
 2015-11-10 16:09 UTC  (6+ messages)
` [PATCH 1/3] KVM: x86: work around infinite loop in microcode when #AC is delivered
` [PATCH 2/3] KVM: svm: unconditionally intercept #DB
` [PATCH 3/3] KVM: x86: rename update_db_bp_intercept to update_bp_intercept

[PATCH v3 0/3] virtio DMA API core stuff
 2015-11-10 15:02 UTC  (14+ messages)

[PATCH v2 resend] ARM/arm64: KVM: test properly for a PTE's uncachedness
 2015-11-10 14:16 UTC  (2+ messages)

[PATCH v2] ARM/arm64: KVM: test properly for a PTE's uncachedness
 2015-11-10 13:48 UTC  (5+ messages)

[PATCH v2 0/5] QEMU: Hyper-V SynIC support
 2015-11-10 13:14 UTC  (7+ messages)
` [PATCH v2 1/5] headers: Linux kernel Hyper-V SynIC defines
` [PATCH v2 2/5] target-i386/kvm: Hyper-V SynIC MSR's support
` [PATCH v2 3/5] kvm: Hyper-V SynIC irq routing support
` [PATCH v2 4/5] target-i386/hyperv: Hyper-V SynIC SINT routing and vcpu exit
` [PATCH v2 5/5] hw/misc: Hyper-V test device 'hyperv-testdev'

[PATCH v4 0/6] virtio core DMA API conversion
 2015-11-10 12:43 UTC  (17+ messages)

[PATCH v4 0/5] KVM: Hyper-V synthetic interrupt controller
 2015-11-10 12:36 UTC  (6+ messages)
` [PATCH v4 1/5] kvm/irqchip: kvm_arch_irq_routing_update renaming split
` [PATCH v4 2/5] kvm/x86: split ioapic-handled and EOI exit bitmaps
` [PATCH v4 3/5] kvm/x86: per-vcpu apicv deactivation support
` [PATCH v4 4/5] kvm/x86: Hyper-V synthetic interrupt controller
` [PATCH v4 5/5] kvm/x86: Hyper-V kvm exit

[PATCH] kvmtool: Makefile: remove static dependency files when make clean
 2015-11-10 12:01 UTC 

[PATCH v3 0/3] KVM/arm64/arm: enhance armv7/8 fp/simd lazy switch
 2015-11-10 11:18 UTC  (13+ messages)
` [PATCH v3 2/3] KVM/arm/arm64: enable enhanced armv7 "
` [PATCH 3/3] KVM/arm64: enable enhanced armv8 "

[PATCH 0/9] KVM, pkeys: add memory protection-key support
 2015-11-10  9:35 UTC  (18+ messages)
` [PATCH 1/9] KVM, pkeys: expose CPUID:PKU to guest
` [PATCH 2/9] KVM, pkeys: add pkeys support when setting CR4
` [PATCH 3/9] KVM, pkeys: expose CPUID:OSPKE to guest
` [PATCH 4/9] KVM, pkeys: disable pkeys for guests in non-paging mode
` [PATCH 5/9] KVM, pkeys: update memeory permission bitmask for pkeys
` [PATCH 6/9] KVM, pkeys: add pkeys support for permission_fault logic
` [PATCH 7/9] KVM, pkeys: Add pkeys support for gva_to_gpa funcions
` [PATCH 8/9] KVM, pkeys: add pkeys support for xsave state
` [PATCH 9/9] KVM, pkeys: disable PKU feature without ept

[PATCH 0/5] KVM: x86: MMU: Clean up x86's mmu code for future work
 2015-11-10  9:18 UTC  (10+ messages)
` [PATCH 1/5] KVM: x86: MMU: Remove unused parameter of __direct_map()
` [PATCH 2/5] KVM: x86: MMU: Add helper function to clear a bit in unsync child bitmap
` [PATCH 3/5] KVM: x86: MMU: Make mmu_set_spte() return emulate value
` [PATCH 4/5] KVM: x86: MMU: Remove is_rmap_spte() and use is_shadow_present_pte()
` [PATCH 5/5] KVM: x86: MMU: Consolidate WARN_ON/BUG_ON checks for reverse-mapped sptes

[PATCH V6 0/6] Fast mmio eventfd fixes
 2015-11-10  6:25 UTC  (5+ messages)

[PATCH v3 0/3] target-i386: save/restore vcpu's TSC rate during migration
 2015-11-10  1:08 UTC  (15+ messages)
` [PATCH v3 2/3] target-i386: calculate vcpu's TSC rate to be migrated
` [PATCH v3 3/3] target-i386: load the migrated vcpu's TSC rate

BUSINESS OPPORTUNITY Reply with(email.rosy1@gmail.com)
 2015-11-09 23:10 UTC 

[PATCH v6 00/33] implement vNVDIMM
 2015-11-09 20:05 UTC  (36+ messages)
` [PATCH v6 05/33] acpi: add aml_object_type
` [PATCH v6 06/33] acpi: add aml_method_serialized
` [PATCH v6 07/33] util: introduce qemu_file_get_page_size()
` [PATCH v6 08/33] exec: allow memory to be allocated from any kind of path
` [PATCH v6 09/33] exec: allow file_ram_alloc to work on file
` [PATCH v6 11/33] hostmem-file: use whole file size if possible
` [PATCH v6 12/33] pc-dimm: remove DEFAULT_PC_DIMMSIZE
` [PATCH v6 14/33] pc-dimm: drop the prefix of pc-dimm
` [PATCH v6 19/33] dimm: keep the state of the whole backend memory
` [PATCH v6 25/33] nvdimm acpi: build ACPI nvdimm devices
` [PATCH v6 32/33] nvdimm acpi: support _FIT method

[PATCH v7 00/35] implement vNVDIMM
 2015-11-09 19:21 UTC  (29+ messages)
` [PATCH v7 07/35] util: introduce qemu_file_get_page_size()
` [PATCH v7 11/35] util: introduce qemu_file_getlength()
` [PATCH v7 12/35] util: let qemu_fd_getlength support block device
` [PATCH v7 20/35] dimm: get mapped memory region from DIMMDeviceClass->get_memory_region
` [PATCH v7 25/35] nvdimm acpi: init the resource used by NVDIMM ACPI
              ` [Qemu-devel] "

[PATCH 0/3] qemu, pkeys: add memory protection-key support
 2015-11-09 18:49 UTC  (7+ messages)
` [PATCH 1/3] qemu, pkeys: add pkeys support for qemu cpuid handling
` [PATCH 2/3] qemu, pkeys: add pkeys support for qemu xsave state handling
` [PATCH 3/3] qemu, pkeys: add pkeys support for qemu migration

Re:Investment/Loan
 2015-11-09 16:48 UTC 

[PATCH 0/3] context_tracking: streamline code, avoid IRQ save/restore
 2015-11-09 13:58 UTC  (7+ messages)
` [PATCH 1/3] context_tracking: remove duplicate enabled check
` [PATCH 2/3] context_tracking: avoid irq_save/irq_restore on guest entry and exit

[patch] vfio: make an array larger
 2015-11-09 12:24 UTC  (2+ messages)
` [patch v2] vfio/pci: "

[Bug 107561] New: 4.2 breaks PCI passthrough in QEMU/KVM
 2015-11-09 12:18 UTC 

[PATCH v2 0/4] KVM: VMX: enable LBR virtualization
 2015-11-09  9:26 UTC  (4+ messages)

[PATCH] ARM/arm64: KVM: test properly for a PTE's uncachedness
 2015-11-09  7:24 UTC 

[PATCH] KVM: x86: Add lowest-priority support for vt-d posted-interrupts
 2015-11-09  2:46 UTC 

[PATCH v2 00/12] KVM: x86: add support for VMX TSC scaling
 2015-11-09  0:06 UTC  (5+ messages)

[PATCH] kvmtool: Makefile: remove LDFLAGS from guest_init linking
 2015-11-08 17:35 UTC 

You have 1 new fax, document 0000176542
 2015-11-08  7:09 UTC 

BUSINESS PROPOSAL!
 2015-11-07 16:44 UTC 

[PATCH v1 2/2] dma-mapping-common: add DMA attribute - DMA_ATTR_IOMMU_BYPASS
 2015-11-07 15:06 UTC  (5+ messages)

BUSINESS PROPOSAL!!
 2015-11-07  9:40 UTC 

[PATCH v2] kvm: fix waitqueue_active without memory barrier in virt/kvm/async_pf.c
 2015-11-06 16:30 UTC  (3+ messages)

OpenBSD 5.3 guest on KVM
 2015-11-06 15:57 UTC  (2+ messages)

[PATCH 0/2] target-i386: tcg: Handle clflushopt/clwb/pcommit instructions
 2015-11-06 14:13 UTC  (7+ messages)
` [PATCH 1/2] target-i386: tcg: Accept clwb instruction
` [PATCH 2/2] target-i386: tcg: Check right CPUID bits for clflushopt/pcommit

[PATCH] KVM: arm: Fix crash in free_hyp_pgds() if timer initialization fails
 2015-11-06 14:06 UTC  (7+ messages)

[GIT PULL v4 0/3] dma and virtio prep patches
 2015-11-06  8:35 UTC  (3+ messages)
` [GIT PULL v4 3/3] s390/dma: Allow per device dma ops

kvm: irqchip: fix memory leak in -stable
 2015-11-06  6:48 UTC  (2+ messages)

[PATCH] KVM: PPC: Book3S HV: Don't dynamically split core when already split
 2015-11-06  5:03 UTC 

COMPLIMENT OF THE DAY
 2015-11-06  0:21 UTC 


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