public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-01-06 18:03:33 to 2011-01-11 11:13:45 UTC [more...]

BUG: sleeping function called from invalid context at mm/slub.c:793
 2011-01-11 11:13 UTC  (6+ messages)

KVM call agenda for Jan 11
 2011-01-11 11:13 UTC  (6+ messages)
  ` [Qemu-devel] "

[PATCH 00/19] Kemari for KVM v0.2.3
 2011-01-11 10:59 UTC  (20+ messages)
` [PATCH 01/19] Make QEMUFile buf expandable, and introduce qemu_realloc_buffer() and qemu_clear_buffer()
` [PATCH 02/19] Introduce read() to FdMigrationState
` [PATCH 03/19] Introduce skip_header parameter to qemu_loadvm_state()
` [PATCH 04/19] qemu-char: export socket_set_nodelay()
` [PATCH 05/19] vl.c: add deleted flag for deleting the handler
` [PATCH 06/19] virtio: decrement last_avail_idx with inuse before saving
` [PATCH 07/19] Introduce fault tolerant VM transaction QEMUFile and ft_mode
` [PATCH 08/19] savevm: introduce util functions to control ft_trans_file from savevm layer
` [PATCH 09/19] Introduce event-tap
` [PATCH 10/19] Call init handler of event-tap at main() in vl.c
` [PATCH 11/19] ioport: insert event_tap_ioport() to ioport_write()
` [PATCH 12/19] Insert event_tap_mmio() to cpu_physical_memory_rw() in exec.c
` [PATCH 13/19] net: insert event-tap to qemu_send_packet() and qemu_sendv_packet_async()
` [PATCH 14/19] block: insert event-tap to bdrv_aio_writev() and bdrv_aio_flush()
` [PATCH 15/19] savevm: introduce qemu_savevm_trans_{begin,commit}
` [PATCH 16/19] migration: introduce migrate_ft_trans_{put,get}_ready(), and modify migrate_fd_put_ready() when ft_mode is on
` [PATCH 17/19] migration-tcp: modify tcp_accept_incoming_migration() to handle ft_mode, and add a hack not to close fd when ft_mode is enabled
` [PATCH 18/19] Introduce -k option to enable FT migration mode (Kemari)
` [PATCH 19/19] migration: add a parser to accept FT migration incoming mode

[PATCH 1/2] KVM test: Add the ability to test migration during guest installation
 2011-01-11 10:39 UTC  (3+ messages)
` [PATCH 2/2] KVM test: Run client tests of autotest in parallel with migration

[PATCH 0/4] Vendor specific instructions and the emulator
 2011-01-11  9:40 UTC  (5+ messages)
` [PATCH 2/4] KVM: Simplify exit path on decode failure

[PATCH 00/35] [PULL] qemu-kvm.git uq/master queue
 2011-01-11  9:31 UTC  (37+ messages)
` [PATCH 02/35] kvm: convert kvm_ioctl(KVM_CHECK_EXTENSION) to kvm_check_extension()
` [PATCH 04/35] Add "broadcast" option for mce command
` [PATCH 08/35] kvm: introduce kvm_inject_x86_mce_on
` [PATCH 12/35] kvm: x86: Fix a few coding style violations
` [PATCH 13/35] kvm: Fix "
` [PATCH 14/35] kvm: Drop return value of kvm_cpu_exec
` [PATCH 17/35] x86: Optionally dump code bytes on cpu_dump_state
` [PATCH 23/35] kvm: x86: Reset paravirtual MSRs
` [PATCH 25/35] kvm: x86: Drop MCE MSRs write back restrictions
` [PATCH 26/35] kvm: Eliminate KVMState arguments
              ` [Qemu-devel] "
` [PATCH 28/35] kvm: x86: Introduce kvmclock device to save/restore its state
  ` [Qemu-devel] "
` [PATCH 31/35] kvm: x86: Rework identity map and TSS setup for larger BIOS sizes

[GIT PULL] KVM updates for the 2.6.38 merge window
 2011-01-11  9:25 UTC  (3+ messages)

