public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2008-12-24 15:28:48 to 2008-12-30 11:27:54 UTC [more...]

[Patch 0/3][v2] Userspace for MSI-X
 2008-12-30 11:27 UTC  (5+ messages)
` [PATCH 1/3] Add MSI-X related macro to pci.c
` [PATCH 2/3] kvm: add ioctl KVM_SET_MSIX_ENTRY_NR and KVM_SET_MSIX_ENTRY
` [PATCH 3/3] kvm: enable MSI-X capabilty for assigned device

[0/3][RESEND] Device assignment code clean up and MSI disable support
 2008-12-30 11:27 UTC  (15+ messages)
` [PATCH 1/3] KVM: Add MSI_ACTION flag for assigned irq
` [PATCH 2/3] KVM: Use kvm_free_assigned_irq() for free irq
` [PATCH 3/3] KVM: Add support to disable MSI for assigned device

[PATCH 0/10][v3] GSI->MSG route layer for MSI/MSI-X
 2008-12-30 11:26 UTC  (17+ messages)
` [PATCH 01/10] KVM: Add a route layer to convert MSI message to GSI
` [PATCH 02/10] KVM: Using gsi_msg mapping for MSI device assignment
` [PATCH 03/10] KVM: Improve MSI dispatch function
` [PATCH 04/10] KVM: Using ioapic_irqchip() macro for kvm_set_irq
` [PATCH 05/10] KVM: Merge MSI handling to kvm_set_irq
` [PATCH 06/10] KVM: Split IOAPIC structure
` [PATCH 07/10] KVM: Unified the delivery of IOAPIC and MSI
` [PATCH 08/10] KVM: Change API of kvm_ioapic_get_delivery_bitmask
` [PATCH 09/10] KVM: Update intr delivery func to accept unsigned long* bitmap
` [PATCH 10/10] KVM: bit ops for deliver_bitmap

[PATCH 0/3] Remaining S3 bits
 2008-12-30 11:25 UTC  (6+ messages)
` [PATCH 1/3] Reset stack pointer to zero on S3 resume
` [PATCH 2/3] Don't return to guest after CPU issued S3 command
` [PATCH 3/3] KVM does not support SMM. Disable it

[PATCH] hook cpu running at a higher level
 2008-12-30 10:44 UTC  (3+ messages)

[patch 0/2] QEMU/KVM: PIT no interrupt reinjection support
 2008-12-30 10:10 UTC  (6+ messages)
` [patch 1/2] libkvm: pit not reinject support
` [patch 2/2] QEMU/KVM: provide an option to disable in-kernel PIT int reinjection

[patch 0/2] PIT: optionally disable interrupt reinjection
 2008-12-30 10:08 UTC  (4+ messages)
` [patch 1/2] KVM: PIT: fix i8254 pending count read
` [patch 2/2] KVM: PIT: provide an option to disable interrupt reinjection

GPF on modprobe kvm-amd
 2008-12-30  9:23 UTC 

KVM: mmu_notifiers release method
 2008-12-30  3:53 UTC  (5+ messages)
    ` __purge_vmap_area_lazy crash with CONFIG_PREEMPT_RCU=y

[PATCH 0/15] Device assignment & MSI enhancement
 2008-12-30  2:14 UTC  (31+ messages)
` [PATCH 01/15] KVM: Add MSI_ACTION flag for assigned irq
` [PATCH 02/15] KVM: Use kvm_free_assigned_irq() for free irq
` [PATCH 03/15] KVM: Add support to disable MSI for assigned device
` [PATCH 04/15] KVM: Add a route layer to convert MSI message to GSI
` [PATCH 05/15] KVM: Using gsi_msg mapping for MSI device assignment
` [PATCH 06/15] KVM: Improve MSI dispatch function
` [PATCH 07/15] KVM: Using ioapic_irqchip() macro for kvm_set_irq
` [PATCH 08/15] KVM: Merge MSI handling to kvm_set_irq
` [PATCH 09/15] KVM: Split IOAPIC structure
` [PATCH 10/15] KVM: Unified the delivery of IOAPIC and MSI
` [PATCH 11/15] KVM: Change API of kvm_ioapic_get_delivery_bitmask
` [PATCH 12/15] KVM: Update intr delivery func to accept unsigned long* bitmap
` [PATCH 13/15] KVM: bit ops for deliver_bitmap
` [PATCH 14/15] KVM: Using kfifo for irq recording
  ` [PATCH 14/15] KVM: Replace host_irq_disable with a new flag
` [PATCH 15/15] KVM: Fix racy in kvm_free_assigned_irq

[PATCH][v2] kvm-userspace: Load PCI option ROMs
 2008-12-30  1:01 UTC  (5+ messages)

Nested KVM
 2008-12-29 23:47 UTC  (9+ messages)

how increase/decrease ram on running vm ?
 2008-12-29 21:01 UTC  (7+ messages)

Serial ATA Support - will it come?
 2008-12-29 18:16 UTC  (2+ messages)

gettimeofday "slow" in RHEL4 guests
 2008-12-29 16:29 UTC  (13+ messages)

gdbstub: packet reply is too long
 2008-12-29 14:58 UTC  (7+ messages)
` [Qemu-devel] "
        `  "

