public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-02-17 20:00:44 to 2011-02-23 14:13:44 UTC [more...]

[KVM-Autotest][PATCH][virtio-console] KVM-test: Add hotplug test
 2011-02-23 14:13 UTC 

[PATCH 00/18] Kemari for KVM v0.2.11
 2011-02-23 13:48 UTC  (19+ 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 skip_header parameter to qemu_loadvm_state()
` [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)

Q: status of kvm/ subdir in qemu-kvm tarball?
 2011-02-23 13:45 UTC  (6+ messages)

Problem with bridged tap interface
 2011-02-23 13:37 UTC  (2+ messages)

[PATCH] kvm,async_pf: add missing kvm_async_pf_hash_reset()
 2011-02-23 13:22 UTC  (3+ messages)

[PATCH 0/7] KVM: optimize memslots searching and cache GPN to GFN
 2011-02-23 13:12 UTC  (23+ messages)
` [PATCH 1/7] KVM: cleanup memslot_id function
` [PATCH 2/7] KVM: introduce KVM_MEM_SLOTS_NUM macro
` [PATCH 1/3] KVM: introduce memslots_updated function
` [PATCH 4/7] KVM: sort memslots and use binary search to search the right slot
      ` [RFC PATCH 0/3] Weight-balanced binary tree + KVM growable memory slots using wbtree
        ` [RFC PATCH 1/3] Weight-balanced tree
        ` [RFC PATCH 2/3] kvm: Allow memory slot array to grow on demand
        ` [RFC PATCH 3/3] kvm: Use weight-balanced tree for memory slot management
` [PATCH 5/7] KVM: cache the last used slot
` [PATCH 6/7] KVM: cleanup traversal used slots
` [PATCH 7/7] KVM: MMU: cache guest page number to guest frame number

[PATCH 0/3 v8] MSI-X MMIO support for KVM
 2011-02-23  8:45 UTC  (8+ messages)
` [PATCH 2/3] KVM: Emulate MSI-X table in kernel

[ANNOUNCE] qemu-kvm-0.14.0
 2011-02-23  8:39 UTC  (8+ messages)
    ` [PATCH] qemu-kvm: Fix non-PCI target build

Is PCI pass-through possible with host+kvm on latest linux but guest on an older linux?
 2011-02-23  7:15 UTC 

[PATCH] Fix build system so pci.o isn't included on targets not depending on PCI
 2011-02-23  7:06 UTC 

[v3 RFC PATCH 0/4] Implement multiqueue virtio-net
 2011-02-23  6:48 UTC  (5+ messages)

[PATCH 00/18] Kemari for KVM v0.2.10
 2011-02-23  5:05 UTC  (6+ messages)
` [PATCH 07/18] Introduce fault tolerant VM transaction QEMUFile and ft_mode
    ` [Qemu-devel] "
      `  "

PCI Passthrough, error: The driver 'pci-stub' is occupying your device 0000:08:06.2
 2011-02-23  0:11 UTC  (19+ messages)

[PATCH v2 00/15] [uq/master] Patch queue, part IV (MCE edition)
 2011-02-22 18:28 UTC  (17+ messages)
` [PATCH v2 01/15] x86: Account for MCE in cpu_has_work
` [PATCH v2 02/15] x86: Perform implicit mcg_status reset
` [PATCH v2 03/15] x86: Small cleanups of MCE helpers
` [PATCH v2 04/15] x86: Refine error reporting of MCE injection services
` [PATCH v2 05/15] x86: Optionally avoid injecting AO MCEs while others are pending
` [PATCH v2 06/15] Synchronize VCPU states before reset
` [PATCH v2 07/15] kvm: x86: Move MCE functions together
` [PATCH v2 08/15] kvm: Rename kvm_arch_process_irqchip_events to async_events
` [PATCH v2 09/15] kvm: x86: Inject pending MCE events on state writeback
` [PATCH v2 10/15] x86: Run qemu_inject_x86_mce on target VCPU
` [PATCH v2 11/15] kvm: x86: Consolidate TCG and KVM MCE injection code
` [PATCH v2 12/15] kvm: x86: Clean up kvm_setup_mce
` [PATCH v2 13/15] kvm: x86: Fail kvm_arch_init_vcpu if MCE initialization fails
` [PATCH v2 14/15] Add qemu_ram_remap
` [PATCH v2 15/15] KVM, MCE, unpoison memory address across reboot

[PATCH 0/4 v9] MSI-X MMIO support for KVM
 2011-02-22 18:08 UTC  (6+ messages)
` [PATCH 1/4] KVM: Move struct kvm_io_device to kvm_host.h
` [PATCH 2/4] KVM: Add kvm_io_ext_data to IO handler
` [PATCH 3/4] KVM: Emulate MSI-X table in kernel
` [PATCH 4/4] KVM: Add documents for MSI-X MMIO API

[PATCH] kvm: allow RO page when atomic && !write_fault
 2011-02-22 19:24 UTC  (4+ messages)

KVM call minutes for Feb 22
 2011-02-22 18:14 UTC  (3+ messages)
` [Qemu-devel] "

KVM call minutes for Feb 22
 2011-02-22 16:42 UTC 

[PATCH] KVM test: Remove last references to env variables on unattended setup
 2011-02-22 15:16 UTC 

[PATCH 0/6] KVM support for TSC scaling
 2011-02-22 14:33 UTC  (11+ messages)
` [PATCH 1/6] KVM: SVM: Advance instruction pointer in dr_intercept
` [PATCH 5/6] KVM: X86: Delegate tsc-offset calculation to architecture code
` [PATCH 6/6] KVM: X86: Implement userspace interface to set virtual_tsc_khz

[PATCH 0/6] KVM support for TSC scaling
 2011-02-22 14:11 UTC  (8+ messages)

KVM Agenda for Feb 22
 2011-02-22 13:10 UTC  (3+ messages)
  ` [Qemu-devel] "

Passthrough of 2 PCI devices works 80% (Kernel 2.6.37, Debian Squeeze, Win7 VM)
 2011-02-22 11:48 UTC  (5+ messages)

[PATCH] KVM test: Move enumerate test dicts code to kvm_utils.run_tests()
 2011-02-21 14:02 UTC 

[PATCH] stop and show registers on error
 2011-02-21 12:57 UTC  (5+ messages)

Slow disk IO on virtio kvm guests with Centos 5.5 as hypervisor
 2011-02-21 12:56 UTC  (8+ messages)

[PATCH] KVM test: encapsulate unittests build and move it to parent class
 2011-02-21 12:35 UTC 

End-User Question: XP-Guest produces high load for no obvious reason
 2011-02-21 11:41 UTC 

[PATCH] qemu-kvm: Mark VCPU state dirty on creation
 2011-02-21 11:28 UTC 

[KVM-AUTOTEST PATCH 1/3] KVM test: kvm_config.py: support one-line conditional blocks
 2011-02-21 10:18 UTC  (3+ messages)
` [KVM-AUTOTEST PATCH 2/3] KVM test: kvm_config.py: process_content(): look for Op instead of str
` [KVM-AUTOTEST PATCH 3/3] KVM test: kvm_config.py: support negative conditional blocks

[PATCH 1/2] KVM: VMX: write new TR selector value into vmcs immediately if it changes during vm86 mode
 2011-02-21 10:07 UTC  (2+ messages)
` [PATCH 2/2] KVM: VMX: Initialize vm86 TSS only once

GSOC 2011 (KVM for MIPS)
 2011-02-21  8:43 UTC  (3+ messages)

qemu-kvm-0.13.0, 2.6.37.1 - after migration, some of guests got stuck
 2011-02-21  7:43 UTC  (2+ messages)

[PATCH] kvm: better readability of efer_reserved_bits
 2011-02-21  3:51 UTC 

[PATCH V6 1/4 resend] nmi: convert cpu_index to cpu-index
 2011-02-21  1:37 UTC  (2+ messages)

Using virtioconsole as initial console
 2011-02-20 16:03 UTC 

[Bug 29382] New: Panic: Unable to handle kernel paging request
 2011-02-20 10:48 UTC  (7+ messages)
` [Bug 29382] "

[PATCH 0/3] Optimize STI; HLT while an interrupt is pending
 2011-02-20  9:04 UTC  (8+ messages)
` [PATCH 2/3] KVM: VMX: Short circuit "

[PATCH] kvm: fix detection of BIOS disabling VMX
 2011-02-20  9:00 UTC  (4+ messages)

Passthrough of 2 PCI devices works 80% (Kernel 2.6.37, Debian Squeeze, Win7 VM)
 2011-02-20  1:16 UTC  (2+ messages)

Effect of nice value on idle vcpu threads consumption
 2011-02-19 11:42 UTC 

[PATCH] Remove ethtool from rtl8139 variant
 2011-02-19  3:20 UTC  (2+ messages)

[PATCH] KVM test: Include start_vm = yes on nic_bonding
 2011-02-19  1:01 UTC  (2+ messages)

[KVM-AUTOTEST PATCH 1/2] KVM test: make_qemu_command(): properly deal with get_mac_address() failure
 2011-02-18 23:11 UTC  (2+ messages)
` [KVM-AUTOTEST PATCH 2/2] KVM test: kvm_vm.py: make 'nic_mac' trigger a VM restart when changed

Possible netfilter-related memory corruption in 2.6.37
 2011-02-18 19:14 UTC  (11+ messages)

[PATCH] KVM test: nic_hotplug: Fix typo
 2011-02-18 18:54 UTC 

[PATCH] KVM test: Do not load acpiphp on RHEL 6.0
 2011-02-18 18:46 UTC 

Loan
 2011-02-18 13:38 UTC 

[PATCH 0/4 v9] qemu-kvm: MSI-X MMIO support for assigned device
 2011-02-18  8:55 UTC  (5+ messages)
` [PATCH 1/4] qemu-kvm: device assignment: Enabling MSI-X according to the entries' mask bit
` [PATCH 2/4] qemu-kvm: Ioctl for MSIX MMIO support
` [PATCH 3/4] qemu-kvm: Header file update for MSI-X "
` [PATCH 4/4] qemu-kvm: MSI-X MMIO support for assigned device

QEMU-KVM and video performance
 2011-02-18  7:32 UTC  (13+ messages)
  ` [Qemu-devel] "
                  `  "
                      ` [Qemu-devel] Re: QEMU-KVM and video performance - Update

buildbot failure in qemu-kvm on disable_kvm_i386_out_of_tree
 2011-02-18  3:05 UTC 

buildbot failure in qemu-kvm on disable_kvm_x86_64_out_of_tree
 2011-02-18  3:05 UTC 

buildbot failure in qemu-kvm on disable_kvm_i386_debian_5_0
 2011-02-18  3:04 UTC 

buildbot failure in qemu-kvm on disable_kvm_x86_64_debian_5_0
 2011-02-18  3:04 UTC 

[Bug 29232] New: [VT-d] VT-d device passthrough fail to guest
 2011-02-17 22:04 UTC  (2+ messages)
` [Bug 29232] "

[PATCH 00/15] [uq/master] Patch queue, part III
 2011-02-17 21:01 UTC  (3+ messages)
` [PATCH 09/15] kvm: Drop return values from kvm_arch_pre/post_run
  ` [PATCH] kvm: ppc: Fix breakage of kvm_arch_pre_run/process_irqchip_events

[PATCH 00/31] [PULL] qemu-kvm.git uq/master queue
 2011-02-01 21:32 UTC  (2+ messages)
` [Qemu-devel] "


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