public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-03-08 10:55:41 to 2010-03-10 02:27:49 UTC [more...]

[PATCH 00/24] [RFC] emulator cleanup
 2010-03-10  2:30 UTC  (41+ messages)
` [PATCH 01/24] KVM: Remove pointer to rflags from realmode_set_cr parameters
` [PATCH 02/24] KVM: Provide callback to get/set control registers in emulator ops
` [PATCH 03/24] KVM: remove realmode_lmsw function
` [PATCH 04/24] KVM: Provide current CPL as part of emulator context
` [PATCH 05/24] KVM: Provide current eip "
` [PATCH 06/24] KVM: x86 emulator: fix mov r/m, sreg emulation
` [PATCH 07/24] KVM: x86 emulator: fix 0f 01 /5 emulation
` [PATCH 08/24] KVM: x86 emulator: 0f (20|21|22|23) ignore mod bits
` [PATCH 09/24] KVM: x86 emulator: inject #UD on access to non-existing CR
` [PATCH 10/24] KVM: x86 emulator: fix mov dr to inject #UD when needed
` [PATCH 11/24] KVM: x86 emulator: fix return values of syscall/sysenter/sysexit emulations
` [PATCH 12/24] KVM: x86 emulator: do not call writeback if msr access fails
` [PATCH 13/24] KVM: x86 emulator: If LOCK prefix is used dest arg should be memory
` [PATCH 14/24] KVM: x86 emulator: cleanup grp3 return value
` [PATCH 15/24] KVM: x86 emulator: Provide more callbacks for x86 emulator
` [PATCH 16/24] KVM: x86 emulator: Emulate task switch in emulator.c
` [PATCH 17/24] KVM: x86 emulator: Use load_segment_descriptor() instead of kvm_load_segment_descriptor()
` [PATCH 18/24] KVM: Use task switch from emulator.c
` [PATCH 19/24] KVM: x86 emulator: fix in/out emulation
` [PATCH 20/24] KVM: x86 emulator: Move string pio emulation into emulator.c
` [PATCH 21/24] KVM: x86 emulator: remove saved_eip
` [PATCH 22/24] KVM: x86 emulator: restart string instruction without going back to a guest
` [PATCH 23/24] KVM: x86 emulator: introduce pio in string read ahead
` [PATCH 24/24] KVM: small kvm_arch_vcpu_ioctl_run() cleanup

[PATCH] Support adding a file to qemu's ram allocation
 2010-03-10  0:03 UTC  (27+ messages)
` [PATCH] Inter-VM shared memory PCI device
  ` [Qemu-devel] "

report stolen time via pvclock?
 2010-03-09 21:39 UTC  (3+ messages)

KVM Guest mmap.c bug
 2010-03-09 18:46 UTC  (4+ messages)

Enhance perf to support KVM
 2010-03-09 17:30 UTC  (23+ messages)
                ` KVM usability

[PATCH 00/20] KVM updates for the 2.6.34 merge window (batch 4/4)
 2010-03-09 15:49 UTC  (8+ messages)
` [PATCH 13/20] KVM: x86 emulator: fix memory access during x86 emulation

qemu-kvm upstream segfaults when using -smp 1
 2010-03-09 15:39 UTC  (3+ messages)

linux-aio usable?
 2010-03-09 14:12 UTC  (18+ messages)

KVM call agenda for Mar 9
 2010-03-09 14:06 UTC  (3+ messages)
` [Qemu-devel] "

[PATCH 2/4] KVM: Rework VCPU state writeback API
 2010-03-09 13:56 UTC  (12+ messages)

[PATCH 00/10] uq/master: irqchip-in-kernel support
 2010-03-09 13:27 UTC  (16+ messages)
` [PATCH 01/10] introduce VMSTATE_U64
  ` [PATCH 02/10] Provide ioapic-kvm
    ` [PATCH 03/10] provide apic_set_irq_delivered
      ` [PATCH 04/10] provide i8259-kvm
        ` [PATCH 05/10] Don't call apic functions directly from kvm code
          ` [PATCH 06/10] export kvm_put_mp_state
            ` [PATCH 07/10] provide apic-kvm
              ` [PATCH 08/10] Add -kvm option
                ` [PATCH 09/10] Initialize in-kernel irqchip

[PATCH 00/15] KVM: PPC: MOL bringup patches
 2010-03-09 13:20 UTC  (29+ messages)
