public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-10-20 11:53:31 to 2010-10-23 22:07:57 UTC [more...]

[patch 0/5] use upstream x86 state save/restore code
 2010-10-23 22:05 UTC  (2+ messages)
` [patch 3/5] qemu-kvm: use upstream sregs "

Gests periodically stuck for ~ 10-15 seconds - what to do?
 2010-10-23 21:40 UTC  (2+ messages)

[PATCH 0/2] msix: couple fixes
 2010-10-23 21:01 UTC  (13+ messages)
` [PATCH 1/2] msix: Allow msix_init on a device with existing MSI-X capability
` [PATCH 2/2] msix: Pull in config.h for CONFIG_KVM

qemu 0.13.0: threaded vnc and boot=once are broken
 2010-10-23 18:05 UTC 

[SeaBIOS] [PATCH] mark irq9 active high in DSDT
 2010-10-23 14:12 UTC  (2+ messages)

(unknown),
 2010-10-23 13:56 UTC 

KVM call minutes for Oct 19
 2010-10-23  0:06 UTC  (25+ messages)
` [Qemu-devel] "

[patch 0/3] [RFC] support read-only mappings
 2010-10-22 16:18 UTC  (6+ messages)
` [patch 0/4] support read-only mappings (v2)
  ` [patch 1/4] KVM: VMX: remove setting of shadow_base_ptes for EPT
  ` [patch 2/4] KVM: MMU: remove kvm_mmu_set_base_ptes
  ` [patch 3/4] KVM: MMU: flush TLBs on writable -> read-only spte overwrite
  ` [patch 4/4] KVM: propagate fault r/w information to gup(), allow read-only memory

[PATCH 0/4] Lightweight svm vmload/vmsave (almost)
 2010-10-22 15:41 UTC  (6+ messages)
` [PATCH 1/4] KVM: SVM: Move guest register save out of interrupts disabled section
` [PATCH 2/4] KVM: SVM: Move svm->host_gs_base into a separate structure
` [PATCH 3/4] KVM: SVM: Move fs/gs/ldt save/restore to heavyweight exit path
` [PATCH 4/4] KVM: SVM: Fold save_host_msrs() and load_host_msrs() into their callers

De-Activation Of Yahoo Account Warning!!!!‏
 2010-10-22 15:23 UTC 

(unknown)
 2010-10-22 15:10 UTC 

[PATCH 0/8][v2] MSI-X mask emulation support for assigned device
 2010-10-22 14:53 UTC  (49+ messages)
` [PATCH 6/8] KVM: assigned dev: Preparation for mask support in userspace
` [PATCH 7/8] KVM: assigned dev: Introduce io_device for MSI-X MMIO accessing
` [PATCH 8/8] KVM: Emulation MSI-X mask bits for assigned devices

[PATCH 0/7] [PULL] qemu-kvm.git uq/master queue
 2010-10-22 13:27 UTC  (9+ messages)
` [PATCH 1/7] x86, mce: ignore SRAO only when MCG_SER_P is available
` [PATCH 2/7] x86, mce: broadcast mce depending on the cpu version
` [PATCH 3/7] Fix build on !KVM_CAP_MCE
` [PATCH 4/7] kvm: add save/restore of MSR_VM_HSAVE_PA
` [PATCH 5/7] kvm: factor out kvm_has_msr_star
` [PATCH 6/7] kvm: writeback SMP TSCs on migration only
` [PATCH 7/7] kvm: save/restore x86-64 MSRs on x86-64 kernels
` [Qemu-devel] [PATCH 0/7] [PULL] qemu-kvm.git uq/master queue

Official Notification. Confirm Account Ownership!
 2010-10-22 13:02 UTC 

Build error with the io-thread option
 2010-10-22 12:21 UTC  (3+ messages)

[PATCH] KVM: mark the function 'inline' defined in .h file
 2010-10-22  8:50 UTC 

VM with two interfaces
 2010-10-22  8:05 UTC  (3+ messages)

buildbot failure in qemu-kvm on disable_kvm_x86_64_out_of_tree
 2010-10-22  2:04 UTC 

buildbot failure in qemu-kvm on disable_kvm_i386_out_of_tree
 2010-10-22  2:04 UTC 

buildbot failure in qemu-kvm on disable_kvm_x86_64_debian_5_0
 2010-10-22  2:03 UTC 

buildbot failure in qemu-kvm on disable_kvm_i386_debian_5_0
 2010-10-22  2:03 UTC 

[PATCH 1/2] KVM: introduce wrapper function for creating/destroying dirty bitmaps
 2010-10-21 18:59 UTC  (3+ messages)
