public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-05-23 22:02:34 to 2010-05-25 23:50:20 UTC [more...]

All Ubuntu guest don't work
 2010-05-25 23:50 UTC  (2+ messages)

[KVM-AUTOTEST PATCH] KVM test: formatting improvements to scan_results.py
 2010-05-25 23:47 UTC  (3+ messages)
` [KVM-AUTOTEST PATCH] KVM test: make use of tcpdump optional
  ` [Autotest] "

[PATCH 1/2] Adding rtctest as client test
 2010-05-25 23:42 UTC  (2+ messages)

[PATCH] device-assignment: don't truncate MSIX capabilities table size
 2010-05-25 23:19 UTC  (4+ messages)

[PATCH qemu-kvm] device-assignment: add config fd qdev property
 2010-05-25 21:14 UTC  (5+ messages)

[RFC PATCH 1/1] ceph/rbd block driver for qemu-kvm
 2010-05-25 20:13 UTC  (57+ messages)
` [Qemu-devel] "

irq problems after live migration with 0.12.4
 2010-05-25 19:27 UTC  (4+ messages)
  ` [Qemu-devel] "

[RFC PATCH] AMD IOMMU emulation
 2010-05-25 19:16 UTC  (6+ messages)
  ` [Qemu-devel] "

[PATCH net-next] ixgbe: make macvlan on PF working when SRIOV is enabled
 2010-05-25 18:37 UTC  (4+ messages)

[PATCH 1/3] cgroups: Add an API to attach a task to current task's cgroup
 2010-05-25 18:34 UTC  (4+ messages)

ixgbe: macvlan on PF/VF when SRIOV is enabled
 2010-05-25 17:08 UTC  (8+ messages)

[PATCH] vhost-net: fix reversed logic in mask notifiers
 2010-05-25 15:30 UTC  (8+ messages)

[PATCH v2] Print a user-friendly message on failed vmentry
 2010-05-25 15:29 UTC 

[PATCH v2] VMX: Properly return error to userspace on vmentry failure
 2010-05-25 15:25 UTC 

[PATCH v2] VMX: Properly return error to userspace on vmentry failure
 2010-05-25 15:24 UTC 

KVM call minutes for May 25
 2010-05-25 14:59 UTC 

[PATCH v2 00/10] Redirct and make use of the guest serial console
 2010-05-25 14:50 UTC  (2+ messages)

[PATCH] KVM: svm: Drop unused local variable
 2010-05-25 14:11 UTC  (2+ messages)

[PATCH] KVM: x86: Propagate fpu_alloc errors
 2010-05-25 14:01 UTC 

[PATCH v2 0/7] Tracing backends
 2010-05-25 14:00 UTC  (12+ messages)
` [PATCH 1/7] trace: Add trace-events file for declaring trace events
` [PATCH 2/7] trace: Support disabled events in trace-events
` [PATCH 3/7] trace: Add simple built-in tracing backend
` [PATCH 4/7] trace: Add LTTng Userspace Tracer backend
` [PATCH 5/7] trace: Trace qemu_malloc() and qemu_vmalloc()
` [PATCH 6/7] trace: Trace virtio-blk, multiwrite, and paio_submit
` [PATCH 7/7] trace: Trace virtqueue operations

[PATCH] add support for protocol driver create_options
 2010-05-25 13:43 UTC  (6+ messages)

[PATCH 1/2] VMX: Properly return error to userspace on vmentry failure
 2010-05-25 12:15 UTC  (7+ messages)
` [PATCH 2/2] VMX: Add constant for invalid guest state exit reason

[PATCH] VMX: Fix and improve guest state validity checks
 2010-05-25 11:22 UTC  (6+ messages)

host panic on kernel 2.6.34
 2010-05-25  9:53 UTC  (2+ messages)

KVM call agenda for May 18
 2010-05-25  9:51 UTC  (5+ messages)

[PATCH 1/2] KVM: MMU: allow more page become unsync at gfn mapping time
 2010-05-25  9:32 UTC  (12+ messages)
` [PATCH 2/2] KVM: MMU: allow more page become unsync at getting sp time
  ` [PATCH 2/2 v2] "
` [PATCH 1/2 v2] KVM: MMU: allow more page become unsync at gfn mapping time

[qemu-kvm tests PATCH] qemu-kvm tests cleanup
 2010-05-25  9:29 UTC  (3+ messages)

[RFC 0/5] Tracing backends
 2010-05-25  9:11 UTC  (6+ messages)
` [PATCH 1/5] trace: Add trace-events file for declaring trace events
  ` [Qemu-devel] "

Gentoo guest with smp: emerge freeze while recompile world
 2010-05-25  9:09 UTC  (10+ messages)

