kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-10-27 12:23:59 to 2011-11-01 20:07:46 UTC [more...]

[PATCH 0/6 V2] Avoid soft lockup message when KVM is stopped by host
 2011-11-01 20:07 UTC  (14+ messages)
` [PATCH 1/6 V2] Add flag to indicate that a vm was stopped by the host
` [PATCH 2/6 V2] Add functions to check if the host has stopped the vm
` [PATCH 3/6 V2] Add ioctl for KVM_GUEST_STOPPED
` [PATCH 4/6 V2] Add generic stubs for kvm stop check functions
` [PATCH 5/6 V2] Add check for suspended vm in softlockup detector
` [PATCH 6/6 V2] Add age out of guest paused flag

[PATCH RFC] acpi: add ssdt for cpi hotplug
 2011-11-01 19:11 UTC 

[PATCH] KVM: SVM: Keep intercepting task switching with NPT enabled
 2011-11-01 18:22 UTC  (10+ messages)

Running KVM inside a chroot
 2011-11-01 18:10 UTC  (18+ messages)

[PATCH 0/9] KVM in-guest performance monitoring
 2011-11-01 17:43 UTC  (26+ messages)
` [PATCH 1/9] KVM: Expose kvm_lapic_local_deliver()
` [PATCH 2/9] KVM: Expose a version 2 architectural PMU to a guests
` [PATCH 3/9] KVM: Add generic RDPMC support
` [PATCH 4/9] KVM: SVM: Intercept RDPMC
` [PATCH 5/9] KVM: VMX: "
` [PATCH 6/9] perf: expose perf capability to other modules
` [PATCH 7/9] KVM: Expose the architectural performance monitoring CPUID leaf
` [PATCH 8/9] KVM: x86 emulator: fix RDPMC privilege check
` [PATCH 9/9] KVM: x86 emulator: implement RDPMC (0F 33)

[PATCH v2 01/10] kvm tools: Switch to using an enum for disk image types
 2011-11-01 17:07 UTC  (11+ messages)
` [PATCH v2 02/10] kvm tools: Remove the non-iov interface from disk image ops
` [PATCH v2 03/10] kvm tools: Modify disk ops usage
` [PATCH v2 04/10] kvm tools: Modify behaviour on missing ops ptr
` [PATCH v2 05/10] kvm tools: Add optional callback on disk op completion
` [PATCH v2 06/10] kvm tools: Remove qcow nowrite function
` [PATCH v2 07/10] kvm tools: Split io request from completion
` [PATCH v2 08/10] kvm tools: Hook virtio-blk completion to disk op completion
` [PATCH v2 09/10] kvm tools: Add aio read write functions
` [PATCH v2 10/10] kvm tools: Use native vectored AIO in virtio-blk

handling mmio?
 2011-11-01 16:36 UTC 

[PATCH] kvm tools: Allow retrieval about PTY redirection in 'kvm stat'
 2011-11-01 16:34 UTC 

[PULL 00/14] ppc patch queue 2011-10-31
 2011-11-01 16:16 UTC  (29+ messages)
` [PATCH 01/14] KVM: PPC: e500: don't translate gfn to pfn with preemption disabled
` [PATCH 02/14] KVM: PPC: e500: Eliminate preempt_disable in local_sid_destroy_all
` [PATCH 03/14] KVM: PPC: e500: clear up confusion between host and guest entries
` [PATCH 04/14] KVM: PPC: e500: MMU API
` [PATCH 05/14] KVM: PPC: e500: tlbsx: fix tlb0 esel
` [PATCH 06/14] KVM: PPC: e500: Don't hardcode PIR=0
` [PATCH 07/14] KVM: PPC: Fix build failure with HV KVM and CBE
` [PATCH 08/14] Revert "KVM: PPC: Add support for explicit HIOR setting"
` [PATCH 09/14] KVM: PPC: Add generic single register ioctls
` [PATCH 10/14] KVM: PPC: Add support for explicit HIOR setting
` [PATCH 11/14] KVM: PPC: Whitespace fix for kvm.h
` [PATCH 12/14] KVM: Fix whitespace in kvm_para.h
` [PATCH 13/14] KVM: PPC: E500: Support hugetlbfs
` [PATCH 14/14] PPC: Fix race in mtmsr paravirt implementation

