kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-06-23 11:46:05 to 2012-06-27 06:58:19 UTC [more...]

[PATCH v5] kvm: notify host when the guest is panicked
 2012-06-27  6:58 UTC  (3+ messages)
` [PATCH 1/6 v5] start vm after reseting it
` [PATCH 2/6 v5] update linux headers

[PATCH v2 0/6] kvm: level triggered irqfd support
 2012-06-27  5:10 UTC  (7+ messages)
` [PATCH v2 1/6] kvm: Pass kvm_irqfd to functions
` [PATCH v2 2/6] kvm: Add missing KVM_IRQFD API documentation
` [PATCH v2 3/6] kvm: Sanitize KVM_IRQFD flags
` [PATCH v2 4/6] kvm: Extend irqfd to support level interrupts
` [PATCH v2 5/6] kvm: KVM_EOIFD, an eventfd for EOIs
` [PATCH v2 6/6] kvm: Level IRQ de-assert for KVM_IRQFD

[PATCH] Add a page cache-backed balloon device driver
 2012-06-27  2:56 UTC  (9+ messages)

[PATCH 2/4] KVM: Use __print_hex() for kvm_emulate_insn tracepoint
 2012-06-27  0:41 UTC 

Request VFIO inclusion in linux-next
 2012-06-26 23:50 UTC  (3+ messages)

[RFC PATCH 00/17] KVM: PPC: 64-bit Book3E support
 2012-06-26 22:34 UTC  (26+ messages)
` [RFC PATCH 01/17] KVM: PPC64: booke: Set interrupt computation mode for 64-bit host
` [RFC PATCH 02/17] KVM: PPC64: booke: Add EPCR support in mtspr/mfspr emulation
` [RFC PATCH 03/17] KVM: PPC64: booke: Add EPCR support in sregs
` [RFC PATCH 04/17] KVM: PPC64: booke: Add guest computation mode for irq delivery
` [RFC PATCH 05/17] KVM: PPC: booke: Extend MAS2 EPN mask for 64-bit
` [RFC PATCH 06/17] KVM: PPC: e500: Add emulation helper for getting instruction ea
` [RFC PATCH 07/17] KVM: PPC: e500: Mask ea's high 32-bits in 32/64 instr emulation
` [RFC PATCH 08/17] KVM: PPC: e500mc: Fix tlbilx emulation for 64-bit guests
` [RFC PATCH 09/17] KVM: PPC64: booke: Hard disable interrupts when entering guest
` [RFC PATCH 10/17] PowerPC: booke64: Refactor exception prolog for save/restore regs
` [RFC PATCH 11/17] PowerPC: booke64: Fix machine check handler to use the right prolog
` [RFC PATCH 12/17] PowerPC: booke64: Add DO_KVM kernel hooks
` [RFC PATCH 13/17] PowerPC: booke64: Use SPRG0/3 scratch for bolted TLB miss & crit int
` [RFC PATCH 14/17] KVM: PPC32: bookehv: Remove GET_VCPU macro from exception handler
` [RFC PATCH 15/17] KVM: PPC64: bookehv: Add support for interrupt handling
` [RFC PATCH 16/17] KVM: PPC: e500: Silence bogus GCC warning in tlb code
` [RFC PATCH 17/17] KVM: PPC: booke: Fix get_tb() compile error on 64-bit

[PATCH] kvm: First step to push iothread lock out of inner run loop
 2012-06-26 19:34 UTC  (17+ messages)
          ` [Qemu-devel] "

KVM call minutes (2012-06-26)
 2012-06-26 16:42 UTC 

[PATCH v2 1/3] KVM: Add new -cpu best
 2012-06-26 16:39 UTC  (3+ messages)
` [PATCH v2 2/3] KVM: Use -cpu best as default on x86
` [PATCH v2 3/3] i386: KVM: List -cpu host and best in -cpu ?

[PATCH 0/6] kvm/s390: sigp related changes for 3.6
 2012-06-26 16:03 UTC  (15+ messages)
` [PATCH 1/6] s390/smp: remove redundant check
` [PATCH 2/6] s390/smp/kvm: unifiy sigp definitions
` [PATCH 3/6] KVM: s390: fix sigp sense running condition code handling
` [PATCH 4/6] KVM: s390: fix sigp set prefix status stored cases
` [PATCH 5/6] KVM: s390: use sigp condition code defines
` [PATCH 6/6] KVM: s390: Fix sigp sense handling

[Bug 42782] New: IO_PAGE_FAULT while starting xorg
 2012-06-26 15:11 UTC  (8+ messages)
` [Bug 42782] "

qemu-kvm-1.0 crashes with threaded vnc server?
 2012-06-26 15:02 UTC  (6+ messages)

grub is stuck in grub_biosdisk_check_int13_extensions() with qemu-kvm
 2012-06-26 12:57 UTC 

HELLO!!
 2012-06-25 19:12 UTC 

[PATCH 0/1] vhost, use_mm and KERNEL_DS
 2012-06-26 11:42 UTC  (3+ messages)
` [PATCH 1/1] use USER_DS in vhost_worker thread

