kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-09-28 18:49:56 to 2011-10-05 15:30:03 UTC [more...]

[PATCH v2 0/9] perf support for x86 guest/host-only bits
 2011-10-05 15:29 UTC  (15+ messages)
` [PATCH v2 1/9] perf, core: Introduce attrs to count in either host or guest mode
` [PATCH v2 2/9] perf, amd: Use GO/HO bits in perf-ctr
` [PATCH v2 3/9] perf, tools: Add support for guest/host-only profiling
` [PATCH v2 4/9] perf, tools: Fix copy&paste error in perf-kvm option description
` [PATCH v2 5/9] perf, tools: Do guest-only counting in perf-kvm by default
` [PATCH v2 6/9] perf, intel: Use GO/HO bits in perf-ctr
` [PATCH v2 7/9] KVM, VMX: add support for switching of PERF_GLOBAL_CTRL
` [PATCH v2 8/9] KVM, VMX: Add support for guest/host-only profiling
` [PATCH v2 9/9] KVM, VMX: Check for automatic switch msr table overflow

[RFC][PATCH] qemu-kvm: Remove extboot support
 2011-10-05 14:29 UTC  (5+ messages)
  ` [PATCH] "

[PATCH] KVM: PPC: E500: Support hugetlbfs
 2011-10-05 14:37 UTC 

[PATCH v2 1/2] virtio-net: Verify page list size before fitting into skb
 2011-10-05 13:50 UTC  (9+ messages)
` [PATCH v2 2/2] virtio-net: Prevent NULL dereference

[PATCH v4 00/11] KVM: x86: optimize for writing guest page
 2011-10-05 13:25 UTC  (4+ messages)

Enable x86 linux guest with cpu hotplug feature
 2011-10-05 11:01 UTC  (9+ messages)
` [PATCH] ACPI: Call ACPI remove handler when handling ACPI eject event
` [PATCH 1/2] ACPI: Update cpu hotplug event for guest
` [PATCH 2/2] LAPIC: make lapic support cpu hotplug
  ` [Qemu-devel] "

[PATCHv3 0/4] acpi: DSDT/SSDT runtime patching
 2011-10-05 10:35 UTC  (7+ messages)
` [PATCHv3 1/4] acpi: generate and parse mixed asl/aml listing
` [PATCHv3 2/4] acpi: EJ0 method name patching
` [PATCHv3 3/4] acpi: remove _RMV
` [PATCHv3 4/4] acpi: automatically generated ssdt proc

[PATCH RFC V4 00/11] Paravirtualized ticketlocks
 2011-10-04 23:31 UTC  (12+ messages)
  ` [PATCH RFC V4 01/11] x86/spinlock: replace pv spinlocks with pv ticketlocks
  ` [PATCH RFC V4 02/11] x86/ticketlock: don't inline _spin_unlock when using paravirt spinlocks
  ` [PATCH RFC V4 03/11] x86/ticketlock: collapse a layer of functions
  ` [PATCH RFC V4 04/11] xen: defer spinlock setup until boot CPU setup
  ` [PATCH RFC V4 05/11] xen/pvticketlock: Xen implementation for PV ticket locks
  ` [PATCH RFC V4 06/11] xen/pvticketlocks: add xen_nopvspin parameter to disable xen pv ticketlocks
  ` [PATCH RFC V4 07/11] x86/pvticketlock: use callee-save for lock_spinning
  ` [PATCH RFC V4 08/11] x86/pvticketlock: when paravirtualizing ticket locks, increment by 2
  ` [PATCH RFC V4 09/11] x86/ticketlock: add slowpath logic
  ` [PATCH RFC V4 10/11] xen/pvticketlock: allow interrupts to be enabled while blocking
  ` [PATCH RFC V4 11/11] xen: enable PV ticketlocks on HVM Xen

Qemu/KVM is 3x slower under libvirt
 2011-10-04 23:12 UTC  (14+ messages)
` [libvirt] "
        ` [libvirt] Qemu/KVM is 3x slower under libvirt (due to vhost=on)
              ` Qemu/KVM guest boots 2x slower with vhost_net

[PATCH 0/1] [PULL] qemu-kvm.git uq/master queue
 2011-10-04 22:20 UTC  (4+ messages)
` [PATCH 1/1] kvm: support TSC deadline MSR

