public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-06-30 08:31:20 to 2011-07-03 13:44:32 UTC [more...]

[PATCH] virtio_balloon: Notify guest only after deflating the balloon
 2011-07-03 13:44 UTC  (8+ messages)

[PATCH v4 0/9] Steal time series again
 2011-07-03 13:20 UTC  (14+ messages)
` [PATCH v4 1/9] introduce kvm_read_guest_cached
` [PATCH v4 2/9] KVM-HDR Add constant to represent KVM MSRs enabled bit
` [PATCH v4 3/9] KVM-HDR: KVM Steal time implementation
` [PATCH v4 4/9] KVM-HV: "
` [PATCH v4 5/9] KVM-GST: Add a pv_ops stub for steal time
` [PATCH v4 6/9] add jump labels for ia64 paravirt
` [PATCH v4 7/9] KVM-GST: KVM Steal time accounting
` [PATCH v4 8/9] KVM-GST: adjust scheduler cpu power
` [PATCH v4 9/9] KVM-GST: KVM Steal time registration

[PATCH 00/13] qemu-kvm: device assignment cleanups and upstream diff reductions
 2011-07-03  9:57 UTC  (6+ messages)
` [PATCH 04/13] qemu-kvm: Remove eventfd compat header

[PATCH 0/17] Hypervisor-mode KVM on POWER7 and PPC970
 2011-07-03  9:12 UTC  (29+ messages)
` [PATCH 01/17] KVM: PPC: Fix machine checks on 32-bit Book3S
` [PATCH 05/17] KVM: PPC: Deliver program interrupts right away instead of queueing them
` [PATCH 10/17] KVM: PPC: Add support for Book3S processors in hypervisor mode
` [RFC PATCH 17/17] KVM: PPC: Add an ioctl for userspace to select which platform to emulate

[PATCH 0/3] [v4] Megasas HBA emulation
 2011-07-03  8:09 UTC  (15+ messages)
` [PATCH 1/3] iov: Add 'offset' parameter to iov_to_buf()
  ` [PATCH 2/3] scsi: replace 'tag' with 'hba_private' pointer
    ` [PATCH 3/3] megasas: LSI Megaraid SAS emulation

[Bug 38672] New: KVM guest boot crashed
 2011-07-03  1:00 UTC  (6+ messages)
` [Bug 38672] "

(unknown),
 2011-07-02 20:17 UTC 

[PATCH 0/3] [v5] Megasas HBA Emulation
 2011-07-02 16:14 UTC  (10+ messages)
` [PATCH 1/3] iov: Update parameter usage in iov_(to|from)_buf()
  ` [PATCH 2/3] scsi: Add 'hba_private' to SCSIRequest
    ` [PATCH 3/3] megasas: LSI Megaraid SAS emulation
      ` [Qemu-devel] "

[PATCH v2 00/31] Implement user mode network for kvm tools
 2011-07-02 12:31 UTC  (50+ messages)
