public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2009-05-16 03:11:12 to 2009-05-18 12:06:32 UTC [more...]

[PATCH, RFC] virtio_blk: add cache flush command
 2009-05-18 12:06 UTC  (13+ messages)

KVM_HYPERCALL
 2009-05-18 11:58 UTC  (6+ messages)

KVM-Autotest: server problem
 2009-05-18 11:53 UTC  (2+ messages)

[PATCH 0/6] Add rudimentary Hyper-V guest support
 2009-05-18 11:47 UTC  (27+ messages)
` [PATCH 1/6] Add definition for IGNNE MSR
  ` [PATCH 2/6] MMU: don't bail on PAT bits in PTE
    ` [PATCH 3/6] Emulator: Inject #PF when page was not found
      ` [PATCH 4/6] Implement Hyper-V MSRs
        ` [PATCH 5/6] Nested SVM: Implement INVLPGA
          ` [PATCH 6/6] Nested SVM: Improve interrupt injection

[PATCH] Set bit 1 in disabled processor's _STA
 2009-05-18 11:40 UTC  (19+ messages)

[PATCH v2] Shared memory device with interrupt support
 2009-05-18 11:38 UTC  (4+ messages)

[PATCH v2] kvm: Use a bitmap for tracking used GSIs
 2009-05-18 11:36 UTC  (24+ messages)
` [PATCH v3] "
  ` [PATCH v4] "
    ` [PATCH v5] "
      ` [PATCH v6] "

[PATCH] If interrupt injection is not possible do not scan IRR
 2009-05-18 11:16 UTC  (4+ messages)

[PATCHv6 4/4] virtio_pci: optional MSI-X support
 2009-05-18 11:01 UTC  (3+ messages)

[PATCH] kvm: ia64: fix up compilation error
 2009-05-18  9:47 UTC  (2+ messages)

[PATCH 1/2] Intel-IOMMU, intr-remap: set the whole 128bits of irte when modify/free it
 2009-05-18  9:46 UTC  (6+ messages)
` [PATCH 2/2] Intel-IOMMU, intr-remap: source-id checking

kvm 84 update
 2009-05-18  9:41 UTC  (3+ messages)

virtio net regression
 2009-05-18  9:39 UTC  (7+ messages)

[PATCH 00/43] KVM updates for the 2.6.31 merge window (batch 1/4)
 2009-05-18  9:23 UTC  (44+ messages)
` [PATCH 01/43] KVM: VMX: Don't use highmem pages for the msr and pio bitmaps
` [PATCH 02/43] KVM: VMX: Don't intercept MSR_KERNEL_GS_BASE
` [PATCH 03/43] KVM: Split IOAPIC structure
` [PATCH 04/43] KVM: Unify the delivery of IOAPIC and MSI interrupts
` [PATCH 05/43] KVM: Change API of kvm_ioapic_get_delivery_bitmask
` [PATCH 06/43] KVM: Update intr delivery func to accept unsigned long* bitmap
` [PATCH 07/43] KVM: bit ops for deliver_bitmap
` [PATCH 08/43] KVM: Ioctls for init MSI-X entry
` [PATCH 09/43] KVM: Add MSI-X interrupt injection logic
` [PATCH 10/43] KVM: Enable MSI-X for KVM assigned device
` [PATCH 11/43] KVM: x86: silence preempt warning on kvm_write_guest_time
` [PATCH 12/43] KVM: x86: paravirt skip pit-through-ioapic boot check
` [PATCH 13/43] KVM: declare ioapic functions only on affected hardware
` [PATCH 14/43] KVM: PIT: remove unused scheduled variable
` [PATCH 15/43] KVM: PIT: remove usage of count_load_time for channel 0
` [PATCH 16/43] KVM: unify part of generic timer handling
` [PATCH 17/43] KVM: ia64: fix compilation error in kvm_get_lowest_prio_vcpu
` [PATCH 18/43] KVM: Merge kvm_ioapic_get_delivery_bitmask into kvm_get_intr_delivery_bitmask
` [PATCH 19/43] KVM: MMU: remove call to kvm_mmu_pte_write from walk_addr
` [PATCH 20/43] KVM: APIC: kvm_apic_set_irq deliver all kinds of interrupts
` [PATCH 21/43] KVM: ioapic/msi interrupt delivery consolidation
` [PATCH 22/43] KVM: consolidate ioapic/ipi interrupt delivery logic
` [PATCH 23/43] KVM: change the way how lowest priority vcpu is calculated
` [PATCH 24/43] KVM: APIC: get rid of deliver_bitmask
` [PATCH 25/43] KVM: ia64: Map in SN2 RTC registers to the VMM module
` [PATCH 26/43] KVM: ia64: Create inline function kvm_get_itc() to centralize ITC reading
` [PATCH 27/43] KVM: ia64: SN2 adjust emulated ITC frequency to match RTC frequency
` [PATCH 28/43] KVM: ia64: Drop in SN2 replacement of fast path ITC emulation fault handler
` [PATCH 29/43] KVM: make 'lapic_timer_ops' and 'kpit_ops' static
` [PATCH 30/43] KVM: Device assignment framework rework
` [PATCH 31/43] KVM: MMU: do not free active mmu pages in free_mmu_pages()
` [PATCH 32/43] KVM: x86: Ignore reads to EVNTSEL MSRs
` [PATCH 33/43] KVM: SVM: Remove duplicate code in svm_do_inject_vector()
` [PATCH 34/43] KVM: reuse (pop|push)_irq from svm.c in vmx.c
` [PATCH 35/43] KVM: VMX: Make module parameters readable
` [PATCH 36/43] KVM: VMX: Rename kvm_handle_exit() to vmx_handle_exit()
` [PATCH 37/43] KVM: VMX: Simplify module parameter names
` [PATCH 38/43] KVM: VMX: Annotate module parameters as __read_mostly
` [PATCH 39/43] KVM: VMX: Zero the vpid module parameter if vpid is not supported
` [PATCH 40/43] KVM: VMX: Zero ept module parameter if ept is not present
` [PATCH 41/43] KVM: VMX: Fold vm_need_ept() into callers
` [PATCH 42/43] KVM: Timer event should not unconditionally unhalt vcpu
` [PATCH 43/43] KVM: Fix interrupt unhalting a vcpu when it shouldn't