[PATCHv2 0/5] improve speed of "rep ins" emulation
 2012-06-26  9:19 UTC  (17+ messages)
` [PATCHv2 4/5] KVM: emulator: move linearize() out of emulator code

[net-next RFC V4 PATCH 0/4] Multiqueue virtio-net
 2012-06-26  6:03 UTC  (13+ messages)
` [net-next RFC V4 PATCH 1/4] virtio_net: Introduce VIRTIO_NET_F_MULTIQUEUE
` [net-next RFC V4 PATCH 2/4] virtio_ring: move queue_index to vring_virtqueue
` [net-next RFC V4 PATCH 3/4] virtio: introduce a method to get the irq of a specific virtqueue
` [net-next RFC V4 PATCH 4/4] virtio_net: multiqueue support

Is there a mail-list for answering questions against kvm??
 2012-06-26  2:50 UTC 

Some questions from a freshman to this community
 2012-06-26  2:20 UTC  (2+ messages)

[PATCH v2] Fixes related to processing of qemu's -numa option
 2012-06-26  0:07 UTC  (4+ messages)
  ` [Qemu-devel] "

[PATCH] kvm: Don't abort on kvm_irqchip_add_msi_route()
 2012-06-25 20:28 UTC  (2+ messages)

[PATCH 0/4] kvm: level triggered irqfd support
 2012-06-25 20:13 UTC  (28+ messages)
` [PATCH 2/4] kvm: Add missing KVM_IRQFD API documentation
` [PATCH 3/4] kvm: Extend irqfd to support level interrupts
` [PATCH 4/4][RFC] kvm: eoi_eventfd

KVM call agenda for Tuesday, June 26
 2012-06-25 17:43 UTC 

[PATCH kvm] kvm_pv_eoi: add flag support for -cpu
 2012-06-25 14:48 UTC 

[RFC][PATCH 00/11] uq/master: irqfd-based interrupt injection for virtio/vhost
 2012-06-25 13:50 UTC  (4+ messages)
` [RFC][PATCH 05/11] kvm: Introduce kvm_irqchip_add_msi_route

buildbot failure in kvm on ppc64
 2012-06-25 11:43 UTC  (4+ messages)

AMD KVM Pci Passthrough reports device busy
 2012-06-25 11:22 UTC  (7+ messages)

[PATCH 0/5] kvm: Get coalesced MMIO flushing out of the hot-path
 2012-06-25 11:13 UTC  (15+ messages)
` [PATCH 1/5] i82378: Remove bogus MMIO coalescing
` [PATCH 2/5] memory: Flush coalesced MMIO on selected region access
` [PATCH 3/5] memory: Flush coalesced MMIO on mapping and state changes
  ` [Qemu-devel] "
` [PATCH 4/5] VGA: Flush coalesced MMIO on related MMIO/PIO accesses
` [PATCH 5/5] kvm: Stop flushing coalesced MMIO on vmexit

Bug? 100% load on core after physically removing USB storage from host
 2012-06-25 10:27 UTC  (12+ messages)

[RFC V2 PATCH 0/4] Multiqueue support for tap and virtio-net/vhost
 2012-06-25 10:04 UTC  (5+ messages)
` [RFC V2 PATCH 1/4] option: introduce qemu_get_opt_all()
` [RFC V2 PATCH 2/4] tap: multiqueue support
` [RFC V2 PATCH 3/4] net: "
` [RFC V2 PATCH 4/4] virtio-net: add "

[PATCHv9 0/8] kvm: eoi optimization support
 2012-06-25  9:41 UTC  (10+ messages)
` [PATCHv9 1/8] kvm: document lapic regs field
` [PATCHv9 2/8] kvm: optimize ISR lookups
` [PATCHv9 3/8] kvm_para: guest side for eoi avoidance
` [PATCHv9 4/8] x86/bitops: note on __test_and_clear_bit atomicity
` [PATCHv9 5/8] kvm: eoi msi documentation
` [PATCHv9 6/8] kvm: only sync when attention bits set
` [PATCHv9 7/8] kvm: rearrange injection cancelling code
` [PATCHv9 8/8] kvm: host side for eoi optimization

[PATCHv3 RFC 0/2] kvm: direct msix injection
 2012-06-25  9:32 UTC  (2+ messages)

buildbot failure in kvm on ppc44x
 2012-06-25  6:50 UTC 

[GIT PULL] KVM fixes for 3.5-rc3
 2012-06-24 16:17 UTC 

Webmail Technical Crew
 2012-06-24  9:14 UTC 

Regarding improving ple handler (vcpu_on_spin)
 2012-06-23 18:34 UTC  (7+ messages)
` [PATCH] kvm: handle last_boosted_vcpu = 0 case


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