public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-01-28 22:24:55 to 2010-02-03 09:51:17 UTC [more...]

[PATCH RESEND 0/4] kvmppc/booke: add guest debug support
 2010-02-03  9:51 UTC  (11+ messages)
  ` [PATCH 1/4] kvmppc: guest debug definitions
      ` [PATCH 2/4] kvmppc/booke: switch shadow/host debug registers on guest enter/exit path
          ` [PATCH 3/4] kvmppc/booke: guest debug support
              ` [PATCH 4/4] kvmppc/booke: exit_nr fixup for guest debug single step

[RFC] KVM test: Ship rss.exe and finish.exe binaries with KVM test
 2010-02-03  8:56 UTC  (3+ messages)
` [Autotest] "

[PATCH v2 00/21] qemu-kvm: Hook cleanups and extended use of upstream code
 2010-02-03  8:53 UTC  (22+ messages)
` [PATCH v2 01/21] qemu-kvm: Drop vmport changes
` [PATCH v2 02/21] KVM: Make vmport KVM-compatible
` [PATCH v2 03/21] qemu-kvm: Clean up register access API
` [PATCH v2 04/21] KVM: x86: Fix up misreported CPU features
` [PATCH v2 05/21] qemu-kvm: Use upstream kvm_enabled and cpu_synchronize_state
` [PATCH v2 06/21] qemu-kvm: Use upstream kvm_setup_guest_memory
` [PATCH v2 07/21] qemu-kvm: Use some more upstream prototypes
` [PATCH v2 08/21] qemu-kvm: Use upstream kvm_arch_get_supported_cpuid
` [PATCH v2 09/21] qemu-kvm: Use upstream kvm_pit_in_kernel
` [PATCH v2 10/21] KVM: Move and rename regs_modified
` [PATCH v2 11/21] KVM: Rework of guest debug state writing
` [PATCH v2 12/21] qemu-kvm: Use upstream kvm_vcpu_dirty
` [PATCH v2 13/21] qemu-kvm: Use upstream guest debug code
` [PATCH v2 14/21] qemu-kvm: Rework VCPU state writeback API
` [PATCH v2 15/21] qemu-kvm: Clean up mpstate synchronization
` [PATCH v2 16/21] KVM: x86: Restrict writeback of VCPU state
` [PATCH v2 17/21] qemu-kvm: Use VCPU event state for reset and vmsave/load
` [PATCH v2 18/21] qemu-kvm: Cleanup/fix TSC and PV clock writeback
` [PATCH v2 19/21] qemu-kvm: Clean up KVM's APIC hooks
` [PATCH v2 20/21] qemu-kvm: Move kvm_set_boot_cpu_id
` [PATCH v2 21/21] qemu-kvm: Bring qemu_init_vcpu back home

[PATCH 0/1] virtio_net: remove send queue
 2010-02-03  8:23 UTC 

How to edit *.qcow2
 2010-02-03  6:11 UTC  (4+ messages)

[PATCH 1/1 net-next] virtio_net: remove send queue
 2010-02-02 21:52 UTC  (2+ messages)
      ` [PATCH 0/1 "

[PATCH] Add cpu model configuration support.. (resend)
 2010-02-02 19:34 UTC  (4+ messages)

Network shutdown under load
 2010-02-02 19:41 UTC  (2+ messages)

-smp >=2 + -no-kvm-irqchip broken
 2010-02-02 18:56 UTC  (6+ messages)

The HPET issue on Linux
 2010-02-02 18:13 UTC  (3+ messages)
  ` No longer working on HPET

[PATCH 2/2] virtio_net: Defer skb allocation in receive path
 2010-02-02 18:07 UTC  (12+ messages)
    ` [PATCH v2 "

KVM developer call minutes (Feb 2)
 2010-02-02 17:07 UTC 

[PATCH] KVM test: Allways pass nic_model explicitly
 2010-02-02 16:59 UTC 

No sound
 2010-02-02 16:39 UTC  (2+ messages)

[PATCH v2] KVM: fix load_guest_segment_descriptor() to return X86EMUL_*
 2010-02-02 15:42 UTC  (3+ messages)

[PATCH v2] KVM: fix kvm_fix_hypercall() to return X86EMUL_*
 2010-02-02 16:03 UTC  (2+ messages)

[PATCH 1/3] Utils: Create a generic hash function for autotest
 2010-02-02 15:21 UTC  (4+ messages)
` [PATCH 2/3] Autotest: Porting all hash operations to use utils.hash
  ` [PATCH 3/3] Client utils: Update utils.unmap_url_cache, added hash_file

[PATCH 00/21] qemu-kvm: Hook cleanups and extended use of upstream code
 2010-02-02 14:33 UTC  (34+ messages)
` [PATCH 01/21] qemu-kvm: Drop vmport changes
` [PATCH 02/21] KVM: Make vmport KVM-compatible
` [PATCH 03/21] qemu-kvm: Clean up register access API
` [PATCH 04/21] KVM: x86: Fix up misreported CPU features
` [PATCH 05/21] qemu-kvm: Use upstream kvm_enabled and cpu_synchronize_state
` [PATCH 06/21] qemu-kvm: Use upstream kvm_setup_guest_memory
` [PATCH 07/21] qemu-kvm: Use some more upstream prototypes
` [PATCH 08/21] qemu-kvm: Use upstream kvm_arch_get_supported_cpuid
` [PATCH 09/21] qemu-kvm: Use upstream kvm_pit_in_kernel
` [PATCH 10/21] KVM: Move and rename regs_modified
` [PATCH 11/21] KVM: Rework of guest debug state writing
` [PATCH 12/21] qemu-kvm: Use upstream kvm_vcpu_dirty
` [PATCH 13/21] qemu-kvm: Use upstream guest debug code
` [PATCH 14/21] qemu-kvm: Rework VCPU state writeback API
` [PATCH 15/21] qemu-kvm: Clean up mpstate synchronization
` [PATCH 16/21] KVM: x86: Restrict writeback of VCPU state
` [PATCH 17/21] qemu-kvm: Use VCPU event state for reset and vmsave/load
` [PATCH 18/21] qemu-kvm: Cleanup/fix TSC and PV clock writeback
` [PATCH 19/21] qemu-kvm: Clean up KVM's APIC hooks
` [PATCH 20/21] qemu-kvm: Move kvm_set_boot_cpu_id
` [PATCH 21/21] qemu-kvm: Bring qemu_init_vcpu back home

Resolution 1920 x 1080
 2010-02-02 13:42 UTC 

[PATCH v3] kvmppc/booke: Set ESR and DEAR when inject interrupt to guest
 2010-02-02 11:55 UTC  (2+ messages)

[PATCH v2] kvmppc/booke: Set ESR and DEAR when inject interrupt to guest
 2010-02-02 11:34 UTC  (2+ messages)

KVM call agenda for Feb 2
 2010-02-02 10:00 UTC  (2+ messages)

[ kvm-Bugs-2944508 ] QEMU (0.12.2) startup problem with kvm and flag -no-reboot
 2010-02-02  9:46 UTC 

virtio GSO makes IPv6 unbearably slow
 2010-02-02  9:32 UTC  (3+ messages)

Can VM be copied to another PC
 2010-02-02  9:32 UTC  (3+ messages)
  ` Can VM be copied to another PC (Solved)

[PATCH 0/8] cr0/cr4/efer/fpu miscellaneous bits
 2010-02-02  8:16 UTC  (3+ messages)
` [PATCH 3/8] KVM: Activate fpu on clts

[PATCH 00/10] Non-printk continuation line fixes
 2010-02-02  7:22 UTC  (2+ messages)
` [PATCH 01/10] arch/ia64: Fix continuation line formats

Question about guest MSR loading/saving (Intel)
 2010-02-02  2:53 UTC  (2+ messages)

virt-manager fails to start
 2010-02-02  2:51 UTC 

[PATCH] enable PCI multiple-segments for pass-through device
 2010-02-02  0:31 UTC  (7+ messages)

[PATCH 00/35] KVM updates for the 2.6.33 merge window (batch 2/2)
 2010-02-01 21:42 UTC  (5+ messages)
` [PATCH 15/35] KVM: allow userspace to adjust kvmclock offset
      ` patch kvm-allow-userspace-to-adjust-kvmclock-offset.patch added to 2.6.32-stable tree

[PATCH] KVM: Remove redundant check in vm_need_virtualize_apic_accesses()
 2010-02-01 18:04 UTC  (3+ messages)

[PATCH 0/11] Large Page Support for IOMMU-API and KVM
 2010-02-01 19:30 UTC  (10+ messages)
` [PATCH 04/11] VT-d: Change {un}map_range functions to implement {un}map interface
      ` [PATCH 04/11 v2] "
` [PATCH 06/11] kvm: Change kvm_iommu_map_pages to map large pages

[PATCH] vhost-net: switch to smp barriers
 2010-02-01 17:21 UTC 

KVM: VMX: update cr0 read shadow when deactivating cr0.ts passthrough
 2010-02-01 16:48 UTC 

[PATCH qemu-kvm] Add raw(af_packet) network backend to qemu
 2010-02-01 15:47 UTC  (23+ messages)

problem installing opensolaris under 2.6.32
 2010-02-01 14:35 UTC 

Install NetBSD 5.0.1/Sparc64 on Qemu falied
 2010-02-01 12:08 UTC  (3+ messages)

problems getting KSM running on newer 2.6.32.x kernels
 2010-02-01 10:37 UTC 

KVM: PIT: control word is write-only
 2010-02-01  8:21 UTC  (2+ messages)

Install NetBSD 5.0.1/Sparc64 on Qemu falied
 2010-01-31 22:06 UTC 

[ kvm-Bugs-2941282 ] Ubuntu 10.04 installer fails due to I/O errors with virtio
 2010-01-31 20:40 UTC 

[PATCH v2] qemu-img: Fix qemu-img can't create qcow image based on read-only image
 2010-01-31 10:24 UTC  (3+ messages)
` [Qemu-devel] "

[PATCH] Add cpu model configuration support
 2010-01-31  9:06 UTC 

freebsd guest issue some sort of latency and slow installation via -cdrom flag
 2010-01-30 22:03 UTC 

[ANNOUNCE] kvm-kmod-2.6.33-rc6
 2010-01-30 16:40 UTC 

[ kvm-Bugs-2933400 ] virtio-blk io errors / data corruption on raw drives > 1 TB
 2010-01-30 14:03 UTC 

compiling kvm on ubuntu 9.10
 2010-01-30 11:47 UTC  (2+ messages)

[PATCH] Seabios - read e820 reserve from qemu_cfg
 2010-01-30  3:35 UTC  (7+ messages)
  ` [PATCH] Seabios - read e820 table "

[PATCH 0/5] KVM: Cleanups: X86EMUL_* related
 2010-01-29 21:39 UTC  (11+ messages)
` [PATCH 1/5] KVM: Use X86EMUL_* to check the return value from read_std
` [PATCH 2/5] KVM: These functions should return X86EMUL_* not 0 or 1 or
` [PATCH 3/5] KVM: Restrict rc values in x86_emulate_insn to X86EMUL_* values
` [PATCH 4/5] KVM: load|save_guest_segment_descriptor() should return "
` [PATCH 5/5] KVM: Fix the usage of X86EMUL_* values in x86.c

[PATCH qemu-kvm] Add raw(af_packet) network backend to qemu
 2010-01-29 20:52 UTC  (6+ messages)

[ kvm-Bugs-2941282 ] Ubuntu 10.04 installer fails due to I/O errors with virtio
 2010-01-29 20:22 UTC  (2+ messages)

[ANNOUNCE] kvm-kmod-2.6.32.7
 2010-01-29 17:56 UTC 

[PATCH] Fixing sha/md5 deprecation messages from autotest
 2010-01-29 15:48 UTC  (4+ messages)
` [Autotest] "

[RFC][PATCH] KVM: Introduce modification context for cpu_synchronize_state
 2010-01-29 15:44 UTC  (4+ messages)
  ` [Qemu-devel] "

[PATCH] KVM Test: Add check_image script as post_command script of qcow2 variant
 2010-01-29 10:17 UTC 

Biweekly KVM Test report, kernel d3b54d... qemu 12435a4
 2010-01-29  9:21 UTC 

[ kvm-Bugs-2942079 ] [SR] qemu return form "migrate " command spend long time
 2010-01-29  9:13 UTC 

[ kvm-Bugs-2942075 ] new Qemu-img can not create qcow image on read-only image
 2010-01-29  9:06 UTC 

[ kvm-Bugs-2175042 ] Fail to Save Restore Guest
 2010-01-29  8:58 UTC 

[Autotest PATCH] KVM-test: Add a subtest 'qemu_img'
 2010-01-29  7:20 UTC  (2+ messages)

[PATCH 1/6] KVM test: Removing qemu/qemu-kvm variants from tests
 2010-01-29  6:07 UTC  (6+ messages)
` [PATCH 2/6] KVM test: Define defaults for KVM test
  ` [PATCH 3/6] KVM test: Make sure reset and shutdown are the last ones
    ` [PATCH 4/6] KVM test: Moving KvmLogging utility class to kvm_utils
      ` [PATCH 5/6] KVM test: Getting rid of annoying deprecation message
        ` [PATCH 6/6] KVM test: Add a get_started.py script

[PATCH] KVM test: Fixing sha/md5 deprecation messages
 2010-01-29  5:36 UTC 

Unable to single-step in kvm, always results in a resume
 2010-01-29  3:57 UTC  (7+ messages)

[PATCH] Fix qemu-img can't create qcow image based on read-only image
 2010-01-29  2:13 UTC  (3+ 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