[PATCH 0/17][REVIEW] Backport candidates for stable-0.10
 2009-05-18  9:02 UTC  (35+ messages)
` [PATCH 01/17] kvm: libkvm: protect irq injection status code with KVM_CAP_IRQ_INJECT_STATUS
` [PATCH 02/17] kvm: testsuite: compile fix - avoid raw string literal
` [PATCH 03/17] Fix build breakage on non-device-deassignment capable host kernels
` [PATCH 04/17] kvm: extboot: Update number of HDs reported by BIOS
` [PATCH 05/17] Stop/start cpus before/after devices
` [PATCH 06/17] Use statfs to determine size of huge pages
` [PATCH 07/17] Fixup 4GB+ memslot large page alignment
` [PATCH 08/17] Clear tap features on initialization
` [PATCH 09/17] Propagate errors on failed migration
` [PATCH 10/17] Support unregistering memory regions larger than a slot
` [PATCH 11/17] net: drop packet from tap device if all NICs are down
` [PATCH 12/17] Increment virtio-net savevm version to avoid conflict with upstream QEMU
` [PATCH 13/17] Increment version id for CPU save state
` [PATCH 14/17] Fix build when objdir != srcdir
` [PATCH 15/17] Fix loading extboot option rom
` [PATCH 16/17] virtio-net: Make save/load format independent of build options
` [PATCH 17/17] virtio-net: Refuse loading if the source requires vnet header and the host doesn't support it

[PATCH] Allow to override sync source
 2009-05-18  9:01 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH] [APIC] Optimize searching for highest IRR
 2009-05-18  8:44 UTC 

[PATCH] Drop interrupt shadow when single stepping should be done only on VMX
 2009-05-18  8:44 UTC 

Network hangs after some time
 2009-05-18  8:28 UTC  (2+ messages)

[PATCH] kvm: discard masking checking when initial MSI-X entries
 2009-05-18  8:27 UTC  (2+ messages)

[ kvm-Bugs-2793225 ] Windows XP crashes on first boot after install on AMD64
 2009-05-18  8:04 UTC 

[PATCH v5 0/6] ATS capability support for Intel IOMMU
 2009-05-18  5:51 UTC  (7+ messages)
` [PATCH v5 1/6] PCI: support the ATS capability
` [PATCH v5 2/6] PCI: handle Virtual Function ATS enabling
` [PATCH v5 3/6] VT-d: parse ATSR in DMA Remapping Reporting Structure
` [PATCH v5 4/6] VT-d: add device IOTLB invalidation support
` [PATCH v5 5/6] VT-d: cleanup iommu_flush_iotlb_psi and flush_unmaps
` [PATCH v5 6/6] VT-d: support the device IOTLB

[PATCH v4 resend 0/6] ATS capability support for Intel IOMMU
 2009-05-18  5:48 UTC  (4+ messages)
` [PATCH v4 resend 5/6] VT-d: cleanup iommu_flush_iotlb_psi and flush_unmaps