[PATCH] KVM test: ethtool subtest: Check failure on dd executed on guest
 2011-01-11  4:17 UTC 

[PATCH 1/2 RESEND] KVM Test: Introduce qmp_monitor property in 'kvm_vm.VM'
 2011-01-11  4:00 UTC  (5+ messages)
` [PATCH 2/2 v2] KVM Test: Fix qmp_basic test failure in qmp-kvm-0.12.*

[KVM-AUTOTEST PATCH 0/5] small kvm_config usability changes
 2011-01-11  3:48 UTC  (3+ messages)
` [KVM-AUTOTEST PATCH 4/5] kvm_config: add helper to raise exception informing line number

qemu-kvm defunct due to THP [was: mmotm 2011-01-06-15-41 uploaded]
 2011-01-10 21:02 UTC  (3+ messages)

[PATCH] KVM test: physical_resources_check: Initialize output
 2011-01-10 15:27 UTC 

KVM TSC trapping
 2011-01-10 13:50 UTC  (21+ messages)
` [KVM TSC trapping / migration 1/2] Add TSC trapping for SVM and VMX
` [KVM TSC trapping / migration 2/2] Add TSC KHZ MSR

[PATCH 00/18] [uq/master] MCE & IO exit fixes, prepare for VCPU loop reuse
 2011-01-10 10:30 UTC  (23+ messages)
` [PATCH 01/18] Revert "kvm: Drop return value of kvm_cpu_exec"
` [PATCH 02/18] kvm: Drop redundant kvm_enabled from kvm_cpu_thread_fn
` [PATCH 03/18] kvm: Provide sigbus services arch-independently
` [PATCH 04/18] Refactor signal setup functions in cpus.c
` [PATCH 05/18] kvm: Set up signal mask also for !CONFIG_IOTHREAD
` [PATCH 06/18] kvm: Refactor qemu_kvm_eat_signals
` [PATCH 07/18] kvm: Add MCE signal support for !CONFIG_IOTHREAD
` [PATCH 08/18] kvm: Handle kvm_init_vcpu errors
` [PATCH 09/18] Refactor kvm&tcg function names in cpus.c
` [PATCH 10/18] Fix a few coding style violations "
` [PATCH 11/18] Introduce VCPU self-signaling service
` [PATCH 12/18] kvm: Move irqchip event processing out of inner loop
` [PATCH 13/18] kvm: Unconditionally reenter kernel after IO exits
` [PATCH 14/18] kvm: Remove static return code of kvm_handle_io
` [PATCH 15/18] kvm: Leave kvm_cpu_exec directly after KVM_EXIT_SHUTDOWN
` [PATCH 16/18] kvm: Separate TCG from KVM cpu execution
` [PATCH 17/18] kvm: x86: Prepare VCPU loop for in-kernel irqchip
` [PATCH 18/18] kvm: Drop return values from kvm_arch_pre/post_run

[PATCH] add bootindex parameter to assigned device
 2011-01-10  9:54 UTC 

[PATCH V5 4/4] nmi: report error(QError) when the cpu-index is invalid
 2011-01-10  9:28 UTC 

[PATCH V5 2/4] nmi: make cpu-index argument optional
 2011-01-10  9:27 UTC 

[PATCH V5 3/4] qmp,nmi: convert do_inject_nmi() to QObject
 2011-01-10  9:28 UTC 

Flow Control and Port Mirroring Revisited
 2011-01-10  9:31 UTC  (8+ messages)

[PATCH V5 1/4] nmi: convert cpu_index to cpu-index
 2011-01-10  9:25 UTC 

qemu-kvm-0.13.0 - winsows 2008 - chkdisk too slow
 2011-01-10  9:23 UTC  (21+ messages)

[PATCH] vhost: fix signed/unsigned comparison
 2011-01-10  8:03 UTC 

[PATCH] KVM test: Fix typos in ethtool
 2011-01-10  7:17 UTC  (2+ messages)
