kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-10-13 16:44:48 to 2011-10-17 19:08:58 UTC [more...]

[RFC][PATCH 00/45] qemu-kvm: MSI layer rework for in-kernel irqchip support
 2011-10-17 19:08 UTC  (87+ messages)
` [RFC][PATCH 01/45] msi: Guard msi/msix_write_config with msi_present
` [RFC][PATCH 02/45] msi: Guard msi_reset "
` [RFC][PATCH 03/45] msi: Use msi/msix_present more consistently
` [RFC][PATCH 04/45] msi: Invoke msi/msix_reset from PCI core
` [RFC][PATCH 05/45] msi: Invoke msi/msix_write_config "
` [RFC][PATCH 06/45] msix: Prevent bogus mask updates on MMIO accesses
` [RFC][PATCH 07/45] msi: Generalize msix_supported to msi_supported
` [RFC][PATCH 08/45] Introduce MSIMessage structure
` [RFC][PATCH 09/45] msi: Factor out msi_message_from_vector
` [RFC][PATCH 10/45] msix: Factor out msix_message_from_vector
` [RFC][PATCH 11/45] msi: Factor out delivery hook
` [RFC][PATCH 12/45] msi: Introduce MSIRoutingCache
` [RFC][PATCH 13/45] hpet: Use msi_deliver
` [RFC][PATCH 14/45] qemu-kvm: Drop useless kvm_clear_gsi_routes
` [RFC][PATCH 15/45] qemu-kvm: Drop unused kvm_del_irq_route
` [RFC][PATCH 16/45] qemu-kvm: Use MSIMessage and MSIRoutingCache
` [RFC][PATCH 17/45] qemu-kvm: Track MSIRoutingCache in KVM routing table
` [RFC][PATCH 18/45] qemu-kvm: Hook into MSI delivery at APIC level
` [RFC][PATCH 19/45] qemu-kvm: Factor out kvm_msi_irqfd_set
` [RFC][PATCH 20/45] qemu-kvm: msix: Only invoke msix_handle_mask_update on changes
` [RFC][PATCH 21/45] qemu-kvm: msix: Don't fire notifier spuriously on set/unset
` [RFC][PATCH 22/45] qemu-kvm: msix: Fire mask notifier on global mask changes
` [RFC][PATCH 23/45] qemu-kvm: Rework MSI-X mask notifier to generic MSI config notifiers
` [RFC][PATCH 24/45] qemu-kvm: msix: Don't handle mask updated while disabled
` [RFC][PATCH 25/45] qemu-kvm: Update MSI cache on kvm_msi_irqfd_set
` [RFC][PATCH 26/45] qemu-kvm: Use g_realloc for irq_routes extension
` [RFC][PATCH 27/45] qemu-kvm: Lazily update MSI caches
` [RFC][PATCH 28/45] qemu-kvm: msix: Drop tracking of used vectors
` [RFC][PATCH 29/45] pci-assign: Drop kvm_assigned_irq::host_irq initialization
` [RFC][PATCH 30/45] pci-assign: Rename assign_irq to assign_intx
` [RFC][PATCH 31/45] qemu-kvm: Refactor kvm_deassign_irq to kvm_device_irq_deassign
` [RFC][PATCH 32/45] pci-assign: Factor out deassign_irq
` [RFC][PATCH 33/45] qemu-kvm: Factor out kvm_device_intx_assign
` [RFC][PATCH 34/45] qemu-kvm: Factor out kvm_device_msi_assign
` [RFC][PATCH 35/45] pci-assign: Polish assigned_dev_update_msix_mmio
` [RFC][PATCH 36/45] qemu-kvm: Factor out kvm_device_msix_* services
` [RFC][PATCH 37/45] qemu-kvm: Clean up irqrouting API
` [RFC][PATCH 38/45] msi: Implement config notifiers for legacy MSI
` [RFC][PATCH 39/45] pci-assign: Use generic MSI support
` [RFC][PATCH 40/45] qemu-kvm: msix: Drop check for preexisting cap from msix_add_config
` [RFC][PATCH 41/45] msix: Drop unused msix_bar_size
` [RFC][PATCH 42/45] msix: Introduce msix_init_simple
` [RFC][PATCH 43/45] msix: Allow to customize capability on init
` [RFC][PATCH 44/45] pci-assign: Use generic MSI-X support
` [RFC][PATCH 45/45] pci-assign: Fix coding style issues

[PATCHv3 0/4] acpi: DSDT/SSDT runtime patching
 2011-10-17 18:16 UTC  (7+ messages)
` [PATCHv3 4/4] acpi: automatically generated ssdt proc
        ` [SeaBIOS] "

Modify behaviour of RDTSC
 2011-10-17 17:22 UTC 

[PATCH RFC 2/2] kvm: set affinity hint for assigned device msi
 2011-10-17 17:04 UTC  (9+ messages)

Running KVM inside a chroot
 2011-10-17 16:37 UTC  (7+ messages)

[PATCH RFC V5 00/11] Paravirtualized ticketlocks
 2011-10-17 16:33 UTC  (14+ messages)

[PATCH] qemu: Fix inject-nmi
 2011-10-17 16:00 UTC  (44+ messages)
                  ` [Qemu-devel] "
                          ` [PATCH] kernel/kvm: fix improper nmi emulation (was: Re: [Qemu-devel] [PATCH] qemu: Fix inject-nmi)
                            ` [PATCH] kernel/kvm: fix improper nmi emulation
                              ` [PATCH 1/1 V2] "
                                  ` [PATCH 1/1 V3] "
                          ` [PATCH] qemu-kvm: fix improper nmi emulation (was: Re: [Qemu-devel] [PATCH] qemu: Fix inject-nmi)
                            ` [PATCH] qemu-kvm: fix improper nmi emulation
                              ` [PATCH 2/2 V2] "
                                  ` [Qemu-devel] "
                                      ` [PATCH 1/1 V4] "
                                          ` [PATCH 1/1 V5] kernel/kvm: introduce KVM_SET_LINT1 and "
                                              ` [Qemu-devel] "
                                                  ` [PATCH 1/1 V6] qemu-kvm: "
                                          ` [PATCH 1/2 V5] qemu-kvm: Synchronize kernel headers
                                          ` [PATCH 2/2 V5] qemu-kvm: fix improper nmi emulation
                                          ` [PATCH 1/1 V5 tuning] kernel/kvm: introduce KVM_SET_LINT1 and "
                                              ` [Qemu-devel] "
                                          ` [PATCH 1/2 V5 tuning] qemu-kvm: Synchronize kernel headers
                                  ` [PATCH 1/1 V3] qemu-kvm: fix improper nmi emulation

