public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2007-12-30 07:10:19 to 2008-01-03 10:22:57 UTC [more...]

KVM-58 -- existing VM just hangs with black screen
 2008-01-03 10:22 UTC  (14+ messages)

[PATCH 1/2] Add extboot to kvm-userspace
 2008-01-03  9:51 UTC  (3+ messages)
  ` [PATCH 2/2] Add QEMU support for extboot

Oops on 2.6.23.11 with KVM 57
 2008-01-03  9:47 UTC  (7+ messages)
            ` [PATCH] use rtl8139 as default network adapter

New to KVM
 2008-01-03  9:36 UTC  (2+ messages)

[PATCH] Qemu : Add the check before reading guest firmware
 2008-01-03  9:32 UTC 

[ANNOUNCE] kvm-59 release
 2008-01-03  9:27 UTC 

[PATCH]kvm/qemu
 2008-01-03  8:14 UTC 

kvm 58 and vncviewer
 2008-01-03  2:35 UTC 

Smp guest supports in kvm/ia64
 2008-01-03  1:58 UTC 

[PATCH 1/3] Make virtio modules GPL
 2008-01-03  0:57 UTC  (5+ messages)
` [PATCH 2/3] Make virtio_pci license be GPL2+
  ` [PATCH 3/3] Use Qumranet donated PCI vendor/device IDs

[Virtio-for-kvm] [PATCH 7/7] userspace virtio
 2008-01-02 21:45 UTC  (4+ messages)

virtio module backport
 2008-01-02 21:21 UTC  (2+ messages)

[PATCH] Add powerpc dcr callbacks to kvm callback structrure
 2008-01-02 20:54 UTC  (3+ messages)
` [kvm-ppc-devel] "

[PATCH] Fix up kvm-powerpc.h in libkvm
 2008-01-02 20:35 UTC 

[PATCH] kvm/qemu: Fix ia64 build broken
 2008-01-02 20:32 UTC  (15+ messages)

[PATCH] Add powerpc libkvm support code
 2008-01-02 20:14 UTC 

[ kvm-Bugs-1862315 ] ACPI windows guests don't resume from suspend
 2008-01-02 17:05 UTC 

www.juniorguide.com
 2008-01-02 13:48 UTC 

shadow prefetch
 2008-01-02 12:56 UTC  (3+ messages)

KVM Test result, kernel KVM59rc1, userspace KVM59rc1
 2008-01-02 11:44 UTC 

[PATCH 0/5] configure passthrough for qemu
 2008-01-02 11:40 UTC  (6+ messages)
` [PATCH 1/5] Revert "kvm: configure: qemu vnc-tls configure flag"
` [PATCH 2/5] Revert "kvm: configure: qemu alsa configure option"
` [PATCH 3/5] Revert "kvm: configure: support --disable-gcc-check"
` [PATCH 4/5] configure: use passthrough for all unknown options into qemu
` [PATCH 5/5] configure: use kvm's configure usage for unknown options

[ kvm-Bugs-1862119 ] cannot boot 64bit smp windows guests
 2008-01-02 11:27 UTC 

vgabios and other guest related firmware
 2008-01-02 10:29 UTC  (10+ messages)

merge shadow level check in FNAME(fetch)
 2008-01-02  9:32 UTC  (2+ messages)

64bit SMP windows guest cannot boot on kvm59rc1
 2008-01-02  8:14 UTC 

[PATCH 00/54] KVM patch queue review for 2.6.25 merge window (part IV)
 2008-01-01 16:35 UTC  (57+ messages)
