qemu-kvm 0.15.0+noroms-0ubuntu4 source package in Ubuntu

Changelog

qemu-kvm (0.15.0+noroms-0ubuntu4) precise; urgency=low

  * debian/control: add breaks/replaces to qemu-utils to ensure correct
    upgrades.  (LP: #897254)
 -- Serge Hallyn <email address hidden>   Mon, 28 Nov 2011 09:01:34 -0600

Upload details

Uploaded by:
Serge Hallyn
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] amd64 [FULLYBUILT] armel [FULLYBUILT] i386 (Rejected) [FULLYBUILT] powerpc

Downloads

File Size SHA-256 Checksum
qemu-kvm_0.15.0+noroms.orig.tar.gz 4.5 MiB 06cd46487ce9098c59e9dc3fc3a0dd608521f90a5e8b262185107d60a0599d7e
qemu-kvm_0.15.0+noroms-0ubuntu4.diff.gz 58.1 KiB 7d001c118f9d157273e0d8c57d93e532724679a40aac7349300df28dcc20281a
qemu-kvm_0.15.0+noroms-0ubuntu4.dsc 1.7 KiB 221b4c31e3c9797cb51f67daea6e84cd3bf8f3d1acc14cd8319fc4ba44f4e81e

View changes file

Binary packages built by this source

kvm: dummy transitional package from kvm to qemu-kvm

 This transitional package helps users transition from the kvm package to the
 qemu-kvm package. Once this package and its dependencies are installed you
 can safely remove it.

qemu: dummy transitional package from qemu to qemu-kvm

 This transitional package helps users transition from the qemu package to the
 qemu-kvm package. Once this package and its dependencies are installed you
 can safely remove it.

qemu-kvm: Full virtualization on i386 and amd64 hardware

 Using KVM, one can run multiple virtual PCs, each running unmodified Linux or
 Windows images. Each virtual machine has private virtualized hardware: a
 network card, disk, graphics adapter, etc.
 .
 KVM (for Kernel-based Virtual Machine) is a full virtualization solution for
 Linux hosts on x86 (32 and 64-bit) hardware.
 .
 KVM is intended for systems where the processor has hardware support for
 virtualization, see below for details. All combinations of 32-bit and 64-bit
 host and guest systems are supported, except 64-bit guests on 32-bit hosts.
 .
 KVM requires your system to support hardware virtualization, provided by AMD's
 SVM capability or Intel's VT. To find out if your processor has the necessary
 support:
 .
   egrep "flags.*:.*(svm|vmx)" /proc/cpuinfo
 .
 If it prints anything, the processor provides hardware virtualization
 support and is suitable for use with KVM. Without hardware support, you can
 use qemu emulation instead.
 .
 KVM consists of two loadable kernel modules (kvm.ko and either kvm-amd.ko or
 kvm-intel.ko) and a userspace component. This package contains the userspace
 component, and you can get the kernel modules from the standard kernel images.
 .
 This package contains support for running virtualized and emulated x86 and
 x86-64 machines only. Support for other architectures is provided by the
 qemu-linaro source package.