[PATCH] qemu-kvm: Remove broken ia64 fragments
 2011-10-04 21:53 UTC  (4+ messages)
  ` [PATCH v2] "

KVM: emulate lapic tsc deadline timer for guest
 2011-10-04 21:35 UTC 

[PATCH] pci_cap_init: add 82599 VF quirk
 2011-10-05  0:37 UTC  (2+ messages)

tcpdump locks up kvm host for a while
 2011-10-04 19:40 UTC  (17+ messages)
    `  "
        ` Re: [kvm] "
            ` Re: [kvm] "
                ` Re: [kvm] "
                    ` Re: [kvm] "
                        ` Re: [kvm] "

[PATCH] i386: wire up MSR_IA32_MISC_ENABLE
 2011-10-04 17:51 UTC  (7+ messages)

[PATCH] KVM: Enable "fast string operations" in MSR_IA32_MISC_ENABLE
 2011-10-04 14:15 UTC  (3+ messages)

KVM call agenda for October 4th
 2011-10-04 13:41 UTC  (2+ messages)

[PATCH 0/9] perf support for x86 guest/host-only bits
 2011-10-04 12:12 UTC  (23+ messages)
` [PATCH 1/9] perf, core: Introduce attrs to count in either host or guest mode
` [PATCH 2/9] perf, amd: Use GO/HO bits in perf-ctr
` [PATCH 3/9] perf, tools: Add support for guest/host-only profiling
` [PATCH 4/9] perf, tools: Fix copy&paste error in perf-kvm option description
` [PATCH 5/9] perf, tools: Do guest-only counting in perf-kvm by default
` [PATCH 6/9] perf, intel: Use GO/HO bits in perf-ctr
` [PATCH 7/9] KVM, VMX: add support for switching of PERF_GLOBAL_CTRL
` [PATCH 8/9] KVM, VMX: Add support for guest/host-only profiling
` [PATCH 9/9] KVM, VMX: Check for automatic switch msr table overflow

Go through this:
 2011-10-04 11:11 UTC 

Protected Project
 2011-10-03 23:53 UTC 

[PATCH] virtio-net: Read MAC only after initializing MSI-X
 2011-10-03 23:51 UTC  (11+ messages)

qemu-kvm: Remaining relevant bits in kvm/
 2011-10-03 20:04 UTC  (5+ messages)

[PATCH] qemu-kvm: Drop redundant cpuid filtering from cpu_x86_cpuid
 2011-10-03 19:48 UTC  (3+ messages)

[PATCH v2 0/2] pci-assign: Fix MSI-X support
 2011-10-03 19:39 UTC  (2+ messages)

[PATCH] KVM: emulate lapic tsc deadline timer for guest
 2011-10-03 16:36 UTC  (6+ messages)

KVM: Another fix for tsc deadline timer without irqchip_in_kernel()
 2011-10-03 19:11 UTC 

[PATCH] qemu-kvm: device assignment: add 82599 PCIe Cap struct quirk
 2011-10-03 17:02 UTC  (5+ messages)

[PATCH] KVM: x86: Simplify kvm timer handler
 2011-10-03  7:58 UTC  (2+ messages)

[BUG] need to export variables in config.mak
 2011-10-03  7:57 UTC  (7+ messages)
  ` [PATCH] "
` [Qemu-devel] [BUG] "

Dirty page tracking in EPT
 2011-10-03  4:17 UTC  (3+ messages)

[Autotest PATCH] virt: Only update macaddr cache when capture dhcp ACK packet
 2011-10-03  2:16 UTC  (3+ messages)
` ethtool

[PATCH] KVM: Fix tsc deadline timer without irqchip_in_kernel()
 2011-10-02 17:01 UTC  (5+ messages)

[PATCH v3 1/6] iommu/core: split mapping to page sizes as supported by the hardware
 2011-10-02 15:58 UTC  (7+ messages)

how to assign a pci device to guest [with qemu.git upstream]?
 2011-10-02 10:00 UTC  (7+ messages)

linux-next: Tree for Sept 29 (kvm)
 2011-10-02  9:05 UTC  (5+ messages)
    ` [PATCH] KVM: x86: Use do_div for tsc deadline calculation

Questions about duplicate memory work
 2011-10-02  8:56 UTC  (14+ messages)
  `  "
      ` Re: [kvm] "
                  ` Re: [kvm] "
                      ` Re: [kvm] "

Guest freezes "Refined TSC clocksource calibration ..."
 2011-10-02  8:24 UTC  (3+ messages)
` [Qemu-devel] "

RFC [v2]: vfio / device assignment -- layout of device fd files
 2011-09-30 21:59 UTC  (14+ messages)
` [Qemu-devel] "

Biweekly KVM Test report, kernel 1e0e12af... qemu ad305c9f
 2011-09-30  0:56 UTC  (3+ messages)

order 1 page allocation failures
 2011-09-29 17:26 UTC  (2+ messages)

Dirty pages logging
 2011-09-29 16:45 UTC 

Issue with ide disk numbering on old VMs
 2011-09-29 14:43 UTC 

balloon drivers missing in virtio-win-1.1.16.vfd
 2011-09-29 10:03 UTC 

Boot ordering problem with qemu-kvm / seabios / gPXE
 2011-09-29  9:52 UTC 

[Autotest] [PATCH]: watchdog test extension
 2011-09-29  7:56 UTC 

qemu-kvm: Role of flush_icache_range on PPC
 2011-09-28 21:34 UTC  (8+ messages)

[PATCH 00/10] [PATCH RFC V2] Paravirtualized ticketlocks
 2011-09-28 19:06 UTC  (6+ messages)
` [Xen-devel] "


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