messages from 2013-04-25 09:19:54 to 2013-04-27 11:03:31 UTC [more...]
[Bug 56971] New: [nested virt] L1 CPU Stuck when booting a L2 guest
2013-04-27 11:03 UTC (5+ messages)
` [Bug 56971] "
[PATCH] KVM: VMX: remove unprintable characters from comment
2013-04-27 10:58 UTC
[PATCH] KVM: PPC: Book3S: Add API for in-kernel XICS emulation
2013-04-27 10:28 UTC
[PATCH v5 0/8] In-kernel XICS interrupt controller emulation
2013-04-27 8:36 UTC (6+ messages)
[PATCH] vhost: Move vhost-net zerocopy support fields to net.c
2013-04-27 7:07 UTC
[PATCH 01/11] nEPT: Support LOAD_IA32_EFER entry/exit controls for L1
2013-04-27 6:42 UTC (12+ messages)
` [PATCH 02/11] nEPT: Add EPT tables support to paging_tmpl.h
` [PATCH 03/11] nEPT: MMU context for nested EPT
` [PATCH 04/11] nEPT: Fix cr3 handling in nested exit and entry
` [PATCH 05/11] nEPT: Fix wrong test in kvm_set_cr3
` [PATCH 06/11] nEPT: Some additional comments
` [PATCH 07/11] nEPT: Advertise EPT to L1
` [PATCH 08/11] nEPT: Nested INVEPT
` [PATCH 09/11] nEPT: Documentation
` [PATCH 10/11] nEPT: Miscelleneous cleanups
` [PATCH 11/11] nEPT: Provide the correct exit qualification upon EPT
KVM Forum 2013 Save the Date
2013-04-27 6:27 UTC (2+ messages)
[PATCH] tcm_vhost: Add vhost_scsi as an alias for tcm_vhost
2013-04-27 3:42 UTC
[PATCH v6 0/2] tcm_vhost flush
2013-04-27 3:16 UTC (3+ messages)
` [PATCH v6 1/2] vhost: Allow device specific fields per vq
` [PATCH v6 2/2] tcm_vhost: Wait for pending requests in vhost_scsi_flush()
[PATCH v4 0/6] KVM: MMU: fast zap all shadow pages
2013-04-27 3:13 UTC (7+ messages)
` [PATCH v4 1/6] KVM: MMU: drop unnecessary kvm_reload_remote_mmus
` [PATCH v4 2/6] KVM: x86: introduce memslot_set_lpage_disallowed
` [PATCH v4 3/6] KVM: MMU: introduce kvm_clear_all_lpage_info
` [PATCH v4 4/6] KVM: MMU: fast invalid all shadow pages
` [PATCH v4 5/6] KVM: x86: use the fast way to invalid all pages
` [PATCH v4 6/6] KVM: MMU: make kvm_mmu_zap_all preemptable
[PATCH 1/3] kvm/ppc/booke: Hold srcu lock when calling gfn functions
2013-04-27 0:53 UTC (3+ messages)
` [PATCH 2/3] kvm/ppc: Hold srcu lock when calling kvm_io_bus_read/write
` [PATCH 3/3] kvm: Fix obsolete comment about locking for kvm_io_bus_read/write
Preemptable Ticket Spinlock
2013-04-26 20:10 UTC
[PATCH 00/20] KVM: PPC: In-kernel MPIC support with irqfd v4
2013-04-26 18:30 UTC (64+ messages)
` [PATCH 01/20] KVM: Add KVM_IRQCHIP_NUM_PINS in addition to KVM_IOAPIC_NUM_PINS
` [PATCH 02/20] KVM: Introduce CONFIG_HAVE_KVM_IRQ_ROUTING
` [PATCH 03/20] KVM: Drop __KVM_HAVE_IOAPIC condition on irq routing
` [PATCH 04/20] KVM: Remove kvm_get_intr_delivery_bitmask
` [PATCH 05/20] KVM: Move irq routing to generic code
` [PATCH 06/20] KVM: Extract generic irqchip logic into irqchip.c
` [PATCH 07/20] KVM: Move irq routing setup to irqchip.c
` [PATCH 08/20] KVM: Move irqfd resample cap handling to generic code
` [PATCH 09/20] kvm: add device control API
` [PATCH 10/20] kvm/ppc/mpic: import hw/openpic.c from QEMU
` [PATCH 11/20] kvm/ppc/mpic: remove some obviously unneeded code
` [PATCH 12/20] kvm/ppc/mpic: adapt to kernel style and environment
` [PATCH 13/20] kvm/ppc/mpic: in-kernel MPIC emulation
` [PATCH 14/20] kvm/ppc/mpic: add KVM_CAP_IRQ_MPIC
` [PATCH 15/20] KVM: PPC: Support irq routing and irqfd for in-kernel MPIC
` [PATCH 16/20] KVM: PPC: MPIC: Add support for KVM_IRQ_LINE
` [PATCH 17/20] KVM: PPC: MPIC: Restrict to e500 platforms
` [PATCH 18/20] KVM: IA64: Carry non-ia64 changes into ia64
` [PATCH 19/20] kvm: destroy emulated devices on VM exit
` [PATCH 20/20] kvm/ppc/mpic: Eliminate mmio_mapped
` [PULL 00/42] ppc patch queue 2013-04-26 for 3.10
` [PATCH 01/42] KVM: PPC: cache flush for kernel managed pages
` [PATCH 02/42] KVM: PPC: debug stub interface parameter defined
` [PATCH 03/42] Rename EMULATE_DO_PAPR to EMULATE_EXIT_USER
` [PATCH 04/42] KVM: extend EMULATE_EXIT_USER to support different exit reasons
` [PATCH 05/42] booke: exit to user space if emulator request
` [PATCH 06/42] KVM: PPC: Book3E: Refactor ONE_REG ioctl implementation
` [PATCH 07/42] KVM: PPC: e500: Expose MMU registers via ONE_REG
` [PATCH 08/42] KVM: PPC: e500: Move vcpu's MMU configuration to dedicated functions
` [PATCH 09/42] KVM: PPC: e500: Add support for TLBnPS registers
` [PATCH 10/42] KVM: PPC: e500: Add support for EPTCFG register
` [PATCH 11/42] KVM: PPC: e500: Remove E.PT and E.HV.LRAT categories from VCPUs
` [PATCH 12/42] KVM: PPC: e500mc: Enable e6500 cores
` [PATCH 13/42] KVM: PPC: e500: Add e6500 core to Kconfig description
` [PATCH 14/42] KVM: PPC: Book3S HV: Make HPT reading code notice R/C bit changes
` [PATCH 15/42] KVM: PPC: Book3S HV: Report VPA and DTL modifications in dirty map
` [PATCH 16/42] KVM: Add KVM_IRQCHIP_NUM_PINS in addition to KVM_IOAPIC_NUM_PINS
` [PATCH 17/42] KVM: Introduce CONFIG_HAVE_KVM_IRQ_ROUTING
` [PATCH 18/42] KVM: Drop __KVM_HAVE_IOAPIC condition on irq routing
` [PATCH 19/42] KVM: Remove kvm_get_intr_delivery_bitmask
` [PATCH 20/42] KVM: Move irq routing to generic code
` [PATCH 21/42] KVM: Extract generic irqchip logic into irqchip.c
` [PATCH 22/42] KVM: Move irq routing setup to irqchip.c
` [PATCH 23/42] KVM: Move irqfd resample cap handling to generic code
` [PATCH 24/42] kvm: add device control API
` [PATCH 25/42] kvm/ppc/mpic: import hw/openpic.c from QEMU
` [PATCH 26/42] kvm/ppc/mpic: remove some obviously unneeded code
` [PATCH 27/42] kvm/ppc/mpic: adapt to kernel style and environment
` [PATCH 28/42] kvm/ppc/mpic: in-kernel MPIC emulation
` [PATCH 29/42] kvm/ppc/mpic: add KVM_CAP_IRQ_MPIC
` [PATCH 30/42] KVM: PPC: Support irq routing and irqfd for in-kernel MPIC
` [PATCH 31/42] KVM: PPC: MPIC: Add support for KVM_IRQ_LINE
` [PATCH 32/42] KVM: PPC: MPIC: Restrict to e500 platforms
` [PATCH 33/42] KVM: IA64: Carry non-ia64 changes into ia64
` [PATCH 34/42] kvm: destroy emulated devices on VM exit
` [PATCH 35/42] kvm/ppc/mpic: Eliminate mmio_mapped
` [PATCH 36/42] KVM: PPC: Book3S: Add infrastructure to implement kernel-side RTAS calls
` [PATCH 37/42] KVM: PPC: Book3S: Add kernel emulation for the XICS interrupt controller
` [PATCH 38/42] KVM: PPC: Book3S HV: Speed up wakeups of CPUs on HV KVM
` [PATCH 39/42] KVM: PPC: Book3S HV: Add support for real mode ICP in XICS emulation
` [PATCH 40/42] KVM: PPC: Book3S HV: Improve real-mode handling of external interrupts
` [PATCH 41/42] KVM: PPC: Book3S: Add support for ibm,int-on/off RTAS calls
` [PATCH 42/42] KVM: PPC: Book3S: Facilities to save/restore XICS presentation ctrler state
[PATCH v3 00/32] Port of KVM to arm64
2013-04-26 17:11 UTC (10+ messages)
` [PATCH v3 02/32] arm64: KVM: define HYP and Stage-2 translation page flags
` [PATCH v3 08/32] arm64: KVM: architecture specific MMU backend
KVM Forum 2013 Save the Date
2013-04-26 16:56 UTC
[RFC PATCH] Emulate MOVBE
2013-04-26 16:08 UTC (11+ messages)
` [PATCH -v2] kvm: "
[Bug 53611] New: nVMX: Add nested EPT
2013-04-26 16:07 UTC (17+ messages)
[PATCH 0/2] KVM: PPC: Migration bugfixes for HV KVM
2013-04-26 13:51 UTC (2+ messages)
[PATCH 0/8 v3] KVM: PPC: e500: Enable FSL e6500 core
2013-04-26 13:48 UTC (2+ messages)
[PATCH v10 0/7] KVM: VMX: Add Posted Interrupt supporting
2013-04-26 13:46 UTC (6+ messages)
` [PATCH v10 7/7] KVM: VMX: Use posted interrupt to deliver virtual interrupt
[PATCH 0/7 v3] KVM :PPC: Userspace Debug support
2013-04-26 13:37 UTC (12+ messages)
` [PATCH 1/7 v3] KVM: PPC: debug stub interface parameter defined
` [PATCH 2/7 v3] Rename EMULATE_DO_PAPR to EMULATE_EXIT_USER
` [PATCH 3/7 v3] KVM: extend EMULATE_EXIT_USER to support different exit reasons
` [PATCH 4/7 v3] booke: exit to user space if emulator request
` [PATCH 5/7 v3] KVM: PPC: exit to user space on "ehpriv" instruction
` [PATCH 6/7 v3] powerpc: export debug register save function for KVM
` [PATCH 7/7 v3] KVM: PPC: Add userspace debug stub support
[RFC PATCH v3 0/6] device control and in-kernel MPIC
2013-04-26 9:57 UTC (14+ messages)
` [PATCH v4 0/6] device-control "
` [PATCH v4 1/6] kvm: add device control API
[PATCH] x86: Add a Kconfig shortcut for a kvm-bootable kernel
2013-04-26 9:51 UTC (8+ messages)
` [PATCH -v2] x86: Add a Kconfig shortcut for kvm guest kernel
` [PATCH -v2.1] "
[PATCH 8/8 v3] KVM: PPC: e500: Add e6500 core to Kconfig description
2013-04-26 9:38 UTC (5+ messages)
[PATCH 00/20] KVM: PPC: In-kernel MPIC support with irqfd v4
2013-04-26 8:24 UTC (21+ messages)
` [PATCH 01/20] KVM: Add KVM_IRQCHIP_NUM_PINS in addition to KVM_IOAPIC_NUM_PINS
` [PATCH 02/20] KVM: Introduce CONFIG_HAVE_KVM_IRQ_ROUTING
` [PATCH 03/20] KVM: Drop __KVM_HAVE_IOAPIC condition on irq routing
` [PATCH 04/20] KVM: Remove kvm_get_intr_delivery_bitmask
` [PATCH 05/20] KVM: Move irq routing to generic code
` [PATCH 06/20] KVM: Extract generic irqchip logic into irqchip.c
` [PATCH 07/20] KVM: Move irq routing setup to irqchip.c
` [PATCH 08/20] KVM: Move irqfd resample cap handling to generic code
` [PATCH 09/20] kvm: add device control API
` [PATCH 10/20] kvm/ppc/mpic: import hw/openpic.c from QEMU
` [PATCH 11/20] kvm/ppc/mpic: remove some obviously unneeded code
` [PATCH 12/20] kvm/ppc/mpic: adapt to kernel style and environment
` [PATCH 13/20] kvm/ppc/mpic: in-kernel MPIC emulation
` [PATCH 14/20] kvm/ppc/mpic: add KVM_CAP_IRQ_MPIC
` [PATCH 15/20] KVM: PPC: Support irq routing and irqfd for in-kernel MPIC
` [PATCH 16/20] KVM: PPC: MPIC: Add support for KVM_IRQ_LINE
` [PATCH 17/20] KVM: PPC: MPIC: Restrict to e500 platforms
` [PATCH 18/20] KVM: IA64: Carry non-ia64 changes into ia64
` [PATCH 19/20] kvm: destroy emulated devices on VM exit
` [PATCH 20/20] kvm/ppc/mpic: Eliminate mmio_mapped
[PATCH v2] KVM: PPC: cache flush for kernel managed pages
2013-04-26 7:38 UTC (2+ messages)
[PATCH 1/2] kvm: destroy emulated devices on VM exit
2013-04-26 6:25 UTC (3+ messages)
` [PATCH 2/2] kvm/ppc/mpic: Eliminate mmio_mapped
[PATCH] ppc: initialize GPRs as per epapr
2013-04-26 6:14 UTC (2+ messages)
[PATCH 1/1] kvm:book3e: Fix a build error
2013-04-26 1:53 UTC (3+ messages)
[PATCH 0/2] Protect against iommu driver disconnect
2013-04-25 22:24 UTC (3+ messages)
` [PATCH 1/2] vfio: Convert container->group_lock to rwsem
` [PATCH 2/2] vfio: Use down_reads to protect iommu disconnects
[PATCH] kvm, svm: Fix typo in printk message
2013-04-25 22:22 UTC
[PATCH 16/17] KVM: PPC: MPIC: Add support for KVM_IRQ_LINE
2013-04-25 21:13 UTC (5+ messages)
[PATCH 15/17] KVM: PPC: Support irq routing and irqfd for in-kernel MPIC
2013-04-25 16:53 UTC (3+ messages)
[PATCH] KVM : PPC : cache flush for kernel managed pages
2013-04-25 15:07 UTC (3+ messages)
[PATCH 00/17] KVM: PPC: In-kernel MPIC support with irqfd v3
2013-04-25 10:24 UTC (21+ messages)
` [PATCH 01/17] KVM: Add KVM_IRQCHIP_NUM_PINS in addition to KVM_IOAPIC_NUM_PINS
` [PATCH 02/17] KVM: Introduce CONFIG_HAVE_KVM_IRQ_ROUTING
` [PATCH 03/17] KVM: Drop __KVM_HAVE_IOAPIC condition on irq routing
` [PATCH 04/17] KVM: Remove kvm_get_intr_delivery_bitmask
` [PATCH 05/17] KVM: Move irq routing to generic code
` [PATCH 06/17] KVM: Extract generic irqchip logic into irqchip.c
` [PATCH 07/17] KVM: Move irq routing setup to irqchip.c
` [PATCH 08/17] KVM: Move irqfd resample cap handling to generic code
` [PATCH 15/17] KVM: PPC: Support irq routing and irqfd for in-kernel MPIC
[PATCH 0/7] KVM: irqfd generalization prepare patch set
2013-04-25 9:39 UTC (6+ messages)
KVM VM(windows xp) reseted when running geekbench for about 2 days
2013-04-25 9:35 UTC (8+ messages)
[PATCH v11 0/4] tcm_vhost hotplug
2013-04-25 9:32 UTC (3+ messages)
` [PATCH v11 4/4] tcm_vhost: Enable VIRTIO_SCSI_F_HOTPLUG
` [PATCH untested] vhost: allow device specific fields per vq
[PATCH v2 0/6] KVM: MMU: fast invalid all mmio sptes
2013-04-25 9:24 UTC (7+ messages)
` [PATCH v2 3/6] KVM: MMU: make return value of mmio page fault handler more readable
` [PATCH v2 6/6] KVM: MMU: init kvm generation close to mmio wrap-around value
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