public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-07-26 11:26:28 to 2011-07-30 09:03:38 UTC [more...]

[PATCH 0/4] KVM: x86 emulator: Clean up decoder a bit
 2011-07-30  9:03 UTC  (5+ messages)
` [PATCH 1/4] KVM: x86 emulator: Use ctxt->_eip directly in do_insn_fetch_byte()
` [PATCH 2/4] KVM: x86 emulator: Drop _size argument from insn_fetch()
` [PATCH 3/4] KVM: x86 emulator: Let compiler know insn_fetch() rarely fails
` [PATCH 4/4] KVM: x86 emulator: Make x86_decode_insn() return proper macros

[PATCH RFC net-next] virtio_net: refill buffer right after being used
 2011-07-29 23:58 UTC  (3+ messages)

kvm PCI assignment & VFIO ramblings
 2011-07-29 23:58 UTC 

KVM: x86: report valid microcode update ID
 2011-07-29 22:44 UTC 

[RFC PATCH v2 0/3] separate thread for VM migration
 2011-07-29 20:57 UTC  (4+ messages)
` [RFC PATCH v2 1/3] "
` [RFC PATCH v2 2/3] fine grained qemu_mutex locking for migration
` [RFC PATCH v2 3/3] Per memslot dirty bitmap

[RFC PATCH]vhost-blk: In-kernel accelerator for virtio block device
 2011-07-29 18:12 UTC  (21+ messages)
` [RFC PATCH] vhost-blk: An in-kernel accelerator for virtio-blk
` [RFC PATCH] vhost: Enable vhost-blk support

[PATCH v2 00/23] Memory API, batch 1
 2011-07-29 14:18 UTC  (27+ messages)
` [PATCH v2 02/23] Hierarchical memory region API
` [PATCH v2 03/23] memory: implement dirty tracking
` [PATCH v2 04/23] memory: merge adjacent segments of a single memory region
      ` [Qemu-devel] "
` [PATCH v2 05/23] Internal interfaces for memory API
` [PATCH v2 06/23] memory: abstract address space operations
` [PATCH v2 07/23] memory: rename MemoryRegion::has_ram_addr to ::terminates
` [PATCH v2 08/23] memory: late initialization of ram_addr
` [PATCH v2 09/23] memory: I/O address space support
` [PATCH v2 11/23] memory: add backward compatibility for old mmio registration
` [PATCH v2 12/23] memory: add ioeventfd support
` [PATCH v2 14/23] memory: transaction API
` [PATCH v2 15/23] exec.c: initialize memory map
` [PATCH v2 16/23] ioport: register ranges by byte aligned addresses always
` [PATCH v2 17/23] pc: grab system_memory
` [PATCH v2 18/23] pc: convert pc_memory_init() to memory API
` [PATCH v2 19/23] pc: move global memory map out of pc_init1() and into its callers
` [PATCH v2 20/23] pci: pass address space to pci bus when created
` [PATCH v2 21/23] pci: add MemoryRegion based BAR management API
` [PATCH v2 23/23] usb-ohci: convert to MemoryRegion

Biweekly KVM Test report, kernel e72ef590... qemu fda19064
 2011-07-29 11:55 UTC 

Windows7 crashes inside the VM when starting a certain program
 2011-07-29 11:37 UTC  (14+ messages)

[PATCH] KVM: MMU: Do not unconditionally read PDPTE from guest memory
 2011-07-29 11:31 UTC  (2+ messages)

Strange MySQL behaviour
 2011-07-29 11:18 UTC  (3+ messages)

[Bug 39412] New: Win Vista and Win2K8 guests cann't find NIC driver
 2011-07-29 11:17 UTC  (3+ messages)
` [Bug 39412] Win Vista and Win2K8 guests' network breaks down

Nested VMX - L1 hangs on running L2
 2011-07-29 10:21 UTC  (9+ messages)

[PATCH] KVM test: Add a subtest cpuflags
 2011-07-29  5:27 UTC  (2+ messages)

[RFC PATCH] KVM-test: Add subtest: usb
 2011-07-29  4:53 UTC 

[PATCH v2 0/1] The intro for QEMU disk I/O limits
 2011-07-29  2:09 UTC  (14+ messages)
` [PATCH v2 1/1] The codes V2 "
        ` [Qemu-devel] "

[PATCH] KVM-test: Add new subtest: floppy
 2011-07-29  1:59 UTC 

Adding 1366x768 VGA resolution
 2011-07-28 19:26 UTC  (3+ messages)

[PATCH v2 1/4] kvm tools: Use GSI routing
 2011-07-28 17:56 UTC  (4+ messages)
` [PATCH v2 2/4] kvm tools: Fix PCI probing
` [PATCH v2 3/4] kvm tools: Add a void ptr to be passed to mmio callback
` [PATCH v2 4/4] kvm tools: Implement MSI-X for virtio-rng

cpu hotplug issue
 2011-07-28 16:52 UTC  (13+ messages)
  ` [PATCH] "

