public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-04-20 19:48:26 to 2011-04-25 21:17:32 UTC [more...]

pci passthrough - VF reset at boot is dropping assigned MAC
 2011-04-25 21:17 UTC  (11+ messages)

performance of virtual functions compared to virtio
 2011-04-25 21:14 UTC  (17+ messages)

Connecting to a new guest VM
 2011-04-25 19:34 UTC  (2+ messages)

[PATCH 0/2 V7] add inject-nmi qmp command
 2011-04-25 17:07 UTC  (15+ messages)
` [PATCH 2/2 V7] qemu,qmp: "
  ` [Qemu-devel] "
          ` [PATCH 2/2 V7] qemu, qmp: "
              ` [RFC PATCH 0/3 V8] QAPI: "
                ` [Qemu-devel] "

[PATCH 0/3] qemu-kvm: pci-assign: Mapping fixes
 2011-04-25 16:43 UTC  (5+ messages)
` [PATCH 1/3] qemu-kvm: pci-assign: Clean up free_assigned_device
` [PATCH 2/3] qemu-kvm: pci-assign: Remove dead code from assigned_dev_iomem_map
` [PATCH 3/3] qemu-kvm: pci-assign: Consolidate and fix slow mmio region mappings

A Live Backup feature for KVM
 2011-04-25 13:34 UTC  (4+ messages)

[PATCH 00/18] Kemari for KVM v0.2.14
 2011-04-25 11:46 UTC  (20+ messages)
` [PATCH 01/18] Make QEMUFile buf expandable, and introduce qemu_realloc_buffer() and qemu_clear_buffer()
` [PATCH 02/18] Introduce read() to FdMigrationState
` [PATCH 03/18] Introduce qemu_loadvm_state_no_header() and make qemu_loadvm_state() a wrapper
` [PATCH 04/18] qemu-char: export socket_set_nodelay()
` [PATCH 05/18] vl.c: add deleted flag for deleting the handler
` [PATCH 06/18] virtio: decrement last_avail_idx with inuse before saving
` [PATCH 07/18] Introduce fault tolerant VM transaction QEMUFile and ft_mode
` [PATCH 08/18] savevm: introduce util functions to control ft_trans_file from savevm layer
` [PATCH 09/18] Introduce event-tap
` [PATCH 10/18] Call init handler of event-tap at main() in vl.c
` [PATCH 11/18] ioport: insert event_tap_ioport() to ioport_write()
` [PATCH 12/18] Insert event_tap_mmio() to cpu_physical_memory_rw() in exec.c
` [PATCH 13/18] net: insert event-tap to qemu_send_packet() and qemu_sendv_packet_async()
` [PATCH 14/18] block: insert event-tap to bdrv_aio_writev(), bdrv_aio_flush() and bdrv_flush()
` [PATCH 15/18] savevm: introduce qemu_savevm_trans_{begin,commit}
` [PATCH 16/18] migration: introduce migrate_ft_trans_{put,get}_ready(), and modify migrate_fd_put_ready() when ft_mode is on
` [PATCH 17/18] migration-tcp: modify tcp_accept_incoming_migration() to handle ft_mode, and add a hack not to close fd when ft_mode is enabled
` [PATCH 18/18] Introduce "kemari:" to enable FT migration mode (Kemari)

[PATCH 0/1 v2] KVM: MMU: Optimize guest page table walk
 2011-04-25  9:15 UTC  (7+ messages)
` [PATCH 1/1 "

LEAVE emulation infinite loop
 2011-04-25  9:05 UTC  (3+ messages)

[PATCH] KVM: Add CPUID support for VIA CPU
 2011-04-25  5:55 UTC  (11+ messages)

[PATCH] KVM: SVM: Make dump_vmcb static, reduce text
 2011-04-25  5:00 UTC 

CONFIDENTIAL
 2011-04-24 19:58 UTC 

nmi is broken?
 2011-04-24 14:08 UTC  (9+ messages)

[PATCH] kvm tools: Implement virtio net TSO/UFO support
 2011-04-24 12:46 UTC 

[PATCH] KVM: x86 emulator: consolidate group handling
 2011-04-24 11:33 UTC 

Failed to compile kvm mod
 2011-04-24  9:48 UTC  (2+ messages)

[PATCH] KVM: MMU: Add unlikely() annotations to walk_addr_generic()
 2011-04-24  9:31 UTC 

What's the difference between commands "qemu", "kvm", and "qemu-kvm"?
 2011-04-24  8:14 UTC  (2+ messages)
` [Qemu-devel] "

