public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2008-10-28 23:36:32 to 2008-10-31 04:53:27 UTC [more...]

[PATCH 0/10][v4] Enable MSI for KVM assigned device kernel part
 2008-10-31  4:50 UTC  (6+ messages)
` [PATCH 01/10] KVM: Move ack notifier register and IRQ sourcd ID request
` [PATCH 03/10] KVM: Replace irq_requested with more generic irq_requested_type
` [PATCH 04/10] KVM: Clean up assigned_device_update_irq
` [PATCH 05/10] KVM: Add fields for MSI device assignment
` [PATCH 10/10] KVM: MSI to INTx translate

[PATCH 1/1] KVM: Enable Function Level Reset for assigned device
 2008-10-31  4:37 UTC  (2+ messages)

[PATCH] regression: vmalloc easily fail
 2008-10-31  2:59 UTC  (14+ messages)

[PATCH 0/9] Add support for nested SVM (kernel) v5
 2008-10-30 22:05 UTC  (44+ messages)
` [PATCH 1/9] Clean up VINTR setting v5
  ` [PATCH 2/9] Add helper functions for nested SVM v5
    ` [PATCH 3/9] Implement GIF, clgi and stgi v5
      ` [PATCH 4/9] Implement hsave v5
        ` [PATCH 5/9] Add VMLOAD and VMSAVE handlers v5
          ` [PATCH 6/9] Add VMRUN handler v5
            ` [PATCH 7/9] Add VMEXIT handler and intercepts v5
              ` [PATCH 8/9] allow read access to MSR_VM_VR
                ` [PATCH 9/9] Allow setting the SVME bit v5
            ` Add VMRUN handler v5

TAP MTU >= 4055 problem?
 2008-10-30 19:43 UTC  (5+ messages)

[PATCH 0/6] Kill off the virtio_net tx mitigation timer
 2008-10-30 19:24 UTC  (9+ messages)
` [PATCH 1/6] kvm: qemu: virtio: remove unused variable
  ` [PATCH 2/6] kvm: qemu: dup the qemu_eventfd() return
    ` [PATCH 3/6] kvm: qemu: add qemu_eventfd_write() and qemu_eventfd_read()
      ` [PATCH 4/6] kvm: qemu: aggregate reads from eventfd
        ` [PATCH 5/6] kvm: qemu: virtio-net: handle all tx in I/O thread without timer
          ` [PATCH 6/6] kvm: qemu: virtio-net: drop mutex during tx tapfd write

[PATCH 1/2] Add HPET emulation to qemu (v3)
 2008-10-30 17:57 UTC  (8+ messages)
` [Qemu-devel] "

[PATCH 0/6] kdump: disable virtualization extensions on crash (v2)
 2008-10-30 16:24 UTC  (10+ messages)
  ` [PATCH 1/6] kdump: crash-time virt disable function
  ` [PATCH 2/6] kvm_x86_ops: crash_hardware_disable() operation
  ` [PATCH 3/6] kvm: svm: set crash_hardware_disable to svm_hardware_disable
  ` [PATCH 4/6] kvm: vmx: crash_hardware_disable function
  ` [PATCH 5/6] kvmx: x86: set kvm_x86_ops earlier on kvm_arch_init()
  ` [PATCH 6/6] kvm: x86: set kdump virt_disable function on initialization

kvm pci passthrough
 2008-10-30 16:09 UTC  (4+ messages)

[patch] remove vcpu_info array v5
 2008-10-30 14:09 UTC 

RFC: VMX: initialize TSC offset relative to vm creation time
 2008-10-30 14:00 UTC  (7+ messages)

[v10] Userspace patches for PCI device assignment
 2008-10-30 13:23 UTC  (12+ messages)
` [PATCH 1/6] device assignment: add ioctl wrappers
  ` [PATCH 2/6] device assignment: introduce pci_map_irq to get irq nr from pin number
    ` [PATCH 3/6] device assignment: introduce functions to correlate pin number and irq
      ` [PATCH 4/6] device assignment: build vtd.c for Intel IOMMU support
        ` [PATCH 5/6] device assignment: support for assigning PCI devices to guests
          ` [PATCH 6/6] device assignment: support for hot-plugging PCI devices

[PATCH 0 of 7] kvm-userspace: support multiple processors in the same architecture
 2008-10-30 12:57 UTC  (9+ messages)
