kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-08-05 12:06:52 to 2010-08-12 15:29:43 UTC [more...]

[qemu-kvm PATCH 0/3] small qemu-kvm cleanups
 2010-08-12 15:29 UTC  (2+ messages)
` [qemu-kvm PATCH 1/3] move kvm_set_irqfd to kvm-stub.c

[PATCH] arm: higher initrd load addr
 2010-08-12 14:11 UTC 

[PATCH] test: Add test for xadd instruction
 2010-08-12 13:44 UTC 

[PATCH 1/2] KVM: x86 emulator: put register operand write back to a function
 2010-08-12 13:41 UTC  (2+ messages)
` [PATCH 2/2] KVM: x86 emulator: add XADD instruction emulation

help with "migrate -d -b"
 2010-08-12  9:11 UTC 

32 bit Kvm running 32 bit WindowsXp hangs on reboot
 2010-08-12  9:08 UTC  (3+ messages)
  ` 32 bit Kvm running 32 bit WindowsXp hangs on reboot [SOLVED]

Attaching Serial Console
 2010-08-12  3:09 UTC  (2+ messages)

[RFC PATCH 0/3] Real mode interrupt injection
 2010-08-12  1:07 UTC  (19+ messages)
` [RFC PATCH 1/3] x86 emulator: Expose emulate_int_real()
` [RFC PATCH 2/3] x86: Add inject_realmode_interrupt() wrapper
` [RFC PATCH 3/3] VMX: Emulated real mode interrupt injection

[PATCH 1/2] Add kvm_set_ioeventfd_mmio_long definition for non-KVM systems
 2010-08-11 22:07 UTC  (5+ messages)
` [PATCH 2/2] Disable build of ivshmem on "
` [Qemu-devel] [PATCH 1/2] Add kvm_set_ioeventfd_mmio_long definition for "

Debian 5.0 host, qemu-kvm 0.12.4, unable to use -smp > 1
 2010-08-11 19:47 UTC  (11+ messages)

[PATCH v8 5/5] Inter-VM shared memory PCI device
 2010-08-11 18:22 UTC  (6+ messages)
` [PATCH v8 5/5] RESEND: "
  ` [Qemu-devel] "

[PATCH 0/4]: NUMA: add host binding
 2010-08-11 13:52 UTC  (5+ messages)
` [PATCH 1/4] NUMA: change existing NUMA guest code to use new bitmap implementation
` [PATCH 2/4] NUMA: add Linux libnuma detection
` [PATCH 3/4] NUMA: parse new host dependent command line options
` [PATCH 4/4] NUMA: realize NUMA memory pinning

[RFC PATCH v9 00/16] Provide a zero-copy method on KVM virtio-net
 2010-08-11  6:55 UTC  (21+ messages)
` [RFC PATCH v9 01/16] Add a new structure for skb buffer from external
  ` [RFC PATCH v9 02/16] Add a new struct for device to manipulate external buffer
    ` [RFC PATCH v9 03/16] Add a ndo_mp_port_prep func to net_device_ops
      ` [RFC PATCH v9 04/16] Add a function make external buffer owner to query capability
        ` [RFC PATCH v9 05/16] Add a function to indicate if device use external buffer
          ` [RFC PATCH v9 06/16] Use callback to deal with skb_release_data() specially
            ` [RFC PATCH v9 07/16] Modify netdev_alloc_page() to get external buffer
              ` [RFC PATCH v9 08/16] Modify netdev_free_page() to release "
                ` [RFC PATCH v9 09/16] Don't do skb recycle, if device use "
                  ` [RFC PATCH v9 10/16] Add a hook to intercept external buffers from NIC driver
                    ` [RFC PATCH v9 11/16] Add header file for mp device
                      ` [RFC PATCH v9 13/16] Add a kconfig entry and make entry "
                        ` [RFC PATCH v9 12/16] Add mp(mediate passthru) device
                          ` [RFC PATCH v9 14/16] Provides multiple submits and asynchronous notifications
                            ` [RFC PATCH v9 15/16] An example how to modifiy NIC driver to use napi_gro_frags() interface
                              ` [RFC PATCH v9 16/16] An example how to alloc user buffer based on "

[RFC PATCH v8 00/16] Provide a zero-copy method on KVM virtio-net
 2010-08-11  3:28 UTC  (10+ messages)

[KVM-AUTOTEST PATCH v2 1/5] [RFC] KVM test: DTM automation program for WHQL tests
 2010-08-11  3:08 UTC  (6+ messages)
