public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-01-19 10:27:21 to 2013-01-24 10:36:08 UTC [more...]

[PATCH v2 01/12] KVM: MMU: lazily drop large spte
 2013-01-24 10:36 UTC  (13+ messages)
` [PATCH v2 02/12] KVM: MMU: cleanup mapping-level
` [PATCH v2 03/12] KVM: MMU: simplify mmu_set_spte
` [PATCH v2 04/12] KVM: MMU: simplify set_spte
` [PATCH v2 05/12] KVM: MMU: introduce vcpu_adjust_access
` [PATCH v2 06/12] KVM: MMU: introduce a static table to map guest access to spte access
` [PATCH v2 07/12] KVM: MMU: remove pt_access in mmu_set_spte
` [PATCH v2 08/12] KVM: MMU: cleanup __direct_map
` [PATCH v2 09/12] KVM: MMU: introduce mmu_spte_establish
` [PATCH v2 10/12] KVM: MMU: unify the code of walking pte list
` [PATCH v2 11/12] KVM: MMU: fix spte assertion
` [PATCH v2 12/12] KVM: MMU: fast drop all spte on the pte_list

[PATCH V3 RESEND RFC 0/2] kvm: Improving undercommit scenarios
 2013-01-24 10:32 UTC  (6+ messages)
` [PATCH V3 RESEND RFC 1/2] sched: Bail out of yield_to when source and target runqueue has one task
` [PATCH V3 RESEND RFC 2/2] kvm: Handle yield_to failure return code for potential undercommit case

[PATCH] vhost-net: fall back to vmalloc if high-order allocation fails
 2013-01-24 10:06 UTC  (4+ messages)

[PATCH v12 0/3] x86, apicv: Add APIC virtualization support
 2013-01-24  8:42 UTC  (11+ messages)
` [PATCH v12 1/3] x86, apicv: add APICv register "
` [PATCH v12 2/3] x86, apicv: add virtual x2apic support
` [PATCH v12 3/3] x86, apicv: add virtual interrupt delivery support

[PATCH v2] KVM: VMX: enable acknowledge interupt on vmexit
 2013-01-24  6:31 UTC  (5+ messages)

windows 2008 guest causing rcu_shed to emit NMI
 2013-01-24  0:52 UTC  (2+ messages)

[PATCH] vfio-pci: Enable PCIe extended config space
 2013-01-24  0:46 UTC 

[PATCH 0/9] some more vmx real mode emulation fixes and cleanups
 2013-01-24  0:39 UTC  (11+ messages)
` [PATCH 1/9] KVM: VMX: remove special CPL cache access during transition to real mode
` [PATCH 2/9] KVM: VMX: reset CPL only on CS register write
` [PATCH 3/9] KVM: VMX: if unrestricted guest is enabled vcpu state is always valid
` [PATCH 4/9] KVM: VMX: remove hack that disables emulation on vcpu reset/init
` [PATCH 5/9] KVM: VMX: skip vmx->rmode.vm86_active check on cr0 write if unrestricted guest is enabled
` [PATCH 6/9] KVM: VMX: don't clobber segment AR of unusable segments
` [PATCH 7/9] KVM: VMX: rename fix_pmode_dataseg to fix_pmode_seg
` [PATCH 8/9] KVM: x86: fix use of uninitialized memory as segment descriptor in emulator
` [PATCH 9/9] KVM: VMX: set vmx->emulation_required only when needed

[PATCH] vfio-pci: Enable PCIe extended capabilities on v1
 2013-01-24  0:25 UTC 

[GIT PULL] KVM/ARM core implementation
 2013-01-23 19:22 UTC 

[PATCH for-1.4 qom-cpu 1/9] kvm: Create kvm_arch_vcpu_id() function
 2013-01-23 16:12 UTC  (5+ messages)
` [PATCH for-1.4 qom-cpu 2/9] target-i386: kvm: Set vcpu_id to APIC ID instead of CPU index
    ` [Qemu-devel] "

[PATCH 0/8] KVM: Reduce mmu_lock hold time when zapping mmu pages
 2013-01-23 15:45 UTC  (14+ messages)
` [PATCH 1/8] KVM: MMU: Fix and clean up for_each_gfn_* macros
` [PATCH 2/8] KVM: MMU: Use list_for_each_entry_safe in kvm_mmu_commit_zap_page()
` [PATCH 3/8] KVM: MMU: Add a parameter to kvm_mmu_prepare_zap_page() to update the next position
` [PATCH 4/8] KVM: MMU: Introduce for_each_gfn_indirect_valid_sp_safe macro
` [PATCH 5/8] KVM: MMU: Delete hash_link node in kvm_mmu_prepare_zap_page()
` [PATCH 6/8] KVM: MMU: Introduce free_zapped_mmu_pages() for freeing mmu pages in a list
` [PATCH 7/8] KVM: MMU: Split out free_zapped_mmu_pages() from kvm_mmu_commit_zap_page()
` [PATCH 8/8] KVM: MMU: Move free_zapped_mmu_pages() out of the protection of mmu_lock

[QEMU PATCH v5 0/3] virtio-net: fix of ctrl commands
 2013-01-23 15:38 UTC  (6+ messages)
` [QEMU PATCH v5 1/3] virtio-net: remove layout assumptions for ctrl vq
` [QEMU PATCH v5 2/3] virtio-net: introduce a new macaddr control
` [QEMU PATCH v5 3/3] virtio-net: rename ctrl rx commands