` [PATCH 01/54] KVM: MMU: Remove gva_to_hpa()
  ` [PATCH 02/54] KVM: Remove gpa_to_hpa()
  ` [PATCH 03/54] KVM: MMU: Rename variables of type 'struct kvm_mmu_page *'
  ` [PATCH 04/54] KVM: MMU: Rename 'release_page'
  ` [PATCH 05/54] KVM: Disallow fork() and similar games when using a VM
  ` [PATCH 06/54] KVM: Enhance guest cpuid management
  ` [PATCH 07/54] KVM: VMX: Remove the secondary execute control dependency on irqchip
  ` [PATCH 08/54] KVM: Portability: Move unalias_gfn to arch dependent file
  ` [PATCH 09/54] KVM: x86 emulator: Make a distinction between repeat prefixes F3 and F2
  ` [PATCH 10/54] KVM: x86 emulator: address size and operand size overrides are sticky
  ` [PATCH 11/54] KVM: Remove misleading check for mmio during event injection
  ` [PATCH 12/54] KVM: MMU: mark pages that were inserted to the shadow pages table as accessed
  ` [PATCH 13/54] KVM: x86 emulator: Rename 'cr2' to 'memop'
  ` [PATCH 14/54] KVM: x86 emulator: cmps instruction
  ` [PATCH 15/54] KVM: Add ifdef in irqchip struct for x86 only structures
  ` [PATCH 16/54] KVM: x86 emulator: Move rep processing before instruction execution
  ` [PATCH 17/54] KVM: x86 emulator: unify two switches
  ` [PATCH 18/54] KVM: x86 emulator: unify four switch statements into two
  ` [PATCH 19/54] KVM: Portability: Move KVM_INTERRUPT vcpu ioctl to x86.c
  ` [PATCH 20/54] KVM: Correct kvm_init() error paths not freeing bad_pge
  ` [PATCH 21/54] KVM: Export include/linux/kvm.h only if $ARCH actually supports KVM
  ` [PATCH 22/54] KVM: SVM: Remove KVM specific defines for MSR_EFER
  ` [PATCH 23/54] KVM: Replace kvm_lapic with kvm_vcpu in ioapic/lapic interface
  ` [PATCH 24/54] KVM: Replace dest_Lowest_Prio and dest_Fixed with self-defined macros
  ` [PATCH 25/54] KVM: Extend ioapic code to support iosapic
  ` [PATCH 26/54] KVM: Portability: Move address types to their own header file
  ` [PATCH 27/54] KVM: Portability: Move IO device definitions to its "
  ` [PATCH 28/54] KVM: Portability: Stop including x86-specific headers in kvm_main.c
  ` [PATCH 29/54] KVM: Portability: Create kvm_arch_vcpu_runnable() function
  ` [PATCH 30/54] KVM: Convert KVM from ->nopage() to ->fault()
  ` [PATCH 31/54] KVM: MMU: Remove unused prev_shadow_ent variable from fetch()
  ` [PATCH 32/54] KVM: Generalize exception injection mechanism
  ` [PATCH 33/54] KVM: Replace page fault injection by the generalized exception queue
  ` [PATCH 34/54] KVM: Replace #GP "
  ` [PATCH 35/54] KVM: Use generalized exception queue for injecting #UD
  ` [PATCH 36/54] KVM: x86 emulator: fix eflags preparation for emulation
  ` [PATCH 37/54] KVM: VMX: Avoid exit when setting cr8 if the local apic is in the kernel
  ` [PATCH 38/54] KVM: SVM: Emulate read/write access to cr8
  ` [PATCH 39/54] KVM: x86 emulator: Fix stack instructions on 64-bit mode
  ` [PATCH 40/54] KVM: SVM: Trap access to the cr8 register
  ` [PATCH 41/54] KVM: MMU: Use cmpxchg for pte updates on walk_addr()
  ` [PATCH 42/54] KVM: MMU: Simplify calculation of pte access
  ` [PATCH 43/54] KVM: MMU: Set nx bit correctly on shadow ptes
  ` [PATCH 44/54] KVM: MMU: Move pte access calculation into a helper function
  ` [PATCH 45/54] KVM: MMU: Fix inherited permissions for emulated guest pte updates
  ` [PATCH 46/54] KVM: MMU: No need to pick up nx bit from guest pte
  ` [PATCH 47/54] KVM: MMU: Pass pte dirty flag to set_pte() instead of calculating it on-site
  ` [PATCH 48/54] KVM: MMU: Remove walker argument to set_pte()
  ` [PATCH 49/54] KVM: MMU: Move set_pte() into guest paging mode independent code
  ` [PATCH 50/54] KVM: MMU: Adjust mmu_set_spte() debug code for gpte removal
  ` [PATCH 51/54] KVM: MMU: Use mmu_set_spte() for real-mode shadows
  ` [PATCH 52/54] KVM: SVM: Exit to userspace if write to cr8 and not using in-kernel apic
  ` [PATCH 53/54] KVM: MMU: Fix SMP shadow instantiation race
  ` [PATCH 54/54] KVM: LAPIC: minor debugging compile fix

www.renovaciones.com.ar
 2008-01-01  0:48 UTC 

[PATCH 0/4] Updated kvm mmu scaling patch
 2007-12-31 15:06 UTC  (11+ messages)
  ` [PATCH 1/4] KVM: MMU: Concurrent guest walkers
  ` [PATCH 2/4] KVM: Add kvm_read_guest_atomic()
  ` [PATCH 3/4] KVM: MMU: Avoid calling gfn_to_page() in mmu_set_spte()
  ` [PATCH 4/4] KVM: MMU: Switch to mmu spinlock

[PATCH] [PATCH 1/3] virtio infrastructure
 2007-12-31 12:59 UTC  (4+ messages)

www.prestocash.com.ar
 2007-12-31 12:02 UTC 

