[Prev Page][Next Page]
- [PATCHv2 07/23] KVM: x86 emulator: add (set|get)_msr callbacks to x86_emulate_ops
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- [PATCHv2 06/23] KVM: x86 emulator: add (set|get)_dr callbacks to x86_emulate_ops
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- [PATCHv2 08/23] KVM: x86 emulator: add get_cached_segment_base() callback to x86_emulate_ops.
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- [PATCHv2 03/23] KVM: x86 emulator: cleanup xchg emulation.
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- [PATCHv2 05/23] KVM: x86 emulator: handle "far address" source operand.
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- [PATCHv2 14/23] KVM: x86 emulator: x86_emulate_insn() return -1 only in case of emulation failure
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- [PATCHv2 10/23] KVM: x86 emulator: make set_cr() callback return error if it fails
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- [PATCHv2 11/23] KVM: x86 emulator: make (get|set)_dr() callback return error if it fails
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- [PATCHv2 17/23] KVM: handle emulation failure case first.
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- [PATCHv2 18/23] KVM: x86 emulator: advance RIP outside x86 emulator code
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- [PATCHv2 12/23] KVM: x86 emulator: fix X86EMUL_RETRY_INSTR and X86EMUL_CMPXCHG_FAILED values
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- [PATCHv2 19/23] KVM: x86 emulator: set RFLAGS outside x86 emulator code.
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- [PATCHv2 09/23] KVM: x86 emulator: cleanup some direct calls into kvm to use existing callbacks
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- [PATCHv2 13/23] KVM: fill in run->mmio details in (read|write)_emulated function.
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- [PATCHv2 15/23] KVM: remove export of emulator_write_emulated().
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- [PATCHv2 22/23] KVM: x86 emulator: move interruptibility state tracking out of emulator
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- [PATCHv2 21/23] KVM: x86 exmulator: handle shadowed registers outside emulator.
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- [PATCHv2 16/23] KVM: do not inject #PF in (read|write)_emulated() callbacks
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- [PATCHv2 23/23] KVM: x86 emulator: do not inject exception directly into vcpu
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- [PATCHv2 20/23] KVM: x86 emulator: use shadowed register in emulate_sysexit()
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- [PATCHv2 00/23] next round of emulator cleanups
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- [PATCHv2 04/23] KVM: x86 emulator: cleanup nop emulation
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- [PATCHv2 02/23] KVM: x86 emulator: fix Move r/m16 to segment register decoding.
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- [PATCHv2 01/23] KVM: x86 emulator: introduce read cache.
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- Re: [PATCH] virtio-spec: document block CMD and FLUSH
- From: "Michael S. Tsirkin" <mst@xxxxxxxxxx>
- [PATCH 5/5] test: access: don't expect fetch fault indication if !efer.nx
- From: Avi Kivity <avi@xxxxxxxxxx>
- [PATCH 0/5] Fixes for mmu access unit test
- From: Avi Kivity <avi@xxxxxxxxxx>
- [PATCH 3/5] test: access: report successful tests optionally
- From: Avi Kivity <avi@xxxxxxxxxx>
- [PATCH 4/5] test: access: allow the processor not to set pde.a if a fault occurs
- From: Avi Kivity <avi@xxxxxxxxxx>
- [PATCH 1/5] test: access: split off test case formatting from execution
- From: Avi Kivity <avi@xxxxxxxxxx>
- [PATCH 2/5] test: access: consolidate test failure reporting into a function
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [PATCH 06/10] kvm: remove explicit kvm_arch_reset_vcpu from kvm_init_vcpu
- From: Anthony Liguori <anthony@xxxxxxxxxxxxx>
- Re: [PATCH 15/22] KVM: MMU: Introduce kvm_read_guest_page_x86()
- From: Joerg Roedel <joerg.roedel@xxxxxxx>
- Potential thread synchronization issue in qcow2.c and qcow2-cluster.c
- From: "Chunqiang (CQ) Tang" <tangchq@xxxxxxxxx>
- Re: [PATCH 12/22] KVM: MMU: Implement nested gva_to_gpa functions
- From: Joerg Roedel <joerg.roedel@xxxxxxx>
- [PATCH 1/5] KVM: Let vcpu structure alignment be determined at runtime
- From: Avi Kivity <avi@xxxxxxxxxx>
- [PATCH 0/5] Fix EFER.NX=0 with EPT
- From: Avi Kivity <avi@xxxxxxxxxx>
- [PATCH 5/5] KVM: VMX: Atomically switch efer if EPT && !EFER.NX
- From: Avi Kivity <avi@xxxxxxxxxx>
- [PATCH 2/5] KVM: VMX: Add definition for msr autoload entry
- From: Avi Kivity <avi@xxxxxxxxxx>
- [PATCH 3/5] KVM: VMX: Add definitions for guest and host EFER autoswitch vmcs entries
- From: Avi Kivity <avi@xxxxxxxxxx>
- [PATCH 4/5] KVM: VMX: Add facility to atomically switch MSRs on guest entry/exit
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [PATCH 5/9] KVM test: Log the content from guest serial console
- From: Michael Goldish <mgoldish@xxxxxxxxxx>
- Re: [PATCH 08/23] KVM: x86 emulator: cleanup some direct calls into kvm to use existing callbacks
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [PATCH 9/9] KVM test: Redirect the console to serial for all linux guests
- From: Michael Goldish <mgoldish@xxxxxxxxxx>
- Re: [PATCH] kvm mmu: reduce 50% memory usage
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [PATCH 7/9] KVM test: Introduce the local_login()
- From: Michael Goldish <mgoldish@xxxxxxxxxx>
- Re: [Autotest] [PATCH 8/9] KVM test: Create the background threads before calling process()
- From: Michael Goldish <mgoldish@xxxxxxxxxx>
- [PATCH] kvm mmu: reduce 50% memory usage
- From: Lai Jiangshan <laijs@xxxxxxxxxxxxxx>
- Re: [PATCH 11/22] KVM: MMU: Add infrastructure for two-level page walker
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [PATCH 2/9] KVM test: Add the ability to send the username in remote_login()
- From: Michael Goldish <mgoldish@xxxxxxxxxx>
- Re: [PATCH 1/9] KVM test: Introduce the prompt assist
- From: Michael Goldish <mgoldish@xxxxxxxxxx>
- Re: [PATCH 11/22] KVM: MMU: Add infrastructure for two-level page walker
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [PATCH 1/1] KVM: x86: avoid unnecessary bitmap allocation when memslot is clean
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [PATCH 3/9] KVM test: Make the login re suitable for serial console
- From: Michael Goldish <mgoldish@xxxxxxxxxx>
- Re: [PATCH 11/22] KVM: MMU: Add infrastructure for two-level page walker
- From: Joerg Roedel <joerg.roedel@xxxxxxx>
- Re: [PATCH 11/22] KVM: MMU: Add infrastructure for two-level page walker
- From: Joerg Roedel <joerg.roedel@xxxxxxx>
- Re: [SeaBIOS] About cpu_set, CPU hotplug and related subjects
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- Re: [SeaBIOS] About cpu_set, CPU hotplug and related subjects
- From: Jes Sorensen <Jes.Sorensen@xxxxxxxxxx>
- Re: [PATCH v3 0/10] KVM MMU: allow more shadow pages become asynchronous
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [SeaBIOS] About cpu_set, CPU hotplug and related subjects
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- Re: [PATCH 1/1] KVM: x86: avoid unnecessary bitmap allocation when memslot is clean
- From: Avi Kivity <avi@xxxxxxxxxx>
- [PATCHv2] qemu-kvm: fix crash on reboot with vhost-net
- From: "Michael S. Tsirkin" <mst@xxxxxxxxxx>
- Re: [PATCH 08/23] KVM: x86 emulator: cleanup some direct calls into kvm to use existing callbacks
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- KVM Networking Issues
- From: Anthony Davis <tony@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [PATCHv2] qemu-kvm: fix crash on reboot with vhost-net
- From: Juan Quintela <quintela@xxxxxxxxxx>
- Re: [PATCH 15/23] KVM: do not inject #PF in (read|write)_emulated() callbacks
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [PATCH 2/2] KVM, Fix QEMU-KVM is killed by guest SRAO MCE
- From: Avi Kivity <avi@xxxxxxxxxx>
- [PATCH v2] KVM: x86: avoid unnecessary bitmap allocation when memslot is clean
- From: Takuya Yoshikawa <yoshikawa.takuya@xxxxxxxxxxxxx>
- Re: [SeaBIOS] About cpu_set, CPU hotplug and related subjects
- From: Jes Sorensen <Jes.Sorensen@xxxxxxxxxx>
- Re: Pulling regularly from QEMU git repository
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [PATCH 15/23] KVM: do not inject #PF in (read|write)_emulated() callbacks
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- Re: [PATCH 08/23] KVM: x86 emulator: cleanup some direct calls into kvm to use existing callbacks
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [PATCH 22/23] KVM: remove unneeded initialization.
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [PATCH 09/23] KVM: x86 emulator: make set_cr() callback return error if it fails
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [PATCH] Ignore SRAO MCE if another MCE is being processed
- From: Huang Ying <ying.huang@xxxxxxxxx>
- Pulling regularly from QEMU git repository
- From: Gerhard Wiesinger <lists@xxxxxxxxxxxxx>
- Re: [PATCH 1/1] KVM: x86: avoid unnecessary bitmap allocation when memslot is clean
- From: Takuya Yoshikawa <yoshikawa.takuya@xxxxxxxxxxxxx>
- [PATCH v3 2/10] KVM MMU: convert mmu tracepoints
- From: Xiao Guangrong <xiaoguangrong@xxxxxxxxxxxxxx>
- [PATCH v3 10/10] KVM MMU: optimize sync/update unsync-page
- From: Xiao Guangrong <xiaoguangrong@xxxxxxxxxxxxxx>
- [PATCH v3 6/10] KVM MMU: don't write-protect if have new mapping to unsync page
- From: Xiao Guangrong <xiaoguangrong@xxxxxxxxxxxxxx>
- [PATCH v3 3/10] KVM MMU: move unsync/sync tracpoints to proper place
- From: Xiao Guangrong <xiaoguangrong@xxxxxxxxxxxxxx>
- [PATCH v3 9/10] KVM MMU: separate invlpg code form kvm_mmu_pte_write()
- From: Xiao Guangrong <xiaoguangrong@xxxxxxxxxxxxxx>
- [PATCH v3 8/10] KVM MMU: allow more page become unsync at getting sp time
- From: Xiao Guangrong <xiaoguangrong@xxxxxxxxxxxxxx>
- [PATCH v3 7/10] KVM MMU: allow more page become unsync at gfn mapping time
- From: Xiao Guangrong <xiaoguangrong@xxxxxxxxxxxxxx>
- [PATCH v3 5/10] KVM MMU: split kvm_sync_page() function
- From: Xiao Guangrong <xiaoguangrong@xxxxxxxxxxxxxx>
- [PATCH v3 4/10] KVM MMU: cleanup invlpg code
- From: Xiao Guangrong <xiaoguangrong@xxxxxxxxxxxxxx>
- [PATCH v3 1/10] KVM MMU: fix for calculating gpa in invlpg code
- From: Xiao Guangrong <xiaoguangrong@xxxxxxxxxxxxxx>
- [PATCH v3 0/10] KVM MMU: allow more shadow pages become asynchronous
- From: Xiao Guangrong <xiaoguangrong@xxxxxxxxxxxxxx>
- Biweekly KVM Test report, kernel 069c71e... qemu 5c78106...
- From: "Hao, Xudong" <xudong.hao@xxxxxxxxx>
- Re: [PATCH 2/2] KVM, Fix QEMU-KVM is killed by guest SRAO MCE
- From: Huang Ying <ying.huang@xxxxxxxxx>
- Re: How the packet data reached the tap device?
- From: Liang YANG <brinewsor@xxxxxxxxx>
- [ kvm-Bugs-2993311 ] qemu_x86-64 (qemu-kvm-0.12.2) cores on linux
- From: "SourceForge.net" <noreply@xxxxxxxxxxxxxxx>
- [ kvm-Bugs-2993311 ] qemu_x86-64 cores on linux
- From: "SourceForge.net" <noreply@xxxxxxxxxxxxxxx>
- Re: Jumbo frames with virtio net
- From: Brian Jackson <iggy@xxxxxxxxxxx>
- Re: [PATCH 09/10] kvm: port qemu-kvm's bitmap scanning
- From: Yoshiaki Tamura <tamura.yoshiaki@xxxxxxxxxxxxx>
- Re: [PATCH 4/6] export new cpuid KVM_CAP
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [PATCH 1/6] Enable pvclock flags in vcpu_time_info structure
- From: Glauber Costa <glommer@xxxxxxxxxx>
- Re: [PATCH 4/6] export new cpuid KVM_CAP
- From: Glauber Costa <glommer@xxxxxxxxxx>
- Re: [PATCH 6/6] don't compute pvclock adjustments if we trust the tsc
- From: Glauber Costa <glommer@xxxxxxxxxx>
- Re: [PATCH 4/6] export new cpuid KVM_CAP
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [PATCH 1/6] Enable pvclock flags in vcpu_time_info structure
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [PATCH 6/6] don't compute pvclock adjustments if we trust the tsc
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [PATCH 2/6] Add a global synchronization point for pvclock
- From: Jeremy Fitzhardinge <jeremy@xxxxxxxx>
- [PATCH 2.6.32.12] KVM: remove unused load_segment_descriptor_to_kvm_desct
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- Re: [PATCH 4/6] export new cpuid KVM_CAP
- From: Glauber Costa <glommer@xxxxxxxxxx>
- Re: KVM call minutes for Apr 27
- From: Chris Wright <chrisw@xxxxxxxxxx>
- Re: KVM call minutes for Apr 27
- From: "Justin M. Forbes" <jmforbes@xxxxxxxxxxx>
- Re: [PATCH 15/22] KVM: MMU: Introduce kvm_read_guest_page_x86()
- From: Joerg Roedel <joerg.roedel@xxxxxxx>
- Re: [PATCH 2.6.32.12] KVM: remove unused load_segment_descriptor_to_kvm_desct
- From: Greg KH <gregkh@xxxxxxx>
- Re: [PATCH 2.6.32.12] KVM: remove unused load_segment_descriptor_to_kvm_desct
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- Re: [PATCH] Ignore SRAO MCE if another MCE is being processed
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- Re: [PATCH 10/10] introduce qemu_ram_map
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- Re: [PATCH 10/10] introduce qemu_ram_map
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- KVM call minutes for Apr 27
- From: Chris Wright <chrisw@xxxxxxxxxx>
- Re: [PATCH 15/22] KVM: MMU: Introduce kvm_read_guest_page_x86()
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [PATCH 16/22] KVM: MMU: Track page fault data in struct vcpu
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [PATCH 15/22] KVM: MMU: Introduce kvm_read_guest_page_x86()
- From: Joerg Roedel <joerg.roedel@xxxxxxx>
- Re: [PATCH 6/6] don't compute pvclock adjustments if we trust the tsc
- From: Glauber Costa <glommer@xxxxxxxxxx>
- Re: [PATCH 4/6] export new cpuid KVM_CAP
- From: Glauber Costa <glommer@xxxxxxxxxx>
- Re: [PATCH 2.6.32.12] KVM: remove unused load_segment_descriptor_to_kvm_desct
- From: Greg KH <gregkh@xxxxxxx>
- Re: [PATCH 2.6.32.12] KVM: remove unused load_segment_descriptor_to_kvm_desct
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- Re: [PATCH] KVM: Fix mmu shrinker error
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- Re: [PATCH 2.6.32.12] KVM: remove unused load_segment_descriptor_to_kvm_desct
- From: Greg KH <gregkh@xxxxxxx>
- Re: [PATCH 09/10] kvm: port qemu-kvm's bitmap scanning
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- Re: [PATCH 10/10] introduce qemu_ram_map
- From: Cam Macdonell <cam@xxxxxxxxxxxxxx>
- Re: [PATCH 10/10] introduce qemu_ram_map
- From: Cam Macdonell <cam@xxxxxxxxxxxxxx>
- [PATCH 2.6.32.12] KVM: remove unused load_segment_descriptor_to_kvm_desct
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- Re: KVM call agenda for Apr 27
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- Re: [Qemu-devel] Re: KVM call agenda for Apr 27
- From: Anthony Liguori <anthony@xxxxxxxxxxxxx>
- Re: [Qemu-devel] Re: KVM call agenda for Apr 27
- From: Kevin Wolf <kwolf@xxxxxxxxxx>
- Re: [PATCH 16/22] KVM: MMU: Track page fault data in struct vcpu
- From: Joerg Roedel <joerg.roedel@xxxxxxx>
- Re: [Qemu-devel] Re: KVM call agenda for Apr 27
- From: Anthony Liguori <anthony@xxxxxxxxxxxxx>
- Re: [PATCH 1/1] KVM: x86: avoid unnecessary bitmap allocation when memslot is clean
- From: Takuya Yoshikawa <yoshikawa.takuya@xxxxxxxxxxxxx>
- Re: [Qemu-devel] Re: KVM call agenda for Apr 27
- From: Kevin Wolf <kwolf@xxxxxxxxxx>
- Re: [PATCH 4/6] export new cpuid KVM_CAP
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- Re: [PATCH 2/6] Add a global synchronization point for pvclock
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- Re: [PATCH 5/6] Try using new kvm clock msrs
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- Re: [PATCH 6/6] don't compute pvclock adjustments if we trust the tsc
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- Re: [PATCH 13/22] KVM: X86: Add kvm_read_guest_page_tdp function
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: KVM call agenda for Apr 27
- From: "Daniel P. Berrange" <berrange@xxxxxxxxxx>
- Re: [PATCH 16/22] KVM: MMU: Track page fault data in struct vcpu
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [PATCH 15/22] KVM: MMU: Introduce kvm_read_guest_page_x86()
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: KVM call agenda for Apr 27
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- Re: [PATCH 16/22] KVM: MMU: Track page fault data in struct vcpu
- From: Joerg Roedel <joerg.roedel@xxxxxxx>
- Re: [PATCH] KVM test: Add the missing blank for the extra params of balloon check
- From: Lucas Meneghel Rodrigues <lmr@xxxxxxxxxx>
- Re: [Qemu-devel] Re: KVM call agenda for Apr 27
- From: Anthony Liguori <anthony@xxxxxxxxxxxxx>
- Re: [PATCH 15/22] KVM: MMU: Introduce kvm_read_guest_page_x86()
- From: Joerg Roedel <joerg.roedel@xxxxxxx>
- Re: KVM call agenda for Apr 27
- From: Anthony Liguori <anthony@xxxxxxxxxxxxx>
- Re: [Qemu-devel] Re: KVM call agenda for Apr 27
- From: Kevin Wolf <kwolf@xxxxxxxxxx>
- Re: [PATCH 1/1] KVM: x86: avoid unnecessary bitmap allocation when memslot is clean
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: KVM call agenda for Apr 27
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- Re: KVM call agenda for Apr 27
- From: Anthony Liguori <anthony@xxxxxxxxxxxxx>
- Re: KVM call agenda for Apr 27
- From: "Daniel P. Berrange" <berrange@xxxxxxxxxx>
- Re: [PATCH 13/22] KVM: X86: Add kvm_read_guest_page_tdp function
- From: Joerg Roedel <joerg.roedel@xxxxxxx>
- Re: [Qemu-devel] Re: KVM call agenda for Apr 27
- From: Anthony Liguori <anthony@xxxxxxxxxxxxx>
- Re: KVM call agenda for Apr 27
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: KVM call agenda for Apr 27
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- Re: [PATCH 0/22] Nested Paging support for Nested SVM v2
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: KVM call agenda for Apr 27
- From: Anthony Liguori <anthony@xxxxxxxxxxxxx>
- Re: [qemu-kvm tests PATCH v2 2/3] qemu-kvm tests cleanup: adapt stringio test to kernel-mode run
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- Re: [PATCH RFC] KVM MMU: fix hashing for TDP and non-paging modes
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- Re: [PATCH 1/1] KVM: x86: avoid unnecessary bitmap allocation when memslot is clean
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- Re: [PATCH 20/22] KVM: SVM: Initialize Nested Nested MMU context on VMRUN
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: KVM call agenda for Apr 27
- From: Anthony Liguori <anthony@xxxxxxxxxxxxx>
- Re: [PATCH 16/22] KVM: MMU: Track page fault data in struct vcpu
- From: Avi Kivity <avi@xxxxxxxxxx>
- [qemu-kvm tests PATCH v2 3/3] qemu-kvm tests cleanup: Added printing for passing tests Also typo fix
- From: Naphtali Sprei <nsprei@xxxxxxxxxx>
- [qemu-kvm tests PATCH v2 2/3] qemu-kvm tests cleanup: adapt stringio test to kernel-mode run
- From: Naphtali Sprei <nsprei@xxxxxxxxxx>
- [qemu-kvm tests PATCH v2 1/3] qemu-kvm tests cleanup
- From: Naphtali Sprei <nsprei@xxxxxxxxxx>
- [qemu-kvm tests PATCH v2 0/3] qemu-kvm tests cleanup
- From: Naphtali Sprei <nsprei@xxxxxxxxxx>
- [PATCH 2/2] Add test for ljmp.
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- [PATCH 1/2] Test cmps between two IO locations.
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- Re: [PATCH 15/22] KVM: MMU: Introduce kvm_read_guest_page_x86()
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [PATCH 13/22] KVM: X86: Add kvm_read_guest_page_tdp function
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [PATCH 12/22] KVM: MMU: Implement nested gva_to_gpa functions
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [PATCH 11/22] KVM: MMU: Add infrastructure for two-level page walker
- From: Avi Kivity <avi@xxxxxxxxxx>
- [PATCH 08/23] KVM: x86 emulator: cleanup some direct calls into kvm to use existing callbacks
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- [PATCH 05/23] KVM: x86 emulator: handle "far address" source operand.
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- [PATCH 10/23] KVM: x86 emulator: make (get|set)_dr() callback return error if it fails
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- [PATCH 13/23] KVM: x86 emulator: x86_emulate_insn() return -1 only in case of emulation failure
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- [PATCH 06/23] KVM: x86 emulator: add (set|get)_dr callbacks to x86_emulate_ops
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- [PATCH 16/23] KVM: handle emulation failure case first.
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- [PATCH 18/23] KVM: x86 emulator: set RFLAGS outside x86 emulator code.
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- [PATCH 22/23] KVM: remove unneeded initialization.
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- [PATCH 19/23] KVM: x86 emulator: use shadowed register in emulate_sysexit()
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- [PATCH 17/23] KVM: x86 emulator: advance RIP outside x86 emulator code
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- [PATCH 15/23] KVM: do not inject #PF in (read|write)_emulated() callbacks
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- [PATCH 20/23] KVM: x86 exmulator: handle shadowed registers outside emulator.
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- [PATCH 21/23] KVM: x86 emulator: move interruptibility state tracking out of emulator
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- [PATCH 01/23] KVM: x86 emulator: introduce read cache.
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- [PATCH 23/23] KVM: x86 emulator: do not inject exception directly into vcpu
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- [PATCH 09/23] KVM: x86 emulator: make set_cr() callback return error if it fails
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- [PATCH 14/23] KVM: remove export of emulator_write_emulated().
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- [PATCH 07/23] KVM: x86 emulator: add (set|get)_msr callbacks to x86_emulate_ops
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- [PATCH 12/23] KVM: fill in run->mmio details in (read|write)_emulated function.
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- [PATCH 11/23] KVM: x86 emulator: fix X86EMUL_RETRY_INSTR and X86EMUL_CMPXCHG_FAILED values
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- [PATCH 02/23] KVM: x86 emulator: fix Move r/m16 to segment register decoding.
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- [PATCH 04/23] KVM: x86 emulator: cleanup nop emulation
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- [PATCH 00/23] next round of emulator cleanups
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- [PATCH 03/23] KVM: x86 emulator: cleanup xchg emulation.
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- Re: [PATCH 02/22] KVM: MMU: Make tdp_enabled a mmu-context parameter
- From: Avi Kivity <avi@xxxxxxxxxx>
- How the packet data reached the tap device?
- From: Liang YANG <brinewsor@xxxxxxxxx>
- Re: [PATCH] qemu-kvm: fix crash on reboot with vhost-net
- From: Juan Quintela <quintela@xxxxxxxxxx>
- Re: KVM call agenda for Apr 27
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- [PATCH 0/22] Nested Paging support for Nested SVM v2
- From: Joerg Roedel <joerg.roedel@xxxxxxx>
- [PATCH 09/22] KVM: MMU: Let is_rsvd_bits_set take mmu context instead of vcpu
- From: Joerg Roedel <joerg.roedel@xxxxxxx>
- [PATCH 11/22] KVM: MMU: Add infrastructure for two-level page walker
- From: Joerg Roedel <joerg.roedel@xxxxxxx>
- [PATCH 07/22] KVM: SVM: Implement MMU helper functions for Nested Nested Paging
- From: Joerg Roedel <joerg.roedel@xxxxxxx>
- [PATCH 15/22] KVM: MMU: Introduce kvm_read_guest_page_x86()
- From: Joerg Roedel <joerg.roedel@xxxxxxx>
- [PATCH 13/22] KVM: X86: Add kvm_read_guest_page_tdp function
- From: Joerg Roedel <joerg.roedel@xxxxxxx>
- [PATCH 01/22] KVM: MMU: Check for root_level instead of long mode
- From: Joerg Roedel <joerg.roedel@xxxxxxx>
- [PATCH 14/22] KVM: MMU: Make walk_addr_generic capable for two-level walking
- From: Joerg Roedel <joerg.roedel@xxxxxxx>
- [PATCH 20/22] KVM: SVM: Initialize Nested Nested MMU context on VMRUN
- From: Joerg Roedel <joerg.roedel@xxxxxxx>
- [PATCH 03/22] KVM: MMU: Make set_cr3 a function pointer in kvm_mmu
- From: Joerg Roedel <joerg.roedel@xxxxxxx>
- [PATCH 21/22] KVM: SVM: Report Nested Paging support to userspace
- From: Joerg Roedel <joerg.roedel@xxxxxxx>
- [PATCH 19/22] KVM: MMU: Introduce init_kvm_nested_mmu()
- From: Joerg Roedel <joerg.roedel@xxxxxxx>
- [PATCH 16/22] KVM: MMU: Track page fault data in struct vcpu
- From: Joerg Roedel <joerg.roedel@xxxxxxx>
- [PATCH 10/22] KVM: MMU: Introduce generic walk_addr function
- From: Joerg Roedel <joerg.roedel@xxxxxxx>
- [PATCH 17/22] KVM: MMU: Propagate the right fault back to the guest after gva_to_gpa
- From: Joerg Roedel <joerg.roedel@xxxxxxx>
- [PATCH 08/22] KVM: MMU: Change init_kvm_softmmu to take a context as parameter
- From: Joerg Roedel <joerg.roedel@xxxxxxx>
- [PATCH 02/22] KVM: MMU: Make tdp_enabled a mmu-context parameter
- From: Joerg Roedel <joerg.roedel@xxxxxxx>
- [PATCH 04/22] KVM: X86: Introduce a tdp_set_cr3 function
- From: Joerg Roedel <joerg.roedel@xxxxxxx>
- [PATCH 12/22] KVM: MMU: Implement nested gva_to_gpa functions
- From: Joerg Roedel <joerg.roedel@xxxxxxx>
- [PATCH 06/22] KVM: MMU: Introduce inject_page_fault function pointer
- From: Joerg Roedel <joerg.roedel@xxxxxxx>
- [PATCH 05/22] KVM: MMU: Introduce get_cr3 function pointer
- From: Joerg Roedel <joerg.roedel@xxxxxxx>
- [PATCH 22/22] KVM: SVM: Expect two more candiates for exit_int_info
- From: Joerg Roedel <joerg.roedel@xxxxxxx>
- [PATCH 18/22] KVM: X86: Propagate fetch faults
- From: Joerg Roedel <joerg.roedel@xxxxxxx>
- apparent key mapping error for usb keyboard
- From: Michael Tokarev <mjt@xxxxxxxxxx>
- Re: KVM call agenda for Apr 27
- From: Kevin Wolf <kwolf@xxxxxxxxxx>
- Re: [PATCH 2/2] KVM, Fix QEMU-KVM is killed by guest SRAO MCE
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: KVM call agenda for Apr 27
- From: Dor Laor <dlaor@xxxxxxxxxx>
- Re: KVM call agenda for Apr 27
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: Jumbo frames with virtio net
- From: carlopmart <carlopmart@xxxxxxxxx>
- Re: [PATCH 2/2] KVM, Fix QEMU-KVM is killed by guest SRAO MCE
- From: Huang Ying <ying.huang@xxxxxxxxx>
- Re: KVM call agenda for Apr 27
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: KVM call agenda for Apr 27
- From: Kevin Wolf <kwolf@xxxxxxxxxx>
- [ANNOUNCE] kvm-kmod-2.6.32.12 & kvm-kmod-2.6.33.3
- From: Jan Kiszka <jan.kiszka@xxxxxxxxxxx>
- Re: KVM call agenda for Apr 27
- From: Dor Laor <dlaor@xxxxxxxxxx>
- Re: KVM call agenda for Apr 27
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [Qemu-devel] Re: KVM call agenda for Apr 27
- From: Kevin Wolf <kwolf@xxxxxxxxxx>
- Re: KVM call agenda for Apr 27
- From: Dor Laor <dlaor@xxxxxxxxxx>
- Re: KVM call agenda for Apr 27
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: 2.6.32.12: Build warning due to 78ce64a384 / missing in 2.6.33?
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- Re: 2.6.32.12: Build warning due to 78ce64a384 / missing in 2.6.33?
- From: Avi Kivity <avi@xxxxxxxxxx>
- [PATCH] KVM test: Add the missing blank for the extra params of balloon check
- From: Jason Wang <jasowang@xxxxxxxxxx>
- [PATCH] Ignore SRAO MCE if another MCE is being processed
- From: Huang Ying <ying.huang@xxxxxxxxx>
- Re: 2.6.32.12: Build warning due to 78ce64a384 / missing in 2.6.33?
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- Re: [PATCH 09/10] kvm: port qemu-kvm's bitmap scanning
- From: Yoshiaki Tamura <tamura.yoshiaki@xxxxxxxxxxxxx>
- Re: [Qemu-devel] Re: KVM call agenda for Apr 27
- From: Aurelien Jarno <aurelien@xxxxxxxxxxx>
- [PATCH] KVM: Fix mmu shrinker error
- From: Gui Jianfeng <guijianfeng@xxxxxxxxxxxxxx>
- Re: [PATCH 0/6] pvclock fixes
- From: Zachary Amsden <zamsden@xxxxxxxxxx>
- GSoC: Accepted students announced
- From: Luiz Capitulino <lcapitulino@xxxxxxxxxx>
- Re: [Qemu-devel] Re: KVM call agenda for Apr 27
- From: Luiz Capitulino <lcapitulino@xxxxxxxxxx>
- Re: [PATCH RFC] KVM MMU: fix hashing for TDP and non-paging modes
- From: Eric Northup <digitaleric@xxxxxxxxxx>
- Re: KVM call agenda for Apr 27
- From: Anthony Liguori <anthony@xxxxxxxxxxxxx>
- Re: [PATCH] KVM: Minor MMU documentation edits
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- Re: KVM call agenda for Apr 27
- From: Chris Wright <chrisw@xxxxxxxxxx>
- Re: [PATCH RFC] KVM MMU: fix hashing for TDP and non-paging modes
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- Re: [PATCH v6] Add mergeable rx buffer support to vhost_net
- From: "Michael S. Tsirkin" <mst@xxxxxxxxxx>
- Re: [Qemu-devel] Re: [PATCH 10/10] introduce qemu_ram_map
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- Re: [PATCH RFC] KVM MMU: fix hashing for TDP and non-paging modes
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- [PATCH v6] Add mergeable rx buffer support to vhost_net
- From: David L Stevens <dlstevens@xxxxxxxxxx>
- Re: [RFC][PATCH v4 01/18] Add a new struct for device to manipulate external buffer.
- From: Andy Fleming <afleming@xxxxxxxxx>
- Re: [Qemu-devel] Re: [PATCH 10/10] introduce qemu_ram_map
- From: Anthony Liguori <anthony@xxxxxxxxxxxxx>
- Re: [PATCH 10/10] introduce qemu_ram_map
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- Re: [PATCH] KVM: Document KVM_GET_MP_STATE and KVM_SET_MP_STATE
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- Re: [PATCH 10/10] introduce qemu_ram_map
- From: Anthony Liguori <anthony@xxxxxxxxxxxxx>
- Re: [PATCH 10/10] introduce qemu_ram_map
- From: Anthony Liguori <anthony@xxxxxxxxxxxxx>
- Re: [PATCH 10/10] introduce qemu_ram_map
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- Re: [PATCH 10/10] introduce qemu_ram_map
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- Re: [PATCH 1/6] Enable pvclock flags in vcpu_time_info structure
- From: Glauber Costa <glommer@xxxxxxxxxx>
- Re: [PATCH 10/10] introduce qemu_ram_map
- From: Anthony Liguori <anthony@xxxxxxxxxxxxx>
- Re: [PATCH 10/10] introduce qemu_ram_map
- From: Anthony Liguori <anthony@xxxxxxxxxxxxx>
- Re: [PATCH 1/6] Enable pvclock flags in vcpu_time_info structure
- From: Jeremy Fitzhardinge <jeremy@xxxxxxxx>
- [PATCH 03/10] kvm: handle internal error
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- [PATCH 05/10] kvm_init_vcpu requires global lock held
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- [PATCH 02/10] target-i386: print EFER in cpu_dump_state
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- [PATCH 10/10] introduce qemu_ram_map
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- [PATCH 07/10] vga: fix typo in length passed to kvm_log_stop
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- [PATCH 00/10] [PULL] qemu-kvm.git uq/master queue
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- [PATCH 04/10] kvm: allow qemu to set EPT identity mapping address
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- [PATCH 01/10] KVM: x86: Add debug register saving and restoring
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- [PATCH 09/10] kvm: port qemu-kvm's bitmap scanning
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- [PATCH 06/10] kvm: remove explicit kvm_arch_reset_vcpu from kvm_init_vcpu
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- [PATCH 08/10] introduce leul_to_cpu
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- 2.6.32.12: Build warning due to 78ce64a384 / missing in 2.6.33?
- From: Jan Kiszka <jan.kiszka@xxxxxx>
- Re: [PATCH 2/3] KVM MMU: fix sp->unsync type error in trace event definition.
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- [PATCH 3/6] change msr numbers for kvmclock
- From: Glauber Costa <glommer@xxxxxxxxxx>
- [PATCH 4/6] export new cpuid KVM_CAP
- From: Glauber Costa <glommer@xxxxxxxxxx>
- Re: KVM call agenda for Apr 27
- From: Anthony Liguori <anthony@xxxxxxxxxxxxx>
- [PATCH 5/6] Try using new kvm clock msrs
- From: Glauber Costa <glommer@xxxxxxxxxx>
- [PATCH 2/6] Add a global synchronization point for pvclock
- From: Glauber Costa <glommer@xxxxxxxxxx>
- [PATCH 0/6] pvclock fixes
- From: Glauber Costa <glommer@xxxxxxxxxx>
- [PATCH 6/6] don't compute pvclock adjustments if we trust the tsc
- From: Glauber Costa <glommer@xxxxxxxxxx>
- [PATCH 1/6] Enable pvclock flags in vcpu_time_info structure
- From: Glauber Costa <glommer@xxxxxxxxxx>
- Re: [PATCH 1/3 v2] KVM MMU: make kvm_mmu_zap_page() return the number of zapped sp in total.
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- KVM call agenda for Apr 27
- From: Chris Wright <chrisw@xxxxxxxxxx>
- Re: [PATCH] document boot option to -drive parameter
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- Re: Synchronized time with kvm_clock
- From: John Buswell <buswellj@xxxxxxxxxxxxxxxxxx>
- Re: Synchronized time with kvm_clock
- From: Athanasius <kvm@xxxxxxxxx>
- Re: Synchronized time with kvm_clock
- From: John Buswell <buswellj@xxxxxxxxxxxxxxxxxx>
- Jumbo frames with virtio net
- From: carlopmart <carlopmart@xxxxxxxxx>
- Re: [uq/master patch 2/5] kvm: add logging count to slots
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- [PATCH] qemu-kvm: fix crash on reboot with vhost-net
- From: "Michael S. Tsirkin" <mst@xxxxxxxxxx>
- Re: KVM_SET_MP_STATE is undocumented
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: Networking - Static NATs
- From: Anthony Davis <tony@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: Networking - Static NATs
- From: Javier Guerra Giraldez <javier@xxxxxxxxxxx>
- Networking - Static NATs
- From: Anthony Davis <tony@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH 00/20] Kemari for KVM v0.1
- From: Yoshiaki Tamura <tamura.yoshiaki@xxxxxxxxxxxxx>
- Re: [Qemu-devel] [RFC PATCH 00/20] Kemari for KVM v0.1
- From: Yoshiaki Tamura <tamura.yoshiaki@xxxxxxxxxxxxx>
- Re: [RFC PATCH 05/20] Introduce put_vector() and get_vector to QEMUFile and qemu_fopen_ops().
- From: Yoshiaki Tamura <tamura.yoshiaki@xxxxxxxxxxxxx>
- Re: [RFC PATCH 07/20] Introduce qemu_put_vector() and qemu_put_vector_prepare() to use put_vector() in QEMUFile.
- From: Yoshiaki Tamura <tamura.yoshiaki@xxxxxxxxxxxxx>
- Re: [RFC PATCH 04/20] Make QEMUFile buf expandable, and introduce qemu_realloc_buffer() and qemu_clear_buffer().
- From: Yoshiaki Tamura <tamura.yoshiaki@xxxxxxxxxxxxx>
- Synchronized time with kvm_clock
- From: Alex Hermann <alex@xxxxxxxxxx>
- [PATCH 3/3] KVM test: Remove the duplicated KERNEL paramters in the pxe configuration file
- From: Jason Wang <jasowang@xxxxxxxxxx>
- [PATCH 2/3] KVM test: Create ksm scanner through pre_command
- From: Jason Wang <jasowang@xxxxxxxxxx>
- [PATCH 1/3] KVM test: Use customized command to get the version of kvm and its
- From: Jason Wang <jasowang@xxxxxxxxxx>
- Re: Synchronized time with kvm_clock
- From: Alex Hermann <alex@xxxxxxxxxx>
- [PATCH 9/9] KVM test: Redirect the console to serial for all linux guests
- From: Jason Wang <jasowang@xxxxxxxxxx>
- [PATCH 8/9] KVM test: Create the background threads before calling process()
- From: Jason Wang <jasowang@xxxxxxxxxx>
- [PATCH 7/9] KVM test: Introduce the local_login()
- From: Jason Wang <jasowang@xxxxxxxxxx>
- [PATCH 6/9] KVM test: Raise error when met unknown type in kvm_vm.remote_login().
- From: Jason Wang <jasowang@xxxxxxxxxx>
- [PATCH 5/9] KVM test: Log the content from guest serial console
- From: Jason Wang <jasowang@xxxxxxxxxx>
- [PATCH 4/9] KVM test: Redirect the serial to the unix domain socket
- From: Jason Wang <jasowang@xxxxxxxxxx>
- [PATCH 3/9] KVM test: Make the login re suitable for serial console
- From: Jason Wang <jasowang@xxxxxxxxxx>
- [PATCH 2/9] KVM test: Add the ability to send the username in remote_login()
- From: Jason Wang <jasowang@xxxxxxxxxx>
- [PATCH 1/9] KVM test: Introduce the prompt assist
- From: Jason Wang <jasowang@xxxxxxxxxx>
- [PATCH 0/9] Make use of the redirection of guest serial
- From: Jason Wang <jasowang@xxxxxxxxxx>
- [PATCH 1/1] KVM: x86: avoid unnecessary bitmap allocation when memslot is clean
- From: Takuya Yoshikawa <yoshikawa.takuya@xxxxxxxxxxxxx>
- [PATCH 0/1] KVM: x86: avoid unnecessary bitmap allocation when memslot is clean
- From: Takuya Yoshikawa <yoshikawa.takuya@xxxxxxxxxxxxx>
- Re: [PATCH RFC] KVM MMU: fix hashing for TDP and non-paging modes
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [PATCH 0/5] mmu root page cleanups
- From: Avi Kivity <avi@xxxxxxxxxx>
- [PATCH] KVM: Minor MMU documentation edits
- From: Avi Kivity <avi@xxxxxxxxxx>
- [PATCH 5/5] KVM: MMU: Fix check for cr3 outside guest memory
- From: Avi Kivity <avi@xxxxxxxxxx>
- [PATCH 4/5] KVM: MMU: Use correct root gfn for direct maps
- From: Avi Kivity <avi@xxxxxxxxxx>
- [PATCH 3/5] KVM: MMU: Unify 32-pae and single-root mmu setup
- From: Avi Kivity <avi@xxxxxxxxxx>
- [PATCH 1/5] KVM: MMU: Rearrange struct kvm_mmu_page
- From: Avi Kivity <avi@xxxxxxxxxx>
- [PATCH 2/5] KVM: MMU: use 16 bits for root_count
- From: Avi Kivity <avi@xxxxxxxxxx>
- [PATCH 0/5] mmu root page cleanups
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: KVM_SET_MP_STATE is undocumented
- From: Pekka Enberg <penberg@xxxxxxxxxxxxxx>
- Re: [PATCH v2 1/10] KVM MMU: fix for calculating gpa in invlpg code
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: VIA Nano support
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [PATCH V5 1/3] perf & kvm: Enhance perf to collect KVM guest os statistics from host side
- From: "Zhang, Yanmin" <yanmin_zhang@xxxxxxxxxxxxxxx>
- Re: [PATCH v2 6/10] KVM MMU: don't write-protect if have new mapping to unsync page
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: KVM Page Fault Question
- From: Marek Olszewski <mareko@xxxxxxxxxxxxx>
- Re: [uq/master patch 2/5] kvm: add logging count to slots
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [PATCH v2 6/10] KVM MMU: don't write-protect if have new mapping to unsync page
- From: Xiao Guangrong <xiaoguangrong@xxxxxxxxxxxxxx>
- Re: [PATCH v2 9/10] KVM MMU: separate invlpg code form kvm_mmu_pte_write()
- From: Xiao Guangrong <xiaoguangrong@xxxxxxxxxxxxxx>
- Re: [PATCH v2 5/10] KVM MMU: split kvm_sync_page() function
- From: Xiao Guangrong <xiaoguangrong@xxxxxxxxxxxxxx>
- Re: [PATCH v2 1/10] KVM MMU: fix for calculating gpa in invlpg code
- From: Xiao Guangrong <xiaoguangrong@xxxxxxxxxxxxxx>
- VIA Nano support
- From: Rusty Burchfield <gicodewarrior@xxxxxxxxx>
- Re: [Qemu-devel] [RFC PATCH 00/20] Kemari for KVM v0.1
- From: Dor Laor <dlaor@xxxxxxxxxx>
- Re: [uq/master patch 2/5] kvm: add logging count to slots
- From: Jan Kiszka <jan.kiszka@xxxxxx>
- Re: Mount and unmount CD Bug reporting
- From: "David S. Ahern" <daahern@xxxxxxxxx>
- Re: [uq/master patch 2/5] kvm: add logging count to slots
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [uq/master patch 2/5] kvm: add logging count to slots
- From: Jan Kiszka <jan.kiszka@xxxxxx>
- Re: [uq/master patch 2/5] kvm: add logging count to slots
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [uq/master patch 2/5] kvm: add logging count to slots
- From: Jan Kiszka <jan.kiszka@xxxxxx>
- Re: [uq/master patch 2/5] kvm: add logging count to slots
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [uq/master patch 2/5] kvm: add logging count to slots
- From: Jan Kiszka <jan.kiszka@xxxxxx>
- Re: [uq/master patch 2/5] kvm: add logging count to slots
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [uq/master patch 2/5] kvm: add logging count to slots
- From: Jan Kiszka <jan.kiszka@xxxxxx>
- Re: [PATCH] block: Free iovec arrays allocated by multiwrite_merge()
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [PATCH] block: Free iovec arrays allocated by multiwrite_merge()
- From: Stefan Hajnoczi <stefanha@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH] KVM: Document KVM_GET_MP_STATE and KVM_SET_MP_STATE
- From: Pekka Enberg <penberg@xxxxxxxxxxxxxx>
- Re: KVM_SET_MP_STATE is undocumented
- From: Avi Kivity <avi@xxxxxxxxxx>
- [PATCH] KVM: Document KVM_GET_MP_STATE and KVM_SET_MP_STATE
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [PATCH] block: Free iovec arrays allocated by multiwrite_merge()
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [uq/master patch 0/5] prepare for qemu-kvm's usage of upstream memslot code
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [uq/master patch 2/5] kvm: add logging count to slots
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [RFC][PATCH v4 00/18] Provide a zero-copy method on KVM virtio-net.
- From: "Michael S. Tsirkin" <mst@xxxxxxxxxx>
- Re: [RFC][PATCH v4 00/18] Provide a zero-copy method on KVM virtio-net.
- From: "Michael S. Tsirkin" <mst@xxxxxxxxxx>
- Re: [PATCH v2 6/10] KVM MMU: don't write-protect if have new mapping to unsync page
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [PATCH v2 9/10] KVM MMU: separate invlpg code form kvm_mmu_pte_write()
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [RFC][PATCH v4 00/18] Provide a zero-copy method on KVM virtio-net.
- From: David Miller <davem@xxxxxxxxxxxxx>
- Re: [RFC][PATCH v4 05/18] Add a function to indicate if device use external buffer.
- From: David Miller <davem@xxxxxxxxxxxxx>
- Re: [RFC][PATCH v4 05/18] Add a function to indicate if device use external buffer.
- From: David Miller <davem@xxxxxxxxxxxxx>
- Re: [PATCH v2 5/10] KVM MMU: split kvm_sync_page() function
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [PATCH v2 1/10] KVM MMU: fix for calculating gpa in invlpg code
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [RFC][PATCH v4 05/18] Add a function to indicate if device use external buffer.
- From: Changli Gao <xiaosuo@xxxxxxxxx>
- Re: [RFC][PATCH v4 05/18] Add a function to indicate if device use external buffer.
- From: Changli Gao <xiaosuo@xxxxxxxxx>
- [RFC][PATCH v4 05/18] Add a function to indicate if device use external buffer.
- From: xiaohui.xin@xxxxxxxxx
- [RFC][PATCH v4 04/18] Add a function make external buffer owner to query capability.
- From: xiaohui.xin@xxxxxxxxx
- [RFC][PATCH v4 02/18] Export 2 func for device to assign/dassign new structure.
- From: xiaohui.xin@xxxxxxxxx
- [RFC][PATCH v4 15/18] Manipulate external buffers in mp device.
- From: xiaohui.xin@xxxxxxxxx
- [RFC][PATCH v4 17/18] Add a kconfig entry and make entry for mp device.
- From: xiaohui.xin@xxxxxxxxx
- [RFC][PATCH v4 12/18] To skip GRO if buffer is external.
- From: xiaohui.xin@xxxxxxxxx
- [RFC][PATCH v4 16/18] Export proto_ops to vhost-net driver.
- From: xiaohui.xin@xxxxxxxxx
- [RFC][PATCH v4 14/18] Add basic func and special ioctl to mp device.
- From: xiaohui.xin@xxxxxxxxx
- [RFC][PATCH v4 13/18] Add header file for mp device.
- From: xiaohui.xin@xxxxxxxxx
- [RFC][PATCH v4 09/18] Don't do skb recycle, if device use external buffer.
- From: xiaohui.xin@xxxxxxxxx
- [RFC][PATCH v4 06/18] Add interface to get external buffers.
- From: xiaohui.xin@xxxxxxxxx
- [RFC][PATCH v4 08/18] Ignore skb_reserve() when device is using external buffer.
- From: xiaohui.xin@xxxxxxxxx
- [RFC][PATCH v4 07/18] Make __alloc_skb() to get external buffer.
- From: xiaohui.xin@xxxxxxxxx
- [RFC][PATCH v4 11/18] Add a hook to intercept external buffers from NIC driver.
- From: xiaohui.xin@xxxxxxxxx
- [RFC][PATCH v4 10/18] Use callback to deal with skb_release_data() specially.
- From: xiaohui.xin@xxxxxxxxx
- [RFC][PATCH v4 18/18] Provides multiple submits and async notifications
- From: xiaohui.xin@xxxxxxxxx
- [RFC][PATCH v4 00/18] Provide a zero-copy method on KVM virtio-net.
- From: xiaohui.xin@xxxxxxxxx
- [RFC][PATCH v4 03/18] Add a ndo_mp_port_prep pointer to net_device_ops.
- From: xiaohui.xin@xxxxxxxxx
- [RFC][PATCH v4 01/18] Add a new struct for device to manipulate external buffer.
- From: xiaohui.xin@xxxxxxxxx
- Re: [PATCH 0/8] More fixes for nested svm
- From: Avi Kivity <avi@xxxxxxxxxx>
- [PATCH v2 10/10] KVM MMU: optimize sync/update unsync-page
- From: Xiao Guangrong <xiaoguangrong@xxxxxxxxxxxxxx>
- [PATCH v2 9/10] KVM MMU: separate invlpg code form kvm_mmu_pte_write()
- From: Xiao Guangrong <xiaoguangrong@xxxxxxxxxxxxxx>
- [PATCH v2 8/10] KVM MMU: allow more page become unsync at getting sp time
- From: Xiao Guangrong <xiaoguangrong@xxxxxxxxxxxxxx>
- [PATCH v2 7/10] KVM MMU: allow more page become unsync at gfn mapping time
- From: Xiao Guangrong <xiaoguangrong@xxxxxxxxxxxxxx>
- [PATCH v2 6/10] KVM MMU: don't write-protect if have new mapping to unsync page
- From: Xiao Guangrong <xiaoguangrong@xxxxxxxxxxxxxx>
- [PATCH v2 5/10] KVM MMU: split kvm_sync_page() function
- From: Xiao Guangrong <xiaoguangrong@xxxxxxxxxxxxxx>
- [PATCH v2 1/10] KVM MMU: fix for calculating gpa in invlpg code
- From: Xiao Guangrong <xiaoguangrong@xxxxxxxxxxxxxx>
- [PATCH v2 4/10] KVM MMU: cleanup invlpg code
- From: Xiao Guangrong <xiaoguangrong@xxxxxxxxxxxxxx>
- [PATCH v2 3/10] KVM MMU: move unsync/sync tracpoints to proper place
- From: Xiao Guangrong <xiaoguangrong@xxxxxxxxxxxxxx>
- [PATCH v2 2/10] KVM MMU: convert mmu tracepoints
- From: Xiao Guangrong <xiaoguangrong@xxxxxxxxxxxxxx>
- [PATCH v2 0/10] KVM MMU: allow more shadow pages become asynchronous
- From: Xiao Guangrong <xiaoguangrong@xxxxxxxxxxxxxx>
- RE: KVM warning about uncertified CPU for SMP for AMD model 2, stepping 3
- From: Yuhong Bao <yuhongbao_386@xxxxxxxxxxx>
- Re: [RFC][PATCH v3 2/3] Provides multiple submits and asynchronous notifications.
- From: "Michael S. Tsirkin" <mst@xxxxxxxxxx>
- Re: [PATCHv5] add mergeable receiver buffers support to vhost
- From: "Michael S. Tsirkin" <mst@xxxxxxxxxx>
- Re: RHEL5.5, 32-bit VM repeatedly locks up due to kvmclock
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [PATCH 1/5] Add a global synchronization point for pvclock
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [PATCH 1/5] Add a global synchronization point for pvclock
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [PATCH v4] Shared memory uio_pci driver
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [uq/master patch 2/5] kvm: add logging count to slots
- From: Jan Kiszka <jan.kiszka@xxxxxx>
- Re: RHEL5.5, 32-bit VM repeatedly locks up due to kvmclock
- From: "David S. Ahern" <daahern@xxxxxxxxx>
- Re: RHEL5.5, 32-bit VM repeatedly locks up due to kvmclock
- From: "BRUNO CESAR RIBAS" <ribas@xxxxxxxxxxxx>
- Re: RHEL5.5, 32-bit VM repeatedly locks up due to kvmclock
- From: "David S. Ahern" <daahern@xxxxxxxxx>
- Re: [PATCH 1/5] Add a global synchronization point for pvclock
- From: Zachary Amsden <zamsden@xxxxxxxxxx>
- Re: RHEL5.5, 32-bit VM repeatedly locks up due to kvmclock
- From: Zachary Amsden <zamsden@xxxxxxxxxx>
- Re: [PATCH 1/5] Add a global synchronization point for pvclock
- From: Jeremy Fitzhardinge <jeremy@xxxxxxxx>
- Re: [PATCH 1/5] Add a global synchronization point for pvclock
- From: Zachary Amsden <zamsden@xxxxxxxxxx>
- Re: RHEL5.5, 32-bit VM repeatedly locks up due to kvmclock
- From: Brian Jackson <iggy@xxxxxxxxxxx>
- questions about implementing a zero-copy solution to transfer data between VMs
- From: JinShan Xiong <jinshan.xiong@xxxxxxxxx>
- Don't confine mouse on grab
- From: Harald Braumann <harry@xxxxxxxxxx>
- [PATCHv5] add mergeable receiver buffers support to vhost
- From: David L Stevens <dlstevens@xxxxxxxxxx>
- Re: [PATCH 1/5] Add a global synchronization point for pvclock
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: PXE Boot Timeout Issue...
- From: Stefan Hajnoczi <stefanha@xxxxxxxxx>
- Re: [PATCH 1/5] Add a global synchronization point for pvclock
- From: Jeremy Fitzhardinge <jeremy@xxxxxxxx>
- Re: [PATCH 0/8] More fixes for nested svm
- From: Alexander Graf <agraf@xxxxxxx>
- Re: [PATCH 1/8] KVM: SVM: Fix nested nmi handling
- From: Alexander Graf <agraf@xxxxxxx>
- Re: Mount and unmount CD
- From: "David S. Ahern" <daahern@xxxxxxxxx>
- Re: Mount and unmount CD
- From: "David S. Ahern" <daahern@xxxxxxxxx>
- Re: [PATCH v4] Shared memory uio_pci driver
- From: Cam Macdonell <cam@xxxxxxxxxxxxxx>
- Re: PXE Boot Timeout Issue...
- From: Stuart Sheldon <stu@xxxxxxxxxx>
- Re: PXE Boot Timeout Issue...
- From: Jim Paris <jim@xxxxxxxx>
- KVM: convert ioapic lock to spinlock
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- [uq/master patch 4/5] kvm: port qemu-kvm's bitmap scanning
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- [uq/master patch 0/5] prepare for qemu-kvm's usage of upstream memslot code
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- [uq/master patch 5/5] introduce qemu_ram_map
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- [uq/master patch 3/5] introduce leul_to_cpu
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- [uq/master patch 2/5] kvm: add logging count to slots
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- [uq/master patch 1/5] vga: fix typo in length passed to kvm_log_stop
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- RHEL5.5, 32-bit VM repeatedly locks up due to kvmclock
- From: "David S. Ahern" <daahern@xxxxxxxxx>
- Re: PXE Boot Timeout Issue...
- From: Stuart Sheldon <stu@xxxxxxxxxx>
- Mount and unmount CD
- From: Matt Burkhardt <mlb@xxxxxxxxxxxxxxxxx>
- Re: [Qemu-devel] [RFC PATCH 00/20] Kemari for KVM v0.1
- From: Jamie Lokier <jamie@xxxxxxxxxxxxx>
- Re: [PATCH 1/8] KVM: SVM: Fix nested nmi handling
- From: Joerg Roedel <joerg.roedel@xxxxxxx>
- kvm apparently still has issues with blockdev >1Tb
- From: Michael Tokarev <mjt@xxxxxxxxxx>
- Re: [PATCH 1/8] KVM: SVM: Fix nested nmi handling
- From: Alexander Graf <agraf@xxxxxxx>
- Re: [PATCH 7/8] KVM: x86: Allow marking an exception as reinjected
- From: Alexander Graf <agraf@xxxxxxx>
- Re: [PATCH 1/8] KVM: SVM: Fix nested nmi handling
- From: Joerg Roedel <joerg.roedel@xxxxxxx>
- Re: [PATCH 8/8] KVM: SVM: Handle MCE intercepts always on host level
- From: Joerg Roedel <joerg.roedel@xxxxxxx>
- Re: [PATCH 7/8] KVM: x86: Allow marking an exception as reinjected
- From: Joerg Roedel <joerg.roedel@xxxxxxx>
- Re: [PATCH 1/8] KVM: SVM: Fix nested nmi handling
- From: Alexander Graf <agraf@xxxxxxx>
- Re: [PATCH 1/8] KVM: SVM: Fix nested nmi handling
- From: Joerg Roedel <joerg.roedel@xxxxxxx>
- Re: [PATCH 6/8] KVM: SVM: Report emulated SVM features to userspace
- From: Joerg Roedel <joerg.roedel@xxxxxxx>
- Re: [PATCH 3/8] KVM: SVM: Sync cr0 and cr3 to kvm state before nested handling
- From: Alexander Graf <agraf@xxxxxxx>
- Re: [PATCH 1/8] KVM: SVM: Fix nested nmi handling
- From: Alexander Graf <agraf@xxxxxxx>
- Re: [PATCH 3/8] KVM: SVM: Sync cr0 and cr3 to kvm state before nested handling
- From: Joerg Roedel <joerg.roedel@xxxxxxx>
- Re: [PATCH 1/8] KVM: SVM: Fix nested nmi handling
- From: Joerg Roedel <joerg.roedel@xxxxxxx>
- Re: [PATCH 5/8] KVM: X86: Add callback to let modules decide over some supported cpuid bits
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [PATCH 8/8] KVM: SVM: Handle MCE intercepts always on host level
- From: Alexander Graf <agraf@xxxxxxx>
- Re: [PATCH 7/8] KVM: x86: Allow marking an exception as reinjected
- From: Alexander Graf <agraf@xxxxxxx>
- Re: [PATCH 6/8] KVM: SVM: Report emulated SVM features to userspace
- From: Alexander Graf <agraf@xxxxxxx>
- Re: [PATCH 5/8] KVM: X86: Add callback to let modules decide over some supported cpuid bits
- From: Alexander Graf <agraf@xxxxxxx>
- Re: [PATCH 4/8] KVM: SVM: Propagate nested entry failure into guest hypervisor
- From: Alexander Graf <agraf@xxxxxxx>
- Re: [PATCH 3/8] KVM: SVM: Sync cr0 and cr3 to kvm state before nested handling
- From: Alexander Graf <agraf@xxxxxxx>
- Re: [RFC PATCH 05/20] Introduce put_vector() and get_vector to QEMUFile and qemu_fopen_ops().
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [PATCH 0/8] More fixes for nested svm
- From: Alexander Graf <agraf@xxxxxxx>
- Re: [PATCH 1/8] KVM: SVM: Fix nested nmi handling
- From: Alexander Graf <agraf@xxxxxxx>
- Re: [PATCH 0/8] More fixes for nested svm
- From: Alexander Graf <agraf@xxxxxxx>
- Re: [UNTESTED] KVM: do not call kvm_set_irq from irq disabled section
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [PATCH 4/10] KVM MMU: Move invlpg code out of paging_tmpl.h
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [RFC PATCH 04/20] Make QEMUFile buf expandable, and introduce qemu_realloc_buffer() and qemu_clear_buffer().
- From: Anthony Liguori <aliguori@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH 4/10] KVM MMU: Move invlpg code out of paging_tmpl.h
- From: Xiao Guangrong <xiaoguangrong@xxxxxxxxxxxxxx>
- Re: [RFC PATCH 00/20] Kemari for KVM v0.1
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [RFC PATCH 07/20] Introduce qemu_put_vector() and qemu_put_vector_prepare() to use put_vector() in QEMUFile.
- From: Anthony Liguori <aliguori@xxxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH 05/20] Introduce put_vector() and get_vector to QEMUFile and qemu_fopen_ops().
- From: Anthony Liguori <aliguori@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH RFC v2 6/6] KVM: introduce a new API for getting dirty bitmaps
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [Qemu-devel] [RFC PATCH 00/20] Kemari for KVM v0.1
- From: Anthony Liguori <aliguori@xxxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH 04/20] Make QEMUFile buf expandable, and introduce qemu_realloc_buffer() and qemu_clear_buffer().
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [PATCH RFC v2 6/6] KVM: introduce a new API for getting dirty bitmaps
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [RFC PATCH 00/20] Kemari for KVM v0.1
- From: Anthony Liguori <aliguori@xxxxxxxxxxxxxxxxxx>
- Re: [UNTESTED] KVM: do not call kvm_set_irq from irq disabled section
- From: Chris Lalancette <clalance@xxxxxxxxxx>
- Re: [PATCH RFC v2 6/6] KVM: introduce a new API for getting dirty bitmaps
- From: Alexander Graf <agraf@xxxxxxx>
- Re: [PATCH RFC v2 6/6] KVM: introduce a new API for getting dirty bitmaps
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [PATCH RFC v2 6/6] KVM: introduce a new API for getting dirty bitmaps
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [PATCH RFC v2 6/6] KVM: introduce a new API for getting dirty bitmaps
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [PATCH RFC v2 6/6] KVM: introduce a new API for getting dirty bitmaps
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [PATCH RFC v2 6/6] KVM: introduce a new API for getting dirty bitmaps
- From: Alexander Graf <agraf@xxxxxxx>
- Re: [PATCH 1/10] KVM MMU: fix for calculating gpa in invlpg code
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [PATCH 8/10] KVM MMU: allow more page become unsync at getting sp time
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [PATCH 1/10] KVM MMU: fix for calculating gpa in invlpg code
- From: Xiao Guangrong <xiaoguangrong@xxxxxxxxxxxxxx>
- Re: [PATCH RFC v2 6/6] KVM: introduce a new API for getting dirty bitmaps
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [PATCH RFC v2 6/6] KVM: introduce a new API for getting dirty bitmaps
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [PATCH RFC v2 5/6] KVM: moving dirty bitmaps to user space
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [PATCH 4/10] KVM MMU: Move invlpg code out of paging_tmpl.h
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [PATCH 6/10] KVM MMU: don't write-protect if have new mapping to unsync page
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [PATCH RFC v2 5/6] KVM: moving dirty bitmaps to user space
- From: Yoshiaki Tamura <tamura.yoshiaki@xxxxxxxxxxxxx>
- Re: [PATCH 4/10] KVM MMU: Move invlpg code out of paging_tmpl.h
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [PATCH 1/10] KVM MMU: fix for calculating gpa in invlpg code
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [PATCH RFC v2 5/6] KVM: moving dirty bitmaps to user space
- From: Takuya Yoshikawa <yoshikawa.takuya@xxxxxxxxxxxxx>
- Re: [PATCH RFC] KVM MMU: fix hashing for TDP and non-paging modes
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [UNTESTED] KVM: do not call kvm_set_irq from irq disabled section
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [PATCH V5 1/3] perf & kvm: Enhance perf to collect KVM guest os statistics from host side
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [PATCH] KVM: no need to test bit before setting dirty bit these days
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [PATCH RFC v2 5/6] KVM: moving dirty bitmaps to user space
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [PATCH RFC v2 3/6] KVM: introduce a wrapper function to copy dirty bitmaps to user space
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [PATCH] KVM: Document mmu
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [PATCH] KVM: Document mmu
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [PATCH RFC v2 6/6] KVM: introduce a new API for getting dirty bitmaps
- From: Alexander Graf <agraf@xxxxxxx>
- Re: [PATCH RFC v2 6/6] KVM: introduce a new API for getting dirty bitmaps
- From: Fernando Luis Vázquez Cao <fernando@xxxxxxxxxxxxx>
- Re: [RFC PATCH 04/20] Make QEMUFile buf expandable, and introduce qemu_realloc_buffer() and qemu_clear_buffer().
- From: Yoshiaki Tamura <tamura.yoshiaki@xxxxxxxxxxxxx>
- Re: [RFC PATCH 04/20] Make QEMUFile buf expandable, and introduce qemu_realloc_buffer() and qemu_clear_buffer().
- From: Avi Kivity <avi@xxxxxxxxxx>
- Linux Plumbers Conference 2010 - call for tracks
- From: Jes Sorensen <Jes.Sorensen@xxxxxxxxxx>
- Re: [PATCH 1/5] Add a global synchronization point for pvclock
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: how to tweak kernel to get the best out of kvm?
- From: Alec Istomin <alec@xxxxxxxxxx>
- [PATCH] KVM: no need to test bit before setting dirty bit these days
- From: Takuya Yoshikawa <yoshikawa.takuya@xxxxxxxxxxxxx>
- Re: PXE Boot Timeout Issue...
- From: Stefan Hajnoczi <stefanha@xxxxxxxxx>
- Re: [PATCH 3/3] KVM MMU: Take sp level into account when calculating quadran
- From: Gui Jianfeng <guijianfeng@xxxxxxxxxxxxxx>
- Re: [Qemu-devel] [RFC PATCH 00/20] Kemari for KVM v0.1
- From: Fernando Luis Vázquez Cao <fernando@xxxxxxxxxxxxx>
- Re: [PATCH] KVM: Document mmu
- From: Gui Jianfeng <guijianfeng@xxxxxxxxxxxxxx>
- Re:[RFC][PATCH v3 2/3] Provides multiple submits and asynchronous notifications.
- From: xiaohui.xin@xxxxxxxxx
- [PATCH 1/3 v2] KVM MMU: make kvm_mmu_zap_page() return the number of zapped sp in total.
- From: Gui Jianfeng <guijianfeng@xxxxxxxxxxxxxx>
- Re: using ftrace with kvm
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- Re: [Qemu-devel] [RFC PATCH 00/20] Kemari for KVM v0.1
- From: Yoshiaki Tamura <tamura.yoshiaki@xxxxxxxxxxxxx>
- Re: [PATCH 1/3] KVM MMU: make kvm_mmu_zap_page() return the number of zapped sp in total.
- From: Gui Jianfeng <guijianfeng@xxxxxxxxxxxxxx>
- Re: [PATCH] KVM: Document mmu
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- Re: [RFC PATCH 19/20] Insert do_event_tap() to virtio-{blk, net}, comment out assert() on cpu_single_env temporally.
- From: Yoshiaki Tamura <tamura.yoshiaki@xxxxxxxxxxxxx>
- Re: [RFC PATCH 10/20] Introduce skip_header parameter to qemu_loadvm_state() so that it can be called iteratively without reading the header.
- From: Yoshiaki Tamura <tamura.yoshiaki@xxxxxxxxxxxxx>
- Re: [RFC PATCH 07/20] Introduce qemu_put_vector() and qemu_put_vector_prepare() to use put_vector() in QEMUFile.
- From: Yoshiaki Tamura <tamura.yoshiaki@xxxxxxxxxxxxx>
- Re: [PATCH 1/3] KVM MMU: make kvm_mmu_zap_page() return the number of zapped sp in total.
- From: Xiao Guangrong <xiaoguangrong@xxxxxxxxxxxxxx>
- Re: [PATCH 6/10] KVM MMU: don't write-protect if have new mapping to unsync page
- From: Xiao Guangrong <xiaoguangrong@xxxxxxxxxxxxxx>
- Re: [RFC PATCH 05/20] Introduce put_vector() and get_vector to QEMUFile and qemu_fopen_ops().
- From: Yoshiaki Tamura <tamura.yoshiaki@xxxxxxxxxxxxx>
- Re: [RFC PATCH 14/20] Upgrade QEMU_FILE_VERSION from 3 to 4, and introduce qemu_savevm_state_all().
- From: Yoshiaki Tamura <tamura.yoshiaki@xxxxxxxxxxxxx>
- Re: [RFC PATCH 15/20] Introduce FT mode support to configure.
- From: Yoshiaki Tamura <tamura.yoshiaki@xxxxxxxxxxxxx>
- Re: [RFC PATCH 01/20] Modify DIRTY_FLAG value and introduce DIRTY_IDX to use as indexes of bit-based phys_ram_dirty.
- From: Yoshiaki Tamura <tamura.yoshiaki@xxxxxxxxxxxxx>
- Re: [Qemu-devel] [RFC PATCH 00/20] Kemari for KVM v0.1
- From: Yoshiaki Tamura <tamura.yoshiaki@xxxxxxxxxxxxx>
- [RFC PATCH] asm-generic: bitops: introduce le bit offset macro
- From: Takuya Yoshikawa <yoshikawa.takuya@xxxxxxxxxxxxx>
- Re: [PATCH 1/5] Add a global synchronization point for pvclock
- From: Zachary Amsden <zamsden@xxxxxxxxxx>
- PXE Boot Timeout Issue...
- From: Stuart Sheldon <stu@xxxxxxxxxx>
- Re: [RFC PATCH 00/20] Kemari for KVM v0.1
- From: Yoshiaki Tamura <tamura.yoshiaki@xxxxxxxxxxxxx>
- Re: [Qemu-devel] [RFC PATCH 00/20] Kemari for KVM v0.1
- From: Yoshiaki Tamura <tamura.yoshiaki@xxxxxxxxxxxxx>
- Re: [PATCH RFC v2 6/6] KVM: introduce a new API for getting dirty bitmaps
- From: Alexander Graf <agraf@xxxxxxx>
- Re: using ftrace with kvm
- From: Manish Regmi <regmi.manish@xxxxxxxxx>
- [PATCH RFC] KVM MMU: fix hashing for TDP and non-paging modes
- From: Eric Northup <digitaleric@xxxxxxxxxx>
- using ftrace with kvm
- From: "David S. Ahern" <daahern@xxxxxxxxx>
- Re: [Qemu-devel] [RFC PATCH 00/20] Kemari for KVM v0.1
- From: Dor Laor <dlaor@xxxxxxxxxx>
- Re: [Qemu-devel] [RFC PATCH 00/20] Kemari for KVM v0.1
- From: Anthony Liguori <anthony@xxxxxxxxxxxxx>
- Re: [UNTESTED] KVM: do not call kvm_set_irq from irq disabled section
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- Re: [RFC PATCH 05/20] Introduce put_vector() and get_vector to QEMUFile and qemu_fopen_ops().
- From: Anthony Liguori <aliguori@xxxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH 00/20] Kemari for KVM v0.1
- From: Anthony Liguori <aliguori@xxxxxxxxxxxxxxxxxx>
- Re: [UNTESTED] KVM: do not call kvm_set_irq from irq disabled section
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- Re: [RFC PATCH 19/20] Insert do_event_tap() to virtio-{blk, net}, comment out assert() on cpu_single_env temporally.
- From: Anthony Liguori <aliguori@xxxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH 15/20] Introduce FT mode support to configure.
- From: Anthony Liguori <aliguori@xxxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH 14/20] Upgrade QEMU_FILE_VERSION from 3 to 4, and introduce qemu_savevm_state_all().
- From: Anthony Liguori <aliguori@xxxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH 10/20] Introduce skip_header parameter to qemu_loadvm_state() so that it can be called iteratively without reading the header.
- From: Anthony Liguori <aliguori@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH 6/10] KVM MMU: don't write-protect if have new mapping to unsync page
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- Re: [RFC PATCH 07/20] Introduce qemu_put_vector() and qemu_put_vector_prepare() to use put_vector() in QEMUFile.
- From: Anthony Liguori <aliguori@xxxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH 08/20] Introduce RAMSaveIO and use cpu_physical_memory_get_dirty_range() to check multiple dirty pages.
- From: Anthony Liguori <aliguori@xxxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH 01/20] Modify DIRTY_FLAG value and introduce DIRTY_IDX to use as indexes of bit-based phys_ram_dirty.
- From: Anthony Liguori <aliguori@xxxxxxxxxxxxxxxxxx>
- Re: [UNTESTED] KVM: do not call kvm_set_irq from irq disabled section
- From: Gleb Natapov <gleb@xxxxxxxxxx>
- Re: [PATCH v4] Add mergeable RX bufs support to vhost
- From: "Michael S. Tsirkin" <mst@xxxxxxxxxx>
- Re: [PATCH v4] Add mergeable RX bufs support to vhost
- From: David Stevens <dlstevens@xxxxxxxxxx>
- Re: [PATCH v4] Add mergeable RX bufs support to vhost
- From: "Michael S. Tsirkin" <mst@xxxxxxxxxx>
- Re: [PATCH v4] Add mergeable RX bufs support to vhost
- From: "Michael S. Tsirkin" <mst@xxxxxxxxxx>
- Re: [PATCH v4] Add mergeable RX bufs support to vhost
- From: David Stevens <dlstevens@xxxxxxxxxx>
- [PATCH] Enable pvclock flags in vcpu_time_info structure
- From: Glauber Costa <glommer@xxxxxxxxxx>
- KVM_SET_MP_STATE is undocumented
- From: Pekka Enberg <penberg@xxxxxxxxxxxxxx>
- Re: [UNTESTED] KVM: do not call kvm_set_irq from irq disabled section
- From: Marcelo Tosatti <mtosatti@xxxxxxxxxx>
- Re: [Qemu-devel] [RFC PATCH 00/20] Kemari for KVM v0.1
- From: Jamie Lokier <jamie@xxxxxxxxxxxxx>
- Re: [PATCH] qemu-kvm: Ask kernel about supported svm features
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [Qemu-devel] [RFC PATCH 00/20] Kemari for KVM v0.1
- From: Yoshiaki Tamura <tamura.yoshiaki@xxxxxxxxxxxxx>
- Re: [PATCH 1/5] Add a global synchronization point for pvclock
- From: Glauber Costa <glommer@xxxxxxxxxx>
- Re: [Qemu-devel] [RFC PATCH 00/20] Kemari for KVM v0.1
- From: Yoshiaki Tamura <tamura.yoshiaki@xxxxxxxxxxxxx>
- [qemu-kvm tests 3/3] qemu-kvm tests cleanup: Added printing for passing tests Also typo fix
- From: Naphtali Sprei <nsprei@xxxxxxxxxx>
- [qemu-kvm tests 2/3] qemu-kvm tests cleanup: adapt stringio test to kernel-mode run
- From: Naphtali Sprei <nsprei@xxxxxxxxxx>
- [qemu-kvm tests 1/3] qemu-kvm tests cleanup
- From: Naphtali Sprei <nsprei@xxxxxxxxxx>
- [qemu-kvm tests 0/3] qemu-kvm tests cleanup
- From: Naphtali Sprei <nsprei@xxxxxxxxxx>
- Re: [PATCH] qemu-kvm: Ask kernel about supported svm features
- From: Joerg Roedel <joro@xxxxxxxxxx>
- Re: [Qemu-devel] [RFC PATCH 00/20] Kemari for KVM v0.1
- From: Dor Laor <dlaor@xxxxxxxxxx>
- Re: [PATCH] qemu-kvm: Ask kernel about supported svm features
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [PATCH v4] Add mergeable RX bufs support to vhost
- From: "Michael S. Tsirkin" <mst@xxxxxxxxxx>
- Re: [PATCH] qemu-kvm: Ask kernel about supported svm features
- From: Joerg Roedel <joerg.roedel@xxxxxxx>
- Re: [Qemu-devel] [RFC PATCH 00/20] Kemari for KVM v0.1
- From: Takuya Yoshikawa <yoshikawa.takuya@xxxxxxxxxxxxx>
- Re: [PATCH] kvm vmx: free vpid when fail to create vcpu
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [PATCH] qemu-kvm: Ask kernel about supported svm features
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [PATCH 0/8] More fixes for nested svm
- From: Avi Kivity <avi@xxxxxxxxxx>
- [PATCH] qemu-kvm: Ask kernel about supported svm features
- From: Joerg Roedel <joerg.roedel@xxxxxxx>
- Re: [Qemu-devel] [RFC PATCH 00/20] Kemari for KVM v0.1
- From: Yoshiaki Tamura <tamura.yoshiaki@xxxxxxxxxxxxx>
- [PATCH 2/8] KVM: SVM: Make sure rip is synced to vmcb before nested vmexit
- From: Joerg Roedel <joerg.roedel@xxxxxxx>
- [PATCH 4/8] KVM: SVM: Propagate nested entry failure into guest hypervisor
- From: Joerg Roedel <joerg.roedel@xxxxxxx>
- [PATCH 0/8] More fixes for nested svm
- From: Joerg Roedel <joerg.roedel@xxxxxxx>
- [PATCH 3/8] KVM: SVM: Sync cr0 and cr3 to kvm state before nested handling
- From: Joerg Roedel <joerg.roedel@xxxxxxx>
- [PATCH 5/8] KVM: X86: Add callback to let modules decide over some supported cpuid bits
- From: Joerg Roedel <joerg.roedel@xxxxxxx>
- [PATCH 6/8] KVM: SVM: Report emulated SVM features to userspace
- From: Joerg Roedel <joerg.roedel@xxxxxxx>
- [PATCH 7/8] KVM: x86: Allow marking an exception as reinjected
- From: Joerg Roedel <joerg.roedel@xxxxxxx>
- [PATCH 8/8] KVM: SVM: Handle MCE intercepts always on host level
- From: Joerg Roedel <joerg.roedel@xxxxxxx>
- [PATCH 1/8] KVM: SVM: Fix nested nmi handling
- From: Joerg Roedel <joerg.roedel@xxxxxxx>
- RE: [PATCH V5 1/3] perf & kvm: Enhance perf to collect KVM guest os statistics from host side
- From: "Liu Yu-B13201" <B13201@xxxxxxxxxxxxx>
- 32-bit color graphic on KVM virtual machines
- From: shacky <shacky83@xxxxxxxxx>
- Re: [RFC][PATCH v3 2/3] Provides multiple submits and asynchronous notifications.
- From: "Michael S. Tsirkin" <mst@xxxxxxxxxx>
- [PATCH 3/3] KVM MMU: Take sp level into account when calculating quadran
- From: Gui Jianfeng <guijianfeng@xxxxxxxxxxxxxx>
- [PATCH 2/3] KVM MMU: fix sp->unsync type error in trace event definition.
- From: Gui Jianfeng <guijianfeng@xxxxxxxxxxxxxx>
- [PATCH 1/3] KVM MMU: make kvm_mmu_zap_page() return the number of zapped sp in total.
- From: Gui Jianfeng <guijianfeng@xxxxxxxxxxxxxx>
- Re: [PATCH RFC v2 6/6] KVM: introduce a new API for getting dirty bitmaps
- From: Takuya Yoshikawa <yoshikawa.takuya@xxxxxxxxxxxxx>
- Re: [RFC][PATCH v2 0/3] Provide a zero-copy method on KVM virtio-net.
- From: "Michael S. Tsirkin" <mst@xxxxxxxxxx>
- Re: [PATCH RFC v2 5/6] KVM: moving dirty bitmaps to user space
- From: Takuya Yoshikawa <yoshikawa.takuya@xxxxxxxxxxxxx>
- RE: [RFC][PATCH v2 0/3] Provide a zero-copy method on KVM virtio-net.
- From: "Xin, Xiaohui" <xiaohui.xin@xxxxxxxxx>
- Re: [Qemu-devel] [RFC PATCH 00/20] Kemari for KVM v0.1
- From: Dor Laor <dlaor@xxxxxxxxxx>
- Re: [PATCH RFC v2 3/6] KVM: introduce a wrapper function to copy dirty bitmaps to user space
- From: Takuya Yoshikawa <yoshikawa.takuya@xxxxxxxxxxxxx>
- Re: [Qemu-devel] [PATCH][STABLE] block: Free iovec arrays allocated by multiwrite_merge()
- From: Kevin Wolf <kwolf@xxxxxxxxxx>
- Re:[RFC][PATCH v3 2/3] Provides multiple submits and asynchronous notifications.
- From: xiaohui.xin@xxxxxxxxx
- RE: Re:[RFC][PATCH v3 1/3] A device for zero-copy based on KVM virtio-net.
- From: "Xin, Xiaohui" <xiaohui.xin@xxxxxxxxx>
- Re:[RFC][PATCH v3 1/3] A device for zero-copy based on KVM virtio-net.
- From: xiaohui.xin@xxxxxxxxx
- Re: Timedrift in KVM guests after livemigration.
- From: Thomas Treutner <thomas@xxxxxxxxxx>
- Re: [PATCH] KVM: Document mmu
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [PATCH] KVM: Document mmu
- From: Karl Vogel <karl.vogel@xxxxxxxxx>
- Re: [Qemu-devel] Re: QEMU-KVM and video performance
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [Qemu-devel] Re: QEMU-KVM and video performance
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: KVM Page Fault Question
- From: Avi Kivity <avi@xxxxxxxxxx>
- [PATCH 4/10] KVM MMU: Move invlpg code out of paging_tmpl.h
- From: Xiao Guangrong <xiaoguangrong@xxxxxxxxxxxxxx>
- [PATCH 10/10] KVM MMU: optimize sync/update unsync-page
- From: Xiao Guangrong <xiaoguangrong@xxxxxxxxxxxxxx>
- [PATCH 9/10] KVM MMU: separate invlpg code form kvm_mmu_pte_write()
- From: Xiao Guangrong <xiaoguangrong@xxxxxxxxxxxxxx>
- [PATCH 8/10] KVM MMU: allow more page become unsync at getting sp time
- From: Xiao Guangrong <xiaoguangrong@xxxxxxxxxxxxxx>
- [PATCH 7/10] KVM MMU: allow more page become unsync at gfn mapping time
- From: Xiao Guangrong <xiaoguangrong@xxxxxxxxxxxxxx>
- [PATCH 6/10] KVM MMU: don't write-protect if have new mapping to unsync page
- From: Xiao Guangrong <xiaoguangrong@xxxxxxxxxxxxxx>
- [PATCH 5/10] KVM MMU: cleanup invlpg code
- From: Xiao Guangrong <xiaoguangrong@xxxxxxxxxxxxxx>
- [PATCH 0/10] KVM MMU: allow more shadow pages become asynchronous
- From: Xiao Guangrong <xiaoguangrong@xxxxxxxxxxxxxx>
- [PATCH 3/10] KVM MMU: move unsync/sync tracpoints to proper place
- From: Xiao Guangrong <xiaoguangrong@xxxxxxxxxxxxxx>
- [PATCH 2/10] KVM MMU: convert mmu tracepoints
- From: Xiao Guangrong <xiaoguangrong@xxxxxxxxxxxxxx>
- [PATCH 1/10] KVM MMU: fix for calculating gpa in invlpg code
- From: Xiao Guangrong <xiaoguangrong@xxxxxxxxxxxxxx>
- Re: [Qemu-devel] Re: QEMU-KVM and video performance
- From: Gerhard Wiesinger <lists@xxxxxxxxxxxxx>
- Re: [PATCH RFC v2 6/6] KVM: introduce a new API for getting dirty bitmaps
- From: Fernando Luis Vázquez Cao <fernando@xxxxxxxxxxxxx>
- Re: [Qemu-devel] Re: QEMU-KVM and video performance
- From: Gerhard Wiesinger <lists@xxxxxxxxxxxxx>
- Re: [Qemu-devel] Re: QEMU-KVM and video performance
- From: Gerhard Wiesinger <lists@xxxxxxxxxxxxx>
- Re: [Qemu-devel] Re: QEMU-KVM and video performance
- From: Gerhard Wiesinger <lists@xxxxxxxxxxxxx>
- Re: KVM Page Fault Question
- From: Marek Olszewski <mareko@xxxxxxxxxxxxx>
- Re: [RFC please check] KVM: question about the commit "Use Little Endian for Dirty Bitmap"
- From: Takuya Yoshikawa <yoshikawa.takuya@xxxxxxxxxxxxx>
- KVM autotest patch queue - 21-04-2010
- From: Lucas Meneghel Rodrigues <lmr@xxxxxxxxxx>
- [PATCH] virtio: Fix GFP flags passed from the virtio balloon driver
- From: Rusty Russell <rusty@xxxxxxxxxxxxxxx>
- Re: [PATCH RFC v2 6/6] KVM: introduce a new API for getting dirty bitmaps
- From: Fernando Luis Vázquez Cao <fernando@xxxxxxxxxxxxx>
- Re: About cpu_set, CPU hotplug and related subjects
- From: "Kevin O'Connor" <kevin@xxxxxxxxxxxx>
- Re: [Qemu-devel] Re: QEMU-KVM and video performance
- From: Jamie Lokier <jamie@xxxxxxxxxxxxx>
- Re: [Qemu-devel] Re: QEMU-KVM and video performance
- From: Jamie Lokier <jamie@xxxxxxxxxxxxx>
- Re: [Qemu-devel] Re: QEMU-KVM and video performance
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [Qemu-devel] Re: QEMU-KVM and video performance
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [Qemu-devel] Re: QEMU-KVM and video performance
- From: Avi Kivity <avi@xxxxxxxxxx>
- Re: [PATCH] block: Free iovec arrays allocated by multiwrite_merge()
- From: Leszek Urbanski <tygrys@xxxxxx>
- Re: [PATCH] block: Free iovec arrays allocated by multiwrite_merge()
- From: Ryan Harper <ryanh@xxxxxxxxxx>
- Re: [PATCH] block: Free iovec arrays allocated by multiwrite_merge()
- From: Leszek Urbanski <tygrys@xxxxxx>
- [PATCH][STABLE] block: Free iovec arrays allocated by multiwrite_merge()
- From: Stefan Hajnoczi <stefanha@xxxxxxxxxxxxxxxxxx>
- [PATCH v5 3/5] RESEND: function for assigning ioeventfds.
- From: Cam Macdonell <cam@xxxxxxxxxxxxxx>
- Re: [Qemu-devel] Re: QEMU-KVM and video performance
- From: Gerhard Wiesinger <lists@xxxxxxxxxxxxx>
- [PATCH][RESEND]Fix GFP flags passed from the virtio balloon driver
- From: Balbir Singh <balbir@xxxxxxxxxxxxxxxxxx>
- Re: [Qemu-devel] Re: QEMU-KVM and video performance
- From: Jamie Lokier <jamie@xxxxxxxxxxxxx>
- Re: [Qemu-devel] Re: QEMU-KVM and video performance
- From: Gerhard Wiesinger <lists@xxxxxxxxxxxxx>
- Re: [PATCH] block: Free iovec arrays allocated by multiwrite_merge()
- From: Brian Jackson <iggy@xxxxxxxxxxx>
- Re: Huge memory leak in virtio, see kvm-Bugs-2989366
- From: Stefan Hajnoczi <stefanha@xxxxxxxxx>
- Re: [Qemu-devel] Re: QEMU-KVM and video performance
- From: Jamie Lokier <jamie@xxxxxxxxxxxxx>
- Re: [UNTESTED] KVM: do not call kvm_set_irq from irq disabled section
- From: Gleb Natapov <gleb@xxxxxxxxxx>
[Index of Archives]
[Linux USB Devel]
[Video for Linux]
[Scanners]
[Linux SCSI]
[Samba]
[Yosemite News]