` [KVM-AUTOTEST PATCH v2 2/5] [RFC] KVM test: DTM machine deletion tool "
  ` [KVM-AUTOTEST PATCH v2 3/5] [RFC] KVM test: add whql_submission test
    ` [KVM-AUTOTEST PATCH v2 4/5] [RFC] KVM test: add whql_client_install test
      ` [KVM-AUTOTEST PATCH v2 5/5] [RFC] KVM test: add WHQL test definitions to tests_base.cfg.sample
        ` [Autotest] "

[qemu-kvm] build fail on i386 RHEL5u4
 2010-08-11  1:49 UTC 

[RFC PATCH 00/14] Patchset of network related subtests
 2010-08-11  1:34 UTC  (16+ messages)
` [RFC PATCH 05/14] KVM-test: Add a subtest jumbo
` [RFC PATCH 06/14] KVM-test: Add basic file transfer test
  ` [Qemu-devel] "
    ` [Autotest] "
` [RFC PATCH 08/14] KVM-test: Add a subtest of nic promisc
    ` [Autotest] "
` [RFC PATCH 10/14] KVM-test: Add a subtest of pxe
  ` [Qemu-devel] "
` [RFC PATCH 14/14] KVM-test: Add subtest of testing offload by ethtool

[PATCH v8 0/5] Inter-VM Shared Memory Device
 2010-08-10 21:28 UTC  (3+ messages)
` [PATCH v8 1/5] Add qemu_ram_alloc_from_ptr function
  ` [Qemu-devel] "

[PATCH 0/2] [PULL] qemu-kvm.git uq/master queue
 2010-08-10 15:12 UTC  (3+ messages)
` [PATCH 1/2] kvm: Don't walk memory_size == 0 slots in kvm_client_migration_log
` [PATCH 2/2] kvm: remove guest triggerable abort()

hot plug memory in guest
 2010-08-10 14:53 UTC 

Re:await your response
 2010-08-10 14:38 UTC 

[PATCH] KVM: x86 emulator: add bsf/bsr instruction emulation
 2010-08-10 10:21 UTC  (4+ messages)
  ` [PATCH v2] "

Credit-Based CPU Scheduling & Modifying VM Disk Size
 2010-08-10  3:52 UTC  (3+ messages)

[PATCH 0/24] Nested VMX, v5
 2010-08-10  3:24 UTC  (19+ messages)
` [PATCH 5/24] Introduce vmcs12: a VMCS structure for L1
` [PATCH 9/24] Implement VMCLEAR

[PATCH v2 1/2] x86 emulator: Add unary mul, imul, div, and idiv instructions
 2010-08-10  2:52 UTC  (3+ messages)
` [PATCH v2 2/2] x86 emulator: Fix emulate_grp3 return values

[PATCH 1/3] KVM: x86 emulator: fix negative bit offset BitOp instruction emulation
 2010-08-10  2:46 UTC  (10+ messages)
` PATCH 2/3] KVM: x86 emulator: do not adjust the address for immediate source
  ` [PATCH 2/3 v2] "
` [PATCH 3/3] KVM: x86 emulator: mask group 8 instruction as BitOp
  ` [PATCH 1/3 v2] KVM: x86 emulator: fix negative bit offset BitOp instruction emulation
      ` [PATCH 3/3 v2] KVM: x86 emulator: mask group 8 instruction as BitOp

[RFC PATCH 0/4] AMD IOMMU emulation 2nd version
 2010-08-09 22:18 UTC  (12+ messages)
` [RFC PATCH 1/4] pci: memory access API and IOMMU support
  ` [Qemu-devel] "
` [RFC PATCH 2/4] AMD IOMMU emulation
  ` [Qemu-devel] "
` [Qemu-devel] [RFC PATCH 0/4] AMD IOMMU emulation 2nd version
  ` Question about starting 2 VMs using Qemu
    ` Question about e1000 NIC emulation in Qemu - chipset used

[PATCH] server/autotest.py: Make an error message become an info message
 2010-08-09 18:38 UTC 

[PATCH] kvm: make mmu_shrink() fit shrinker's requirement
 2010-08-09 16:34 UTC  (3+ messages)

KSM with Debian GNU/Linux
 2010-08-09 15:28 UTC  (7+ messages)

[PATCH] test: add test for bsf/bsr instruction
 2010-08-09 10:01 UTC 

about page fault
 2010-08-09  5:08 UTC 

qemu NIC emulation
 2010-08-09  1:36 UTC  (2+ messages)

[PATCH 1/2] x86 emulator: Add unary mul, imul, div, and idiv instructions
 2010-08-08 21:19 UTC  (6+ messages)
` [PATCH 2/2] x86 emulator: Fix emulate_grp3 return values

[PATCH v2 1/3] test: Add imul real mode test
 2010-08-08 18:13 UTC  (3+ messages)
` [PATCH v2 2/3] test: Add real mode test for mul instruction
` [PATCH v2 3/3] test: Add real mode tests for div and idiv

grub booting from virtio but can't see virtio disks
 2010-08-08 16:14 UTC  (5+ messages)

[PATCH 00/42] KVM updates for the 2.6.33 merge window (batch 1/2)
 2010-08-08 12:02 UTC  (9+ messages)
` [PATCH 23/42] KVM: Activate Virtualization On Demand

