kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2008-10-21 08:52:40 to 2008-10-27 16:06:41 UTC [more...]

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

[PATCH 0/2] kvm: disable virtualization on kdump
 2008-10-27 15:50 UTC  (23+ 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 

[v7] Userspace patches for PCI device assignment
 2008-10-27  6:32 UTC  (14+ 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

[ 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  (10+ 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  (29+ messages)
` [PATCH 1/16 v6] PCI: remove unnecessary arg of pci_update_resource()
` [PATCH 2/16 v6] PCI: define PCI resource names in an 'enum'
` [PATCH 3/16 v6] PCI: export __pci_read_base
` [PATCH 4/16 v6] PCI: make pci_alloc_child_bus() be able to handle NULL bridge
` [PATCH 5/16 v6] PCI: add a wrapper for resource_alignment()
` [PATCH 6/16 v6] PCI: add a new function to map BAR offset
` [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 10/16 v6] PCI: cleanup pci_bus_add_devices()
` [PATCH 11/16 v6] PCI: split a new function from pci_bus_add_devices()
` [PATCH 12/16 v6] PCI: support the SR-IOV capability
` [PATCH 13/16 v6] PCI: reserve bus range for SR-IOV device
` [PATCH 14/16 v6] PCI: document for SR-IOV user and developer
` [PATCH 15/16 v6] PCI: document the SR-IOV sysfs entries
` [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  (3+ 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

[PATCH 1/1] KVM: IRQ ACK notifier should be used with in-kernel irqchip
 2008-10-22 10:26 UTC  (2+ messages)

[PATCH 0/2] KVM: x86: Fix and optimize in-kernel NMI watchdog support - v2
 2008-10-22 10:25 UTC  (2+ messages)

[RFC] Getting correct eip in skip_emulated_instruction()
 2008-10-22 10:09 UTC  (2+ messages)

[PATCH 1/1] KVM: Use set_bit for userspace irq source init
 2008-10-22 10:04 UTC  (2+ messages)

[PATCH] kvm testsuite: Add test for 'add imm' instruction
 2008-10-22 10:03 UTC  (2+ messages)

[PATCH] x86 emulator: Add decode entries for 0x05 opcode
 2008-10-22 10:02 UTC  (4+ messages)
  ` [PATCH] x86 emulator: Add decode entries for 0x04 and 0x05 opcodes

[PATCH 0/15 v5] PCI: Linux kernel SR-IOV support
 2008-10-22  7:19 UTC  (19+ messages)
` [PATCH 1/15 v5] PCI: remove unnecessary arg of pci_update_resource()
` [PATCH 2/15 v5] PCI: define PCI resource names in an 'enum'
` [PATCH 3/15 v5] PCI: export __pci_read_base
` [PATCH 4/15 v5] PCI: make pci_alloc_child_bus() be able to handle NULL bridge
` [PATCH 5/15 v5] PCI: add a wrapper for resource_alignment()
` [PATCH 6/15 v5] PCI: add a new function to map BAR offset
` [PATCH 7/15 v5] PCI: cleanup pcibios_allocate_resources()
` [PATCH 8/15 v5] PCI: add boot options to reassign resources
` [PATCH 9/15 v5] PCI: add boot option to align MMIO resource
` [PATCH 10/15 v5] PCI: cleanup pci_bus_add_devices()
` [PATCH 11/15 v5] PCI: split a new function from pci_bus_add_devices()
` [PATCH 12/15 v5] PCI: support the SR-IOV capability
` [PATCH 13/15 v5] PCI: reserve bus range for the SR-IOV device
` [PATCH 14/15 v5] PCI: document the SR-IOV
` [PATCH 15/15 v5] PCI: document the new PCI boot parameters

[ kvm-Bugs-2186174 ] kvm-ia64 can not boot win2008 VTI guest
 2008-10-22  6:01 UTC 

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

[PATCH 2/2] Add HPET emulation to qemu (v3)
 2008-10-21 15:22 UTC  (2+ messages)

[ kvm-Bugs-2171940 ] SCSI: Windows (XP) Full Format fails to complete on SCSI
 2008-10-21 14:30 UTC 

thread/core siblings info for guests
 2008-10-21  8:52 UTC  (6+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).