How to assign devices with VT-d in KVM
 2011-07-28 13:44 UTC  (2+ messages)

[PATCH v3 0/2] The intro for QEMU disk I/O limits
 2011-07-28 10:49 UTC  (3+ messages)
` [PATCH v3 1/2] The command line support "
` [PATCH v3 2/2] The implement of block queue, block timer, and I/O throttling algorithm

[RFC/PATCH] kvm tools, qcow: Add support for writing to zero refcount clusters
 2011-07-28 10:43 UTC  (3+ messages)

[PATCH 1/4] kvm tools: Use GSI routing
 2011-07-28  9:43 UTC  (12+ messages)
` [PATCH 2/4] kvm tools: Fix PCI probing
` [PATCH 3/4] kvm tools: Add a void ptr to be passed to mmio callback
` [PATCH 4/4] kvm tools: Implement MSI-X for virtio-rng

[PATCH v4] IO: Intelligent device lookup on bus
 2011-07-28  9:21 UTC  (2+ messages)

[PATCH 0/11] KVM: x86: optimize for guest page written
 2011-07-28  2:43 UTC  (33+ messages)
` [PATCH 01/11] KVM: MMU: avoid pte_list_desc run out in kvm_mmu_pte_write
` [PATCH 03/11] KVM: x86: fast emulate repeat string write instructions
` [PATCH 04/11] KVM: MMU: do not mark access bit on pte write path
` [PATCH 05/11] KVM: MMU: cleanup FNAME(invlpg)
` [PATCH 06/11] KVM: MMU: fast prefetch spte on invlpg path
` [PATCH 07/11] KVM: MMU: remove unnecessary kvm_mmu_free_some_pages
` [PATCH 08/11] KVM: MMU: split kvm_mmu_pte_write function
` [PATCH 09/11] KVM: MMU: remove the mismatch shadow page
` [PATCH 10/11] KVM: MMU: fix detecting misaligned accessed
` [PATCH 11/11] KVM: MMU: improve write flooding detected

[GIT PULL v2] Native Linux KVM tool for v3.1
 2011-07-27 20:26 UTC  (2+ messages)

[RFC 0/2] KVM: Fix kvm_exit trace event format
 2011-07-27 13:19 UTC  (5+ messages)

[PATCH v3] IO: Intelligent device lookup on bus
 2011-07-27 12:37 UTC  (4+ messages)

[PATCH] kvm: Really fix HV_X64_MSR_APIC_ASSIST_PAGE
 2011-07-27 11:41 UTC  (2+ messages)

[PATCH] Fix svm unit test
 2011-07-27 11:22 UTC  (2+ messages)

[PATCH -next] kvm: fix TASK_DELAY_ACCT kconfig warning
 2011-07-27 11:19 UTC  (2+ messages)

[Patch v2] Disable API tests if dependencies are not met
 2011-07-27 11:16 UTC  (2+ messages)

[PATCH] dev-assignment: handle device with incorrect PCIe Cap structure size
 2011-07-27  9:27 UTC  (4+ messages)

Unexpected behaviour when CDROM ISO can not be read
 2011-07-27  9:12 UTC  (3+ messages)

[PATCH v2 0/7] qemu-kvm: device assignment cleanups and upstream diff reductions
 2011-07-27  8:42 UTC  (4+ messages)

(unknown),
 2011-07-27  8:29 UTC 

KVM autotest tip of the week - How to run KVM autotest tests on an existing guest image
 2011-07-27  7:47 UTC  (2+ messages)

[PATCH 0/6][v2] Check for supported SCSI commands
 2011-07-27  6:15 UTC  (9+ messages)
` [PATCH 6/6] scsi-disk: Check for supported commands
  ` [Qemu-devel] "

Increase Your Mail Quota
 2011-07-27  2:07 UTC 

[Autotest PATCH] KVM-test: TSC drift test
 2011-07-26 18:45 UTC  (2+ messages)
` [Autotest] "

[PATCH] KVM test: Add subtest nmi_watchdog
 2011-07-26 18:31 UTC  (2+ messages)
` [Autotest] "

[PATCH v2] x86: kvm: fix information leak to userland
 2011-07-26 17:39 UTC  (10+ messages)
      ` [patch v2] x86: kvm: x86: "

[PATCH V2] device-assignment pci: correct pci config size default for cap version 2 endpoints
 2011-07-26 15:45 UTC  (6+ messages)

virtagent for qemu-kvm ?
 2011-07-26 14:10 UTC  (5+ messages)

[PATCH 00/23] Memory API, batch 1
 2011-07-26 11:39 UTC  (7+ messages)
` [PATCH 14/23] memory: transaction API
  ` [Qemu-devel] "
  ` [Qemu-devel] [PATCH 00/23] Memory API, batch 1


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