kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-10-29 15:25:41 to 2012-10-31 05:48:27 UTC [more...]

Ubuntu/Debian Installer + Virtio-SCSI -> Bad ram pointer
 2012-10-31  5:48 UTC  (9+ messages)
` [Qemu-devel] "
  ` [Qemu-devel] Ubuntu/Debian Installer + Virtio-BLK "

[PATCH v3 0/2] x86: clear vmcss on all cpus when doing kdump if necessary
 2012-10-31  3:34 UTC  (3+ messages)
  ` [PATCH v3 1/2] x86/kexec: VMCLEAR vmcss on all cpus "
  ` [PATCH v3 2/2] KVM: make crash_clear_loaded_vmcss valid when loading kvm_intel module

Linux-next changes for module and virtio trees
 2012-10-31  3:28 UTC  (3+ messages)

[patch 00/18] pvclock vsyscall support + KVM hypervisor support (v2)
 2012-10-31  3:19 UTC  (32+ messages)
` [patch 03/18] x86: pvclock: remove pvclock_shadow_time
` [patch 08/18] x86: pvclock: generic pvclock vsyscall initialization
` [patch 09/18] KVM: x86: introduce facility to support vsyscall pvclock, via MSR
` [patch 11/18] x86: vsyscall: pass mode to gettime backend
` [patch 12/18] x86: vdso: pvclock gettime support
` [patch 13/18] KVM: x86: pass host_tsc to read_l1_tsc
` [patch 15/18] KVM: x86: implement PVCLOCK_TSC_STABLE_BIT pvclock flag
    ` [patch 15/18] KVM: x86: implement PVCLOCK_TSC_STABLE_BIT pvclock flag\

[PATCH v3 00/35] postcopy live migration
 2012-10-31  3:25 UTC  (39+ messages)
` [PATCH v3 01/35] migration.c: remove redundant line in migrate_init()
` [PATCH v3 02/35] arch_init: DPRINTF format error and typo
` [PATCH v3 03/35] split MRU ram list
` [PATCH v3 04/35] add a version number to ram_list
` [PATCH v3 05/35] protect the ramlist with a separate mutex
` [PATCH v3 06/35] osdep: add qemu_read_full() to read interrupt-safely
` [PATCH v3 07/35] savevm: export qemu_peek_buffer, qemu_peek_byte, qemu_file_skip, qemu_fflush
` [PATCH v3 08/35] savevm/QEMUFile: consolidate QEMUFile functions a bit
` [PATCH v3 09/35] savevm/QEMUFile: introduce qemu_fopen_fd
` [PATCH v3 10/35] savevm/QEMUFile: add read/write QEMUFile on memory buffer
` [PATCH v3 11/35] savevm, buffered_file: introduce method to drain buffer of buffered file
` [PATCH v3 12/35] arch_init: export RAM_SAVE_xxx flags for postcopy
` [PATCH v3 13/35] arch_init/ram_save: introduce constant for ram save version = 4
` [PATCH v3 14/35] arch_init: refactor ram_save_block() and export ram_save_block()
` [PATCH v3 15/35] arch_init/ram_save_setup: factor out bitmap alloc/free
` [PATCH v3 16/35] arch_init/ram_load: refactor ram_load
` [PATCH v3 17/35] arch_init: factor out logic to find ram block with id string
` [PATCH v3 18/35] migration: export migrate_fd_completed() and migrate_fd_cleanup()
` [PATCH v3 19/35] uvmem.h: import Linux uvmem.h and teach update-linux-headers.sh
` [PATCH v3 20/35] osdep: add QEMU_MADV_REMOVE and tirivial fix
` [PATCH v3 21/35] postcopy: introduce helper functions for postcopy
` [PATCH v3 22/35] savevm: add new section that is used by postcopy
` [PATCH v3 23/35] postcopy: implement incoming part of postcopy live migration
` [PATCH v3 24/35] postcopy outgoing: add -p option to migrate command
` [PATCH v3 25/35] postcopy: implement outgoing part of postcopy live migration
` [PATCH v3 26/35] postcopy/outgoing: add -n options to disable background transfer
` [PATCH v3 27/35] postcopy/outgoing: implement forward/backword prefault
` [PATCH v3 28/35] arch_init: factor out setting last_block, last_offset
` [PATCH v3 29/35] postcopy/outgoing: add movebg mode(-m) to migration command
` [PATCH v3 30/35] arch_init: factor out ram_load
` [PATCH v3 31/35] arch_init: export ram_save_iterate()
` [PATCH v3 32/35] postcopy: pre+post optimization incoming side
` [PATCH v3 33/35] arch_init: export migration_bitmap_sync and helper method to get bitmap
` [PATCH v3 34/35] postcopy/outgoing: introduce precopy_count parameter
` [PATCH v3 35/35] postcopy: pre+post optimization outgoing side
  ` [Qemu-devel] [PATCH v3 00/35] postcopy live migration