[PATCH 1/3] test: Add imul real mode test
 2010-08-08  2:28 UTC  (3+ messages)
` [PATCH 2/3] test: Add real mode test for mul instruction
` [PATCH 3/3] test: Add real mode tests for div and idiv

[PATCH 0 of 3] Fix KVM on PowerPC 440GP
 2010-08-07 17:33 UTC  (4+ messages)
` [PATCH 1 of 3] KVM: PPC: initialize IVORs in addition to IVPR
  ` [PATCH 2 of 3] KVM: PPC: fix compilation of "dump tlbs" debug function
  ` [PATCH 3 of 3] KVM: PPC: allow ppc440gp to pass the compatibility check

Fwd: Virtual Guest MAC-Address Isolation
 2010-08-07 14:51 UTC 

Virtual Guest MAC-Address Isolation
 2010-08-07 14:24 UTC 

Tracing KVM with LTTng
 2010-08-07  9:14 UTC  (2+ messages)

[PATCH] cgroups: fix API thinko
 2010-08-06 16:38 UTC  (4+ messages)

guest MAC-address isolation
 2010-08-06 17:09 UTC  (2+ messages)

[PATCH 00/27] KVM PPC PV framework v3
 2010-08-06 16:28 UTC  (6+ messages)
` [PATCH 01/27] KVM: PPC: Introduce shared page
` [PATCH 17/27] KVM: PPC: KVM PV guest stubs

Win2K8 32-bit Mix of IDE and SCSI assertion
 2010-08-06 14:37 UTC  (7+ messages)
` [Qemu-devel] "

about kvm_memory_slot
 2010-08-06 13:04 UTC 

[PATCH] test: Add test for setcc instruction
 2010-08-06 11:04 UTC  (2+ messages)

[PATCH] KVM: x86 emulator: add setcc instruction emulation
 2010-08-06  9:10 UTC 

[PATCH] KVM: x86 emulator: remove useless label from x86_emulate_insn()
 2010-08-06  7:36 UTC 

[PATCH 1/3] KVM: x86 emulator: introduce DstImmUByte for dst operand decode
 2010-08-06  3:46 UTC  (3+ messages)
` [PATCH 2/3] KVM: x86 emulator: change OUT instruction to use dst instead of src
  ` [PATCH 3/3] KVM: x86 emulator: remove dup code of in/out instruction

Alt SeaBIOS SSDT cpu hotplug
 2010-08-06  3:46 UTC  (12+ messages)

[PATCH] Fix bug for vcpu hotplug
 2010-08-06  3:36 UTC 

Freebsd image from Qemu hangs on booting in KVM
 2010-08-05 21:39 UTC  (3+ messages)

[PATCH RFC] vhost: max s/g to match qemu
 2010-08-05 20:03 UTC 

Intel VT-d and KVM
 2010-08-05 18:53 UTC 

[PATCH v6 1/3] export __get_user_pages_fast() function
 2010-08-05 14:38 UTC  (4+ messages)
` [PATCH v6 2/3] KVM: MMU: introduce hva_to_pfn_atomic function
  ` [PATCH v6 3/3] KVM: MMU: prefetch ptes when intercepted guest #PF

[Qemu-devel] Anyone seeing huge slowdown launching qemu with Linux 2.6.35?
 2010-08-05 13:43 UTC  (17+ messages)
                    `  "

[KVM-AUTOTEST PATCH 1/9] KVM test: kvm_vm.py: make -drive index optional for both images and cdrom ISOs
 2010-08-05 13:32 UTC  (8+ messages)
` [KVM-AUTOTEST PATCH 2/9] KVM test: allow definition of multiple cdroms
  ` [KVM-AUTOTEST PATCH 3/9] KVM test: rss_file_transfer.py: add convenience functions upload() and download()
    ` [KVM-AUTOTEST PATCH 4/9] [RFC] KVM test: DTM automation program for WHQL tests
      ` [KVM-AUTOTEST PATCH 5/9] [RFC] KVM test: DTM machine deletion tool "
        ` [KVM-AUTOTEST PATCH 6/9] [RFC] KVM test: add utility functions start_windows_service() and stop_windows_service()

[PATCH] test: Add realmode test for stc instruction
 2010-08-05 13:30 UTC  (2+ messages)

[PATCH] x86 emulator: Add stc instruction (opcode 0xf9)
 2010-08-05 13:12 UTC  (4+ messages)

Having trouble with ballooning
 2010-08-05 11:41 UTC 


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).