` [PATCH 1 of 7] user: consolidate $arch tests and allow $arch to be "<arch>-<processor>"
` [PATCH 2 of 7] kvmctl: add --processor option to user/configure
` [PATCH 3 of 7] user: set $PROCESSOR from configure --arch=<arch>-<processor>
` [PATCH 4 of 7] kvmctl: rename config-powerpc-44x.mak
` [PATCH 5 of 7] kvmctl: ppc: use $PROCESSOR to set configuration options
` [PATCH 6 of 7] user: ppc: remove build flags
` [PATCH 7 of 7] user: define and use AR in configure scripts and Makefiles

[00/03][PATCH] kvm-ia64 updates for linux-2.6.28-rc2
 2008-10-30 10:16 UTC  (8+ messages)

[patch 0/3] oos shadow optimizations
 2008-10-30 10:04 UTC  (5+ messages)
` [patch 1/3] KVM: MMU: collapse remote TLB flushes on root sync

[RFC][PATCH 0/10][v3] Enable MSI for KVM assigned device
 2008-10-30  8:56 UTC  (12+ messages)
` [PATCH 01/10] KVM: Move ack notifier register and IRQ sourcd ID request
` [PATCH 02/10] KVM: Separate update irq to a single function
` [PATCH 03/10] KVM: Replace irq_requested with more generic irq_requested_type
` [PATCH 04/10] KVM: Clean up assigned_device_update_irq
` [PATCH 05/10] KVM: Add fields for MSI device assignment
` [PATCH 06/10] KVM: Export ioapic_get_delivery_bitmask
` [PATCH 07/10] x86: Add MSI delivery mode mask
` [PATCH 08/10] KVM: Add assigned_device_msi_dispatch()
` [PATCH 09/10] KVM: Enable MSI for device assignment
` [PATCH 10/10] KVM: MSI to INTx translate

[PATCH 0/2] kvm: disable virtualization on kdump
 2008-10-30  7:52 UTC  (29+ messages)

BSD under KVM with 2 NIC'S
 2008-10-29 22:21 UTC  (2+ messages)

Announcement: Proxmox Virtual Environment 1.0 - First stable release
 2008-10-29 21:11 UTC 

[PATCH 1/3] Add additional CPU flag definitions
 2008-10-29 19:13 UTC  (22+ messages)
` [PATCH 2/3] Split CPUID from op_helper
  ` [PATCH 3/3] Add KVM support to QEMU
        ` [Qemu-devel] "
                `  "

VMX ideas
 2008-10-29 17:18 UTC  (7+ messages)

[PATCH] VMX: Handle mmio emulation when guest state is invalid
 2008-10-29 13:47 UTC  (2+ messages)

[patch] fold struct vcpu_info into CPUState
 2008-10-29 13:09 UTC  (12+ messages)
              ` [patch] v4 - "

[PATCH 00 of 10] kvm-userspace: ppc: userspace fixes for powerpc
 2008-10-29 12:45 UTC  (3+ messages)

[v8] Userspace patches for PCI device assignment
 2008-10-29 11:47 UTC  (19+ messages)
` [PATCH 1/6] device assignment: add ioctl wrappers
  ` [PATCH 2/6] device assignment: introduce pci_map_irq to get irq nr from pin number
    ` [PATCH 3/6] device assignment: introduce functions to correlate pin number and irq
      ` [PATCH 4/6] device assignment: build vtd.c for Intel IOMMU support
        ` [PATCH 5/6] device assignment: support for assigning PCI devices to guests

[PATCH] [RESEND] VT-d: Support multiple device assignment to one guest
 2008-10-29 10:25 UTC  (3+ messages)

[v9] Userspace patches for PCI device assignment
 2008-10-29 10:22 UTC  (7+ messages)
` [PATCH 1/6] device assignment: add ioctl wrappers
  ` [PATCH 2/6] device assignment: introduce pci_map_irq to get irq nr from pin number
    ` [PATCH 3/6] device assignment: introduce functions to correlate pin number and irq
      ` [PATCH 4/6] device assignment: build vtd.c for Intel IOMMU support
        ` [PATCH 5/6] device assignment: support for assigning PCI devices to guests
          ` [PATCH 6/6] device assignment: support for hot-plugging PCI devices

[PATCH 03 of 10] [PATCH] user: ppc: better error reporting in load_file
 2008-10-29  9:50 UTC  (3+ messages)

KVM: MMU: increase per-vcpu rmap cache alloc size
 2008-10-29  9:42 UTC  (2+ messages)

kvm + kqemu enabled at the same time
 2008-10-29  7:21 UTC  (3+ messages)

[01/03] [PATCH] KVM: ia64: Re-organize data sturure of guests' data area
 2008-10-29  4:39 UTC 

[03/03][PATCH] KVM: ia64: kvm halt logic doesn't need lock to protect
 2008-10-29  4:39 UTC 

[02/03][PATCH] KVM: ia64: Ensure SIGINT delivered to main thread (vcpu 0)
 2008-10-29  4:39 UTC 


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