public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2008-12-10 02:09:38 to 2008-12-14 06:03:56 UTC [more...]

[PATCH 0 of 5] dma api v3
 2008-12-14  6:03 UTC  (28+ messages)
` [PATCH 1 of 5] fix cpu_physical_memory len
` [PATCH 2 of 5] add can_dma/post_dma for direct IO
  ` [Qemu-devel] "
      ` [Qemu-devel] "
` [PATCH 3 of 5] rename dma.c to isa_dma.c
` [PATCH 4 of 5] dma api
  ` [Qemu-devel] "
` [PATCH 5 of 5] bdrv_aio_readv/writev

Using signals to communicate two Qemu processes
 2008-12-13 23:43 UTC  (3+ messages)

[PATCH] [PATCH] qemu: ppc: kvm-userspace: KVM PowerPC support for qemu gdbstub
 2008-12-13  8:35 UTC  (7+ messages)

[PATCH] [PATCH] kvm-userspace: gdb: fix new gdb function types
 2008-12-13  8:27 UTC  (2+ messages)

Failed to use PCI device assignment
 2008-12-13  2:12 UTC  (2+ messages)

[RFC] Replace posix-aio with custom thread pool
 2008-12-12 20:35 UTC  (41+ messages)
` [Qemu-devel] "

[ kvm-Bugs-2386363 ] virtio-net doesn't set vc->info_str
 2008-12-12 16:31 UTC 

[ kvm-Bugs-2421626 ] missing break in 'case KVM_EXIT_S390_RESET'
 2008-12-12 15:59 UTC 

[PATCH] virtio_net: add link status handling
 2008-12-12  8:04 UTC  (6+ messages)

[PATCH][BIOS] Add BCV option rom in boot menu
 2008-12-12  4:28 UTC  (4+ messages)
` [Bochs-developers] "

kvm-userspace requires kvm capable kernel headers in default search path of the compiler
 2008-12-12  0:35 UTC  (2+ messages)

[patch 0/3] synchronized TSC between vcpu's on SMP guests
 2008-12-11 19:45 UTC  (8+ messages)
` [patch 1/3] QEMU/KVM: x86: separate TSC load from kvm_arch_load_regs
` [patch 3/3] KVM: VMX: initialize TSC offset relative to vm creation time

[ kvm-Bugs-2418470 ] libvirt save/restore broken after upgrading to kvm-80
 2008-12-11 21:44 UTC 

[PATCH 0/5] KVM: Improved guest debugging / debug register emulation
 2008-12-11 19:15 UTC  (12+ messages)
` [PATCH 3/5] KVM: VMX: Ensure interruptibility when single-stepping
    ` [PATCH] KVM: VMX: Allow single-stepping when interruptible
` [PATCH 2/5] KVM: New guest debug interface

Slow virtio networking
 2008-12-11 18:35 UTC  (2+ messages)

Virtio network performance problem
 2008-12-11 17:03 UTC  (7+ messages)

[PATCH] KVM: use modern cpumask primitives, no cpumask_t on stack
 2008-12-11 16:51 UTC 

[PATCH] [PATCH] qemu: report issues causing the kvm probe to fail
 2008-12-11 16:40 UTC 

[PATCH] kvm-userspace: Switch to KVM_CAP_USER_NMI
 2008-12-11 15:54 UTC 

[PATCH] KVM: x86: Rework user space NMI injection as KVM_CAP_USER_NMI
 2008-12-11 15:54 UTC 

[PATCH 0/16 v6] PCI: Linux kernel SR-IOV support
 2008-12-11 15:39 UTC  (10+ messages)
` [PATCH 16/16 v6] PCI: document the new PCI boot parameters

[ kvm-Bugs-2417387 ] kvm-80, AMD, vga not updated
 2008-12-11 15:20 UTC 

[ kvm-Bugs-2417350 ] external module trace support kvm-80
 2008-12-11 15:05 UTC 

[PATCH 0/2] reduce code duplication
 2008-12-11 14:11 UTC  (3+ messages)
` [PATCH 1/2] pass parameter as char
  ` [PATCH 2/2] reduce code duplication