[qemu-kvm unittest regression] Re: Autotest | Job ID: 2011 "Upstream qemu-kvm.git sanity 11-01-2011 00:04:02" | Status: 1 Completed | Success Rate: 94.74 %
 2011-11-01 16:08 UTC 

[PATCH 0/5] RFC: ->make_request support for virtio-blk
 2011-11-01 14:40 UTC  (4+ messages)
` [PATCH 2/5] virtio: support unlocked queue kick

State of KVM guest debugging support on Power
 2011-11-01 14:22 UTC 

KVM call agenda for November 1st
 2011-11-01 13:46 UTC  (2+ messages)

[PULL] virtio
 2011-11-01 12:45 UTC  (4+ messages)

[net-next-2.6 PATCH 0/6 RFC v3] macvlan: MAC Address filtering support for passthru mode
 2011-11-01 12:17 UTC  (11+ messages)
` [net-next-2.6 PATCH 1/6 RFC v3] rtnetlink: Netlink interface for setting MAC and VLAN filters
` [net-next-2.6 PATCH 2/6 RFC v3] net: Add netdev_ops to set and get MAC/VLAN rx filters
` [net-next-2.6 PATCH 3/6 RFC v3] rtnetlink: Add support to set MAC/VLAN filters
` [net-next-2.6 PATCH 4/6 RFC v3] rtnetlink: Add support to get "
` [net-next-2.6 PATCH 5/6 RFC v3] macvlan: Add support to for netdev ops to set "
` [net-next-2.6 PATCH 6/6 RFC v3] macvlan: Add support to get MAC/VLAN filter netdev ops

[PATCH 00/11] kvm tools: Support native vectored AIO
 2011-11-01 11:52 UTC  (18+ messages)
` [PATCH 01/11] kvm tools: Switch to using an enum for disk image types
` [PATCH 02/11] kvm tools: Hold a copy of ops struct inside disk_image
` [PATCH 03/11] kvm tools: Remove the non-iov interface from disk image ops
` [PATCH 04/11] kvm tools: Modify disk ops usage
` [PATCH 05/11] kvm tools: Modify behaviour on missing ops ptr
` [PATCH 06/11] kvm tools: Add optional callback on disk op completion
` [PATCH 07/11] kvm tools: Remove qcow nowrite function
` [PATCH 08/11] kvm tools: Split io request from completion
` [PATCH 09/11] kvm tools: Hook virtio-blk completion to disk op completion
` [PATCH 10/11] kvm tools: Add aio read write functions
` [PATCH 11/11] kvm tools: Use native vectored AIO in virtio-blk

[PATCH] KVM test: nic_hotplug: Use -f on mv commands
 2011-11-01  3:23 UTC 

Business Proposal
 2011-10-31 22:12 UTC 

Business Proposal
 2011-10-31 22:12 UTC 

[PATCHv4] virtio-blk: use ida to allocate disk index
 2011-10-31 23:55 UTC  (3+ messages)

KVM call agenda for November 1st
 2011-10-31 19:09 UTC 

[PATCH 0/6] [PULL] qemu-kvm.git uq/master queue
 2011-10-31 16:52 UTC  (2+ messages)
` [Qemu-devel] "

1.0 Hard Freeze Logistics
 2011-10-31 15:07 UTC  (3+ messages)

[PATCH 1/5] kvm tools: Drop unused variable in struct uip_buf
 2011-10-31 14:39 UTC  (5+ messages)
` [PATCH 2/5] kvm tools: Use macro in uip_tx_do_ipv4()
` [PATCH 3/5] kvm tools: Fix a vertical indentation for net/uip/udp.c
` [PATCH 4/5] kvm tools: Fix ndev mutex and condition variable initialization
` [PATCH 5/5] kvm tools: Remove dead code virt_queue__trigger_irq()

kernel BUG at include/linux/kvm_host.h:603!
 2011-10-31 10:28 UTC  (3+ messages)

[PATCH 0/1] virtio: console: fix for early console
 2011-10-31 10:21 UTC  (2+ messages)

[kvm-autotest] tests.cgroup: Add TestFreezer
 2011-10-31  9:30 UTC  (2+ messages)
` [PATCH] "