[PATCH 2/5] kvm: avoid using cpu_single_env
 2012-10-31  3:25 UTC  (2+ messages)
  ` [Qemu-devel] "

[PATCH v11] kvm: notify host when the guest is panicked
 2012-10-31  2:30 UTC  (4+ messages)

[PATCH v2 0/2] x86: clear vmcss on all cpus when doing kdump if necessary
 2012-10-31  1:52 UTC  (4+ messages)
` [PATCH 1/2] x86/kexec: VMCLEAR vmcss on all cpus "

[PULL 00/12] ppc patch queue 2012-10-30
 2012-10-31  1:32 UTC  (14+ messages)
` [PATCH 01/12] KVM: PPC: 44x: fix DCR read/write
` [PATCH 02/12] KVM: Documentation: Fix reentry-to-be-consistent paragraph
` [PATCH 03/12] KVM: PPC: Move mtspr/mfspr emulation into own functions
` [PATCH 04/12] PPC: ePAPR: Convert header to uapi
` [PATCH 05/12] KVM: PPC: Book3S HV: Allow KVM guests to stop secondary threads coming online
` [PATCH 06/12] KVM: PPC: Book3S HV: Fix some races in starting secondary threads
` [PATCH 07/12] KVM: PPC: Book3s HV: Don't access runnable threads list without vcore lock
` [PATCH 08/12] KVM: PPC: Book3S HV: Fixes for late-joining threads
` [PATCH 09/12] KVM: PPC: Book3S HV: Run virtual core whenever any vcpus in it can run
` [PATCH 10/12] KVM: PPC: Book3S HV: Fix accounting of stolen time
` [PATCH 11/12] KVM: PPC: Book3S HV: Allow DTL to be set to address 0, length 0
` [PATCH 12/12] KVM: PPC: Book3S HV: Fix thinko in try_lock_hpte()

[PATCH 07/35] cpus: Pass CPUState to qemu_cpu_is_self()
 2012-10-31  1:00 UTC  (10+ messages)
` [PATCH 13/35] cpus: Pass CPUState to cpu_is_stopped()
` [PATCH 19/35] target-ppc: Rename kvm_kick_{env => cpu} and pass PowerPCCPU
` [PATCH 20/35] cpus: Pass CPUState to qemu_cpu_kick()
` [PATCH 27/35] spapr: Pass PowerPCCPU to spapr_hypercall()
` [PATCH 30/35] target-i386: Pass X86CPU to kvm_mce_inject()
` [PATCH 31/35] target-i386: Pass X86CPU to cpu_x86_inject_mce()
` [PATCH 32/35] cpus: Pass CPUState to run_on_cpu()
` [PATCH 34/35] target-i386: Pass X86CPU to kvm_get_mp_state()
` [PATCH 35/35] target-i386: Pass X86CPU to kvm_handle_halt()

[PATCH] update-linux-headers.sh: Handle new kernel uapi/ directories
 2012-10-31  0:49 UTC  (4+ messages)
` [Qemu-devel] "

[PATCH] acpi_piix4: fix migration of gpe fields
 2012-10-30 23:14 UTC 

[PATCH] x86, add hypervisor name to dump_stack() [v4]
 2012-10-30 21:04 UTC  (2+ messages)

[PATCH qom-cpu v2 4/7] cpus: Pass CPUState to qemu_cpu_is_self()
 2012-10-30 20:08 UTC  (3+ messages)
  ` [Qemu-devel] "

[PATCH] x86, add hypervisor name to dump_stack() [v3]
 2012-10-30 19:16 UTC  (2+ messages)

[rfc net-next v6 0/3] Multiqueue virtio-net
 2012-10-30 19:05 UTC  (5+ messages)
` [rfc net-next v6 1/3] virtio_net: Introduce VIRTIO_NET_F_MULTIQUEUE
` [rfc net-next v6 2/3] virtio_net: multiqueue support
` [rfc net-next v6 3/3] virtio-net: change the number of queues through ethtool

