kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-12-29 10:21:38 to 2014-01-08 17:34:09 UTC [more...]

[PATCH v5 0/6] KVM: PPC: Book3S: MMIO support for Little Endian guests
 2014-01-08 17:34 UTC  (14+ messages)
` [PATCH v5 2/6] KVM: PPC: Book3S: add helper routines to detect endian
` [PATCH v5 3/6] KVM: PPC: Book3S: MMIO emulation support for little endian guests
` [PATCH v5 4/6] KVM: PPC: Book3S: modify kvmppc_need_byteswap() for little endian host
  ` [PATCH v5.1 "
` [PATCH v5 6/6] KVM: PPC: Book3S: modify byte loading when guest uses Split Little Endian

[PATCH] KVM: PPC: Add devname:kvm aliases for modules
 2014-01-08 15:41 UTC 

Question about how MMU and shadow page table work in KVM
 2014-01-08 15:33 UTC 

[PATCH] KVM: PPC: Add devname:kvm aliases for modules
 2014-01-08 15:30 UTC  (2+ messages)

[RFC PATCH v3 0/2] Hyper-V timers
 2014-01-08 14:54 UTC  (17+ messages)
` [RFC PATCH v3 1/2] add support for Hyper-V reference time counter

[PATCH 0/7] Phase out pci_enable_msi_block()
 2014-01-08 13:45 UTC  (6+ messages)
` [PATCH 5/7] vfio: Use new interfaces for MSI/MSI-X enablement
      ` [PATCH v2 "

[PATCH 00/18] KVM: PPC: Book3S HV: POWER8 support
 2014-01-08 10:25 UTC  (19+ messages)
` [PATCH 01/18] KVM: PPC: Book3S HV: Don't set DABR on POWER8
` [PATCH 02/18] KVM: PPC: Book3S HV: Align physical and virtual CPU thread numbers
` [PATCH 03/18] KVM: PPC: Book3S HV: Context-switch new POWER8 SPRs
` [PATCH 04/18] KVM: PPC: Book3S HV: Flush the correct number of TLB sets on POWER8
` [PATCH 05/18] KVM: PPC: Book3S HV: Add handler for HV facility unavailable
` [PATCH 06/18] KVM: PPC: Book3S HV: Implement architecture compatibility modes for POWER8
` [PATCH 07/18] KVM: PPC: Book3S HV: Consolidate code that checks reason for wake from nap
` [PATCH 08/18] KVM: PPC: Book3S HV: Handle guest using doorbells for IPIs
` [PATCH 09/18] KVM: PPC: Book3S HV: Handle new LPCR bits on POWER8
` [PATCH 10/18] KVM: PPC: Book3S HV: Prepare for host using hypervisor doorbells
` [PATCH 11/18] KVM: PPC: Book3S HV: Add support for DABRX register on POWER7
` [PATCH 12/18] KVM: PPC: Book3S HV: Basic little-endian guest support
` [PATCH 13/18] powerpc/Kconfig: Make TM select VSX and VMX
` [PATCH 14/18] KVM: PPC: Book3S HV: Add new state for transactional memory
` [PATCH 15/18] KVM: PPC: Book3S HV: Add software abort codes "
` [PATCH 16/18] KVM: PPC: Book3S HV: Add transactional memory support
` [PATCH 17/18] KVM: PPC: Book3S HV: Add get/set_one_reg for new TM state
` [PATCH 18/18] KVM: PPC: Book3S PR: Cope with doorbell interrupts

Lost TCP/IP connectivity to guests after net changes on the hypervisor
 2014-01-08  8:24 UTC 

how LAPIC IPI emulated in KVM
 2014-01-08  5:06 UTC 

Internal error, emulation failure when trying to boot Win7 install
 2014-01-07 20:37 UTC  (2+ messages)

KVM call agenda for 2014-01-07
 2014-01-07 13:39 UTC  (2+ messages)

[PATCH kvm-next 1/2] kvm: make local functions static
 2014-01-07 13:14 UTC  (6+ messages)
` [PATCH kvm-next 2/2] kvm: remove dead code

[PATCH 1/1] KVM: ARM: Remove duplicate include
 2014-01-07  8:15 UTC 

[PATCH] iommu/intel: SNP bit is not dependent on iommu domain coherency
 2014-01-07  4:40 UTC  (4+ messages)

KVM: x86: limit PIT timer frequency
 2014-01-06 17:49 UTC  (2+ messages)

[PATCH 0/5] kvm tools: arm/arm64 updates
 2014-01-06 17:38 UTC  (6+ messages)
` [PATCH 1/5] kvm tools: arm: extract common timer support code for ARM cpus
` [PATCH 2/5] kvm tools: arm: add support for ARM Cortex-A7
` [PATCH 3/5] kvm tools: arm: emit the MPIDR in DT instead of cpu_id
` [PATCH 4/5] kvm tools: support unsigned int options
` [PATCH 5/5] kvm tools: arm: add option to override generic timer frequency

KVM: x86: fix tsc catchup issue with tsc scaling
 2014-01-06 14:18 UTC 

[RFC PATCH V1 0/6] mm: add a new option MREMAP_DUP to mmrep syscall
 2014-01-06  7:41 UTC  (5+ messages)

[PATCH 00/12] KVM: x86: Fixes for debug registers, IA32_APIC_BASE, and nVMX
 2014-01-05 20:16 UTC  (15+ messages)
` [PATCH 01/12] KVM: x86: Sync DR7 on KVM_SET_DEBUGREGS
` [PATCH 02/12] KVM: SVM: Fix reading of DR6
` [PATCH 03/12] KVM: VMX: Fix DR6 update on #DB exception
` [PATCH 04/12] KVM: x86: Validate guest writes to MSR_IA32_APICBASE
` [PATCH 05/12] KVM: nVMX: Leave VMX mode on clearing of feature control MSR
` [PATCH 06/12] KVM: nVMX: Pass vmexit parameters to nested_vmx_vmexit
` [PATCH 07/12] KVM: nVMX: Add tracepoints for nested_vmexit and nested_vmexit_inject
` [PATCH 08/12] KVM: nVMX: Clean up handling of VMX-related MSRs
` [PATCH 09/12] KVM: nVMX: Fix nested_run_pending on activity state HLT
` [PATCH 10/12] KVM: nVMX: Update guest activity state field on L2 exits
` [PATCH 11/12] KVM: nVMX: Rework interception of IRQs and NMIs
` [PATCH 12/12] KVM: nVMX: Fully emulate preemption timer

IOMMU groups: better with Intel root ports, or with PEX8606 switch?
 2014-01-04 21:11 UTC  (15+ messages)
      ` IOMMU groups ... "

[PATCH 00/13] kvm-unit-tests: Various improvements for x86 tests
 2014-01-04 17:59 UTC  (14+ messages)
` [PATCH 01/13] VMX: Add test cases around interrupt injection and halting
` [PATCH 02/13] VMX: Extend preemption timer tests
` [PATCH 03/13] apic: Remove redundant enable_apic
` [PATCH 04/13] VMX: Fix return label in fault-triggering handlers
` [PATCH 05/13] lib/x86: Move exception test code into library
` [PATCH 06/13] x2apic: Test for invalid state transitions
` [PATCH 07/13] lib/x86/apic: Consolidate over MSR_IA32_APICBASE
` [PATCH 08/13] apic: Add test case for relocation and writing reserved bits
` [PATCH 09/13] VMX: Check unconditional I/O exiting
` [PATCH 10/13] Provide common report and report_summary services
` [PATCH 11/13] Ignore *.elf build outputs
` [PATCH 12/13] svm: Add missing build dependency
` [PATCH 13/13] x86: Add debug facility test case

[PATCH 0/3] trace-cmd: Updates for kvm plugin
 2014-01-04 17:19 UTC  (4+ messages)
` [PATCH 1/3] trace-cmd: Report unknown VMX exit reasons with code
` [PATCH 2/3] trace-cmd: Factor out print_exit_reason in kvm plugin
` [PATCH 3/3] trace-cmd: Fix and cleanup kvm_nested_vmexit tracepoints

[PATCH] ARM: mm: Fix stage-2 device memory attributes
 2014-01-04 16:27 UTC  (2+ messages)
` [PATCH v2] "

KVM: VMX: fix use after free of vmx->loaded_vmcs
 2014-01-03 19:54 UTC  (4+ messages)

nested_free_all_saved_vmcss freeing vmx->vmcs01?
 2014-01-03 19:53 UTC  (2+ messages)

KVM: x86: handle invalid root_hpa everywhere
 2014-01-03 19:09 UTC 

[PATCH 0/9 v2] kvm-unit-tests/arm: initial drop
 2014-01-03 17:55 UTC  (40+ messages)
` [PATCH 2/9] makefile and run_tests tweaks
` [PATCH 3/9] clean root dir of all x86-ness
` [PATCH 4/9] move x86's simple heap management to common code
` [PATCH 5/9] Introduce libio to common code for io read/write
` [PATCH 6/9] Introduce a simple iomap structure
` [PATCH 8/9] Introduce virtio-testdev
` [PATCH 9/9] arm: initial drop

[PATCH 0/3] kvm/ppc: fixes/cleanup
 2014-01-03  2:51 UTC  (4+ messages)
` [PATCH 2/3] kvm/ppc: IRQ disabling cleanup

Is it important to specify OS type and Version using virt-manager?
 2014-01-03  1:41 UTC 

[RFC PATCHv3 10/11] arm: Use for_each_potential_vmalloc_area
 2014-01-02 21:53 UTC 

[GIT PULL] KVM fixes for 3.13-rc6
 2014-01-02 21:52 UTC 

[PATCH v2 0/3] kvm-unit-tests/arm: add vectors support
 2014-01-02 21:04 UTC  (14+ messages)
` [PATCH 1/3] printf: support field padding
` [PATCH 2/3] arm: add useful headers from the linux kernel
` [PATCH 3/3] arm: vectors support

[PATCH] KVM: NULL return of kvmppc_mmu_hpte_cache_next should be handled
 2014-01-02 20:39 UTC  (2+ messages)

[PATCH 0/9] kvm-unit-tests/arm: initial drop
 2014-01-02 18:56 UTC  (3+ messages)

[Bug 68051] New: Kernel stack trace when attempt to boot "kernel BUG at mm/page_alloc.c:2788"
 2014-01-02 18:22 UTC  (5+ messages)
` [Bug 68051] "
` [Bug 68051] Kernel stack trace when attempt to boot into 3.13.0-0.rc6.git0.1 results in "

VM outperforming host
 2014-01-02 15:27 UTC  (2+ messages)

Vhost and vhost-net support for userspace based backends
 2014-01-02 14:11 UTC 

[PULL 00/15] KVM/{arm,arm64} updates for 3.14
 2013-12-31 19:25 UTC  (2+ messages)

[PATCH] KVM: nVMX: Unconditionally uninit the MMU on nested vmexit
 2014-01-02 13:22 UTC  (2+ messages)

[PATCH] kvm: x86: Fix debug typo error in lapic
 2014-01-02  9:14 UTC 

[PATCH] KVM: SVM: Fix reading of DR6
 2014-01-02  8:24 UTC  (6+ messages)
  ` [PATCH v2] "

[Bug 67761] New: Kernel fails to boot under virtualization, kernel panic in intel_pstate_timer_func
 2013-12-31 10:02 UTC  (3+ messages)
` [Bug 67761] "

[PATCH] Check use I/O bitmap first before unconditional I/O exit
 2013-12-31  8:55 UTC  (2+ messages)

[PATCH] Move translate_gpa() initialization for the nested context into init_kvm_nested_mmu()
 2013-12-31  1:22 UTC 

Advise to invest in your Country
 2013-12-30 18:06 UTC 

[PATCH] KVM: x86: Fix APIC map calculation after re-enabling
 2013-12-30 20:59 UTC  (2+ messages)

[PATCH] [trivial] doc: kvm: Fix typo in doc/virtual/kvm
 2013-12-30 20:30 UTC  (3+ messages)

[RFC][PATCH] KVM: nVMX: Leave VMX mode on apparent CPU reset
 2013-12-30 20:05 UTC  (4+ messages)

[PATCH] Check use I/O bitmap first before unconditional I/O exit
 2013-12-30 19:35 UTC  (2+ messages)

[PATCH -V2] POWERPC: BOOK3S: KVM: Use the saved dsisr and dar values on book3s 64
 2013-12-30  9:12 UTC  (2+ messages)

seabios support
 2013-12-29 15:40 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).