kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-11-01 21:47:16 to 2010-11-05 03:08:13 UTC [more...]

[PATCH 00/49] Use vzalloc not vmalloc/kmemset
 2010-11-05  3:08 UTC  (4+ messages)
  ` [PATCH 03/49] arch/powerpc: Use vzalloc
  ` [PATCH 05/49] arch/x86: "
  ` [PATCH 49/49] virt/kvm/kvm_main.c: "

[PATCH 0/3] MSI-X mask supporting for assigned device(QEmu)
 2010-11-05  3:08 UTC  (10+ messages)
` [PATCH 1/3] qemu-kvm: Ioctl for in-kernel mask support
` [PATCH 2/3] qemu-kvm: device assignment: Some clean up about MSI-X code
` [PATCH 3/3] qemu-kvm: device assignment: emulate MSI-X mask bits

[V2 PATCH] virtio-net: init link state correctly
 2010-11-05  3:00 UTC  (2+ messages)

[PATCH 0/5 v3] MSI-X mask supporting for assigned device(kernel)
 2010-11-05  2:49 UTC  (13+ messages)
` [PATCH 1/5] PCI: MSI: Move MSI-X entry definition to pci_regs.h
` [PATCH 2/5] PCI: Add mask bit definition for MSI-X table
` [PATCH 3/5] KVM: Move struct kvm_io_device to kvm_host.h
` [PATCH 4/5] KVM: Add kvm_get_irq_routing_entry() func
` [PATCH 5/5] KVM: assigned dev: MSI-X mask support

[RFC PATCH 1/1] vhost: TX used buffer guest signal accumulation
 2010-11-04 21:37 UTC  (12+ messages)

[Qemu-devel] qemu-kvm build issue on RHEL5.1
 2010-11-04 17:03 UTC  (4+ messages)

Use of anon_inode_getfd in KVM
 2010-11-04 16:51 UTC 

[PATCH -v2] Monitor command: pfa2hva, translate guest physical address to host virtual address
 2010-11-04 16:53 UTC  (6+ messages)

qemu-kvm-0.13.0 compile error
 2010-11-04 16:14 UTC  (3+ messages)

[PATCHv2 0/8 RFC] boot order specification
 2010-11-04 15:44 UTC  (21+ messages)
` [PATCHv2 1/8] Introduce deriver_name field to DeviceInfo structure
  ` [Qemu-devel] "
` [PATCHv2 4/8] Store IDE bus id in IDEBus structure for easy access
  ` [Qemu-devel] "
    ` [Qemu-devel] Re: [PATCHv2 0/8 RFC] boot order specification

Problem booting Microsoft Windows KVM virtual machine
 2010-11-04 13:04 UTC  (2+ messages)

vhost-net-next updates
 2010-11-04 11:26 UTC 

[PATCH 1/3] KVM: MMU: fix missing post sync audit
 2010-11-04 10:36 UTC  (4+ messages)
` [PATCH 2/3] KVM: MMU: don not retry #PF for nonpaging guest
` [PATCH 3/3] KVM: MMU: retry #PF for softmmu

[PATCH] KVM: remove unused function declaration
 2010-11-04 10:29 UTC 

[PATCH v14 00/17] Provide a zero-copy method on KVM virtio-net
 2010-11-04  9:07 UTC  (20+ messages)
` [PATCH v14 01/17] Add a new structure for skb buffer from external
  ` [PATCH v14 02/17] Add a new struct for device to manipulate external buffer
  ` [PATCH v14 03/17] Add a ndo_mp_port_prep pointer to net_device_ops
  ` [PATCH v14 04/17] Add a function make external buffer owner to query capability
  ` [PATCH v14 05/17] Add a function to indicate if device use external buffer
  ` [PATCH v14 06/17] Use callback to deal with skb_release_data() specially
  ` [PATCH v14 07/17]Modify netdev_alloc_page() to get external buffer
  ` [PATCH v14 08/17] Modify netdev_free_page() to release "
  ` [PATCH v14 09/17] Don't do skb recycle, if device use "
  ` [PATCH v14 10/17] If device is in zero-copy mode first, bonding will fail
  ` [PATCH v14 11/17] Add a hook to intercept external buffers from NIC driver
  ` [PATCH v14 12/17] Add header file for mp device
  ` [PATCH v14 13/17] Add mp(mediate passthru) device
  ` [PATCH v14 14/17] Add a kconfig entry and make entry for mp device
  ` [PATCH v14 15/17]Provides multiple submits and asynchronous notifications
  ` [PATCH v14 16/17] An example how to modifiy NIC driver to use napi_gro_frags() interface
  ` [PATCH v14 17/17] An example how to alloc user buffer based on "

[PATCH v3 5/5] KVM: Allow host IRQ sharing for passed-through PCI 2.3 devices
 2010-11-03 22:32 UTC  (13+ messages)
  ` [PATCH v3 2/5] KVM: Switch assigned device IRQ forwarding to threaded handler