[PATCH] qemu: Fix inject-nmi
 2011-10-31  8:00 UTC  (15+ messages)
                  ` [Qemu-devel] "
                          ` [PATCH 1/2] seabios: Add Local APIC NMI Structure to ACPI MADT (was: Re: [Qemu-devel] [PATCH] qemu: Fix inject-nmi)
                            ` [PATCH 1/2] seabios: Add Local APIC NMI Structure to ACPI MADT
                              ` [Qemu-devel] "
                          ` [PATCH 2/2] seabios: fix mptable nmi entry (was: Re: [Qemu-devel] [PATCH] qemu: Fix inject-nmi)

qemu/qemu-kvm floppy regression brought by 212ec7baa28cc9d819234fed1541fc1423cfe3d8
 2011-10-31  2:38 UTC  (12+ messages)
    ` [Qemu-devel] "

[qemu-kvm unittest failure] Autotest | Job ID: 1992 "Upstream qemu-kvm.git sanity 10-29-2011 00:04:01" | Status: 1 Completed | Success Rate: 94.74 %
 2011-10-31  2:05 UTC 

[PATCH RFC] acpi: extract aml from .lst
 2011-10-30 17:51 UTC  (3+ messages)

[GIT PULL] KVM updates for the 3.2 merge window
 2011-10-30 11:51 UTC 

[RFC PATCH] Exporting Guest RAM information for NUMA binding
 2011-10-30  9:32 UTC  (2+ messages)

Re:
 2011-10-29 21:27 UTC 

qemu-kvm 0.15-1 pc-0.15 missing?
 2011-10-29 21:13 UTC  (3+ messages)

Dear User
 2011-10-29  0:45 UTC 

qcow2 eating up space when formattng Centos
 2011-10-28 20:05 UTC  (4+ messages)

[net-next-2.6 PATCH 8/8 RFC v2] macvtap: Add support to get MAC/VLAN filter rtnl link operations
 2011-10-28 18:24 UTC  (2+ messages)

[PATCH 0/6] Avoid soft lockup message when KVM is stopped by host
 2011-10-28 13:21 UTC  (7+ messages)
` [PATCH 3/6] Add ioctl for KVM_GUEST_STOPPED
` [PATCH 6/6] Add age out of guest paused flag

Hello
 2011-10-28 11:24 UTC 

[PATCH 1/2] kvm tools: Handle only relevant events in epoll
 2011-10-28  9:01 UTC  (2+ messages)
` [PATCH 2/2] kvm tools: Cleanup ghost socket files

[PATCH] kvm tools: Fix MSI-X table size set up
 2011-10-28  1:11 UTC  (3+ messages)

[PATCH] Set numa topology for max_cpus
 2011-10-28  0:06 UTC  (2+ messages)

[PATCH][uq/master] kvm: x86: Use symbols for all xsave field
 2011-10-27 17:26 UTC 

[PATCH][uq/master] kvm: x86: Avoid runtime allocation of xsave buffer
 2011-10-27 17:25 UTC 

OpenServer image console issues
 2011-10-27 16:19 UTC 

about NPIV with qemu-kvm
 2011-10-27 12:53 UTC  (3+ messages)

[PATCH] kvm tools: Set correct virtio pci device class code
 2011-10-27 12:47 UTC 

[PATCH 1/1 V6 resent ] qemu-kvm: fix improper nmi emulation
 2011-10-27 12:47 UTC  (2+ messages)

[PATCH RFC 0/2] KVM: remove host and guest pv mmu support
 2011-10-27 12:44 UTC  (2+ messages)

[qemu bug] device assignment doesn't work: "error: requires KVM support"
 2011-10-27 12:36 UTC  (9+ messages)

QEMU 1.0 test day - November 7th
 2011-10-27 12:23 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).