kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-05-19 10:48:00 to 2009-05-20 20:04:13 UTC [more...]

[PATCH][KVM-AUTOTEST] Make code to remove kvm modules more robust
 2009-05-20 20:04 UTC 

[PATCH] qemu: msi irq allocation api
 2009-05-20 20:02 UTC  (10+ messages)
` [Qemu-devel] "

XP smp using a lot of CPU
 2009-05-20 20:00 UTC  (6+ messages)

[patch 0/4] move irq protection role to separate kvm->irq_lock
 2009-05-20 18:48 UTC  (20+ messages)
` [patch 2/4] KVM: move coalesced_mmio locking to its own device
        ` [patch 0/4] move irq protection role to separate lock v2
          ` [patch 1/4] KVM: x86: grab pic lock in kvm_pic_clear_isr_ack
          ` [patch 3/4] KVM: introduce irq_lock, use it to protect ioapic
          ` [patch 4/4] KVM: switch irq injection/acking to irq_lock
` [patch 3/4] KVM: introduce irq_lock, use it protect ioapic

kvm-86 fails to compile with "'IOMMU_CACHE' undeclared"
 2009-05-20 17:48 UTC 

qemu sles 11 guest failed to boot up after the guest install
 2009-05-20 16:33 UTC  (6+ messages)

[PATCH 1/2] Clean up MADT Table Creation
 2009-05-20 16:10 UTC  (3+ messages)

[PATCH 0/6] kvm-s390: collection of kvm-s390 fixes
 2009-05-20 15:48 UTC  (19+ messages)
` [PATCH 1/6] kvm-s390: Fix memory slot versus run
` [PATCH 2/6] kvm-s390: use hrtimer for clock wakeup from idle

[ kvm-Bugs-2786468 ] XP SP3 freeze at startup with kvm_intel kernel module v85
 2009-05-20 15:30 UTC 

[KVM PATCH v10] kvm: add support for irqfd
 2009-05-20 14:35 UTC  (2+ messages)

[PATCH v2] Shared memory device with interrupt support
 2009-05-20 14:26 UTC  (7+ messages)

[ANNOUNCE] kvm-86 release
 2009-05-20 14:14 UTC 

[PATCH][retry 1] Add support for Pause Filtering to AMD SVM
 2009-05-20 13:52 UTC  (14+ messages)
  ` [PATCH][retry 2] "
    ` [PATCH][retry 3] "
      ` [PATCH][KVM][retry "

[PATCH 0/3] kvm-s390: revised version of kvm-s390 guest memory handling
 2009-05-20 13:34 UTC  (4+ messages)
` [PATCH 1/3] kvm-s390: infrastructure to kick vcpus out of guest state
` [PATCH 2/3] kvm-s390: fix signal handling
` [PATCH 3/3] kvm-s390: streamline memslot handling

[PATCH v2] Driver for Inter-VM shared memory device for KVM supporting interrupts
 2009-05-20 13:26 UTC  (16+ messages)

[PATCHv2-RFC 1/2] qemu-kvm: add MSI-X support
 2009-05-20 12:50 UTC  (2+ messages)
` [PATCHv2-RFC 2/2] qemu-kvm: use common code for assigned msix

[PATCHv2-RFC 0/2] qemu-kvm: MSI-X support
 2009-05-20 12:49 UTC 

[PATCH v2 0/2] Intel-IOMMU: source-id checking for interrupt remapping
 2009-05-20 12:24 UTC  (14+ messages)
` [PATCH v2 1/2] Intel-IOMMU, intr-remap: set the whole 128bits of irte when modify/free it
` [PATCH v2 2/2] Intel-IOMMU, intr-remap: source-id checking

[PATCH] qemu-kvm: Handle -no-shutodwn
 2009-05-20 12:20 UTC  (3+ messages)

kvm-autotest: The automation plans?
 2009-05-20 12:14 UTC  (6+ messages)

[PATCH v6] kvm: Use a bitmap for tracking used GSIs
 2009-05-20 11:55 UTC  (3+ messages)
` [PATCH v7] "

[PATCH] qemu-kvm: fix warnings on 32 bit systems
 2009-05-20 11:53 UTC  (2+ messages)

[PATCH -v3] KVM: MCE: Add MCE support to KVM
 2009-05-20 11:47 UTC  (9+ messages)
    ` [PATCH -tip] x86: kvm/x86.c use MSR names in place of address
      ` [PATCH -tip] x86: kvm replace MSR_IA32_TIME_STAMP_COUNTER with MSR_IA32_TSC of msr-index.h

[PATCH 00/46] KVM updates for the 2.6.31 merge window (batch 2/3)
 2009-05-20 11:18 UTC  (47+ messages)
` [PATCH 01/46] KVM: VMX: Make flexpriority module parameter reflect hardware capability
` [PATCH 02/46] KVM: VMX: Correct wrong vmcs field sizes
` [PATCH 03/46] KVM: MMU: Fix comment in page_fault()
` [PATCH 04/46] KVM: ia64: enable external interrupt in vmm
` [PATCH 05/46] KVM: MMU: Emulate #PF error code of reserved bits violation
` [PATCH 06/46] KVM: MMU: Use different shadows when EFER.NXE changes
` [PATCH 07/46] KVM: remove pointless conditional before kfree() in lapic initialization
` [PATCH 08/46] KVM: VMX: Clean up Flex Priority related
` [PATCH 09/46] KVM: VMX: Fix feature testing
` [PATCH 10/46] KVM: Use rsvd_bits_mask in load_pdptrs()
` [PATCH 11/46] KVM: VMX: Fix handling of a fault during NMI unblocked due to IRET
` [PATCH 12/46] KVM: VMX: Rewrite vmx_complete_interrupt()'s twisted maze of if() statements
` [PATCH 13/46] KVM: VMX: Do not zero idt_vectoring_info in vmx_complete_interrupts()
` [PATCH 14/46] KVM: Fix task switch back link handling
` [PATCH 15/46] KVM: Fix unneeded instruction skipping during task switching
` [PATCH 16/46] KVM: MMU: Discard reserved bits checking on PDE bit 7-8
` [PATCH 17/46] KVM: x86 emulator: fix call near emulation
` [PATCH 18/46] KVM: ia64: make kvm depend on CONFIG_MODULES
` [PATCH 19/46] KVM: PIT: fix count read and mode 0 handling
` [PATCH 20/46] KVM: Make kvm header C++ friendly
` [PATCH 21/46] KVM: MMU: remove global page optimization logic
` [PATCH 22/46] KVM: x86 emulator: Add decoding of 16bit second immediate argument
` [PATCH 23/46] KVM: x86 emulator: Add lcall decoding
` [PATCH 24/46] KVM: x86 emulator: Complete ljmp decoding at decode stage
` [PATCH 25/46] KVM: x86 emulator: Complete short/near jcc decoding in "
` [PATCH 26/46] KVM: x86 emulator: Complete decoding of call near "
` [PATCH 27/46] KVM: x86 emulator: Add unsigned byte immediate decode
` [PATCH 28/46] KVM: x86 emulator: Completely decode in/out at decoding stage
` [PATCH 29/46] KVM: x86 emulator: Decode soft interrupt instructions
` [PATCH 30/46] KVM: x86 emulator: Add new mode of instruction emulation: skip
` [PATCH 31/46] KVM: SVM: Skip instruction on a task switch only when appropriate
` [PATCH 32/46] KVM: Replace kvmclock open-coded get_cpu_var() with the real thing
` [PATCH 33/46] KVM: ia64: Don't hold slots_lock in guest mode
` [PATCH 34/46] KVM: x86: check for cr3 validity in ioctl_set_sregs
` [PATCH 35/46] KVM: ia64: Flush all TLBs once guest's memory mapping changes
` [PATCH 36/46] KVM: ia64: remove empty function vti_vcpu_load()
` [PATCH 37/46] KVM: ia64: restore irq state before calling kvm_vcpu_init
` [PATCH 38/46] KVM: ia64: preserve int status through call to kvm_insert_vmm_mapping
` [PATCH 39/46] KVM: ia64: ia64 vcpu_reset() do not call kmalloc() with irqs disabled
` [PATCH 40/46] KVM: MMU: Fix auditing code
` [PATCH 41/46] KVM: Make kvm_cpu_(has|get)_interrupt() work for userspace irqchip too
` [PATCH 42/46] KVM: VMX: Consolidate userspace and kernel interrupt injection for VMX
` [PATCH 43/46] KVM: VMX: Cleanup vmx_intr_assist()
` [PATCH 44/46] KVM: Use kvm_arch_interrupt_allowed() instead of checking interrupt_window_open directly
` [PATCH 45/46] KVM: SVM: Coalesce userspace/kernel irqchip interrupt injection logic
` [PATCH 46/46] KVM: Remove exception_injected() callback

kvm guest debug using gdb on x86
 2009-05-20 10:49 UTC  (9+ messages)

SLES 10 SP1 guest install fails with scsi drive
 2009-05-20 10:42 UTC 

Network I/O performance
 2009-05-20 10:38 UTC  (11+ messages)
      ` tun/tap and Vlans (was: Re: Network I/O performance)
        ` tun/tap and Vlans
      ` Does KVM suffer from ACK-compression as you increase the number of VMs?

Guest OS cannot detect keystrokes/mouse clicks after system_reset
 2009-05-20 10:25 UTC  (3+ messages)

kvm building issue
 2009-05-20  9:26 UTC  (2+ messages)

KVM_ASSIGN_SET_MSIX_NR and KVM_ASSIGN_SET_MSIX_ENTRY should support MSI?
 2009-05-20  8:48 UTC  (3+ messages)

[PATCH 0/2] Add serial number support for virtio_blk, V2
 2009-05-20  7:36 UTC  (5+ messages)

[ kvm-Bugs-2793994 ] kvm doesn't work when VirtualBox' vboxdrv module is loaded
 2009-05-19 17:57 UTC 

[ kvm-Bugs-2793994 ] kvm (command) doesn't work when vboxdrv module is loaded
 2009-05-19 17:52 UTC 

[PATCH 0/17][REVIEW] Backport candidates for stable-0.10
 2009-05-19 17:52 UTC  (3+ messages)
` [PATCH 11/17] net: drop packet from tap device if all NICs are down

[KVM-AUTOTEST PATCH] Instead of trying to remove kvm modules with rmmod, use modprobe -r, as it handles module dependencies better
 2009-05-19 17:26 UTC  (2+ messages)

[PATCH 0/4] Add rudimentary Hyper-V guest support v2
 2009-05-19 16:35 UTC  (16+ messages)
` [PATCH 1/4] Add definition for IGNNE MSR
  ` [PATCH 2/4] Implement Hyper-V MSRs v2
    ` [PATCH 3/4] Nested SVM: Implement INVLPGA v2
      ` [PATCH 4/4] Nested SVM: Improve interrupt injection v2

qemu-kvm.git regression in configure
 2009-05-19 16:25 UTC  (4+ messages)

virtio-net zero-copy
 2009-05-19 14:39 UTC  (3+ messages)

virtio net regression
 2009-05-19 13:03 UTC  (11+ messages)

[PATCH v2] Shared memory device with interrupt support
 2009-05-19 11:35 UTC  (4+ messages)


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