messages from 2012-04-18 20:28:43 to 2012-04-23 15:32:05 UTC [more...]
[PATCH 0/4] KVM: x86 emulator: Split decoder into separate functions
2012-04-23 15:31 UTC
[PATCH v2] KVM: Introduce direct MSI message injection for in-kernel irqchips
2012-04-23 15:17 UTC (7+ messages)
` [PATCH v3] "
` [PATCH v4] "
` [PATCH] KVM: Introduce generic interrupt "
[PATCH 2/2] Expose tsc deadline timer cpuid to guest
2012-04-23 14:48 UTC (15+ messages)
` [Qemu-devel] "
[PATCH RFC 0/5] apic: eoi optimization support
2012-04-23 14:04 UTC (6+ messages)
` [PATCH RFC 1/5] apic: fix typo EIO_ACK -> EOI_ACK and document
` [PATCH RFC 2/5] apic: use symbolic APIC_EOI_ACK
` [PATCH RFC 3/5] x86: add apic->eoi_write callback
` [PATCH RFC 4/5] x86: eoi micro-optimization
` [PATCH RFC dontapply 5/5] kvm_para: guest side for eoi avoidance
[RFC PATCH 0/9] ACPI memory hotplug
2012-04-23 13:31 UTC (30+ messages)
` [RFC PATCH 1/9][SeaBIOS] Add SSDT memory device support
` [RFC PATCH 2/9][SeaBIOS] Implement acpi-dsdt functions for memory hotplug
` [Qemu-devel] "
` [RFC PATCH 3/9][SeaBIOS] acpi: generate hotplug memory devices
` [RFC PATCH 4/9] Implement memslot device abstraction
` [RFC PATCH 5/9] acpi_piix4: Implement memory device hotplug registers
` [RFC PATCH 6/9] pc: pass paravirt info for hotplug memory slots to BIOS
` [Qemu-devel] "
` [RFC PATCH 7/9] Implement memslot command-line option and memslot hmp command
` [RFC PATCH 8/9] pc: adjust e820 map on hot-add and hot-remove
` [RFC PATCH 9/9][SeaBIOS] enable memory devices if e820 entry is present
` [Qemu-devel] [RFC PATCH 0/9] ACPI memory hotplug
KVM call agenda for April, Tuesday 24
2012-04-23 10:17 UTC
[PATCH RFC V6 0/5] kvm : Paravirt-spinlock support for KVM guests
2012-04-23 10:00 UTC (6+ messages)
` [PATCH RFC V6 1/5] kvm hypervisor : Add a hypercall to KVM hypervisor to support pv-ticketlocks
` [PATCH RFC V6 2/5] kvm : Fold pv_unhalt flag into GET_MP_STATE ioctl to aid migration
` [PATCH RFC V6 3/5] kvm guest : Add configuration support to enable debug information for KVM Guests
` [PATCH RFC V6 4/5] kvm : pv-ticketlocks support for linux guests running on KVM hypervisor
` [PATCH RFC V6 5/5] Documentation/kvm : Add documentation on Hypercalls and features used for PV spinlock
Biweekly upstream qemu-kvm test report (using autotest) - Week 16
2012-04-23 9:29 UTC (5+ messages)
[PATCH 0/2] Simplify RCU freeing of shadow pages
2012-04-23 8:53 UTC (10+ messages)
` [PATCH 1/2] KVM: MMU: Always free shadow pages using RCU
` [PATCH 2/2] KVM: MMU: Recover space used by rcu_head in struct kvm_mmu_page
[PATCH] qemu-kvm: Switch to upstream in-kernel KVM PIT
2012-04-23 8:47 UTC
[PATCH] qemu-kvm: Switch to upstream TPR optimization
2012-04-23 8:42 UTC (3+ messages)
` [PATCH] qemu-kvm: Eliminate _kvm_arch_init_vcpu
[PATCH] kvm: don't call mmu_shrinker w/o used_mmu_pages
2012-04-23 8:37 UTC (12+ messages)
[PATCH v3 0/9] KVM: MMU: fast page fault
2012-04-23 7:24 UTC (32+ messages)
` [PATCH v3 1/9] KVM: MMU: return bool in __rmap_write_protect
` [PATCH v3 2/9] KVM: MMU: abstract spte write-protect
` [PATCH v3 3/9] KVM: VMX: export PFEC.P bit on ept
` [PATCH v3 4/9] KVM: MMU: introduce SPTE_ALLOW_WRITE bit
` [PATCH v3 5/9] KVM: MMU: introduce SPTE_WRITE_PROTECT bit
` [PATCH v3 6/9] KVM: MMU: fast path of handling guest page fault
` [PATCH v3 7/9] KVM: MMU: trace fast "
` [PATCH v3 8/9] KVM: MMU: fix kvm_mmu_pagetable_walk tracepoint
` [PATCH v3 9/9] KVM: MMU: document mmu-lock and fast page fault
[PATCH] KVM: x86 emulator: fix asm constraint in flush_pending_x87_faults
2012-04-22 12:14 UTC
Networking performance on a KVM Host (with no guests)
2012-04-22 11:09 UTC (7+ messages)
kvm build failure on 32bit host: arch/x86/kvm/emulate.c
2012-04-22 11:00 UTC (2+ messages)
[PATCH 0/4] Export offsets of VMCS fields as note information for kdump
2012-04-22 10:57 UTC (13+ messages)
[PATCH v2 00/16] KVM: MMU: fast page fault
2012-04-21 4:36 UTC (14+ messages)
` [PATCH v2 07/16] KVM: MMU: introduce for_each_pte_list_spte
` [PATCH v2 14/16] KVM: MMU: fast path of handling guest page fault
Question about host CPU usage/allocation by KVM
2012-04-20 23:12 UTC (6+ messages)
KVM: add kvm_arch_para_features stub to asm-generic/kvm_para.h
2012-04-20 21:21 UTC
vhost-blk development
2012-04-20 20:23 UTC (4+ messages)
[PATCH v4] KVM: PPC Use clockevent multiplier and shifter for decrementer
2012-04-20 10:24 UTC (2+ messages)
[PATCH 3.4] KVM: ia64: fix build due to typo
2012-04-19 23:35 UTC (2+ messages)
[PATCH] KVM: Fix page-crossing MMIO
2012-04-19 23:35 UTC (4+ messages)
[PATCH RFC V7 0/12] Paravirtualized ticketlocks
2012-04-19 20:17 UTC (13+ messages)
` [PATCH RFC V7 1/12] x86/spinlock: replace pv spinlocks with pv ticketlocks
` [PATCH RFC V7 2/12] x86/ticketlock: don't inline _spin_unlock when using paravirt spinlocks
` [PATCH RFC V7 3/12] x86/ticketlock: collapse a layer of functions
` [PATCH RFC V7 4/12] xen: defer spinlock setup until boot CPU setup
` [PATCH RFC V7 5/12] xen/pvticketlock: Xen implementation for PV ticket locks
` [PATCH RFC V7 6/12] xen/pvticketlocks: add xen_nopvspin parameter to disable xen pv ticketlocks
` [PATCH RFC V7 7/12] x86/pvticketlock: use callee-save for lock_spinning
` [PATCH RFC V7 8/12] x86/pvticketlock: when paravirtualizing ticket locks, increment by 2
` [PATCH RFC V7 9/12] split out rate limiting from jump_label.h
` [PATCH RFC V7 10/12] x86/ticketlock: add slowpath logic
` [PATCH RFC V7 11/12] xen/pvticketlock: allow interrupts to be enabled while blocking
` [PATCH RFC V7 12/12] xen: enable PV ticketlocks on HVM Xen
Migration through file descriptor
2012-04-19 18:06 UTC (5+ messages)
` [PATCH 1/3] virt multihost_mig: Repairs bug in starting sequence of tests
` [PATCH 2/3] virt: Adds migration over fd for kvm
` [PATCH 3/3] kvm-test: Add support for multihost migration over file descriptor
` [Autotest] Migration through "
Migration through file descriptor
2012-04-19 16:25 UTC (4+ messages)
` [autotest][PATCH 1/3] virt multihost_mig: Repairs bug in starting sequence of tests
` [autotest][PATCH 2/3] virt: Adds migration over fd for kvm
` [autotest][PATCH 3/3] kvm-test: Add support for multihost migration over file descriptor
RFH: kvm-0.14.1 on 2.6.32.42 stuck in flash_tlb_others_ipi()
2012-04-19 13:42 UTC (3+ messages)
` RFH: kvm-1.0+git on 3.3.0 "
` [SOLVED] 2.6.32 stuck in flush_tlb_others_ipi()
Call for Proposals: Linux Plumbers Conference (Aug 2012)
2012-04-19 12:14 UTC
[GIT PULL] KVM updates for 3.4.0-rc3
2012-04-19 11:39 UTC
[PATCH] Introduce bitmask for apic attention reasons
2012-04-19 10:45 UTC (6+ messages)
[PATCHv2] Introduce bitmask for apic attention reasons
2012-04-19 11:08 UTC (2+ messages)
kvm + vmwgfx
2012-04-19 10:27 UTC (6+ messages)
[PATCH 0/3] switch to seavgabios
2012-04-19 9:40 UTC (2+ messages)
` [Qemu-devel] "
Performance of 40-way guest running 2.6.32-220 (RHEL6.2) vs. 3.3.1 OS
2012-04-19 6:01 UTC (8+ messages)
[PATCH] kvm: lock slots_lock around device assignment
2012-04-19 3:04 UTC (4+ messages)
[PATCH 3.4-rc] KVM: VMX: Fix kvm_set_shared_msr() called in preemptible context
2012-04-19 2:42 UTC (2+ messages)
[PATCH] KVM: MMU: use page table level macro
2012-04-19 2:35 UTC (2+ messages)
[PATCHv4] device-assignment: don't touch pci command register
2012-04-19 2:12 UTC (2+ messages)
[RFC PATCH 0/3] IOMMU groups
2012-04-18 20:28 UTC (4+ messages)
` [RFC PATCH 2/3] iommu: Create basic group infrastructure and update AMD-Vi & Intel VT-d
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