"external snapshot-delete" questions
 2013-01-23 15:21 UTC 

[RFC] KVM/arm64, take #3
 2013-01-23 12:01 UTC  (2+ messages)
  ` [kvmarm] "

[PATCH v11 0/3] x86, apicv: Add APIC virtualization support
 2013-01-23 10:52 UTC  (30+ messages)
` [PATCH v11 2/3] x86, apicv: add virtual x2apic support
` [PATCH v11 3/3] x86, apicv: add virtual interrupt delivery support

[PATCH v2 0/8] More fastop patches
 2013-01-23  8:59 UTC  (12+ messages)
` [PATCH v2 1/8] KVM: x86 emulator: Convert SHLD, SHRD to fastop
` [PATCH v2 2/8] KVM: x86 emulator: convert shift/rotate instructions "
` [PATCH v2 3/8] KVM: x86 emulator: covert SETCC "
` [PATCH v2 4/8] KVM: x86 emulator: convert INC/DEC "
` [PATCH v2 5/8] KVM: x86 emulator: convert BT/BTS/BTR/BTC/BSF/BSR "
` [PATCH v2 6/8] KVM: x86 emulator: convert 2-operand IMUL "
` [PATCH v2 7/8] KVM: x86 emulator: rearrange fastop definitions
` [PATCH v2 8/8] KVM: x86 emulator: convert a few freestanding emulations to fastop

[PATCH v12 rebased 0/8] pv event to notify host when the guest is panicked
 2013-01-23  7:19 UTC  (10+ messages)
` [PATCH v12 rebased] kvm: "
` [PATCH v12 rebased 1/8] preserve cpu runstate
` [PATCH v12 rebased 2/8] start vm after resetting it
` [PATCH v12 rebased 3/8] update kernel headers
` [PATCH v12 rebased 4/8] add a new runstate: RUN_STATE_GUEST_PANICKED
` [PATCH v12 rebased 5/8] add a new qevent: QEVENT_GUEST_PANICKED
` [PATCH v12 rebased 6/8] introduce a new qom device to deal with panicked event
` [PATCH v12 rebased 7/8] allower the user to disable pv event support
` [PATCH v12 rebased 8/8] pv event: add document to describe the usage

[PATCH 0/2] KVM: Add posted interrupt supporting
 2013-01-23  5:09 UTC  (4+ messages)
` [PATCH 2/2] x86, apicv: Add Posted Interrupt supporting

[PATCH][v2] KVM: PPC: add paravirt idle loop for 64-bit book E
 2013-01-22 23:54 UTC 

[Qemu-devel] [PATCH for-1.4 03/12] pc: Reverse pc_init_pci() compatibility logic
 2013-01-22 21:37 UTC  (16+ messages)
    `  "
` [Qemu-devel] [PATCH for-1.4 00/12] target-i386: Fix APIC-ID-based topology (v4)
  ` [Qemu-devel] [PATCH for-1.4 04/12] kvm: Create kvm_arch_vcpu_id() function
    `  "
    ` [PATCH for-1.4 01/12] kvm: Add fake KVM_FEATURE_CLOCKSOURCE_STABLE_BIT for builds withou KVM
      ` [Qemu-devel] "

Pausing guest VM
 2013-01-22 21:25 UTC 

[PATCH] kvm: close opened file
 2013-01-22 19:52 UTC  (6+ messages)
  ` [PATCH v2] kvm tools: remove redundant "if" condition