[KVM-AUTOTEST][PATCH] timedrift support
 2009-05-18  5:18 UTC  (12+ messages)

[KVM PATCH v2 0/4] iosignalfd
 2009-05-18  2:37 UTC  (7+ messages)
` [KVM PATCH v2 2/4] kvm: add return value to kvm_io_bus_register_dev
` [KVM PATCH v2 4/4] kvm: add iosignalfd support

[PATCH] Work around supported cpuid ioctl() brokenness
 2009-05-17 22:48 UTC  (2+ messages)

[PATCH] KVM: fix cpuid E2BIG handling for extended request types
 2009-05-17 22:41 UTC  (2+ messages)

[PATCH 0/6] kvm-s390: collection of kvm-s390 fixes
 2009-05-17 22:31 UTC  (13+ messages)
` [PATCH 1/6] kvm-s390: Fix memory slot versus run

[PATCH] kvm: user: include arch specific headers from $(KERNELDIR)
 2009-05-17 22:18 UTC  (2+ messages)

[PATCH v2] Shared memory device with interrupt support
 2009-05-17 21:39 UTC  (4+ messages)

XP smp using a lot of CPU
 2009-05-17 21:35 UTC  (3+ messages)

Problem doing pci passthrough of the network card without VT-d
 2009-05-17 21:17 UTC  (4+ messages)

Network I/O performance
 2009-05-17 21:14 UTC  (4+ messages)

profiling virtio (blk in this case)
 2009-05-17 20:37 UTC  (2+ messages)

kvm-85 sometimes not starting on 2.6.30-rc5
 2009-05-17 20:27 UTC  (2+ messages)

RFC: convert KVMTRACE to event traces
 2009-05-17 20:21 UTC  (4+ messages)

KVM 10/Gb Ethernet PCIe passthrough with Linux/iSCSI and large block sizes
 2009-05-17 19:53 UTC  (2+ messages)

PCI pass-through of multi-function device
 2009-05-17 19:51 UTC  (2+ messages)

KVM & VT-d2?
 2009-05-17 19:50 UTC  (4+ messages)

virtio_net with RSS?
 2009-05-17 19:46 UTC  (2+ messages)

[RFC] KVM-Autotest: basic parallel test execution
 2009-05-17 19:43 UTC  (2+ messages)

[PATCH -v3] KVM: MCE: Add MCE support to KVM
 2009-05-17 18:57 UTC  (9+ messages)
    ` [PATCH -tip] x86: kvm/x86.c use MSR names in place of address
      ` [PATCH -tip] x86: kvm replace MSR_IA32_TIME_STAMP_COUNTER with MSR_IA32_TSC of msr-index.h

[PATCH] kmod: Add distclean rule
 2009-05-17 18:46 UTC  (4+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH] kmod: Update .gitignore
 2009-05-17 18:47 UTC  (2+ messages)

[PATCH 1/2] Clean up MADT Table Creation
 2009-05-17 18:43 UTC  (4+ messages)
` [PATCH 2/2] Clean up RSDT "

Implement generic double fault generation mechanism
 2009-05-17  9:44 UTC  (11+ messages)
` event injection MACROs

[ kvm-Bugs-2792656 ] System freeze after modprobe kvm-intel
 2009-05-17  9:40 UTC 

[ kvm-Bugs-2778112 ] Guest hangs on restart with directly loaded kernel
 2009-05-16 18:29 UTC 

[ kvm-Bugs-2792656 ] System freeze after modprobe kvm-intel
 2009-05-16 12:32 UTC 

just a dump
 2009-05-16  8:38 UTC  (4+ messages)

Subject:[PATCH 1/2] Clean up MADT Table Creation
 2009-05-16  3:16 UTC  (3+ messages)


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