public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2008-10-22 10:30:24 to 2008-10-28 15:52:33 UTC [more...]

[PATCH 00 of 10] kvm-userspace: ppc: userspace fixes for powerpc
 2008-10-28 15:52 UTC  (5+ messages)
` [PATCH 01 of 10] [PATCH] kvm-userspace: powerpc: fix env->xer access
` [PATCH 03 of 10] [PATCH] user: ppc: better error reporting in load_file
` [PATCH 04 of 10] [PATCH] user: ppc: implement PowerPC 44x libcflat
` [PATCH 05 of 10] [PATCH] libcflat: ppc: add timebase accessor

[v8] Userspace patches for PCI device assignment
 2008-10-28 15:47 UTC  (13+ messages)
` [PATCH 1/6] device assignment: add ioctl wrappers
  ` [PATCH 2/6] device assignment: introduce pci_map_irq to get irq nr from pin number
    ` [PATCH 3/6] device assignment: introduce functions to correlate pin number and irq
      ` [PATCH 4/6] device assignment: build vtd.c for Intel IOMMU support
        ` [PATCH 5/6] device assignment: support for assigning PCI devices to guests
          ` [PATCH 6/6] device assignment: support for hot-plugging PCI devices

[v7] Userspace patches for PCI device assignment
 2008-10-28 15:44 UTC  (21+ messages)
` [PATCH 1/6] KVM/userspace: Device Assignment: Add ioctl wrappers needed for assigning devices
  ` [PATCH 2/6] qemu: Introduce pci_map_irq to get irq nr from pin number for a PCI device
    ` [PATCH 3/6] qemu: piix: Introduce functions to get pin number from irq and vice versa
      ` [PATCH 4/6] KVM/userspace: Build vtd.c for Intel IOMMU support
        ` [PATCH 5/6] KVM/userspace: Device Assignment: Support for assigning PCI devices to guests
          ` [PATCH 6/6] KVM/userspace: Device Assignment: Support for hot plugging PCI devices

[GIT PULL] KVM fixes for 2.6.28-rc2
 2008-10-28 14:47 UTC 

[PATCH] x86 emulator: move skip_emulated_instruction()
 2008-10-28 10:49 UTC  (2+ messages)

[PATCH 2/2] KVM: Fix kvm_free_physmem_slot memory leak
 2008-10-28  9:57 UTC  (2+ messages)

[PATCH 0/3] kvm-userspace: ppc: userspace fixes for powerpc
 2008-10-28  9:25 UTC  (7+ messages)
` [PATCH 1/5] user: ppc: fix threading bugs in main-ppc.c
` [PATCH 2/5] user: ppc: better error reporting in load_file
` [PATCH 4/5] libcflat: ppc: add timebase accessor
  ` [PATCH 3/5] user: ppc: implement PowerPC 44x libcflat
  ` [PATCH 5/5] user: ppc: add stub nmi handler

[PATCH 1/3] qemu: ppc: define maximum SMP limit as 1 for Bamboo
 2008-10-28  9:08 UTC 

[PATCH 2/3] kvm: external module: Treat NONARCH_CONFIG as a list
 2008-10-28  9:08 UTC 

[PATCH] qemu: ppc: if not a uImage, try to load kernel as ELF
 2008-10-28  9:08 UTC 

[PATCH 3/3] kvm-userspace: ppc: fix initial ppc memory setup
 2008-10-28  9:08 UTC 

[PATCH 0/3] kvm-userspace: ppc: userspace fixes for powerpc
 2008-10-28  9:08 UTC 

RFC: VMX: initialize TSC offset relative to vm creation time
 2008-10-27 23:42 UTC  (3+ messages)

kvm broken with new vmap
 2008-10-27 23:07 UTC 

[PATCH 1/1] Add configure script check for gawk and unifdef when using kvm-userspace.git
 2008-10-27 20:51 UTC  (3+ messages)

KVM and VMport, or r76 UUID functionality
 2008-10-27 19:51 UTC  (3+ messages)

[PATCH 0/9] Add support for nested SVM (kernel) v5
 2008-10-27 19:40 UTC  (7+ messages)
` [PATCH 1/9] Clean up VINTR setting v5
  ` [PATCH 2/9] Add helper functions for nested SVM v5
    ` [PATCH 3/9] Implement GIF, clgi and stgi v5
      `  "

[PATCH 0/2] kvm: disable virtualization on kdump
 2008-10-27 17:32 UTC  (24+ messages)

[patch] fold struct vcpu_info into CPUState
 2008-10-27 16:06 UTC  (9+ messages)

[PATCH 1/2] Add HPET emulation to qemu (v3)
 2008-10-27 14:07 UTC  (6+ messages)
` [Qemu-devel] "

Fix Linux guests migration from AMD to Intel hosts
 2008-10-27 10:15 UTC  (4+ messages)
` [PATCH 1/2] KVM: SVM: Set the 'g' bit of the cs selector for cross-vendor migration
  ` [PATCH 2/2] KVM: SVM: Set the 'busy' flag of the TR selector

[ kvm-Bugs-2200006 ] vga vmware and kernel 2.6.25
 2008-10-27  7:24 UTC 

[ kvm-Bugs-2198658 ] USB Passthrough is broken in the latest code
 2008-10-26 20:06 UTC 

[PATCH] kvm: external module: test for EXT_CONFIG_KVM_TRACE instead of CONFIG_KVM_TRACE
 2008-10-26 15:41 UTC  (2+ messages)

