messages from 2011-04-22 07:56:06 to 2011-04-27 06:39:07 UTC [more...]
Livebackup wiki page on wiki.qemu.org now available
2011-04-27 6:38 UTC
[PATCH 12/18] Insert event_tap_mmio() to cpu_physical_memory_rw() in exec.c
2011-04-27 5:51 UTC (3+ messages)
[PATCH 0/7] KVM autotest refactor stage 1 v3
2011-04-27 3:19 UTC (8+ messages)
` [PATCH 1/7] KVM test: Create autotest_lib.client.virt namespace
` [PATCH 2/7] KVM test: Move test utilities to client/tools
` [PATCH 3/7] KVM test: tests_base.cfg: Introduce parameter 'vm_type'
` [PATCH 4/7] KVM test: Adapt the test code to use the new virt namespace
` [PATCH 5/7] KVM test: Removing the old libraries and programs
` [PATCH 6/7] KVM test: Try to load subtests from a shared tests location
` [PATCH 7/7] KVM test: Moving generic tests to common tests area
[PATCH v2] virtio_balloon: disable oom killer when fill balloon
2011-04-27 2:22 UTC (8+ messages)
[PATCH 0/2 V7] add inject-nmi qmp command
2011-04-27 1:54 UTC (18+ messages)
` [PATCH 2/2 V7] qemu,qmp: "
` [Qemu-devel] "
` [PATCH 2/2 V7] qemu, qmp: "
` [RFC PATCH 0/3 V8] QAPI: "
` [Qemu-devel] "
[AUTOTEST][PATCH] Add ability to call autotest client tests from kvm tests like a subtest
2011-04-27 1:10 UTC (5+ messages)
` [KVM-AUTOTEST] "
KVM call minutes for Apr 26
2011-04-26 21:29 UTC (4+ messages)
` [Qemu-devel] "
[CentOS] Install CentOS as KVM guest
2011-04-26 20:57 UTC
[PATCH 0/1 v2] KVM: MMU: Optimize guest page table walk
2011-04-26 17:16 UTC (18+ messages)
` [PATCH 1/1 "
[PATCH v2 0/9] qemu-kvm: Clean up and enhance MSI irqchip support
2011-04-26 17:09 UTC (18+ messages)
` [PATCH v2 1/9] qemu-kvm: Drop unneeded kvm_irq_routing_entry declaration
` [PATCH v2 2/9] qemu-kvm: Rename kvm_msix_message to KVMMsiMessage
` [PATCH v2 3/9] qemu-kvm: Refactor MSI core API of KVM
` [PATCH v2 4/9] qemu-kvm: Fix and clean up msix vector use/unuse hooks
` [PATCH v2 5/9] qemu-kvm: Move gsi bits from kvm_msix_vector_add to kvm_msi_add_message
` [PATCH v2 6/9] qemu-kvm: Move entry comparison into kvm_msi_update_message
` [PATCH v2 7/9] qemu-kvm: Add in-kernel irqchip support for MSI
` [PATCH v2 8/9] qemu-kvm: Refresh MSI settings after vmload
` [PATCH v2 9/9] qemu-kvm: hpet: Add MSI support for in-kernel irqchip mode
` [PATCH v3 "
[PATCH] fix long-standing crash in 32bit migration
2011-04-26 16:13 UTC
RCU+KVM: making CPU guest mode a quiescent state
2011-04-26 15:55 UTC (2+ messages)
linux-next: Tree for April 26 (kvm) (resend)
2011-04-26 15:39 UTC
KVM call agenda for April 26th
2011-04-26 14:05 UTC (6+ messages)
` [Qemu-devel] "
[PATCH 1/5] KVM: mmio_fault_cr2 is not used
2011-04-26 10:15 UTC (3+ messages)
kvm crashes with spice while loading qxl
2011-04-26 9:43 UTC (6+ messages)
Does macvtap support host to guest communication?
2011-04-26 9:34 UTC (5+ messages)
KVM storage
2011-04-26 9:23 UTC
LEAVE emulation infinite loop
2011-04-26 8:50 UTC (4+ messages)
[PATCH 1/2] virtio_balloon: disable oom killer when fill balloon
2011-04-26 8:47 UTC (5+ messages)
[PATCH] KVM: SVM: Make dump_vmcb static, reduce text
2011-04-26 8:38 UTC (2+ messages)
performance of virtual functions compared to virtio
2011-04-26 8:20 UTC (20+ messages)
A Live Backup feature for KVM
2011-04-26 3:31 UTC (5+ messages)
pci passthrough - VF reset at boot is dropping assigned MAC
2011-04-25 21:17 UTC (11+ messages)
Connecting to a new guest VM
2011-04-25 19:34 UTC (2+ messages)
[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
[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] KVM: Add CPUID support for VIA CPU
2011-04-25 5:55 UTC (11+ messages)
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 (4+ messages)
(unknown),
2011-04-22 12:48 UTC
Biweekly KVM Test report, kernel 51138ead... qemu df85c051
2011-04-22 7:55 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox