public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-02-28 17:15:50 to 2011-03-05 17:03:34 UTC [more...]

kvm crashes with spice while loading qxl
 2011-03-05 16:35 UTC  (11+ messages)
  ` [Qemu-devel] "
    `  "

[PATCH 1/10] KVM: MMU: fix kvm_mmu_slot_remove_write_access
 2011-03-05 16:48 UTC  (12+ messages)
` [PATCH 2/10] KVM: MMU: fix kvm_mmu_get_spte_hierarchy
` [PATCH 3/10] KVM: MMU: set spte accessed bit properly
` [PATCH 4/10] KVM: fix rcu usage in init_rmode_* functions
` [PATCH 5/10] KVM: MMU: move mmu pages calculated out of mmu lock
` [PATCH 6/10] KVM: MMU: don not record gfn in kvm_mmu_pte_write
` [PATCH 7/10] KVM: MMU: introduce a common function to get no-dirty-logged slot
` [PATCH 8/10] KVM: MMU: cleanup page alloc and free
` [PATCH 9/10] KVM: MMU: remove unused macros
` [PATCH 10/10] KVM: cleanup memslot_id function

when use sriov, guest os could not access the vf device assigned
 2011-03-05 10:21 UTC  (3+ messages)

2.6.38-rc6: general protection error inside KVM 64 bits guest
 2011-03-05  9:40 UTC 

regression - 2.6.36 -> 2.6.37 - kvm - 32bit SMP guests don't boot
 2011-03-05  7:21 UTC  (27+ messages)

[PATCH] KVM: x86: Remove useless regs_page pointer from kvm_lapic
 2011-03-05  3:40 UTC 

[Bug 29232] New: [VT-d] VT-d device passthrough fail to guest
 2011-03-04 20:34 UTC  (4+ messages)
` [Bug 29232] "

[PATCH 0/3] [RFC] Implement multiqueue (RX & TX) virtio-net
 2011-03-04 12:22 UTC  (11+ messages)
` [PATCH 2/3] [RFC] Changes for MQ virtio-net
` [PATCH 3/3] [RFC] Changes for MQ vhost

[ANNOUNCE] kvm-kmod-2.6.38-rc7
 2011-03-04 11:34 UTC 

[PATCH 00/15] [uq/master] Patch queue, part V (the rest)
 2011-03-04 10:20 UTC  (16+ messages)
` [PATCH 01/15] Break up user and system cpu_interrupt implementations
` [PATCH 02/15] Redirect cpu_interrupt to callback handler
` [PATCH 03/15] kvm: Install optimized interrupt handlers
` [PATCH 04/15] kvm: Add in-kernel irqchip awareness to cpu_thread_is_idle
` [PATCH 05/15] kvm: x86: Do not leave halt if interrupts are disabled
` [PATCH 06/15] kvm: Mark VCPU state dirty on creation
` [PATCH 07/15] x86: Properly reset PAT MSR
` [PATCH 08/15] x86: Save/restore "
` [PATCH 09/15] kvm: x86: Synchronize PAT MSR with the kernel
` [PATCH 10/15] kvm: Consider EXIT_DEBUG unknown without CAP_SET_GUEST_DEBUG
` [PATCH 11/15] kvm: Rework inner loop of kvm_cpu_exec
` [PATCH 12/15] kvm: Align kvm_arch_handle_exit to kvm_cpu_exec changes
` [PATCH 13/15] kvm: x86: Reorder functions in kvm.c
` [PATCH 14/15] kvm: x86: Push kvm_arch_debug to kvm_arch_handle_exit
` [PATCH 15/15] Expose thread_id in info cpus

Bug inkvm_set_irq
 2011-03-04  9:39 UTC  (16+ messages)

[PATCH] KVM Test: nicdriver_unload.py: Fix some failure whan running RHEL4.8 guest
 2011-03-04  6:14 UTC 

[PATCH 00/18] Kemari for KVM v0.2.12
 2011-03-04  3:31 UTC  (3+ messages)
` [PATCH 09/18] Introduce event-tap

kvm_amd BUG: unable to handle kernel NULL pointer dereference at 00000014
 2011-03-03 22:34 UTC 

Moving of mmap'ed files from one guest into another guest
 2011-03-03 20:46 UTC 

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

[ kvm-Bugs-1906272 ] Debian 4 fails to boot on KVM-AMD
 2011-03-03 15:06 UTC 

[Bug 30402] New: Debian 4 fails to boot in KVM
 2011-03-03 14:31 UTC 

[ kvm-Bugs-2530908 ] QEMU segfaults in reboot test
 2011-03-03 13:36 UTC 