[PATCH 1/1] kvm: bios: Update e820 table for EPT real mode pagetable
 2008-10-26 15:20 UTC  (3+ messages)

[PATCH 0/8] Support for S3 ACPI state (suspend to memory)
 2008-10-26 14:58 UTC  (18+ messages)
` [PATCH 1/8] Move PIC initialization out of line to save space in post code area
` [PATCH 2/8] Handle suspend in qemu
` [PATCH 3/8] Add S3 state to DSDT. Handle resume event in the BIOS
` [PATCH 4/8] Disable init of SMM
` [PATCH 5/8] Execute rombios32 code from rom address 0xe0000
` [PATCH 6/8] Don't use unreserved memory in BIOS
` [PATCH 7/8] Add DPMS support to cirrus vga bios
` [PATCH 8/8] Don't power down vga card on entering S3 state

[PATCH 2/2] KVM: Fix kvm_free_physmem memory leak
 2008-10-26 14:54 UTC  (2+ messages)

[RESEND][PATCH] KVM: VMX: Report VNMI emulation
 2008-10-26 14:21 UTC  (2+ messages)

[PATCH 0/3] Some kvm-guest-drivers-linux/virtio_net fixes
 2008-10-26 14:17 UTC  (5+ messages)
` [PATCH 1/3] virtio_net: Fix leaked netdev->refcnt
  ` [PATCH 2/3] virtio_net: Make use of napi_weight module param
    ` [PATCH 3/3] virtio_net: support ethtool offload queries

[PATCH 0/2] kvmtrace: Allow user to clean up stale trace setup
 2008-10-26 14:15 UTC  (8+ messages)
` [PATCH 1/2] Extract disable_trace() from cleanup_trace()
` [PATCH 2/2] kvmtrace: Add -f option to clean up existing trace setup

[patch 0/3] oos shadow optimizations
 2008-10-26 11:48 UTC  (7+ messages)
` [patch 1/3] KVM: MMU: collapse remote TLB flushes on root sync
` [patch 2/3] KVM: MMU: skip global pgtables on sync due to cr3 switch
` [patch 3/3] KVM: MMU: prepopulate the shadow on invlpg

Weekly KVM Test report, kernel fc024f2 ... userspace 8fb7c87 
 2008-10-25 16:37 UTC 

[ kvm-Bugs-2149609 ] Booting IA32e Windows guest meets BSOD
 2008-10-25 15:49 UTC 

compiling with icc: kvm.h(240): error
 2008-10-23 16:59 UTC 

[PATCH 0/2] Fix memory leaks when VMs are destroyed
 2008-10-23 13:30 UTC 

[PATCH 1/2] kvm: libkvm: Unmap kvm_run struct and close vcpu fds in kvm_finalize
 2008-10-23 13:29 UTC 

MTU on a virtio-net device?
 2008-10-23 13:27 UTC  (5+ messages)

kvm XP P2V required ACPI->Standard PC HAL change, keep or revert to ACPI?
 2008-10-23  8:37 UTC  (2+ messages)

[PATCH] userspace: update .gitignore
 2008-10-23  8:21 UTC 

[PATCH] KVM: x86: Don't deliver PIC interrupts to disabled APICs
 2008-10-23  8:11 UTC  (9+ messages)
` [PATCH] KVM: x86: Don't deliver PIC interrupts to disabled APICs - v2

[PATCH 0/16 v6] PCI: Linux kernel SR-IOV support
 2008-10-23  7:10 UTC  (18+ messages)
` [PATCH 2/16 v6] PCI: define PCI resource names in an 'enum'
` [PATCH 7/16 v6] PCI: cleanup pcibios_allocate_resources()
` [PATCH 8/16 v6] PCI: add boot options to reassign resources
` [PATCH 9/16 v6] PCI: add boot option to align MMIO resources
` [PATCH 16/16 v6] PCI: document the new PCI boot parameters

[PATCH 1/1] KVM: Fix incorrect KVM_USERSPACE_IRQ_SOURCE_ID
 2008-10-23  7:27 UTC  (4+ messages)

Bug in protected mode segments?
 2008-10-23  7:21 UTC  (3+ messages)

[PATCH] kvm/ia64: Ensure SIGINT delivered to main thread (vcpu 0)
 2008-10-23  4:31 UTC  (8+ messages)

Re:[PATCH] kvm/ia64: Makefile fix for forcing to re-generate asm-offsets.h
 2008-10-23  3:57 UTC 

[PATCH] kvm/ia64: Code cleanup for Linux- 2.6.28
 2008-10-23  2:09 UTC  (3+ messages)

[PATCH] qemu: qemu_fopen_fd: differentiate between reader and writer user
 2008-10-22 16:23 UTC  (17+ messages)

fedora's latest kernel no longer boot
 2008-10-22 14:26 UTC  (2+ messages)

Handle INIT before SIPI
 2008-10-22 12:48 UTC  (3+ messages)

[ kvm-Bugs-2171940 ] SCSI: Windows (XP) Full Format fails to complete on SCSI
 2008-10-22 11:37 UTC 

guest hanging and oos_shadow=off
 2008-10-22 10:40 UTC 

[PATCH] kvm: fix unifdef problem
 2008-10-22 10:31 UTC  (2+ messages)

Emulation of shld instruction doesn't work
 2008-10-22 10:29 UTC  (6+ messages)
  ` [PATCH] x86 emulator: Add Src2 decode set
      ` [PATCH] x86 emulator: Add a Src2 decode set and SrcOne operand type


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