[PATCH v8 0/4] The intro of QEMU block I/O throttling
 2011-10-17 15:54 UTC  (15+ messages)
` [PATCH v8 1/4] block: add the block queue support
    ` [Qemu-devel] "
` [PATCH v8 2/4] block: add the command line support
      ` [Qemu-devel] "
` [PATCH v8 3/4] block: add block timer and throttling algorithm
      ` [Qemu-devel] "

[PATCH RFC v1 0/2] Initial support for Microsoft Hyper-V
 2011-10-17 13:57 UTC  (9+ messages)
` [PATCH RFC v1 1/2] hyper-v: introduce Hyper-V support infrastructure
  ` [Qemu-devel] "
` [PATCH RFC v1 2/2] hyper-v: initialize Hyper-V CPUID leafs

[PATCH v4 2/7] iommu/core: split mapping to page sizes as supported by the hardware
 2011-10-17 11:27 UTC 

[PATCH v3 1/6] iommu/core: split mapping to page sizes as supported by the hardware
 2011-10-17  9:55 UTC  (16+ messages)

[PATCH v2 rebased 1/3] kvm tools: Switch to using UNIX sockets instead of signals
 2011-10-17  7:07 UTC  (4+ messages)
` [PATCH v2 rebased 2/3] kvm tools: Move memory stat print to client
` [PATCH v2 rebased 3/3] kvm tools: Allow piping debug output to file descriptor

Western Union Notice
 2011-10-17  5:56 UTC 

Congratulations
 2011-10-16 19:48 UTC 

[PATCH v2 1/3] kvm tools: Switch to using UNIX sockets instead of signals
 2011-10-16 16:00 UTC  (3+ messages)
` [PATCH v2 2/3] kvm tools: Move memory stat print to client
` [PATCH v2 3/3] kvm tools: Allow piping debug output to file descriptor

[PATCH 0/3] PCI: Rework config space locking, add INTx masking services
 2011-10-16 14:25 UTC  (5+ messages)

Intel VT-x VMCS doubt
 2011-10-16  9:27 UTC  (4+ messages)

[RFC/PATCH] kvm: Handle diagnose 0x10 (release pages)
 2011-10-16  8:51 UTC  (2+ messages)

[PATCH 1/3] kvm tools: Switch to using UNIX sockets instead of signals
 2011-10-15 10:17 UTC  (3+ messages)
` [PATCH 2/3] kvm tools: Move memory stat print to client
` [PATCH 3/3] kvm tools: Allow piping debug output to file descriptor

[PATCH] KVM test: Split base.cfg and create guest-hw.cfg
 2011-10-15  3:59 UTC 

virtio localdisk performance
 2011-10-14 12:19 UTC  (5+ messages)

[PATCH] kvm tools: Enable fast string operations
 2011-10-14  7:36 UTC 

[PATCH 1/7] kvm tools: Fix spelling mistake
 2011-10-14  6:51 UTC  (10+ messages)
` [PATCH 5/7] kvm tools: Add help and info messages to 'kvm setup'

Dear Account Owner!
 2011-10-13 23:31 UTC 

[QEMU PATCH] kvm: support TSC deadline MSR with subsection
 2011-10-13 17:54 UTC  (4+ messages)

[PATCH 00/11] [RFC] Libvirt test v2
 2011-10-13 17:26 UTC  (7+ messages)
` [PATCH 05/11] virt: Introducing libvirt VM class
` [PATCH 06/11] virt: Introducing libvirt monitor
  ` [Autotest] "


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