qemu-kvm hosts its code at git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git.

Launchpad imports the master branch and you can create branches from it.

You can browse the source code for the development focus branch or get a copy of the branch using the command:
bzr branch lp:qemu-kvm

See all merge proposals.

qemu-kvm has 6 active branches owned by 1 person and 2 teams. There were 0 commits in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp:qemu-kvm
Series: trunk
1 Development 2009-09-04 21:45:06 UTC
2991. qemu-kvm: fix segfault when running k...

Author: Dustin Kirkland 
Revision Date: 2009-09-04 21:45:06 UTC

qemu-kvm: fix segfault when running kvm without /dev/kvm

qemu-kvm segfaults on systems without access to /dev/kvm.
The global kvm_allowed is being set too late in vl.c.

This patch moves the kvm initialization a bit higher in the
vl.c main, just after the daemonize fork.

This fix is intended to be a short term solution, solving the
segfaults.

In the longer term, the suggested approach requires a bit more
development and testing:
 * If no arg given => try kvm, try kqemu, try tcg
 * If --accelmode arg given => try $arg, and fail if unavailable

Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>

lp:~zulcss/qemu-kvm/qemu-kvm-dailies 1 Development 2010-07-14 15:36:02 UTC This branch has not been pushed to yet.
lp:~zulcss/qemu-kvm/qemu-dailies 1 Development 2010-07-14 15:20:43 UTC This branch has not been pushed to yet.
lp:~zulcss/qemu-kvm/qemu-dailies.trunk 1 Development 2010-07-14 15:20:10 UTC This branch has not been pushed to yet.
lp:~zulcss/qemu-kvm/trunk 1 Development 2010-07-02 02:30:09 UTC
3412. Remove old kvm-kmod traces from build...

Author: Jan Kiszka
Revision Date: 2010-06-24 11:46:34 UTC

Remove old kvm-kmod traces from build system

This became a separate package long ago.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Avi Kivity <avi@redhat.com>

lp:~ubuntu-core-dev/qemu-kvm/lucid 1 Development 2009-11-03 23:45:48 UTC This branch has not been pushed to yet.
16 of 6 results
You can't create new branches for qemu-kvm.