[PATCH V2] Add code to track call origin for msr assignment
 2012-10-30 18:35 UTC 

[PATCH uq/master 0/3] Fix MSI injection at load time
 2012-10-30 18:22 UTC  (15+ messages)
` [PATCH 1/3] kvm: move KVM_GET_LAPIC/KVM_SET_LAPIC to hw/kvm/apic.c
` [PATCH 2/3] apic: add get/put methods
` [PATCH 3/3] apic: always update the in-kernel status after loading
` [PATCH 4/3] ioapic: change pre_save/post_load methods to get/put
` [PATCH 5/3] ioapic: unify reset callbacks

[PATCH] Add a page cache-backed balloon device driver
 2012-10-30 16:25 UTC  (8+ messages)

[PATCH v2 0/5] s390: Guest support for virtio-ccw
 2012-10-30 15:56 UTC  (6+ messages)
` [PATCH v2 1/5] KVM: s390: Handle hosts not supporting s390-virtio
` [PATCH v2 2/5] s390: Move css limits from drivers/s390/cio/ to include/asm/
` [PATCH v2 3/5] s390: Add a mechanism to get the subchannel id
` [PATCH v2 4/5] KVM: s390: Add a channel I/O based virtio transport driver
` [PATCH v2 5/5] KVM: s390: Split out early console code

[PATCH net-next 0/8] enable/disable zero copy tx dynamically
 2012-10-30 15:54 UTC  (13+ messages)
` [PATCH net-next 1/8] skb: report completion status for zero copy skbs
` [PATCH net-next 2/8] skb: api to report errors "
` [PATCH net-next 3/8] tun: report orphan frags errors to zero copy callback
` [PATCH net-next 8/8] vhost-net: reduce vq polling on tx zerocopy
` [PATCH net-next 4/8] vhost-net: cleanup macros for DMA status tracking
` [PATCH net-next 5/8] vhost: track zero copy failures using DMA length
` [PATCH net-next 6/8] vhost: move -net specific code out
` [PATCH net-next 7/8] vhost-net: select tx zero copy dynamically

[PATCH 0/5] s390: Guest support for virtio-ccw
 2012-10-30 15:42 UTC  (24+ messages)
` [PATCH 4/5] KVM: s390: Add a channel I/O based virtio transport driver
` [PATCH 5/5] KVM: s390: Split out early console code

KVM call agenda for 2012-10-30
 2012-10-30 13:39 UTC  (2+ messages)

[PATCH] Add code to track call origin for msr assignment
 2012-10-30 12:42 UTC  (4+ messages)

[PATCH V2 RFC 0/3] kvm: Improving undercommit,overcommit scenarios
 2012-10-30 12:17 UTC  (9+ messages)
` [PATCH V2 RFC 3/3] kvm: Check system load and handle different commit cases accordingly

Alignment issue with transparent huge pages
 2012-10-30  9:48 UTC  (2+ messages)

[PATCH 0/3] KVM: PPC: Book3S HV: More flexible allocator for linear memory
 2012-10-30  9:12 UTC  (8+ messages)

[PATCH v4 0/2] postcopy migration: uvmem: Linux char device for postcopy
 2012-10-30  8:34 UTC  (3+ messages)
` [PATCH v4 1/2] export necessary symbols
` [PATCH v4 2/2] umem: chardevice for kvm postcopy

Validate Your Mailbox‏
 2012-10-30  3:26 UTC 

Mailbox Folder
 2012-10-29 23:06 UTC 

[PATCH v5 1/6] KVM: MMU: fix release noslot pfn
 2012-10-29 22:31 UTC  (4+ messages)
` [PATCH v5 2/6] KVM: MMU: remove mmu_is_invalid

[PATCH v7 00/17] target-i386: Add way to expose VMWare CPUID
 2012-10-29 20:39 UTC  (2+ messages)

[PATCH] kvm tools: don't crash on virtio MSI-X reset
 2012-10-29 20:00 UTC 

[QEMU PATCH 0/3] Fix -cpu host and enforce/check to use GET_SUPPORTED_CPUID
 2012-10-29 19:34 UTC  (2+ messages)

Validate Your Mailbox?
 2012-10-29 19:12 UTC 

[PATCH 2/2] kvm, svm: Update MAINTAINERS entry
 2012-10-29 18:08 UTC 

[PATCH] kvm tools: fix rbtree-interval search
 2012-10-29 16:51 UTC  (2+ messages)

**Alert Notification!!!
 2012-10-29 10:27 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).