kvm-82 messages
 2008-12-29 14:02 UTC 

v2: Remove duplicate cpuid functionality in kvm userspace code
 2008-12-29 13:46 UTC  (4+ messages)
` [PATCH] KVM: userspace: Remove duplicated functionality for cpuid processing

kvm-82 and fedora guests
 2008-12-29 13:16 UTC 

[ kvm-Bugs-2474501 ] Migration: Linux x64 SMP guests failures
 2008-12-29  9:14 UTC 

[PATCH 0/2] remove kvm vmap usage
 2008-12-29  8:36 UTC  (5+ messages)
` [PATCH 1/2] KVM: introducing kvm_read_guest_virt, kvm_write_guest_virt
  ` [PATCH 2/2] KVM: remove the vmap usage

[PATCH 0/3] Remove interrupt stack table usage from x86_64 kernel
 2008-12-28 20:34 UTC  (13+ messages)
` [PATCH 1/3] x86: drop the use of the tss interrupt stack table (IST)
` [PATCH 2/3] x86: Remove pda.irqcount
` [PATCH 3/3] x86: Switch critical exceptions and NMI to irqstack

Fix compilation with -Werror=format-security
 2008-12-28 13:24 UTC  (3+ messages)

[PATCH 0/8] MSI enhancement
 2008-12-28 11:14 UTC  (13+ messages)
` [PATCH 1/8] KVM: Add MSI_ACTION flag for assigned irq
` [PATCH 2/8] KVM: Use kvm_free_assigned_irq() for free irq
` [PATCH 4/8] KVM: Add a route layer to convert MSI message to GSI

kvm-82: much improved guest debugging
 2008-12-28  9:16 UTC 

[patch 0/3] synchronized TSC between vcpu's on SMP guests
 2008-12-28  9:33 UTC  (8+ messages)
` [patch 3/3] KVM: VMX: initialize TSC offset relative to vm creation time

Weekly KVM Test report, kernel 4f27e3 ... userspace 6b3523 
 2008-12-28  9:09 UTC 

[PATCH 0/5] for_each_shadow_entry
 2008-12-28  9:00 UTC  (8+ messages)
` [PATCH 1/5] KVM: MMU: Add for_each_shadow_entry(), a simpler alternative to walk_shadow()
` [PATCH 2/5] KVM: MMU: Use for_each_shadow_entry() in __direct_map()
` [PATCH 3/5] KVM: MMU: Replace walk_shadow() by for_each_shadow_entry() in fetch()
` [PATCH 4/5] KVM: MMU: Replace walk_shadow() by for_each_shadow_entry() in invlpg()
` [PATCH 5/5] KVM: MMU: Drop walk_shadow()

[PATCH 0/4] Remove interrupt stack table usage from x86_64 kernel (v2)
 2008-12-27 21:42 UTC  (8+ messages)
` [PATCH 1/4] x86: drop the use of the tss interrupt stack table (IST)
` [PATCH 2/4] x86: Consolidate irq stack switching to a single macro
` [PATCH 3/4] x86: Make interrupt stack switching atomic
` [PATCH 4/4] x86: Move NMI back to interrupt stack

BUG() with SCSI-interfaced disk images
 2008-12-26 21:00 UTC 

[PATCH 0/4] MSI-X Enabling
 2008-12-26  1:53 UTC  (6+ messages)
` [PATCH 1/4] KVM: Using kfifo for irq recording

[PATCH 0/5] Replace tcg memory functions
 2008-12-25 20:08 UTC  (4+ messages)
` [PATCH 1/5] re-register whole area upon lfb unmap
    ` [Qemu-devel] "

[ANNOUNCE] kvm-82 release
 2008-12-25 18:44 UTC  (4+ messages)

Randomly freezing guests - Workaround?
 2008-12-25 18:28 UTC 

kvm vmload/vmsave vs tss.ist
 2008-12-25 18:19 UTC  (10+ messages)

[ kvm-Bugs-2001121 ] Windows 2003 x64 - SESSION5_INITIALIZATION_FAILED
 2008-12-25 16:35 UTC 

[PATCH] x86: drop the use of the tss interrupt stack table (IST)
 2008-12-25 16:10 UTC 

[ kvm-Bugs-2466584 ] Guest/Host serial ports no longer working
 2008-12-25 15:26 UTC 

[ kvm-Bugs-2168011 ] kvm_host.h:128: error: field 'mmu_notifier' has incomplete
 2008-12-25 10:21 UTC 

[ kvm-Bugs-2308419 ] Crash of the kvm application without vt hardware
 2008-12-24 16:33 UTC 

[ kvm-Bugs-2168011 ] kvm_host.h:128: error: field 'mmu_notifier' has incomplete
 2008-12-24 16:27 UTC 

[ kvm-Bugs-2168011 ] kvm_host.h:128: error: field 'mmu_notifier' has incomplete
 2008-12-24 15:53 UTC 

[ kvm-Bugs-1905703 ] SMP 8-way guests fail to boot
 2008-12-24 15:49 UTC 

[ kvm-Bugs-1885713 ] KVM crashes, when restarting Fedora8 SMP guest
 2008-12-24 15:46 UTC 

[PATCH] qemu: missing definition for virtio_blk in device-hotplug
 2008-12-24 15:08 UTC 


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