[RFC PATCH 00/23] Kemari for KVM v0.1.1
 2010-05-25  8:37 UTC  (25+ messages)
` [RFC PATCH 01/23] Modify DIRTY_FLAG value and introduce DIRTY_IDX to use as indexes of bit-based phys_ram_dirty
` [RFC PATCH 02/23] Introduce cpu_physical_memory_get_dirty_range()
` [RFC PATCH 03/23] Use cpu_physical_memory_set_dirty_range() to update phys_ram_dirty
` [RFC PATCH 04/23] Use cpu_physical_memory_get_dirty_range() to check multiple dirty pages
` [RFC PATCH 05/23] Make QEMUFile buf expandable, and introduce qemu_realloc_buffer() and qemu_clear_buffer()
` [RFC PATCH 06/23] Introduce read() to FdMigrationState
` [RFC PATCH 07/23] Introduce skip_header parameter to qemu_loadvm_state()
` [RFC PATCH 08/23] Introduce some socket util functions
` [RFC PATCH 09/23] Introduce fault tolerant VM transaction QEMUFile and ft_mode
` [RFC PATCH 10/23] Introduce util functions to control ft_transaction from savevm layer
` [RFC PATCH 11/23] Introduce qemu_savevm_state_all()
` [RFC PATCH 12/23] Insent event-tap callbacks to net/block layer
` [RFC PATCH 13/23] Introduce event-tap
` [RFC PATCH 14/23] Call init handler of event-tap at main()
` [RFC PATCH 15/23] Insert event_tap_ioport() to ioport_write()
` [RFC PATCH 16/23] Insert event_tap_mmio() to cpu_physical_memory_rw()
` [RFC PATCH 17/23] Skip assert() when event_tap_state weren't EVENT_TAP_OFF
` [RFC PATCH 18/23] Call event_tap_replay() at vm_start()
` [RFC PATCH 19/23] Introduce ft_tranx_ready(), and modify migrate_fd_put_ready() when ft_mode is on
` [RFC PATCH 20/23] Modify tcp_accept_incoming_migration() to handle ft_mode, and add a hack not to close fd when ft_mode is enabled
` [RFC PATCH 21/23] virtio-blk: Modify save/load handler to handle inuse varialble
` [RFC PATCH 22/23] Introduce -k option to enable FT migration mode (Kemari)
` [RFC PATCH 23/23] Add a parser to accept FT migration incoming mode

Windows guest debugging on KVM/Qemu
 2010-05-25  8:24 UTC  (2+ messages)

[PATCH] vhost: Fix host panic if ioctl called with wrong index
 2010-05-25  8:13 UTC  (2+ messages)

[PATCH v4] KVM: VMX: Enable XSAVE/XRSTORE for guest
 2010-05-25  7:14 UTC  (6+ messages)

KVM call agenda for May 25
 2010-05-25  6:56 UTC  (2+ messages)
` [Qemu-devel] "

Clock jumps
 2010-05-25  6:21 UTC 

[PATCH] KVM test: Add perfmon into the guest tests
 2010-05-25  3:05 UTC 

Ubuntu VM unable to start
 2010-05-25  2:19 UTC 

Autotest 0.12.0 released!
 2010-05-25  2:00 UTC 

Spice install problem
 2010-05-24 23:15 UTC  (3+ messages)

[Qemu-devel] [PATCH] resent: fix CPUID vendor override
 2010-05-24 22:12 UTC 

[PATCH][VHOST] fix race with guest on multi-buffer used buffer updates
 2010-05-24 17:52 UTC  (8+ messages)

[PATCH] make-release: misc fixes
 2010-05-24 13:12 UTC 

[PATCH RFC] virtio: put last seen used index into ring itself
 2010-05-24 11:00 UTC  (12+ messages)
` [Qemu-devel] "

[v3 PATCH] KVM test: Add a helper to search the panic in the log
 2010-05-24  7:38 UTC  (3+ messages)
` [Autotest] "

[Autotest][PATCH V3] KVM Test: Add ioquit test case
 2010-05-24  7:37 UTC 

[RFC][PATCH 0/12] KVM, x86, ppc, asm-generic: moving dirty bitmaps to user space
 2010-05-24  7:05 UTC  (6+ messages)
          ` Any comments? "

[PATCH RFC 1/2] Change phys_ram_dirty to phys_ram_status
 2010-05-24  3:59 UTC  (2+ messages)
` [PATCH RFC 2/2] Add support for marking memory to not be migrated

error in loading vhost_net module
 2010-05-23 23:02 UTC 

[PATCH] Print a user-friendly message on failed vmentry
 2010-05-23 22:02 UTC 


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