[Prev Page][Next Page]
- [PATCH 1/2] x86: eliminate TS_XSAVE, (continued)
- Startup of multiple Guests,
Dan Johansson
- [PATCH v2 0/5] Fix EFER.NX=0 with EPT,
Avi Kivity
- [PATCH] QEMU-KVM scsi-bus: Add LBA+Transfer Length to outgoing SBC CDBs in scsi_req_setup() for SG_IO,
Nicholas A. Bellinger
- --mem-path option broken on qemu-kvm latest git,
Lucas Meneghel Rodrigues
- vmwrite_error while installing or booting XP,
Kyle Teague
- [ kvm-Bugs-2980197 ] qemu-kvm.h:845: error: expected ‘)’ before ‘start_addr’,
SourceForge.net
- [PATCH 1/2] IOzone test: Introduce postprocessing module,
Lucas Meneghel Rodrigues
- Booting/installing WindowsNT,
Michael Tokarev
- What changed since kvm-72 resulting in winNT to fail to boot (STOP 0x0000001E) ?,
Michael Tokarev
- --no-kvm support is still broken - Will this ever be supported again?,
Trevor Orsztynowicz
- [PATCH] intel_txt: enable VMXON check with SMX in KVM,
Shane Wang
- [PATCH] KVM: Document KVM_SET_BOOT_CPU_ID,
Avi Kivity
- Re: [PATCH 3/4] KVM MMU: allow shadow page become unsync at creating time,
Avi Kivity
- KVM hook for code integrity checking,
Suen Chun Hui
- Re: [PATCH 4/4] KVM MMU: do not intercept invlpg if 'oos_shadow' is disabled,
Avi Kivity
- VT-d passing a Raid Controller in KVM,
Yushu Yao
- FYI: WinKVM (Windows kernel-based virtual machine),
kazushi takahashi
- kvm io-performance with smp,
Udo Lembke
- Re: [PATCH 1/4] KVM MMU: fix race in invlpg code,
Avi Kivity
- [PATCH 1/1] KVM: X86: add the support of XSAVE/XRSTOR to guest,
Dexuan Cui
- [PATCH] KVM: Document KVM_SET_IDENTITY_MAP ioctl,
Avi Kivity
- [PATCH RFC] KVM: inject #UD if instruction emulation fails while vcpu is in cpl==3,
Gleb Natapov
- Fedora 13 Beta - "Cannot Read HD" on WinXP & 2003 64bit Installs,
Jonathan Hoover
- High CPU load on target host after migration,
Thomas Beinicke
- [PATCHv7] add mergeable buffers support to vhost_net,
David L Stevens
- Can I simulate a virtual Dual-Head Graphiccard?,
Axel Kittenberger
- [RHEL6.0 PATCH] qemu-kvm: fix crash on reboot with vhost-net,
Michael S. Tsirkin
- Regression in vga performance between 0.11.1 and 0.12.1.1,
Adam Greenblatt
- [PATCHv2 00/23] next round of emulator cleanups,
Gleb Natapov
[PATCHv2 16/23] KVM: do not inject #PF in (read|write)_emulated() callbacks,
Gleb Natapov
[PATCHv2 21/23] KVM: x86 exmulator: handle shadowed registers outside emulator.,
Gleb Natapov
[PATCHv2 22/23] KVM: x86 emulator: move interruptibility state tracking out of emulator,
Gleb Natapov
[PATCHv2 15/23] KVM: remove export of emulator_write_emulated().,
Gleb Natapov
[PATCHv2 13/23] KVM: fill in run->mmio details in (read|write)_emulated function.,
Gleb Natapov
[PATCHv2 09/23] KVM: x86 emulator: cleanup some direct calls into kvm to use existing callbacks,
Gleb Natapov
[PATCHv2 19/23] KVM: x86 emulator: set RFLAGS outside x86 emulator code.,
Gleb Natapov
[PATCHv2 12/23] KVM: x86 emulator: fix X86EMUL_RETRY_INSTR and X86EMUL_CMPXCHG_FAILED values,
Gleb Natapov
[PATCHv2 18/23] KVM: x86 emulator: advance RIP outside x86 emulator code,
Gleb Natapov
[PATCHv2 17/23] KVM: handle emulation failure case first.,
Gleb Natapov
[PATCHv2 11/23] KVM: x86 emulator: make (get|set)_dr() callback return error if it fails,
Gleb Natapov
[PATCHv2 10/23] KVM: x86 emulator: make set_cr() callback return error if it fails,
Gleb Natapov
[PATCHv2 14/23] KVM: x86 emulator: x86_emulate_insn() return -1 only in case of emulation failure,
Gleb Natapov
[PATCHv2 05/23] KVM: x86 emulator: handle "far address" source operand.,
Gleb Natapov
[PATCHv2 03/23] KVM: x86 emulator: cleanup xchg emulation.,
Gleb Natapov
[PATCHv2 08/23] KVM: x86 emulator: add get_cached_segment_base() callback to x86_emulate_ops.,
Gleb Natapov
[PATCHv2 06/23] KVM: x86 emulator: add (set|get)_dr callbacks to x86_emulate_ops,
Gleb Natapov
[PATCHv2 07/23] KVM: x86 emulator: add (set|get)_msr callbacks to x86_emulate_ops,
Gleb Natapov
Re: [PATCHv2 00/23] next round of emulator cleanups,
Avi Kivity
Re: [PATCHv2 00/23] next round of emulator cleanups,
Avi Kivity
[PATCH 0/5] Fixes for mmu access unit test,
Avi Kivity
Potential thread synchronization issue in qcow2.c and qcow2-cluster.c,
Chunqiang (CQ) Tang
[PATCH 0/5] Fix EFER.NX=0 with EPT,
Avi Kivity
[PATCH] kvm mmu: reduce 50% memory usage,
Lai Jiangshan
[PATCHv2] qemu-kvm: fix crash on reboot with vhost-net,
Michael S. Tsirkin
KVM Networking Issues,
Anthony Davis
Pulling regularly from QEMU git repository,
Gerhard Wiesinger
[PATCH v3 2/10] KVM MMU: convert mmu tracepoints,
Xiao Guangrong
[PATCH v3 10/10] KVM MMU: optimize sync/update unsync-page,
Xiao Guangrong
[PATCH v3 6/10] KVM MMU: don't write-protect if have new mapping to unsync page,
Xiao Guangrong
[PATCH v3 3/10] KVM MMU: move unsync/sync tracpoints to proper place,
Xiao Guangrong
[PATCH v3 9/10] KVM MMU: separate invlpg code form kvm_mmu_pte_write(),
Xiao Guangrong
[PATCH v3 8/10] KVM MMU: allow more page become unsync at getting sp time,
Xiao Guangrong
[PATCH v3 7/10] KVM MMU: allow more page become unsync at gfn mapping time,
Xiao Guangrong
[PATCH v3 5/10] KVM MMU: split kvm_sync_page() function,
Xiao Guangrong
[PATCH v3 4/10] KVM MMU: cleanup invlpg code,
Xiao Guangrong
[PATCH v3 1/10] KVM MMU: fix for calculating gpa in invlpg code,
Xiao Guangrong
[PATCH v3 0/10] KVM MMU: allow more shadow pages become asynchronous,
Xiao Guangrong
[ kvm-Bugs-2993311 ] qemu_x86-64 (qemu-kvm-0.12.2) cores on linux,
SourceForge.net
[ kvm-Bugs-2993311 ] qemu_x86-64 cores on linux,
SourceForge.net
KVM call minutes for Apr 27,
Chris Wright
[qemu-kvm tests PATCH v2 0/3] qemu-kvm tests cleanup,
Naphtali Sprei
[PATCH 1/2] Test cmps between two IO locations.,
Gleb Natapov
[PATCH 00/23] next round of emulator cleanups,
Gleb Natapov
- [PATCH 03/23] KVM: x86 emulator: cleanup xchg emulation.,
Gleb Natapov
- [PATCH 04/23] KVM: x86 emulator: cleanup nop emulation,
Gleb Natapov
- [PATCH 02/23] KVM: x86 emulator: fix Move r/m16 to segment register decoding.,
Gleb Natapov
- [PATCH 11/23] KVM: x86 emulator: fix X86EMUL_RETRY_INSTR and X86EMUL_CMPXCHG_FAILED values,
Gleb Natapov
- [PATCH 12/23] KVM: fill in run->mmio details in (read|write)_emulated function.,
Gleb Natapov
- [PATCH 07/23] KVM: x86 emulator: add (set|get)_msr callbacks to x86_emulate_ops,
Gleb Natapov
- [PATCH 14/23] KVM: remove export of emulator_write_emulated().,
Gleb Natapov
- [PATCH 09/23] KVM: x86 emulator: make set_cr() callback return error if it fails,
Gleb Natapov
- [PATCH 23/23] KVM: x86 emulator: do not inject exception directly into vcpu,
Gleb Natapov
- [PATCH 01/23] KVM: x86 emulator: introduce read cache.,
Gleb Natapov
- [PATCH 21/23] KVM: x86 emulator: move interruptibility state tracking out of emulator,
Gleb Natapov
- [PATCH 20/23] KVM: x86 exmulator: handle shadowed registers outside emulator.,
Gleb Natapov
- [PATCH 15/23] KVM: do not inject #PF in (read|write)_emulated() callbacks,
Gleb Natapov
- [PATCH 17/23] KVM: x86 emulator: advance RIP outside x86 emulator code,
Gleb Natapov
- [PATCH 19/23] KVM: x86 emulator: use shadowed register in emulate_sysexit(),
Gleb Natapov
- [PATCH 22/23] KVM: remove unneeded initialization.,
Gleb Natapov
- [PATCH 18/23] KVM: x86 emulator: set RFLAGS outside x86 emulator code.,
Gleb Natapov
- [PATCH 16/23] KVM: handle emulation failure case first.,
Gleb Natapov
- [PATCH 06/23] KVM: x86 emulator: add (set|get)_dr callbacks to x86_emulate_ops,
Gleb Natapov
- [PATCH 13/23] KVM: x86 emulator: x86_emulate_insn() return -1 only in case of emulation failure,
Gleb Natapov
- [PATCH 10/23] KVM: x86 emulator: make (get|set)_dr() callback return error if it fails,
Gleb Natapov
- [PATCH 05/23] KVM: x86 emulator: handle "far address" source operand.,
Gleb Natapov
- [PATCH 08/23] KVM: x86 emulator: cleanup some direct calls into kvm to use existing callbacks,
Gleb Natapov
How the packet data reached the tap device?,
Liang YANG
[PATCH 0/22] Nested Paging support for Nested SVM v2,
Joerg Roedel
- [PATCH 18/22] KVM: X86: Propagate fetch faults,
Joerg Roedel
- [PATCH 22/22] KVM: SVM: Expect two more candiates for exit_int_info,
Joerg Roedel
- [PATCH 05/22] KVM: MMU: Introduce get_cr3 function pointer,
Joerg Roedel
- [PATCH 06/22] KVM: MMU: Introduce inject_page_fault function pointer,
Joerg Roedel
- [PATCH 12/22] KVM: MMU: Implement nested gva_to_gpa functions,
Joerg Roedel
- [PATCH 04/22] KVM: X86: Introduce a tdp_set_cr3 function,
Joerg Roedel
- [PATCH 02/22] KVM: MMU: Make tdp_enabled a mmu-context parameter,
Joerg Roedel
- [PATCH 08/22] KVM: MMU: Change init_kvm_softmmu to take a context as parameter,
Joerg Roedel
- [PATCH 17/22] KVM: MMU: Propagate the right fault back to the guest after gva_to_gpa,
Joerg Roedel
- [PATCH 10/22] KVM: MMU: Introduce generic walk_addr function,
Joerg Roedel
- [PATCH 16/22] KVM: MMU: Track page fault data in struct vcpu,
Joerg Roedel
- [PATCH 19/22] KVM: MMU: Introduce init_kvm_nested_mmu(),
Joerg Roedel
- [PATCH 21/22] KVM: SVM: Report Nested Paging support to userspace,
Joerg Roedel
- [PATCH 03/22] KVM: MMU: Make set_cr3 a function pointer in kvm_mmu,
Joerg Roedel
- [PATCH 20/22] KVM: SVM: Initialize Nested Nested MMU context on VMRUN,
Joerg Roedel
- [PATCH 14/22] KVM: MMU: Make walk_addr_generic capable for two-level walking,
Joerg Roedel
- [PATCH 01/22] KVM: MMU: Check for root_level instead of long mode,
Joerg Roedel
- [PATCH 13/22] KVM: X86: Add kvm_read_guest_page_tdp function,
Joerg Roedel
- [PATCH 15/22] KVM: MMU: Introduce kvm_read_guest_page_x86(),
Joerg Roedel
- [PATCH 07/22] KVM: SVM: Implement MMU helper functions for Nested Nested Paging,
Joerg Roedel
- [PATCH 11/22] KVM: MMU: Add infrastructure for two-level page walker,
Joerg Roedel
- [PATCH 09/22] KVM: MMU: Let is_rsvd_bits_set take mmu context instead of vcpu,
Joerg Roedel
- Re: [PATCH 0/22] Nested Paging support for Nested SVM v2,
Avi Kivity
apparent key mapping error for usb keyboard,
Michael Tokarev
Re: [PATCH 2/2] KVM, Fix QEMU-KVM is killed by guest SRAO MCE,
Huang Ying
[ANNOUNCE] kvm-kmod-2.6.32.12 & kvm-kmod-2.6.33.3,
Jan Kiszka
[PATCH] KVM test: Add the missing blank for the extra params of balloon check,
Jason Wang
[PATCH] Ignore SRAO MCE if another MCE is being processed,
Huang Ying
[PATCH] KVM: Fix mmu shrinker error,
Gui Jianfeng
GSoC: Accepted students announced,
Luiz Capitulino
[PATCH v6] Add mergeable rx buffer support to vhost_net,
David L Stevens
[PATCH 00/10] [PULL] qemu-kvm.git uq/master queue,
Marcelo Tosatti
- [PATCH 08/10] introduce leul_to_cpu,
Marcelo Tosatti
- [PATCH 06/10] kvm: remove explicit kvm_arch_reset_vcpu from kvm_init_vcpu,
Marcelo Tosatti
- [PATCH 09/10] kvm: port qemu-kvm's bitmap scanning,
Marcelo Tosatti
- [PATCH 01/10] KVM: x86: Add debug register saving and restoring,
Marcelo Tosatti
- [PATCH 04/10] kvm: allow qemu to set EPT identity mapping address,
Marcelo Tosatti
- [PATCH 07/10] vga: fix typo in length passed to kvm_log_stop,
Marcelo Tosatti
- [PATCH 10/10] introduce qemu_ram_map,
Marcelo Tosatti
- [PATCH 02/10] target-i386: print EFER in cpu_dump_state,
Marcelo Tosatti
- [PATCH 05/10] kvm_init_vcpu requires global lock held,
Marcelo Tosatti
- [PATCH 03/10] kvm: handle internal error,
Marcelo Tosatti
- Re: [PATCH 00/10] [PULL] qemu-kvm.git uq/master queue,
Anthony Liguori
- <Possible follow-ups>
- [PATCH 00/10] [PULL] qemu-kvm.git uq/master queue,
Marcelo Tosatti
- [PATCH 10/10] Add savevm/loadvm support for MCE,
Marcelo Tosatti
- [PATCH 05/10] Expose thread_id in info cpus,
Marcelo Tosatti
- [PATCH 09/10] MCE: Relay UCR MCE to guest,
Marcelo Tosatti
- [PATCH 07/10] Export qemu_ram_addr_from_host,
Marcelo Tosatti
- [PATCH 01/10] Set cpuid definition to 0 before initializing it,
Marcelo Tosatti
- [PATCH 02/10] Add svm cpuid features,
Marcelo Tosatti
- [PATCH 06/10] kvm: x86: add mce support,
Marcelo Tosatti
- [PATCH 03/10] signalfd compatibility,
Marcelo Tosatti
- [PATCH 08/10] Add RAM -> physical addr mapping in MCE simulation,
Marcelo Tosatti
- [PATCH 04/10] iothread: use signalfd,
Marcelo Tosatti
- Re: [Qemu-devel] [PATCH 00/10] [PULL] qemu-kvm.git uq/master queue,
Anthony Liguori
- [PATCH 00/10] [PULL] qemu-kvm.git uq/master queue,
Marcelo Tosatti
- [PATCH 10/10] Fix memory leak in register save load due to xsave support,
Marcelo Tosatti
- [PATCH 09/10] Add savevm/loadvm support for MCE,
Marcelo Tosatti
- [PATCH 05/10] kvm: x86: add mce support,
Marcelo Tosatti
- [PATCH 01/10] Set cpuid definition to 0 before initializing it,
Marcelo Tosatti
- [PATCH 06/10] Export qemu_ram_addr_from_host,
Marcelo Tosatti
- [PATCH 08/10] MCE: Relay UCR MCE to guest,
Marcelo Tosatti
- [PATCH 03/10] signalfd compatibility,
Marcelo Tosatti
- [PATCH 07/10] Add RAM -> physical addr mapping in MCE simulation,
Marcelo Tosatti
- [PATCH 04/10] iothread: use signalfd,
Marcelo Tosatti
- [PATCH 02/10] Add svm cpuid features,
Marcelo Tosatti
- Re: [PATCH 00/10] [PULL] qemu-kvm.git uq/master queue,
Anthony Liguori
- Re: [PATCH 00/10] [PULL] qemu-kvm.git uq/master queue,
Anthony Liguori
- Re: [PATCH 00/10] [PULL] qemu-kvm.git uq/master queue,
Anthony Liguori
2.6.32.12: Build warning due to 78ce64a384 / missing in 2.6.33?,
Jan Kiszka
[PATCH 0/6] pvclock fixes,
Glauber Costa
KVM call agenda for Apr 27,
Chris Wright
Jumbo frames with virtio net,
carlopmart
[PATCH] qemu-kvm: fix crash on reboot with vhost-net,
Michael S. Tsirkin
Networking - Static NATs,
Anthony Davis
Synchronized time with kvm_clock,
Alex Hermann
[PATCH 1/3] KVM test: Use customized command to get the version of kvm and its,
Jason Wang
[PATCH 0/9] Make use of the redirection of guest serial,
Jason Wang
[PATCH 8/9] KVM test: Create the background threads before calling process(),
Jason Wang
[PATCH 9/9] KVM test: Redirect the console to serial for all linux guests,
Jason Wang
[PATCH 0/1] KVM: x86: avoid unnecessary bitmap allocation when memslot is clean,
Takuya Yoshikawa
[PATCH] KVM: Minor MMU documentation edits,
Avi Kivity
[PATCH 0/5] mmu root page cleanups,
Avi Kivity
VIA Nano support,
Rusty Burchfield
[PATCH] KVM: Document KVM_GET_MP_STATE and KVM_SET_MP_STATE,
Avi Kivity
[RFC][PATCH v4 01/18] Add a new struct for device to manipulate external buffer.,
xiaohui . xin
- [RFC][PATCH v4 02/18] Export 2 func for device to assign/dassign new structure.,
xiaohui . xin
- [RFC][PATCH v4 03/18] Add a ndo_mp_port_prep pointer to net_device_ops.,
xiaohui . xin
- [RFC][PATCH v4 04/18] Add a function make external buffer owner to query capability.,
xiaohui . xin
- [RFC][PATCH v4 05/18] Add a function to indicate if device use external buffer.,
xiaohui . xin
- [RFC][PATCH v4 06/18] Add interface to get external buffers.,
xiaohui . xin
- [RFC][PATCH v4 07/18] Make __alloc_skb() to get external buffer.,
xiaohui . xin
- [RFC][PATCH v4 08/18] Ignore skb_reserve() when device is using external buffer.,
xiaohui . xin
- [RFC][PATCH v4 09/18] Don't do skb recycle, if device use external buffer.,
xiaohui . xin
- [RFC][PATCH v4 10/18] Use callback to deal with skb_release_data() specially.,
xiaohui . xin
- [RFC][PATCH v4 11/18] Add a hook to intercept external buffers from NIC driver.,
xiaohui . xin
- [RFC][PATCH v4 12/18] To skip GRO if buffer is external.,
xiaohui . xin
- [RFC][PATCH v4 13/18] Add header file for mp device.,
xiaohui . xin
- [RFC][PATCH v4 14/18] Add basic func and special ioctl to mp device.,
xiaohui . xin
- [RFC][PATCH v4 15/18] Manipulate external buffers in mp device.,
xiaohui . xin
- [RFC][PATCH v4 16/18] Export proto_ops to vhost-net driver.,
xiaohui . xin
- [RFC][PATCH v4 17/18] Add a kconfig entry and make entry for mp device.,
xiaohui . xin
- [RFC][PATCH v4 18/18] Provides multiple submits and async notifications,
xiaohui . xin
- [RFC][PATCH v4 00/18] Provide a zero-copy method on KVM virtio-net.,
xiaohui . xin
- Re: [RFC][PATCH v4 00/18] Provide a zero-copy method on KVM virtio-net.,
David Miller
- Re: [RFC][PATCH v4 00/18] Provide a zero-copy method on KVM virtio-net.,
Michael S. Tsirkin
- RE: [RFC][PATCH v4 00/18] Provide a zero-copy method on KVM virtio-net.,
Xin, Xiaohui
- Re: [RFC][PATCH v4 00/18] Provide a zero-copy method on KVM virtio-net.,
Michael S. Tsirkin
- RE: [RFC][PATCH v4 00/18] Provide a zero-copy method on KVM virtio-net.,
Xin, Xiaohui
- Re: [RFC][PATCH v4 00/18] Provide a zero-copy method on KVM virtio-net.,
Michael S. Tsirkin
- Re: [RFC][PATCH v4 05/18] Add a function to indicate if device use external buffer.,
Changli Gao
- Re: [RFC][PATCH v4 05/18] Add a function to indicate if device use external buffer.,
Changli Gao
- Re: [RFC][PATCH v4 01/18] Add a new struct for device to manipulate external buffer.,
Andy Fleming
[PATCH v2 10/10] KVM MMU: optimize sync/update unsync-page,
Xiao Guangrong
[PATCH v2 9/10] KVM MMU: separate invlpg code form kvm_mmu_pte_write(),
Xiao Guangrong
[PATCH v2 8/10] KVM MMU: allow more page become unsync at getting sp time,
Xiao Guangrong
[PATCH v2 7/10] KVM MMU: allow more page become unsync at gfn mapping time,
Xiao Guangrong
[PATCH v2 6/10] KVM MMU: don't write-protect if have new mapping to unsync page,
Xiao Guangrong
[PATCH v2 5/10] KVM MMU: split kvm_sync_page() function,
Xiao Guangrong
[PATCH v2 1/10] KVM MMU: fix for calculating gpa in invlpg code,
Xiao Guangrong
[PATCH v2 4/10] KVM MMU: cleanup invlpg code,
Xiao Guangrong
[PATCH v2 3/10] KVM MMU: move unsync/sync tracpoints to proper place,
Xiao Guangrong
[PATCH v2 2/10] KVM MMU: convert mmu tracepoints,
Xiao Guangrong
[PATCH v2 0/10] KVM MMU: allow more shadow pages become asynchronous,
Xiao Guangrong
questions about implementing a zero-copy solution to transfer data between VMs,
JinShan Xiong
Don't confine mouse on grab,
Harald Braumann
[PATCHv5] add mergeable receiver buffers support to vhost,
David L Stevens
[uq/master patch 0/5] prepare for qemu-kvm's usage of upstream memslot code,
Marcelo Tosatti
RHEL5.5, 32-bit VM repeatedly locks up due to kvmclock,
David S. Ahern
Mount and unmount CD,
Matt Burkhardt
kvm apparently still has issues with blockdev >1Tb,
Michael Tokarev
Linux Plumbers Conference 2010 - call for tracks,
Jes Sorensen
[PATCH] KVM: no need to test bit before setting dirty bit these days,
Takuya Yoshikawa
[RFC PATCH] asm-generic: bitops: introduce le bit offset macro,
Takuya Yoshikawa
PXE Boot Timeout Issue...,
Stuart Sheldon
[PATCH RFC] KVM MMU: fix hashing for TDP and non-paging modes,
Eric Northup
[Index of Archives]
[CentOS Virtualization]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Linux Modules]
[Scanners]
[Yosemite Forum]