` [Autotest] "

Qemu-kvm Build fail with function 'cirrus_bitblt_start' on RHEL5 system
 2011-01-10  6:17 UTC  (2+ messages)

Bandwidth in KVM VM with OpenBSD
 2011-01-09 17:22 UTC 

kernel BUG at arch/x86/kvm/mmu.c:655!
 2011-01-09 17:20 UTC  (4+ messages)

[PATCH] Handle guest access to BBL_CR_CTL3 MSR
 2011-01-09 12:25 UTC  (2+ messages)

[PATCH v2 1/3] KVM: fix rcu usage warning in kvm_arch_vcpu_ioctl_set_sregs()
 2011-01-09 10:00 UTC  (5+ messages)
` [PATCH v2 2/3] KVM: send IPI to vcpu only when it's in guest mode
` [PATCH v2 3/3] KVM: make make_all_cpus_request() lockless

[RFT] IRQ sharing for assigned devices - method selection
 2011-01-09  9:42 UTC  (4+ messages)

pci-assign "Device or resource busy"
 2011-01-09  2:46 UTC 

qemu-kvm vs. qemu: Terminate cpu loop on reset?
 2011-01-08  9:12 UTC  (12+ messages)

[KVM-AUTOTEST PATCH v3 01/11] Fix Unhandled* exceptions
 2011-01-07 18:48 UTC  (11+ messages)
` [KVM-AUTOTEST PATCH v3 02/11] CmdError: remove extra blank line between methods
` [KVM-AUTOTEST PATCH v3 03/11] Introduce exception context strings
` [KVM-AUTOTEST PATCH v3 04/11] Embed context information in exception strings
` [KVM-AUTOTEST PATCH v3 05/11] KVM test: Thread.join(): insert the current context into the thread's exception
` [KVM-AUTOTEST PATCH v3 06/11] KVM test: use error.context() in migration_with_file_transfer
` [KVM-AUTOTEST PATCH v3 07/11] KVM test: use error.context() in kvm_preprocessing.py
` [KVM-AUTOTEST PATCH v3 08/11] KVM test: use error.context() in VM.login() and VM.copy_files_*()
` [KVM-AUTOTEST PATCH v3 09/11] KVM test: use error.context() in VM.create()
` [KVM-AUTOTEST PATCH v3 10/11] KVM test: use error.context() in VM.migrate()
` [KVM-AUTOTEST PATCH v3 11/11] KVM test: use error.context() in guest_s4

Ref:BMW:25513500BM
 2011-01-07 17:04 UTC 

[ kvm-Bugs-2314737 ] 100% host CPU usage with Win2k guest
 2011-01-07 14:48 UTC 

[ kvm-Bugs-1868937 ] eepro100.c:1570: nic_receive: Assertion `0' failed
 2011-01-07 14:41 UTC 

[ kvm-Bugs-2067179 ] Possible Bug in ATA Emulation Code
 2011-01-07 12:45 UTC 

[PATCH] pci-assign: Fix transition MSI->INTx
 2011-01-07  9:59 UTC  (2+ messages)

[PATCH 0/2] Fix vmx real-mode state leakage
 2011-01-07  9:47 UTC  (2+ messages)

[libvirt] cgroup limits only affect kvm guest under certain conditions
 2011-01-07  7:17 UTC  (3+ messages)
`  "

[PATCH] device-assignment: Add fields to VMStateDescription
 2011-01-07  6:49 UTC 

[RFC -v3 PATCH 0/3] directed yield for Pause Loop Exiting
 2011-01-07  5:29 UTC  (6+ messages)
` [RFC -v3 PATCH 2/3] sched: add yield_to function

subscription
 2011-01-07  2:57 UTC 

[PATCH] unattended.py: Make sure qemu-img built from git is used
 2011-01-06 20:21 UTC 

[KVM-AUTOTEST PATCH] scripts/unattended.py: don't ignore exceptions on floppy setup
 2011-01-06 19:55 UTC 

possible regression in qemu-kvm 0.13.0 (memtest)
 2011-01-06 18:24 UTC  (9+ messages)
` [Qemu-devel] "
    ` FIXED: "
          ` FIXED: "

Activate Your Mailbox
 2011-01-06 18:07 UTC 


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