[PATCH 3/8][RESENDING] Minor change to make it apply over head kvm
 2007-12-31  0:00 UTC  (2+ messages)
  ` [PATCH 3/8][RE-SEND][KVM-VIRTIO] virtio block device

[PATCH 0/13][RE-SEND][KVM-VIRTIO] virtio kernelspace V1
 2007-12-30 22:21 UTC  (14+ messages)
  ` [PATCH 1/13] [KVM-virtio][RESEND] virtio: simplify config mechanism
      ` [PATCH 2/13] [KVM-virtio][RESEND] An entropy device, as suggested by hpa
          ` [PATCH 3/13] [KVM-virtio][RESEND] Export vring functions for modules to use
              ` [PATCH 4/13] [KVM-virtio][RESEND] Put the virtio under the virtualization menu
                  ` [PATCH 5/13] [KVM-virtio][RESEND] PCI device
                      ` [PATCH 6/13] [KVM-virtio][RESEND] use an hrtimer for tx coalescing
                          ` [PATCH 7/13] [KVM-virtio][RESEND] free transmit skbs when notified, not on next xmit
                              ` [PATCH 8/13] [KVM-virtio][RESEND] add debug/performance stats to network driver
                                  ` [PATCH 9/13] [KVM-virtio][RESEND] Fix vring_init/vring_size to take unsigned long
                                      ` [PATCH 10/13] [KVM-virtio][RESEND] Don't arm tx hrtimer with a constant 500us each transmit
                                          ` [PATCH 11/13] [KVM-virtio][RESEND] Parametrize the napi_weight for virtio receive queue
                                              ` [PATCH 12/13] [KVM-virtio][RESEND] Handle module unload
                                                  ` [PATCH 13/13] [KVM-virtio][RESEND] Update all status fields on driver unload

[PATCH 0/8][RE-SEND][KVM-VIRTIO] virtio userspace V2
 2007-12-30 22:18 UTC  (9+ messages)
  ` [PATCH 1/8][RE-SEND][KVM-VIRTIO] virtio infrastructure
      ` [PATCH 2/8][RE-SEND][KVM-VIRTIO] virtio network device
          ` [PATCH 3/8][RE-SEND][KVM-VIRTIO] virtio block device
              ` [PATCH 4/8][RE-SEND][KVM-VIRTIO] Add NIC vendor option to kvm python script
                  ` [PATCH 5/8][RE-SEND][KVM-VIRTIO] Check for device status on tx
                      ` [PATCH 6/8][RE-SEND][KVM-VIRTIO] Add virtio_reset callback
                          ` [PATCH 7/8][RE-SEND][KVM-VIRTIO] Use common vendor/device ids for block driver
                              ` [PATCH 8/8][RE-SEND][KVM-VIRTIO] Network rx performance improvment

[PATCH] external module: remove define for MAX_IO_APICS
 2007-12-30 12:32 UTC  (2+ messages)

[PATCH] libkvm: fix stack underflow in MMIO read write calls
 2007-12-30 12:31 UTC  (2+ messages)

[PATCH] libkvm: fix mungled default case for switch in kvm_arch_run
 2007-12-30 12:29 UTC  (2+ messages)

[PATCH 00/52] KVM patch queue review for 2.6.25 merge window (part III)
 2007-12-30  7:10 UTC  (21+ messages)
  ` [PATCH 33/52] KVM: MMU: Fix potential memory leak with smp real-mode
  ` [PATCH 34/52] KVM: MMU: Selectively set PageDirty when releasing guest memory
  ` [PATCH 35/52] KVM: x86 emulator: retire ->write_std()
  ` [PATCH 36/52] KVM: x86 emulator: prefetch up to 15 bytes of the instruction executed
  ` [PATCH 37/52] KVM: Recalculate mmu pages needed for every memory region change
  ` [PATCH 38/52] KVM: Portability: Split kvm_set_memory_region() to have an arch callout
  ` [PATCH 39/52] KVM: Split vcpu creation to avoid vcpu_load() before preemption setup
  ` [PATCH 40/52] KVM: MMU: Implement guest page fault bypass for nonpae
  ` [PATCH 41/52] KVM: Add statistic for remote tlb flushes
  ` [PATCH 42/52] KVM: MMU: Avoid unnecessary remote tlb flushes when guest updates a pte
  ` [PATCH 43/52] KVM: Don't bother the mmu if cr3 load doesn't change cr3
  ` [PATCH 44/52] KVM: MMU: Code cleanup
  ` [PATCH 45/52] KVM: MMU: Introduce and use gpte_to_gfn()
  ` [PATCH 46/52] KVM: MMU: Move pse36 handling to the guest walker
  ` [PATCH 47/52] KVM: MMU: Remove extra gaddr parameter from set_pte_common()
  ` [PATCH 48/52] KVM: MMU: Remove set_pde()
  ` [PATCH 49/52] KVM: MMU: Merge set_pte() and set_pte_common()
  ` [PATCH 50/52] KVM: MMU: Adjust page_header_update_slot() to accept a gfn instead of a gpa
  ` [PATCH 51/52] KVM: MMU: Introduce gfn_to_gpa()
  ` [PATCH 52/52] KVM: MMU: Simplify nonpaging_map()


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