[PATCH 0/4 v12] MSI-X MMIO support for KVM
 2011-03-03 13:31 UTC  (9+ 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

[ kvm-Bugs-2219215 ] SVM: WinXP install with the --no-kvm-irqchip fails with BSOD
 2011-03-03 13:26 UTC 

[ kvm-Bugs-2962575 ] MINIX 3.1.6 works in QEMU-0.12.3 only with KVM disabled
 2011-03-03 11:46 UTC 

[ kvm-Bugs-2914397 ] Virtio drivers for Windows - large volumes fail
 2011-03-03 11:42 UTC 

[ kvm-Bugs-2729621 ] usb_add on garmin gps fails
 2011-03-03 11:39 UTC 

[ kvm-Bugs-2835276 ] segfault using -cpu pentium3 on coreduo
 2011-03-03 11:36 UTC 

[ kvm-Bugs-2792656 ] System freeze after modprobe kvm-intel
 2011-03-03 11:33 UTC 

[ kvm-Bugs-2834538 ] low network speed with Windows virtio NIC drivers
 2011-03-03 11:27 UTC 

[ kvm-Bugs-2840321 ] Qemu/KVM Can't boot scsi or virtio
 2011-03-03 11:14 UTC 

[ kvm-Bugs-2584543 ] Migration failed on kvm 83 (regression from 79)
 2011-03-03 11:11 UTC 

[ kvm-Bugs-2351433 ] unhandled vm exit: 0x80000021 running UnixWare guest
 2011-03-03 11:02 UTC 

[ kvm-Bugs-2609069 ] cannot create guests with >3584 mb memory with >=kvm-81
 2011-03-03 11:01 UTC 

[ kvm-Bugs-2519737 ] DHCP/NAT: Vista fails to get IP from NAT engine
 2011-03-03 10:09 UTC 

[ kvm-Bugs-2725367 ] KVM userspace segfaults due to internal VNC server
 2011-03-03 10:08 UTC 

[ kvm-Bugs-2275173 ] savevm is extremely slow
 2011-03-03 10:00 UTC 

[ kvm-Bugs-2235570 ] 100% cpu usage with KVM-78
 2011-03-03  9:59 UTC 

[ kvm-Bugs-2135076 ] Lilo boot on virtio; keytable read / checksum error
 2011-03-03  9:57 UTC 

[ kvm-Bugs-2122614 ] Guests do not boot (W2k/Lilo) when using "boot=on" flag
 2011-03-03  9:56 UTC 

[ kvm-Bugs-2121747 ] bug with kernel 0.0.1
 2011-03-03  9:54 UTC 

[ kvm-Bugs-2113643 ] guests AND host still getting stuck under CPU load
 2011-03-03  9:41 UTC 

[ kvm-Bugs-2104487 ] Soft lockups when installing RHEL5 over PXE
 2011-03-03  9:40 UTC 

[ kvm-Bugs-1858949 ] USB is unstable
 2011-03-03  9:30 UTC 

[ kvm-Bugs-1814637 ] Windows 2000 setup unstable
 2011-03-03  9:29 UTC 

[PATCH v3 uq/master 00/22] Win32 iothread support
 2011-03-03  9:28 UTC  (16+ messages)

[PATCH] kvm: remove useless function define from file arch/x86/kvm/irq.h
 2011-03-03  9:25 UTC 

Question on handle_exit
 2011-03-03  7:54 UTC 

[PATCH] kvm: remove useless function define kvm_inject_pit_timer_irqs()
 2011-03-03  7:33 UTC 

[PATCH] kvm: remove useless function define kvm_inject_pit_timer_irqs()
 2011-03-03  5:48 UTC  (3+ messages)

[PATCH] KVM-test: Support qxl and vga parameters in make_qemu_command
 2011-03-02 23:28 UTC 

[PATCH] kvm: eventfd comment fixup
 2011-03-02 20:04 UTC 

[PATCH]: Fixes the qemu-kvm compilation failure when configured with disable-kvm
 2011-03-02 17:48 UTC  (2+ messages)

Poor disk IO performance from Windows 2003 guest
 2011-03-02 17:30 UTC  (4+ messages)

problem about blocked monitor when disk image on NFS can not be reached
 2011-03-02 17:26 UTC  (7+ messages)

[PATCH 4/7] KVM: sort memslots and use binary search to search the right slot
 2011-03-02 13:34 UTC  (14+ messages)
` [RFC PATCH 0/3] Weight-balanced binary tree + KVM growable memory slots using wbtree

[PATCH] KVM test: Create a verify_kernel_crash() VM method
 2011-03-02 13:07 UTC  (5+ messages)

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

recommended timer frequency for host and guest
 2011-03-01 21:46 UTC  (2+ messages)

[PATCH] KVM test: Define OS specific info in the test variants
 2011-03-01 21:31 UTC 

PCI Passthrough, error: The driver 'pci-stub' is occupying your device 0000:08:06.2
 2011-03-01 20:54 UTC  (13+ messages)

[PATCH 0/3] device-assigment: cleanup
 2011-03-01 20:31 UTC  (2+ messages)

[Bug 29382] New: Panic: Unable to handle kernel paging request
 2011-03-01 20:21 UTC  (2+ messages)
` [Bug 29382] "

[PATCH v2 00/15] [uq/master] Patch queue, part IV (MCE edition)
 2011-03-01 18:43 UTC  (3+ messages)

[ kvm-Bugs-3196108 ] pci-stub.o: In function `do_pci_info\':0.14.0 compile problem
 2011-03-01 16:25 UTC 

KVM call agend for Mar 1
 2011-03-01 14:50 UTC  (2+ messages)

[ kvm-Bugs-3196108 ] pci-stub.o: In function `do_pci_info\':0.14.0 compile problem
 2011-03-01 12:22 UTC 

[PATCH 0/4 v11] MSI-X MMIO support for KVM
 2011-03-01 13:01 UTC  (7+ messages)
` [PATCH 3/4] KVM: Emulate MSI-X table in kernel

qemu-kvm-0.14.0 msix_mask_notifier failed
 2011-03-01 11:43 UTC  (2+ messages)

test for sending to kvm
 2011-03-01  9:07 UTC 

[PATCH v2 00/24] [uq/master] Patch queue, part II
 2011-03-01  9:03 UTC  (10+ messages)
` [PATCH v2 13/24] kvm: Set up signal mask also for !CONFIG_IOTHREAD

problem about blocked monitor when disk image on NFS can not be reached
 2011-03-01  4:24 UTC  (2+ messages)
` Fwd: "

KVM call agenda for Mars 1
 2011-03-01  0:02 UTC  (2+ messages)


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