public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-06-13 12:34:55 to 2010-06-15 10:18:55 UTC [more...]

[RFC/T/D][PATCH 0/2] KVM page cache optimization (v2)
 2010-06-15 10:18 UTC  (39+ messages)
` [RFC][PATCH 1/2] Linux/Guest unmapped page cache control
` [RFC/T/D][PATCH 2/2] Linux/Guest cooperative "

[PATCH 0/24] Nested VMX, v5
 2010-06-15 10:00 UTC  (42+ messages)
` [PATCH 1/24] Move nested option from svm.c to x86.c
` [PATCH 2/24] Add VMX and SVM to list of supported cpuid features
` [PATCH 3/24] Implement VMXON and VMXOFF
` [PATCH 5/24] Introduce vmcs12: a VMCS structure for L1
` [PATCH 6/24] Implement reading and writing of VMX MSRs
` [PATCH 7/24] Understanding guest pointers to vmcs12 structures
` [PATCH 8/24] Hold a vmcs02 for each vmcs12
` [PATCH 9/24] Implement VMCLEAR
` [PATCH 10/24] Implement VMPTRLD
` [PATCH 11/24] Implement VMPTRST
` [PATCH 12/24] Add VMCS fields to the vmcs12
` [PATCH 13/24] Implement VMREAD and VMWRITE
` [PATCH 14/24] Prepare vmcs02 from vmcs01 and vmcs12
` [PATCH 16/24] Implement VMLAUNCH and VMRESUME
` [PATCH 18/24] Exiting from L2 to L1
` [PATCH 19/24] Deciding if L0 or L1 should handle an L2 exit
` [PATCH 20/24] Correct handling of interrupt injection
` [PATCH 24/24] Miscellenous small corrections

[RFC PATCH 0/5] Introduce canonical device hierarchy string
 2010-06-15  9:34 UTC  (26+ messages)
` [RFC PATCH 1/5] qdev: Create qdev_get_dev_path()
  ` [Qemu-devel] "
` [RFC PATCH 2/5] savevm: Add DeviceState param
` [RFC PATCH 3/5] savevm: Make use of the new "
` [RFC PATCH 4/5] eepro100: Add a dev field to eeprom new/free functions
` [RFC PATCH 5/5] virtio-net: Incorporate a DeviceState pointer and let savevm track instances
    ` [Qemu-devel] Re: [RFC PATCH 0/5] Introduce canonical device hierarchy string

TSC cleanups, fixes, documentation for KVM
 2010-06-15  9:21 UTC  (30+ messages)
` [PATCH 01/17] Eliminate duplicated timer code
` [PATCH 02/17] Make cpu_tsc_khz updates use local CPU
` [PATCH 03/17] Unify vendor TSC logic
` [PATCH 04/17] Fix deep C-state TSC desynchronization
` [PATCH 05/17] Keep SMP VMs more in sync on unstable TSC
` [PATCH 06/17] Rename KVM_REQ_KVMCLOCK_UPDATE
` [PATCH 07/17] Perform hardware_enable in CPU_STARTING callback
` [PATCH 08/17] Add clock sync request to hardware enable
` [PATCH 09/17] Move scale_delta into common header
` [PATCH 10/17] Make KVM clock computation work for other scales
` [PATCH 11/17] Fix a possible backwards warp of kvmclock
` [PATCH 12/17] Add helper function get_kernel_ns
` [PATCH 13/17] Add TSC offset tracking
` [PATCH 14/17] Fix SVM VMCB reset
` [PATCH 15/17] Fix AMD C1 TSC desynchronization
` [PATCH 16/17] TSC reset compensation
` [PATCH 17/17] Add timekeeping documentation

[PATCH v5] block: add sheepdog driver for distributed storage support
 2010-06-15  8:24 UTC  (4+ messages)

KVM call agenda for June 15
 2010-06-15  5:48 UTC 

KVM: VMX: optimize APIC EOI
 2010-06-15  4:33 UTC  (2+ messages)