[PATCH 0/4] qemu-kvm: Fixes and improvements for device assigment
 2010-11-03 20:03 UTC  (11+ messages)
` [PATCH 1/4] pci-assign: Convert iommu property to booleam
` [PATCH 2/4] pci-assign: Allow to disable MSI perference for host IRQ
` [PATCH 3/4] pci-assign: Issue warning when running w/o IOMMU
` [PATCH 4/4] pci-assign: Remove broken -pcidevice and pci_add host
      ` [PATCH 5/4] pci-assign: Use PCI-2.3-based shared legacy interrupts by default

kvm unhandled exit 4400
 2010-11-03 21:16 UTC  (5+ messages)

[PATCH] vfio: Fix PCI 2.3 shared interrupt
 2010-11-03 21:03 UTC  (2+ messages)

[RFC][PATCH 0/3] KVM page cache optimization (v3)
 2010-11-03 17:58 UTC  (5+ messages)
` [RFC][PATCH 1/3] Linux/Guest unmapped page cache control

unhandled wrmsr
 2010-11-03 13:51 UTC  (2+ messages)

A character typo
 2010-11-03 13:49 UTC 

[PATCH] KVM x86: remove memset, use vzalloc and don't assign the same value to a variable twice
 2010-11-03 12:47 UTC  (6+ messages)

extraneous allocation in qemu-kvm's hw/pc_piix.c
 2010-11-03 12:56 UTC  (2+ messages)

[PATCH v2 1/7] KVM: fix tracing kvm_try_async_get_page
 2010-11-03 13:43 UTC  (18+ messages)
` [PATCH v2 5/7] KVM: handle more completed apfs if possible
    ` [PATCH v3 "
` [RFC PATCH v2 7/7] KVM: KVM: don't break vcpu 'halt' state due to apfs

[PATCH] x86/pvclock-xen: zero last_value on resume
 2010-11-03 12:46 UTC  (5+ messages)
  ` [Xen-devel] "
      `  "

32-bit qemu on current x86-64 kernel segfauls very early
 2010-11-03 12:37 UTC  (6+ messages)

[PATCH 0/3] Launch other test during migration
 2010-11-03  9:08 UTC  (9+ messages)
` [PATCH 3/3] KVM test: Test the file transfer during migartion

[PATCH] virtio-net: init link state correctly
 2010-11-03  8:00 UTC  (2+ messages)

[v3 RFC PATCH 0/4] Implement multiqueue virtio-net
 2010-11-03  7:01 UTC  (9+ messages)

KVM hard disk partition
 2010-11-03  3:02 UTC 

Does KVM support VHD(Virtual Hard Disk)?
 2010-11-03  2:50 UTC 

[PATCH] vfio: Extended capability fixes
 2010-11-02 22:19 UTC  (4+ messages)

[PATCH v2 0/4] KVM: Improve IRQ assignment for device passthrough
 2010-11-02 20:05 UTC  (25+ messages)
` [PATCH v2 1/4] KVM: Clear assigned guest IRQ on release
` [PATCH v2 2/4] KVM: Switch assigned device IRQ forwarding to threaded handler
` [PATCH v2 3/4] KVM: Refactor IRQ names of assigned devices
` [PATCH v2 4/4] KVM: Allow host IRQ sharing for passed-through PCI 2.3 devices

[PATCH] building fix - do not check unsigned var >= 0
 2010-11-02 18:58 UTC  (2+ messages)

[RFC PATCH] macvlan: Introduce a PASSTHRU mode to takeover the underlying device
 2010-11-02 18:42 UTC  (3+ messages)

[PATCH 0/3] rcu - removing superfluous rcu_read_lock_held check
 2010-11-02 17:54 UTC  (8+ messages)
` [PATCH 1/3] cgroup "
` [PATCH 2/3] kernel,cred,kvm,security "
` [PATCH 3/3] net "

-pcidevice broken - fix or remove it?
 2010-11-02 14:35 UTC  (4+ messages)

KVM call agenda for Nov-2 cancelled
 2010-11-02 13:19 UTC 

Gold Dust Availability
 2010-11-02  9:00 UTC 

[PATCH] intel-iommu: Fix use after release during device attach
 2010-11-02  8:00 UTC  (5+ messages)

Crash in intel_iommu_assign_device
 2010-11-02  7:07 UTC  (3+ messages)

buildbot failure in qemu-kvm on default_i386_out_of_tree
 2010-11-02  2:04 UTC 

buildbot failure in qemu-kvm on default_i386_debian_5_0
 2010-11-02  2:03 UTC 


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