How to use PCI-passthrough with kvm
 2008-12-11 10:26 UTC  (6+ messages)

[PATCH] kvm-userspace: Load PCI option ROMs
 2008-12-11 10:19 UTC 

[PATCH 0 of 3] update gdbstub support
 2008-12-11 10:09 UTC  (4+ messages)
` [PATCH 1 of 3] [PATCH] kvm-userspace: ppc: Add kvm_translate wrapper
` [PATCH 2 of 3] [PATCH] qemu: ppc: kvm-userspace: KVM PowerPC support for qemu gdbstub
` [PATCH 3 of 3] [PATCH] kvm-userspace: fix gdbstub kvm integration

[PATCH 1/7] Fix whitespace in virtio
 2008-12-11  9:36 UTC  (8+ messages)
` [PATCH 2/7] Create virtio-blk.h header
  ` [PATCH 3/7] Create virtio-net.h header
    ` [PATCH 4/7] Move virtio_balloon_init to virtio-balloon.h
      ` [PATCH 5/7] Do not access virtio-rings directly
        ` [PATCH 6/7] Do not modify VirtQueueElement
          ` [PATCH 7/7] Optionally bounce the virtio buffers
            ` [PATCH] kvm: qemu: virtio: enable VIRTIO_ZERO_COPY