[PATCH 0/4 v2] KVM: x86 emulator: Use opcode::execute series
 2011-04-24  7:35 UTC  (6+ messages)
` [PATCH 1/4] KVM: x86 emulator: Use opcode::execute for Group 1, CMPS and SCAS
` [PATCH 2/4] KVM: x86 emulator: Use opcode::execute for POP reg (58-5F)
` [PATCH 3/4] KVM: x86 emulator: Use opcode::execute for PUSHA/POPA (60/61)
` [PATCH 4/4] KVM: x86 emulator: Use opcode::execute for PUSHF/POPF (9C/9D)

[PATCH -next] kvm: fix const value warning on i386
 2011-04-24  7:12 UTC  (2+ messages)

Failure to compile latest git (target-i386/kvm.c:953:29: error: variable ‘fop’ set but not used)
 2011-04-24  7:10 UTC  (2+ messages)

[PATCH] KVM: x86 emulator: avoid calling wbinvd() macro
 2011-04-24  6:57 UTC  (2+ messages)

Is there any qemu-monitor commands like "virsh list" ?
 2011-04-23 12:58 UTC  (2+ messages)
` [Qemu-devel] "

[PATCH 0/7] qemu-kvm: Clean up and enhance MSI irqchip support
 2011-04-23 10:23 UTC  (8+ messages)
` [PATCH 1/7] qemu-kvm: Drop unneeded kvm_irq_routing_entry declaration
` [PATCH 2/7] qemu-kvm: Rename kvm_msix_message to KVMMsiMessage
` [PATCH 3/7] qemu-kvm: Refactor MSI core API of KVM
` [PATCH 4/7] qemu-kvm: Fix and clean up msix vector use/unuse hooks
` [PATCH 5/7] qemu-kvm: Move gsi bits from kvm_msix_vector_add to kvm_msi_add_message
` [PATCH 6/7] qemu-kvm: Move entry comparison into kvm_msi_update_message
` [PATCH 7/7] qemu-kvm: Add in-kernel irqchip support for MSI

virt-manager connection error
 2011-04-23  3:36 UTC 

Business Proposal
 2011-04-22 18:45 UTC 

Ms-dos
 2011-04-22 22:32 UTC 

Ms-dos
 2011-04-22 21:04 UTC 

[PATCH V3 0/8] macvtap/vhost TX zero copy support
 2011-04-22 17:52 UTC  (20+ messages)
` [PATCH V3 2/8] Add a new zerocopy device flag
` [PATCH V3 4/8] vhost TX zero copy support
` [PATCH V3 5/8] Enable cxgb3 to support zerocopy
` [PATCH V3 7/8] Enable ixgbe "
` [PATCH V3 8/8] Enable benet "
` [PATCH V3 6/8] macvtap/vhost TX zero copy support

(unknown),
 2011-04-22 12:48 UTC 

Biweekly KVM Test report, kernel 51138ead... qemu df85c051
 2011-04-22  7:55 UTC 

buildbot failure in kvm on next-i386
 2011-04-22  4:05 UTC 

buildbot failure in kvm on next-x86_64
 2011-04-22  4:04 UTC 

buildbot failure in kvm on x86_64
 2011-04-22  3:03 UTC 

buildbot failure in kvm on i386
 2011-04-22  3:04 UTC 

buildbot failure in qemu-kvm on disable_kvm_i386_debian_5_0
 2011-04-22  2:03 UTC 