[PATCH 1/6] KVM: MMU: fix gfn got in kvm_mmu_page_get_gfn()
 2010-06-15  2:47 UTC  (6+ messages)
  ` [PATCH 2/6] KVM: MMU: fix conflict access permissions in direct sp
    ` [PATCH 3/6] KVM: MMU: introduce gfn_to_page_atomic() and gfn_to_pfn_atomic()
      ` [PATCH 4/6] KVM: MMU: introduce mmu_topup_memory_cache_atomic()
        ` [PATCH 5/6] KVM: MMU: prefetch ptes when intercepted guest #PF
          ` [PATCH 6/6] KVM: MMU: trace pte prefetch

[PATCH 0/6] KVM: MMU: support pte prefetch when intercepted guest #PF
 2010-06-15  2:46 UTC 

[PATCH] KVM: x86 emulator: fix pusha instruction emulation
 2010-06-15  2:10 UTC  (3+ messages)
` [PATCHv2] "
  ` [PATCH] test: add test for pusha and popa instructions

[PATCH 1/7] KVM: MMU: rename 'page' and 'shadow_page' to 'sp'
 2010-06-15  1:32 UTC  (4+ messages)
` [PATCH 7/7] KVM: MMU: don't walk every parent pages while mark unsync

[PATCH 5/5] [scsi-bsg]: Add initial support for BSG based SCSIDeviceInfo
 2010-06-14 23:37 UTC  (3+ messages)
` [Qemu-devel] "

[PATCH] VT-d: fix PCI device detach from virtual machine
 2010-06-14 23:19 UTC  (2+ messages)

[PATCH v2 0/3]: Fixes to IRQ routing
 2010-06-14 22:19 UTC  (5+ messages)
` [PATCH v2 1/3] Introduce a workqueue to deliver PIT timer interrupts
` [PATCH v2 2/3] Allow any LAPIC to accept PIC interrupts
` [PATCH v2 3/3] In DM_LOWEST, only deliver interrupts to vcpus with enabled LAPIC's

[PATCH v6 0/6] Inter-VM Shared Memory Device with migration support
 2010-06-14 22:03 UTC  (14+ messages)
` [PATCH v6 1/6] Device specification for shared memory PCI device
  ` [PATCH v6 2/6] Add function to assign ioeventfd to MMIO
    ` [PATCH v6 3/6] Change phys_ram_dirty to phys_ram_status
      ` [PATCH v6 4/6] Add support for marking memory to not be migrated. On migration, memory is checked for the NO_MIGRATION_FLAG
        ` [PATCH v6 5/6] Inter-VM shared memory PCI device
          ` [PATCH v6 6/6] the stand-alone shared memory server for inter-VM shared memory
            ` [Qemu-devel] "
        ` [Qemu-devel] [PATCH v6 4/6] Add support for marking memory to not be migrated. On migration, memory is checked for the NO_MIGRATION_FLAG
  ` [Qemu-devel] Re: [PATCH v6 0/6] Inter-VM Shared Memory Device with migration support

[PATCH] fix -DDEBUG oops
 2010-06-14 21:42 UTC 

[RESEND PATCH] acpi_piix4: save gpe and pci hotplug slot status
 2010-06-14 21:27 UTC  (3+ messages)
` [Qemu-devel] "

[PATCH v3] test: Add IDT framework
 2010-06-14 20:42 UTC  (2+ messages)

[PATCH v3] qemu: kvm: Enable XSAVE live migration support
 2010-06-14 20:39 UTC  (2+ messages)

[PATCH v4] test: Add XSAVE unit test
 2010-06-14 20:43 UTC  (3+ messages)

[PATCH v3] KVM: x86: XSAVE/XRSTOR live migration support
 2010-06-14 20:33 UTC  (3+ messages)
` [PATCH v4] "

[ kvm-Bugs-2933400 ] virtio-blk io errors / data corruption on raw drives > 1 TB
 2010-06-14 18:35 UTC 

[KVM-AUTOTEST PATCH v2 1/3] KVM test: add kvm_monitor.py, an interface to QEMU monitors
 2010-06-14 16:55 UTC  (3+ messages)
` [KVM-AUTOTEST PATCH v2 2/3] KVM test: use new monitor interface
  ` [KVM-AUTOTEST PATCH v2 3/3] KVM test: kvm_monitor.py: add QMP interface

Graphics PCI Passthrough support
 2010-06-14 16:48 UTC 

[PATCH v2] ram_blocks: Convert to a QLIST
 2010-06-14 16:27 UTC  (2+ messages)
` [Qemu-devel] "

