public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-06-11 10:46:50 to 2010-06-14 15:51:49 UTC [more...]

[PATCH v6 0/6] Inter-VM Shared Memory Device with migration support
 2010-06-14 15:51 UTC  (7+ 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
        ` [Qemu-devel] "

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

[RFC PATCH 0/5] Introduce canonical device hierarchy string
 2010-06-14 15:42 UTC  (13+ 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

[ 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 0/24] Nested VMX, v5
 2010-06-14 13:03 UTC  (47+ 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 4/24] Allow setting the VMXE bit in CR4
` [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 15/24] Move register-syncing to a function
` [PATCH 16/24] Implement VMLAUNCH and VMRESUME
` [PATCH 17/24] No need for handle_vmx_insn function any more
` [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 21/24] Correct handling of exception injection
` [PATCH 22/24] Correct handling of idt vectoring info
` [PATCH 23/24] Handling of CR0.TS and #NM for Lazy FPU loading
` [PATCH 24/24] Miscellenous small corrections

[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  (6+ messages)
` [PATCH 1/3] Introduce a workqueue to deliver PIT timer interrupts

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

[PATCH 5/5] [scsi-bsg]: Add initial support for BSG based SCSIDeviceInfo
 2010-06-14  9:44 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)

[PATCH V2] VFIO driver: Non-privileged user level PCI drivers
 2010-06-13 10:23 UTC  (5+ messages)

[PATCH v3] KVM: x86: XSAVE/XRSTOR live migration support
 2010-06-13  9:29 UTC  (5+ messages)
      ` [PATCH v4] "

[RFC PATCH v7 01/19] Add a new structure for skb buffer from external
 2010-06-13  8:58 UTC  (7+ messages)

[PATCH v3] test: Add XSAVE unit test
 2010-06-13  8:49 UTC  (6+ messages)
  ` [PATCH v4] "

[PATCH 2/2] kvm, ept: remove the default write bit
 2010-06-13  8:09 UTC  (3+ messages)

[PATCH v3] test: Add IDT framework
 2010-06-13  8:02 UTC 

[PATCH] fix kvm-kmod FPU save API
 2010-06-12  8:56 UTC  (2+ messages)

[ kvm-Bugs-1876714 ] core dump
 2010-06-12  7:36 UTC 

[ kvm-Bugs-1768187 ] Cannot boot windows 2000 guest
 2010-06-12  7:34 UTC 

[ kvm-Bugs-1768187 ] Cannot boot windows 2000 guest
 2010-06-12  5:28 UTC 

[PATCH 1/7] KVM: MMU: rename 'page' and 'shadow_page' to 'sp'
 2010-06-12  2:38 UTC  (10+ messages)
` [PATCH 2/7] KVM: MMU: cleanup for dirty page judgment
` [PATCH 3/7] KVM: MMU: avoid double write protected in sync page path
` [PATCH 4/7] KVM: MMU: don't mark pte notrap if it's just sync transient
  ` [PATCH 5/7] KVM: MMU: cleanup for __mmu_unsync_walk()
    ` [PATCH 6/7] KVM: MMU: clear unsync_child_bitmap completely
` [PATCH 7/7] KVM: MMU: don't walk every parent pages while mark unsync

KVM Test report, kernel f7ebf25e... qemu 02152f7
 2010-06-12  1:44 UTC 

SVM: exception in fx_init
 2010-06-11 22:33 UTC 

[PATCH] ceph/rbd block driver for qemu-kvm (v3)
 2010-06-11 19:51 UTC  (2+ messages)

[PATCH 1/2] kvm,ept: pass error code to handler
 2010-06-11 19:46 UTC  (2+ messages)

[PATCH] kvm/ppc: fix build warning in kvm_arch_vcpu_ioctl_run
 2010-06-11 19:32 UTC  (2+ messages)

[PATCH RFC] KVM: busy-spin detector
 2010-06-11 19:18 UTC  (6+ messages)

ssh into kvm-guests
 2010-06-11 18:39 UTC  (2+ messages)

[RFC v2] [PATCH 0/3] Monitor Support for 'simple' trace backend
 2010-06-11 17:56 UTC  (6+ messages)
` [RFC v2] [PATCH 1/3] Export tdb_hash()
` [Qemu-devel] [RFC v2] [PATCH 0/3] Monitor Support for 'simple' trace backend

[PATCH] device-assignment: Cleanup on exit
 2010-06-11 17:14 UTC  (2+ messages)

[PATCH 0/3] Fix #GP at wrong rip for mov cr instructions
 2010-06-11 17:09 UTC  (2+ messages)

[PATCH] device-assignment: Don't deassign when the assignment fails
 2010-06-11 17:12 UTC  (2+ messages)

[PATCH 0/2] RAM cleanup
 2010-06-11 16:45 UTC  (4+ messages)
` [PATCH 1/2] qemu_ram_alloc: Remove duplicate code
` [PATCH 2/2] ram_blocks: Convert to a QLIST

[ kvm-Bugs-1876714 ] core dump
 2010-06-11 17:14 UTC 

[PATCH v2] ram_blocks: Convert to a QLIST
 2010-06-11 17:11 UTC 

[RFC PATCH 0/6] RAM migration overhaul
 2010-06-11 16:12 UTC  (8+ messages)
` [Qemu-devel] [RFC PATCH 3/6] RAMBlock: Add a name field

[ kvm-Bugs-1881418 ] win xp guest BSOD and host kernel oops if "-smb path"
 2010-06-11 15:39 UTC 

[ kvm-Bugs-1876714 ] core dump
 2010-06-11 15:34 UTC 

[ kvm-Bugs-1868937 ] eepro100.c:1570: nic_receive: Assertion `0' failed
 2010-06-11 15:32 UTC 

[ kvm-Bugs-1802082 ] Networking Dies Under Heavy Load
 2010-06-11 14:01 UTC 

[ kvm-Bugs-1802082 ] Networking Dies Under Heavy Load
 2010-06-11 13:58 UTC 

KVM call minutes for June 8
 2010-06-11 13:48 UTC  (13+ messages)
  ` [Qemu-devel] "

[ kvm-Bugs-1858122 ] vm exit 0x9 in QEMU-KVM but OK in QEMU
 2010-06-11 13:44 UTC 

[ kvm-Bugs-1858949 ] USB is unstable
 2010-06-11 13:36 UTC 

[PATCH v5] block: add sheepdog driver for distributed storage support
 2010-06-11 13:35 UTC  (2+ messages)

[ kvm-Bugs-1760424 ] Intel real mode emulation failures
 2010-06-11 12:49 UTC 

[ kvm-Bugs-1740031 ] Kubuntu 7.04 fails to boot as guest- hangs after kernel boot
 2010-06-11 12:48 UTC 

[ kvm-Bugs-1769884 ] Fail to boot linux 2.6.22 kernel with nmi watchdog
 2010-06-11 12:32 UTC 

[PATCH 0/3] Monitor commands for 'simple' trace backend
 2010-06-11 10:57 UTC  (7+ messages)
` [PATCH 2/3] Monitor command 'trace'
  ` [Qemu-devel] "
` [PATCH 3/3] Toggle tracepoint state
  ` [Qemu-devel] "


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