` [PATCH v2 01/31] kvm tools: Introduce ethernet frame buffer system for uip
` [PATCH v2 02/31] kvm tools: Add ARP support "
` [PATCH v2 03/31] kvm tools: Add IPV4 "
` [PATCH v2 04/31] kvm tools: Implement IP checksum "
` [PATCH v2 05/31] kvm tools: Add ICMP support "
` [PATCH v2 06/31] kvm tools: Introduce struct uip_udp to present UDP package
` [PATCH v2 07/31] kvm tools: Introduce struct uip_pseudo_hdr to present UDP pseudo header
` [PATCH v2 08/31] kvm tools: Introduce struct uip_udp_socket
` [PATCH v2 09/31] kvm tools: Add two helpers to return UDP {header, total} length
` [PATCH v2 10/31] kvm tools: Add helper to return ethernet header length
` [PATCH v2 11/31] kvm tools: Implement uip_csum_udp() to calculate UDP checksum
` [PATCH v2 12/31] kvm tools: Add UDP support for uip
` [PATCH v2 13/31] kvm tools: Introduce struct uip_tcp to present TCP package
` [PATCH v2 14/31] kvm tools: Introduce struct uip_tcp_socket
` [PATCH v2 15/31] kvm tools: Add helpers to return TCP {header, total, payload} length
` [PATCH v2 16/31] kvm tools: Add helper to return start address of TCP payload
` [PATCH v2 17/31] kvm tools: Add helpers to test whether SYN or FIN bit is set
` [PATCH v2 18/31] kvm tools: Add helper to allocate and get TCP initial sequence number
` [PATCH v2 19/31] kvm tools: Implement uip_csum_tcp() to calculate TCP checksum
` [PATCH v2 20/31] kvm tools: Add TCP support for uip
` [PATCH v2 21/31] kvm tools: Introduce uip_init() "
` [PATCH v2 22/31] kvm tools: Introduce uip_tx() "
` [PATCH v2 23/31] kvm tools: Introduce uip_rx() "
` [PATCH v2 24/31] kvm tools: Add MACRO for user and tap mode for virtio net
` [PATCH v2 25/31] kvm tools: Reanme net_device to net_dev
` [PATCH v2 26/31] kvm tools: Introduce -net {user, tap, none} options for virtio net
` [PATCH v2 27/31] kvm tools: Change default guest MAC address to 00:15:15:15:15:15
` [PATCH v2 28/31] kvm tools: Make virtio net work with user mode network
` [PATCH v2 29/31] kvm tools: Make default network mode to user mode
` [PATCH v2 30/31] kvm tools: Make default host ip address to 192.168.33.1
` [PATCH v2 31/31] kvm tools: Introduce struct net_dev_operations

collect some information when qemu-kvm exit
 2011-07-02 11:22 UTC  (10+ messages)

[PATCH] tools/kvm: Use kernel header version of net/9p/9p.h
 2011-07-02 10:25 UTC  (3+ messages)

[PATCH v2 1/8] kvm tools: Don't dynamically allocate threadpool jobs
 2011-07-02 23:52 UTC  (9+ messages)
` [PATCH v2 2/8] kvm tools: Process virtio-blk requests in parallel
` [PATCH v2 3/8] kvm tools: Allow giving instance names
` [PATCH v2 4/8] kvm tools: Provide instance name when running 'kvm debug'
` [PATCH v2 5/8] kvm tools: Provide instance name when running 'kvm pause'
` [PATCH v2 6/8] kvm tools: Add virtio-balloon device
` [PATCH v2 7/8] kvm tools: Advise memory allocated for guest RAM as KSM mergable
` [PATCH v2 8/8] kvm tools: Add 'kvm balloon' command
` [PATCH 9/9] kvm tools: Stop VCPUs before freeing struct kvm

[PATCH resend] compat_ioctl: fix warning caused by qemu
 2011-07-01 20:34 UTC  (3+ messages)

[PATCH v2] staging: zcache: support multiple clients, prep for KVM and RAMster
 2011-07-01 16:58 UTC  (7+ messages)

[PATCH] virt: Add more flexible way to specify comm ports host -> guest
 2011-07-01 15:58 UTC 

VT-d2 support inside Linux kernel
 2011-07-01  8:54 UTC 

virtio scsi host draft specification, v3
 2011-07-01  8:35 UTC  (7+ messages)

[PATCH v3 0/9] Steal time for KVM
 2011-07-01  8:26 UTC  (23+ messages)
` [PATCH v3 2/9] KVM-HDR Add constant to represent KVM MSRs enabled bit
` [PATCH v3 3/9] KVM-HDR: KVM Steal time implementation
` [PATCH v3 7/9] KVM-GST: KVM Steal time accounting
` [PATCH v3 8/9] KVM-GST: adjust scheduler cpu power

[PATCH kvm-unit-tests v2] access: check SMEP on prefetch pte path
 2011-07-01  8:05 UTC  (2+ messages)

[PATCH 0/3] KVM test: Windows install fixes
 2011-07-01  8:01 UTC  (4+ messages)
` [PATCH 1/3] KVM test: Render unattended files more properly
` [PATCH 2/3] KVM test: Update Win2003 CD info to match MSDN registers
` [PATCH 3/3] KVM test: Reformat sample windows ini style unattended files

Biweekly KVM Test report, kernel 2e0d8e28... qemu d5893103
 2011-07-01  7:22 UTC 

buildbot failure in qemu-kvm on default_x86_64_out_of_tree
 2011-07-01  1:04 UTC 

buildbot failure in qemu-kvm on default_i386_out_of_tree
 2011-07-01  1:04 UTC 

buildbot failure in qemu-kvm on default_x86_64_debian_5_0
 2011-07-01  1:05 UTC 

buildbot failure in qemu-kvm on default_i386_debian_5_0
 2011-07-01  1:05 UTC 

KVM call agenda for June 28
 2011-06-30 18:38 UTC  (15+ messages)
                ` [Qemu-devel] "

Equity Business Investment
 2011-06-30 17:23 UTC 

[PATCH 0/3] KVM: MMU: Clean up walk_addr_generic() v4
 2011-06-30 16:37 UTC  (4+ messages)
` [PATCH 1/3] KVM: MMU: Clean up the error handling of walk_addr_generic()
` [PATCH 2/3] KVM: MMU: Rename the walk label in walk_addr_generic()
` [PATCH 3/3] KVM: MMU: Introduce is_last_gpte() to clean up walk_addr_generic()

[PATCH V7 4/4 net-next] vhost: vhost TX zero-copy support
 2011-06-30 16:05 UTC  (3+ messages)

[PATCH 1/9] kvm tools: Don't dynamically allocate threadpool jobs
 2011-06-30 15:03 UTC  (7+ messages)
` [PATCH 3/9] kvm tools: Allow giving instance names

[PATCH] compat_ioctl: fix warning caused by qemu
 2011-06-30 11:01 UTC 


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