[ kvm-Bugs-1760424 ] Intel real mode emulation failures
 2010-06-14 13:59 UTC 

[ kvm-Bugs-1760424 ] Intel real mode emulation failures
 2010-06-14 13:55 UTC 

[KVM_AUTOTEST][PATCH] Add support for newer (sysfs) ksm interface
 2010-06-14 13:35 UTC  (2+ messages)
` [PATCH] Adds "

[PATCH 3/5] [block]: Add paio_submit_len() non sector sized AIO
 2010-06-14 12:14 UTC  (3+ messages)

[PATCH 0/3]: Fixes to IRQ routing
 2010-06-14 11:21 UTC  (2+ messages)

[PATCH 0/5] [QEMU-KVM]: Add BSG backstore using struct sg_io_v4
 2010-06-14  9:48 UTC 

[PATCH 4/5] [scsi]: Add BSG support for scsi-bus and scsi-disk
 2010-06-14  9:44 UTC 

[PATCH 2/5] [block]: Add BSG qemu_open() in block/raw.c:raw_open()
 2010-06-14  9:44 UTC 

[PATCH 1/5] [block]: Add top level BSG support
 2010-06-14  9:44 UTC 

[PATCH 0/5] *** SUBJECT HERE ***
 2010-06-14  9:44 UTC 

[PATCH 0/4] Really lazy fpu
 2010-06-14  7:47 UTC  (7+ messages)
` [PATCH 1/4] x86, fpu: merge __save_init_fpu() implementations
` [PATCH 2/4] x86, fpu: run device not available trap with interrupts enabled
` [PATCH 3/4] x86, fpu: Let the fpu remember which cpu it is active on
` [PATCH 4/4] x86, fpu: don't save fpu state when switching from a task

[PATCH] [BSG]: Add support for struct sg_io_v4->d[out,in]_iovec_count
 2010-06-14  6:42 UTC 

[KVM-AUTOTEST PATCH 01/14] KVM test: tests_base.cfg.sample: remove inline comments
 2010-06-14  6:34 UTC  (18+ messages)
` [KVM-AUTOTEST PATCH 02/14] KVM test: tests_base.cfg.sample: style modifications
  ` [KVM-AUTOTEST PATCH 03/14] KVM test: kvm_utils.py: warn about exceptions raised during unpickling of env
    ` [KVM-AUTOTEST PATCH 04/14] KVM test: kvm_utils.py: remove unnecessary imports
      ` [KVM-AUTOTEST PATCH 05/14] KVM test: kvm_vm.py: make get_pid() return the pid of the VM itself
        ` [KVM-AUTOTEST PATCH 06/14] KVM test: kvm_vm.py: correct get_shared_meminfo()
          ` [KVM-AUTOTEST PATCH 07/14] KVM test: kvm_vm.py: correct add_smp() mistake in make_qemu_command()
            ` [KVM-AUTOTEST PATCH 08/14] KVM test: kvm_vm.py: use shell quoting in make_qemu_command() where appropriate
              ` [KVM-AUTOTEST PATCH 09/14] KVM test: remove reference to _screendump_thread at postprocessing
                ` [KVM-AUTOTEST PATCH 10/14] KVM test: kvm_subprocess.py: use sys.executable instead of hardcoded 'python'
                  ` [KVM-AUTOTEST PATCH 11/14] KVM test: add kvm_monitor.py, an interface to QEMU monitors
                    ` [KVM-AUTOTEST PATCH 12/14] KVM test: use new monitor interface
                      ` [KVM-AUTOTEST PATCH 13/14] KVM test: kvm_monitor.py: add QMP interface
                        ` [KVM-AUTOTEST PATCH 14/14] KVM test: migration: support QMP
                        ` [Autotest] [KVM-AUTOTEST PATCH 13/14] KVM test: kvm_monitor.py: add QMP interface
                    ` [Autotest] [KVM-AUTOTEST PATCH 11/14] KVM test: add kvm_monitor.py, an interface to QEMU monitors

[ kvm-Bugs-1884444 ] Virtual network (set up via TCP socket) dog slow, but vde ok
 2010-06-14  6:21 UTC 

[PATCH] These are my first patches to the kernel
 2010-06-13 13:33 UTC  (4+ messages)


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