buildbot failure in qemu-kvm on disable_kvm_x86_64_debian_5_0
 2011-04-22  2:03 UTC 

buildbot failure in qemu-kvm on disable_kvm_x86_64_out_of_tree
 2011-04-22  2:03 UTC 

buildbot failure in qemu-kvm on disable_kvm_i386_out_of_tree
 2011-04-22  2:03 UTC 

kvm make error: macro "wbinvd" passed 1 arguments, but takes just 0
 2011-04-22  1:28 UTC  (2+ messages)

trace-cmd errors on kvm events
 2011-04-21 21:37 UTC  (3+ messages)

device-assignment: difference between assigned_dev_iomem_map and ...map_slow
 2011-04-21 16:44 UTC  (2+ messages)

KVM Forum 2011: Call For Participation
 2011-04-21 17:21 UTC 

[PATCH] intel-iommu: Fix use after release during device attach
 2011-04-21 16:14 UTC  (11+ messages)
          ` [PATCH v2] "

How is irq delivered in kvm?
 2011-04-21 15:01 UTC  (4+ messages)

Does macvtap support host to guest communication?
 2011-04-21 14:54 UTC  (3+ messages)

[PATCH] kvm tools: Add option to specify backing storage for RAM
 2011-04-21 14:12 UTC  (6+ messages)

[PATCH] kvm tools: Use mmap to allocate guest RAM
 2011-04-21 12:41 UTC  (2+ messages)

[Bug 27052] New: Module KVM : unable to handle kernel NULL pointer dereference at
 2011-04-21 12:39 UTC  (4+ messages)
` [Bug 27052] "

[Bug 33762] New: Qemu-kvm infinite loop on hardened (Grsecurity/PaX) kernel
 2011-04-21 11:29 UTC  (2+ messages)
` [Bug 33762] "

[PATCH] KVM: SVM: Get rid of x86_intercept_map::valid
 2011-04-21  9:38 UTC 

[PATCH 0/3] Convert 0F 01 opcodes to opcode::execute
 2011-04-21  9:30 UTC  (4+ messages)
` [PATCH 1/3] KVM: x86 emulator: move 0F 01 sub-opcodes into their own functions
` [PATCH 2/3] KVM: x86 emulator: Don't force #UD for 0F 01 /5
` [PATCH 3/3] KVM: x86 emulator: Use opcode::execute for 0F 01 opcode

[PATCH v3 0/3] Store and load PCI device saved state across function resets
 2011-04-21  8:32 UTC  (6+ messages)
` [PATCH v3 1/3] PCI: Track the size of each saved capability data area
` [PATCH v3 2/3] PCI: Add interfaces to store and load the device saved state
` [PATCH v3 3/3] KVM: Use pci_store/load_saved_state() around VM device usage

How to use qemu-kvm with Fedora15-beta gnome3 (better vga driver ?)
 2011-04-21  8:24 UTC  (3+ messages)

[PATCH] kvm, ioapic: Fix an error field reference
 2011-04-21  8:22 UTC  (2+ messages)

[PATCH 1/3] KVM: Introduce a helper to check if gfn is in memslot
 2011-04-21  8:11 UTC  (11+ messages)
` [PATCH 2/3] KVM: MMU: Introduce a helper to read guest pte
            ` [PATCH] KVM: MMU: Make cmpxchg_gpte aware of nesting too

[Autotest PATCH] KVM-test: TSC drift test
 2011-04-21  7:33 UTC 

[PATCH v3 0/4] rbd improvements
 2011-04-21  6:49 UTC  (5+ messages)
` [qemu-iotests][PATCH] Update rbd support
  ` [Qemu-devel] "

[Autotest PATCH] KVM-test: Check if guest bootable after reseting several times
 2011-04-21  6:47 UTC 

[Autotest PATCH] KVM-test: Simple stop/continue test
 2011-04-21  6:21 UTC 

[RFC PATCH 0/2] Multiqueue support for qemu(virtio-net)
 2011-04-21  3:33 UTC  (3+ messages)

Hello
 2011-04-20 19:59 UTC 


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