[PATCHSETS #2] KVM device passthrough support with AMD IOMMU
 2008-12-11  1:11 UTC  (10+ messages)

[PATCH 2/17] Change P2P domain flags
 2008-12-11  0:37 UTC  (3+ messages)
`  "

KVM: mmu_notifiers release method
 2008-12-10 20:23 UTC 

[PATCH] kvm-userspace: Fix a compiler warning
 2008-12-10 21:41 UTC 

[ kvm-Bugs-2351676 ] Guests hang periodically on Ubuntu-8.10
 2008-12-10 20:29 UTC 

KVM: MMU: optimize set_spte for page sync
 2008-12-10 12:54 UTC  (10+ messages)

[PATCH 0 of 6] powerpc updates to kvm-userspace
 2008-12-10 15:45 UTC  (7+ messages)
` [PATCH 1 of 6] [PATCH] kvm-userspace: ppc: fix compatfd build decision
` [PATCH 2 of 6] [PATCH] kvm-userspace: ppc: fix configure enabling kvm for ppc
` [PATCH 3 of 6] [PATCH] kvm-userspace: ppc: align with upstream qemu - breakpoint reset
` [PATCH 4 of 6] [PATCH] kvm-userpace: ppc: align with upstream qemu - 4xxdevs
` [PATCH 5 of 6] [PATCH] kvm-userspace: ppc: use virtio-blk header
` [PATCH 6 of 6] [PATCH] kvm-userspace: ppc: align with upstream qemu - pcibus

[PATCH 0/4] LSI53C895A: Implemented 64-bit Block Moves
 2008-12-10 15:39 UTC  (5+ messages)
` [PATCH 1/4] LSI53C895A: Rename dmbs register to dbms
` [PATCH 2/4] Add 64-bit Block Move support (Direct & Table Indirect)

[PATCH] Fix off-by-one bug limiting VNC passwords to 7 chars
 2008-12-10 15:14 UTC  (8+ messages)
  ` [Qemu-devel] "
    ` [PATCH v2] "
      ` [RESEND] [PATCH v2] Accept password as an argument to 'change vnc password'
    ` [RESEND] [PATCH v2] Fix off-by-one bug limiting VNC passwords to 7 chars

2003 x64 hangs on reboot on Intel E6750 CPU (Diffrent kernels, diffrent kvms)
 2008-12-10 13:53 UTC 

[PATCH] kvm: work around inability of older kvm modules to destroy memory regions
 2008-12-10 14:08 UTC 

[PATCH 4/4] [v3] kvm: qemu: Assign irq in init_assigned_device
 2008-12-10 13:47 UTC 

[PATCH 2/4] [v3] kvm: qemu: Fix leak of ioperm data
 2008-12-10 13:47 UTC 

[PATCH 2/4] [v2] kvm: qemu: Fix leak of ioperm data
 2008-12-10 13:42 UTC  (4+ messages)

[PATCH 4/4] [v2] kvm: qemu: Assign irq in init_assigned_device
 2008-12-10 13:27 UTC  (2+ messages)

[PATCH 3/4] [v2] kvm: qemu: Fix double LIST_REMOVE device
 2008-12-10 13:22 UTC 

[PATCH 1/4] [v2] kvm: qemu: Remove the useless parameter of assigned_dev_update_irq
 2008-12-10 13:22 UTC 

[ kvm-Bugs-1783936 ] Kubuntu-7.04 install: screen blank only during grub menu
 2008-12-10 13:21 UTC 

[ kvm-Bugs-2148182 ] kvm-76 cannot boot 2.6.27-rc6 and -rc8
 2008-12-10 13:15 UTC 

[ kvm-Bugs-1673740 ] real mode: KVM-15 does not boot Ubuntu 6.10 i386 on Gentoo
 2008-12-10 13:09 UTC 

broken video in kvm-80 [was Re: [ANNOUNCE] kvm-80 release]
 2008-12-10 12:52 UTC 

[ kvm-Bugs-2413430 ] CPU: Linux guests fails on emulated "core2duo" and "coreduo"
 2008-12-10 12:46 UTC 

[PATCH 4/4] kvm: qemu: Assign irq in init_assigned_device
 2008-12-10 12:18 UTC  (3+ messages)

[PATCH 16/17] KVM: support device assignment
 2008-12-10 12:10 UTC  (3+ messages)

[PATCH] virtio: make PCI devices take a virtio_pci module ref
 2008-12-10 12:02 UTC  (10+ messages)

[PATCH] KVM: VMX: Fix pending NMI-vs.-IRQ race for user space irqchip
 2008-12-10 10:51 UTC  (2+ messages)

[PATCH 01/12] kvm: qemu: device-assignment: add_assigned_device() returns a pointer
 2008-12-10 10:28 UTC  (5+ messages)
` [PATCH 02/12] kvm: qemu: device-assignment: introduce add_assigned_devices()
  ` [PATCH 03/12] kvm: qemu: device-assignment: exit if cmdline parsing fails
    ` [PATCH] kvm: qemu: device-assignment: really "

[PATCH 31/31] virt: Make static
 2008-12-10 10:23 UTC  (3+ messages)

[PATCH 1/4] kvm: qemu: Remove the useless parameter of assigned_dev_update_irq
 2008-12-10 10:21 UTC  (3+ messages)

[PATCH 2/4] kvm: qemu: Fix leak of ioperm data
 2008-12-10 10:20 UTC  (3+ messages)

[PATCH 3/4] kvm: qemu: Fix double LIST_REMOVE device
 2008-12-10 10:12 UTC  (2+ messages)

[PATCH] kvm-userspace: fix module build with --kerneldir
 2008-12-10 10:06 UTC  (4+ messages)

[PATCH] KVM: fix handling of ACK from shared guest IRQ
 2008-12-10  9:33 UTC  (2+ messages)

[PATCH 00/45] KVM Updates for 2.6.29 (Part 1 of 3)
 2008-12-10  9:16 UTC  (5+ messages)
` [PATCH 12/45] KVM: x86: Support for user space injected NMIs

[PATCH 0/2] module_refcounting and anonymous inodes
 2008-12-10  9:12 UTC  (5+ messages)

KVM: MMU: check for present pdptr shadow page in walk_shadow
 2008-12-10  9:06 UTC  (2+ messages)

[ kvm-Bugs-2413430 ] CPU: Linux guests fails on emulated "core2duo" and "coreduo"
 2008-12-10  9:00 UTC 

[PATCH] kvm testsuite: Add test for 'shld' instruction
 2008-12-10  8:49 UTC  (3+ messages)

hello
 2008-12-10  4:55 UTC 

How to use PCI-passthrough with kvm
 2008-12-10  5:07 UTC 

[ kvm-Bugs-1971512 ] failure to migrate guests with more than 4GB of RAM
 2008-12-10  3:09 UTC 

FreeBSD guest on Linux host: console screen corruption?
 2008-12-10  2:18 UTC 


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