` [PATCH 02/15] KVM: PPC: Allow userspace to unset the IRQ line
` [PATCH 04/15] KVM: PPC: Book3S_32 guest MMU fixes
` [PATCH 06/15] KVM: PPC: Don't reload FPU with invalid values
` [PATCH 09/15] KVM: PPC: Implement BAT reads
` [PATCH 10/15] KVM: PPC: Make XER load 32 bit
` [PATCH 11/15] KVM: PPC: Implement emulation for lbzux and lhax
  ` [PATCH 01/15] KVM: PPC: Ensure split mode works
  ` [PATCH 03/15] KVM: PPC: Make DSISR 32 bits wide
  ` [PATCH 05/15] KVM: PPC: Split instruction reading out
  ` [PATCH 07/15] KVM: PPC: Load VCPU for register fetching
  ` [PATCH 08/15] KVM: PPC: Implement mfsr emulation
  ` [PATCH 12/15] KVM: PPC: Implement alignment interrupt
  ` [PATCH 13/15] KVM: Add support for enabling capabilities per-vcpu
  ` [PATCH 14/15] KVM: PPC: Add OSI hypercall interface
  ` [PATCH 15/15] KVM: PPC: Make build work without CONFIG_VSX/ALTIVEC

[patch 0/7] kvm-tpr-opt cleanups
 2010-03-09 13:18 UTC  (9+ messages)
` [patch 1/7] qemu-kvm: move vapic enablement to kvm_arch_load_regs
` [patch 2/7] kvm-tpr-opt: use device_init
` [patch 3/7] kvm-tpr-opt: qemu-kvm.h -> kvm.h
` [patch 4/7] kvm-tpr-opt: clean up usage of bios_enabled
` [patch 5/7] kvm-tpr-opt: remove dead code
` [patch 6/7] kvm-tpr-opt: replace kvm_get_{s,r}egs usage with cpu_synchronize_state
` [patch 7/7] kvm-tpr-opt: rename env->update_vapic

[PATCH bugfix] KVM: SVM: Fix memory leaks that happen when svm_create_vcpu() fails
 2010-03-09 12:49 UTC  (2+ messages)

[PATCH] take srcu lock before call to complete_pio()
 2010-03-09 12:46 UTC  (2+ messages)

[PATCH] KVM: PPC: Do not create debugfs if fail to create vcpu
 2010-03-09 12:43 UTC  (3+ messages)

[PATCH] KVM: s390: Fix possible memory leak of in kvm_arch_vcpu_create()
 2010-03-09 12:42 UTC  (3+ messages)

[PATCH] KVM test: Make sure check_image script runs on VMs turned off
 2010-03-09 11:38 UTC 

Portable Ladders - New Catalogue
 2010-03-09  9:21 UTC 

[PATCH v1 0/3] Provide a zero-copy method on KVM virtio-net
 2010-03-09  7:47 UTC  (4+ messages)
      ` [PATCH v1 3/3] Let host NIC driver to DMA to guest user space
  ` [PATCH v1 1/3] A device for zero-copy based on KVM virtio-net

[patch 0/3] misc uq/master updates
 2010-03-09  1:53 UTC  (4+ messages)
` [patch 1/3] target-i386: print EFER in cpu_dump_state
` [patch 2/3] kvm: handle internal error
` [patch 3/3] kvm: allow qemu to set EPT identity mapping address

KVM PMU virtualization
 2010-03-08 18:14 UTC  (12+ messages)

[Qemu-devel] Re: Another VNC crash, qemu-kvm-0.12.3
 2010-03-08 18:15 UTC  (3+ messages)
` [PATCH] Fix SIGFPE for vnc display of width/height = 1
  ` [Qemu-devel] "

[PATCH] KVM test: Exposing boot and reboot timeouts in config files
 2010-03-08 17:35 UTC  (2+ messages)
` [Autotest] "

raw disks no longer work in latest kvm (kvm-88 was fine)
 2010-03-08 16:45 UTC  (7+ messages)

[PATCH 00/15] KVM: PPC: MOL bringup patches
 2010-03-08 14:23 UTC  (29+ messages)
` [PATCH 01/15] KVM: PPC: Make register read/write wrappers always work
` [PATCH 03/15] KVM: PPC: Allow userspace to unset the IRQ line
` [PATCH 14/15] KVM: Add support for enabling capabilities per-vcpu

[RFC] Moving dirty bitmaps to userspace - Double buffering approach
 2010-03-08 12:57 UTC  (2+ messages)

request: please merge docs for -netdev in stable
 2010-03-08 11:20 UTC  (2+ messages)

extended vga modes?
 2010-03-08 11:11 UTC  (4+ messages)

how to tweak kernel to get the best out of kvm?
 2010-03-08 11:02 UTC  (2+ messages)


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