` [PATCH 2/2] KVM: pre-allocate one more dirty bitmap to avoid vmalloc() in x86's kvm_vm_ioctl_get_dirty_log()

TSC host kernel message with kvm.git as host kernel and qemu-kvm.git as userspace
 2010-10-21 20:56 UTC  (2+ messages)

2 hosts sharing iSCSI
 2010-10-21 17:22 UTC 

[PATCH] KVM: Move KVM context switch into own function
 2010-10-21 17:28 UTC  (4+ messages)

[PATCH] KVM: x86: Add missing inline tag to kvm_read_and_reset_pf_reason
 2010-10-21 17:28 UTC  (2+ messages)

[PATCH] x86, mce: broadcast mce depending on the cpu version
 2010-10-21 15:39 UTC  (2+ messages)

[PATCH] Add support for async page fault to qemu
 2010-10-21 16:03 UTC  (3+ messages)
` [PATCHv2] "

[PATCH v2 02/22] bitops: rename generic little-endian bitops functions
 2010-10-21 15:07 UTC  (3+ messages)
` [PATCH v2 09/22] kvm: stop including asm-generic/bitops/le.h

[ANNOUNCE] kvm-kmod-2.6.36
 2010-10-21 11:48 UTC 

[PATCH RFC] KVM: use kmalloc() for small dirty bitmaps
 2010-10-21  9:09 UTC  (6+ messages)

[PATCH] x86, mce: ignore SRAO only when MCG_SER_P is available
 2010-10-21  8:46 UTC 

[PATCH] Fix build on !KVM_CAP_MCE
 2010-10-21  8:23 UTC 

[GIT PULL net-2.6] vhost-net: access_ok fix
 2010-10-21  8:08 UTC  (3+ messages)

[PATCH 00/10] [PULL] qemu-kvm.git uq/master queue
 2010-10-21  7:41 UTC  (26+ messages)
` [PATCH 01/10] Set cpuid definition to 0 before initializing it
` [PATCH 02/10] Add svm cpuid features
` [PATCH 03/10] signalfd compatibility
` [PATCH 04/10] iothread: use signalfd
` [PATCH 05/10] kvm: x86: add mce support
` [PATCH 06/10] Export qemu_ram_addr_from_host
` [PATCH 07/10] Add RAM -> physical addr mapping in MCE simulation
` [PATCH 08/10] MCE: Relay UCR MCE to guest
      ` [Qemu-devel] "
` [PATCH 09/10] Add savevm/loadvm support for MCE
` [PATCH 10/10] Fix memory leak in register save load due to xsave support

[PATCH] KVM Test: add -w parameter in nc command in kvm_utils.py
 2010-10-21  7:38 UTC  (2+ messages)

[PATCH 0/5] MSI-X mask support for assigned device on userspace
 2010-10-21  7:12 UTC  (4+ messages)
` [PATCH 5/5] qemu-kvm: device assignment: Enable in-kernel MSI-X mask support

Packard bell easynote ml61
 2010-10-21  6:25 UTC  (2+ messages)

CD-ROM size not updated when switching CD-ROM images
 2010-10-20 23:28 UTC  (3+ messages)

2.6.35-rc1 regression with pvclock and smp guests
 2010-10-20 20:47 UTC  (13+ messages)

[PATCH] KVM: x86: Mark kvm_arch_setup_async_pf static
 2010-10-20 19:10 UTC  (2+ messages)

[PATCH] msix: fix irqchip breakage
 2010-10-20 17:37 UTC  (2+ messages)

[PATCH] KVM: Correct ordering of ldt reload wrt fs/gs reload
 2010-10-20 16:35 UTC  (2+ messages)

[ANNOUNCE] qemu-kvm-0.13.0
 2010-10-20 15:54 UTC  (3+ messages)

[PATCH] KVM: improve hva_to_pfn() readability
 2010-10-20 16:30 UTC  (2+ messages)

[PATCH 0/3] SVM feature support for qemu v3
 2010-10-20 15:53 UTC  (9+ messages)
` [PATCH 1/3] Make kvm64 the default cpu model when kvm_enabled()
              ` [Qemu-devel] "

[GIT PULL] KVM updates for 2.6.36-rc8
 2010-10-20 15:31 UTC 

[KVM-AUTOTEST PATCH] KVM test: kvm_monitor.py: use select whenever possible
 2010-10-20 15:34 UTC  (2+ messages)
` [KVM-AUTOTEST PATCH] KVM test: kvm_monitor.py: fix cmd_qmp()'s docstring

(unknown),
 2010-10-20 15:20 UTC 

Problems in starting windows using qemu-kvm from arch
 2010-10-20 15:01 UTC  (7+ messages)

[PATCH 0/27] nVMX: Nested VMX, v6
 2010-10-20 14:57 UTC  (4+ messages)
` [PATCH 20/27] nVMX: Deciding if L0 or L1 should handle an L2 exit

[Qemu-devel] Re: KVM call agenda for Oct 19
 2010-10-20 13:05 UTC  (4+ messages)

CD-ROM size not updated when switching CD-ROM images
 2010-10-20 12:50 UTC 

[PATCH v7 00/12] KVM: Add host swap event notifications for PV guest
 2010-10-20 11:53 UTC  (4+ messages)
` [PATCH v7 08/12] Handle async PF in a guest


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