KVM call agenda for 2013-01-22
 2013-01-22 14:56 UTC  (2+ messages)

[QEMU PATCH v4 0/3] virtio-net: fix of ctrl commands
 2013-01-22 14:49 UTC  (8+ messages)
` [QEMU PATCH v4 1/3] virtio-net: remove layout assumptions for ctrl vq
` [QEMU PATCH v4 2/3] virtio-net: introduce a new macaddr control

[PATCH v2 0/3] tcm_vhost: Optimize gup in vhost_scsi_map_to_sgl
 2013-01-22  3:20 UTC  (4+ messages)
` [PATCH v2 1/3] tcm_vhost: Introduce iov_num_pages
` [PATCH v2 2/3] tcm_vhost: Use iov_num_pages to calculate sgl_count
` [PATCH v2 3/3] tcm_vhost: Optimize gup in vhost_scsi_map_to_sgl

[PATCH 0/3] tcm_vhost: Optimize gup in vhost_scsi_map_to_sgl
 2013-01-22  1:33 UTC  (6+ messages)
` [PATCH 1/3] tcm_vhost: Introduce iov_num_pages
` [PATCH 2/3] tcm_vhost: Optimize gup in vhost_scsi_map_to_sgl
` [PATCH 3/3] tcm_vhost: Use iov_num_pages to calculate sgl_count

[PATCH v6 1/3] KVM: x86: clean up reexecute_instruction
 2013-01-22  0:59 UTC  (2+ messages)

[kbuild] [vfio:vfio-vga 4/5] drivers/vfio/pci/vfio_pci_rdwr.c:191 vfio_pci_legacy_mem_rw() warn: consider using resource_size() here
 2013-01-22  0:59 UTC  (3+ messages)

[GIT PULL] VFIO fix for v3.8-rc5
 2013-01-21 23:45 UTC 

[PULL 3.8 0/1] ppc patch queue 2013-01-18 for 3.8
 2013-01-21 23:36 UTC  (7+ messages)

[PATCH v5 0/3] make mac programming for virtio net more robust
 2013-01-21 19:09 UTC  (5+ messages)
` [PATCH v5 1/3] move virtnet_send_command() above virtnet_set_mac_address()
` [PATCH v5 2/3] net: split eth_mac_addr for better error handling
` [PATCH v5 3/3] virtio-net: introduce a new control to set macaddr

[PATCH v6 00/15] KVM/ARM Implementation
 2013-01-21 18:20 UTC  (15+ messages)
` [PATCH v6 14/15] KVM: ARM: Power State Coordination Interface implementation
      ` [kvmarm] "
` [PATCH v6 15/15] KVM: ARM: Add maintainer entry for KVM/ARM

[PATCH v4 0/3] make mac programming for virtio net more robust
 2013-01-21 16:13 UTC  (6+ messages)
` [PATCH v4 1/3] move virtnet_send_command() above virtnet_set_mac_address()
` [PATCH v4 2/3] net: split eth_mac_addr for better error handling
` [PATCH v4 3/3] virtio-net: introduce a new control to set macaddr

[PATCH 0/5] vhost-scsi: Add support for host virtualized target
 2013-01-21 13:28 UTC  (5+ messages)

Status of Fault Tolerance feature?
 2013-01-21 12:24 UTC 

[PATCH v2] virtio-spec: set mac address by a new vq command
 2013-01-21  3:05 UTC  (3+ messages)
` [PATCH v3] "

[RFC PATCH 0/9] KVM: PPC: In-kernel PAPR interrupt controller emulation
 2013-01-21  0:22 UTC  (7+ messages)

[PATCH v6 00/13] KVM/ARM vGIC support
 2013-01-21  0:06 UTC  (5+ messages)
` [PATCH v6 02/13] KVM: ARM: Introduce KVM_SET_DEVICE_ADDRESS ioctl
  ` [kvmarm] "

[PATCH v3 0/2] make mac programming for virtio net more robust
 2013-01-20  2:20 UTC  (4+ messages)
` [PATCH v3 2/2] virtio-net: introduce a new control to set macaddr


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox