public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2008-03-21 10:25:11 to 2008-03-26 10:03:07 UTC [more...]

[PATCH][QEMU] Use a separate device for in-kernel PIT (v2)
 2008-03-26 10:03 UTC  (5+ messages)

[PATCH 0/20] dma_ops for i386
 2008-03-26 10:01 UTC  (24+ messages)
` [PATCH 01/20] x86: move dma_ops struct definition to dma-mapping.h
  ` [PATCH 02/20] x86: implement dma_map_single through dma_ops
    ` [PATCH 03/20] x86: move dma_unmap_single to common header
      ` [PATCH 04/20] x86: move dma_map_sg "
        ` [PATCH 05/20] x86: move dma_unmap_sg "
          ` [PATCH 06/20] x86: move dma_sync_single_for_cpu "
            ` [PATCH 07/20] x86: move dma_sync_single_for_device "
              ` [PATCH 08/20] x86: move dma_sync_single_range_for_cpu "
                ` [PATCH 09/20] x86: move dma_sync_single_range_for_device "
                  ` [PATCH 10/20] x86: move dma_sync_sg_for_cpu "
                    ` [PATCH 11/20] x86: move dma_sync_sg_for_device "
                      ` [PATCH 12/20] x86: move alloc and free coherent "
                        ` [PATCH 13/20] x86: move dma_map_page and dma_unmap_page "
                          ` [PATCH 14/20] x86: move dma_cache_sync "
                            ` [PATCH 15/20] x86: move dma_supported and dma_set_mask to pci-dma_32.c
                              ` [PATCH 16/20] x86: align to clflush size
                                ` [PATCH 17/20] x86: provide a bad_dma_address symbol for i386
                                  ` [PATCH 18/20] x86: unify dma_mapping_error
                                    ` [PATCH 19/20] x86: move ARCH_HAS_DMA_DECLARE_COHERENT_MEMORY to dma-mapping.h
                                      ` [PATCH 20/20] x86: delete the arch-specific dma-mapping headers

kvm causing memory corruption? ~2.6.25-rc6
 2008-03-26  9:50 UTC  (2+ messages)
` [kvm-devel] "

Нормы расхода ГСМ (семинар)
 2008-03-26  9:34 UTC 

KVM Test result, kernel 680615e.., userspace 52be1a1
 2008-03-26  8:39 UTC  (5+ messages)

Support for Sangoma A200 card using pci_add?
 2008-03-26  8:34 UTC  (2+ messages)

[ kvm-Bugs-1925889 ] slab error in kmem_cache_destroy(): cache `kvm_vcpu':
 2008-03-26  8:07 UTC 

Управление финансами
 2008-03-26  1:46 UTC 

[PATCH] x86: don't allow KVM_CLOCK without HAVE_KVM
 2008-03-25 23:08 UTC  (2+ messages)
` [PATCH v2] x86: don't allow KVM_CLOCK on Voyager or Visual WS

Virtio and LVM
 2008-03-25 22:47 UTC 

[PATCH] Use QEMU functions to access guest memory for virtio
 2008-03-25 21:39 UTC 

+ kvm-provide-kvmh-for-all-architecture-fixes-headers_install.patch added to -mm tree
 2008-03-25 19:44 UTC  (2+ messages)

crash booting Windows with current -git
 2008-03-25 19:38 UTC 

[PATCH] Add -Werror to libkvm compile
 2008-03-25 19:09 UTC  (6+ messages)
` [kvm-ppc-devel] "

[RFC/PATCH 00/15] kvm on big iron
 2008-03-25 18:23 UTC  (42+ messages)
  ` [kvm-devel] "
  ` buliding and testing PowerPC KVM
` [RFC/PATCH 00/15 v2] kvm on big iron
  ` [RFC/PATCH 00/15 v3] "
    ` [RFC/PATCH 01/15 v3] preparation: provide hook to enable pgstes in user pagetable
    ` [RFC/PATCH 02/15 v3] preparation: host memory management changes for s390 kvm
    ` [RFC/PATCH 03/15 v3] preparation: address of the 64bit extint parm in lowcore
    ` [RFC/PATCH 04/15 v3] preparation: split sysinfo defintions for kvm use
    ` [RFC/PATCH 05/15 v3] kvm-s390: s390 arch backend for the kvm kernel module
    ` [RFC/PATCH 06/15 v3] kvm-s390: sie intercept handling
    ` [RFC/PATCH 07/15 v3] kvm-s390: interrupt subsystem, cpu timer, waitpsw
    ` [RFC/PATCH 08/15 v3] kvm-s390: intercepts for privileged instructions
    ` [RFC/PATCH 09/15 v3] kvm-s390: interprocessor communication via sigp
    ` [RFC/PATCH 10/15 v3] kvm-s390: intercepts for diagnose instructions
    ` [RFC/PATCH 11/15 v3] kvm-s390: add kvm to kconfig on s390
    ` [RFC/PATCH 12/15 v3] kvm-s390: API documentation
    ` [RFC/PATCH 13/15 v3] kvm-s390: update maintainers
    ` [RFC/PATCH 14/15 v3] guest: detect when running on kvm
    ` [RFC/PATCH 15/15 v3] guest: virtio device support, and kvm hypercalls
  ` [RFC/PATCH 01/15 v2] preparation: provide hook to enable pgstes in user pagetable
  ` [RFC/PATCH 02/15 v2] preparation: host memory management changes for s390 kvm
  ` [RFC/PATCH 03/15 v2] preparation: address of the 64bit extint parm in lowcore
  ` [RFC/PATCH 04/15 v2] preparation: split sysinfo defintions for kvm use
  ` [RFC/PATCH 05/15 v2] kvm-s390: s390 arch backend for the kvm kernel module
  ` [RFC/PATCH 06/15 v2] kvm-s390: sie intercept handling
  ` [RFC/PATCH 07/15 v2] kvm-s390: interrupt subsystem, cpu timer, waitpsw
  ` [RFC/PATCH 08/15 v2] kvm-s390: intercepts for privileged instructions
  ` [RFC/PATCH 09/15 v2] kvm-s390: interprocessor communication via sigp
  ` [RFC/PATCH 10/15 v2] kvm-s390: intercepts for diagnose instructions
  ` [RFC/PATCH 11/15 v2] kvm-s390: add kvm to kconfig on s390
  ` [RFC/PATCH 12/15 v2] kvm-s390: API documentation
  ` [RFC/PATCH 13/15 v2] kvm-s390: update maintainers
  ` [RFC/PATCH 14/15 v2] guest: detect when running on kvm
  ` [RFC/PATCH 15/15 v2] guest: virtio device support, and kvm hypercalls

Attaching to the virtual console/keyboard/mouse of kvm instance using a unix/socket
 2008-03-25 18:01 UTC  (2+ messages)

KVM developer forum 2008 (UPDATED)
 2008-03-25 16:44 UTC 

[PATCH] kvm.h: __user requires compiler.h
 2008-03-25 16:23 UTC  (7+ messages)

[RFC] QEMU/KVM: dedicated IO thread
 2008-03-25 16:00 UTC  (3+ messages)

[RFC/PATCH 01/15] preparation: provide hook to enable pgstes in user pagetable
 2008-03-25 15:37 UTC  (40+ messages)
        ` [kvm-devel] "
` [RFC/PATCH 05/15] kvm-s390: s390 arch backend for the kvm kernel module
  ` [RFC/PATCH 05/15] KVM_MAX_VCPUS
      ` [kvm-devel] "
` [RFC/PATCH 06/15] kvm-s390: sie intercept handling
  ` [kvm-devel] "
` [RFC/PATCH 12/15] kvm-s390: API documentation
    ` [kvm-devel] "
` [RFC/PATCH 14/15] guest: detect when running on kvm
` [RFC/PATCH 15/15] guest: virtio device support, and kvm hypercalls

KVM: register the kvm mmu cache with the shrinker
 2008-03-25 13:03 UTC  (3+ messages)

KVM crashes when booting from Ubuntu ISO images
 2008-03-25 12:55 UTC  (7+ messages)

[PATCH 0 of 7] [v6] PowerPC kvm-userspace patches
 2008-03-25 12:52 UTC  (2+ messages)
` [kvm-ppc-devel] "

Ведение кассовых операций
 2008-03-25 12:22 UTC 

[GIT PULL] KVM fixes for 2.6.25-rc6
 2008-03-25  8:38 UTC 

Qemu-kvm is leaking my memory ???
 2008-03-24 21:42 UTC  (13+ messages)

Субьекты инвестиционной деятельности
 2008-03-24 17:02 UTC 

[PATCH] [RFC] Fix time drift of rtc clock + general support
 2008-03-24 13:56 UTC  (9+ messages)
` [Qemu-devel] "

KVM: MMU: add KVM_ZAP_GFN ioctl
 2008-03-24  6:54 UTC  (9+ messages)

KVM Test result, kernel 361be34.., userspace ac89d19
 2008-03-24  6:47 UTC 

question: HPET for multiple VMs
 2008-03-24  6:31 UTC  (8+ messages)

[PATCH] Move kvm_get_pit to libkvm.c common code
 2008-03-24  1:51 UTC  (4+ messages)
    ` [kvm-ppc-devel] [PATCH] Move kvm_get_pit tolibkvm.c "

(no subject)
 2008-03-23 21:10 UTC 

(no subject)
 2008-03-23 19:49 UTC 

[RFC][PATCH] Return interrupt acknoledge info to userspace
 2008-03-23 14:29 UTC 

[PATCH][QEMU] Use a separate device for in-kernel PIT
 2008-03-23 14:06 UTC  (5+ messages)

Кадастровый план и ГКН
 2008-03-23 13:56 UTC 

Coredump from qemu
 2008-03-23 13:19 UTC  (2+ messages)
` [Qemu-devel] "

[RFC PATCH 0/4] Inter-guest virtio I/O example with lguest
 2008-03-23 12:05 UTC  (8+ messages)
` [RFC PATCH 1/5] lguest: mmap backing file
  ` [kvm-devel] "
` [kvm-devel] [RFC PATCH 0/4] Inter-guest virtio I/O example with lguest

[ANNOUNCE] kvm-guest-drivers-windows-1
 2008-03-23  9:59 UTC  (4+ messages)

[PATCH] 'make clean' is eager to delete config.mak files
 2008-03-23  9:03 UTC  (2+ messages)

Virtio block device and LVM
 2008-03-23  0:57 UTC  (2+ messages)

W2k3 Installation fails with segfault
 2008-03-22 16:21 UTC 

Offshore printing service
 2008-03-22 16:00 UTC 

kvm pxe boot
 2008-03-22 10:44 UTC 

re
 2008-03-21 18:24 UTC 

All for Love From Mrs. Rita Benson
 2008-03-21 17:12 UTC 

Which shaven pussy looks better
 2008-03-21 17:00 UTC 

Fw:林萍:邀请您参加 2008第五届中国(上海)国际手机产业展览会暨研讨会
 2008-03-21 10:25 UTC 


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