~ubuntu-branches/ubuntu/trusty/qemu/trusty

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Serge Hallyn
  • Date: 2013-10-22 22:47:07 UTC
  • mfrom: (1.8.3) (10.1.42 sid)
  • Revision ID: package-import@ubuntu.com-20131022224707-1lya34fw3k3f24tv
Tags: 1.6.0+dfsg-2ubuntu1
* Merge 1.6.0~rc0+dfsg-2exp from debian experimental.  Remaining changes:
  - debian/control
    * update maintainer
    * remove libiscsi, usb-redir, vde, vnc-jpeg, and libssh2-1-dev
      from build-deps
    * enable rbd
    * add qemu-system and qemu-common B/R to qemu-keymaps
    * add D:udev, R:qemu, R:qemu-common and B:qemu-common to
      qemu-system-common
    * qemu-system-arm, qemu-system-ppc, qemu-system-sparc:
      - add qemu-kvm to Provides
      - add qemu-common, qemu-kvm, kvm to B/R
      - remove openbios-sparc from qemu-system-sparc D
      - drop openbios-ppc and openhackware Depends to Suggests (for now)
    * qemu-system-x86:
      - add qemu-common to Breaks/Replaces.
      - add cpu-checker to Recommends.
    * qemu-user: add B/R:qemu-kvm
    * qemu-kvm:
      - add armhf armel powerpc sparc to Architecture
      - C/R/P: qemu-kvm-spice
    * add qemu-common package
    * drop qemu-slof which is not packaged in ubuntu
  - add qemu-system-common.links for tap ifup/down scripts and OVMF link.
  - qemu-system-x86.links:
    * remove pxe rom links which are in kvm-ipxe
    * add symlink for kvm.1 manpage
  - debian/rules
    * add kvm-spice symlink to qemu-kvm
    * call dh_installmodules for qemu-system-x86
    * update dh_installinit to install upstart script
    * run dh_installman (Closes: #709241) (cherrypicked from 1.5.0+dfsg-2)
  - Add qemu-utils.links for kvm-* symlinks.
  - Add qemu-system-x86.qemu-kvm.upstart and .default
  - Add qemu-system-x86.modprobe to set nesting=1
  - Add qemu-system-common.preinst to add kvm group
  - qemu-system-common.postinst: remove bad group acl if there, then have
    udev relabel /dev/kvm.
  - New linaro patches from qemu-linaro rebasing branch
  - Dropped patches:
    * xen-simplify-xen_enabled.patch
    * sparc-linux-user-fix-missing-symbols-in-.rel-.rela.plt-sections.patch
    * main_loop-do-not-set-nonblocking-if-xen_enabled.patch
    * xen_machine_pv-do-not-create-a-dummy-CPU-in-machine-.patch
    * virtio-rng-fix-crash
  - Kept patches:
    * expose_vms_qemu64cpu.patch - updated
    * linaro arm patches from qemu-linaro rebasing branch
  - New patches:
    * fix-pci-add: change CONFIG variable in ifdef to make sure that
      pci_add is defined.
* Add linaro patches
* Add experimental mach-virt patches for arm virtualization.
* qemu-system-common.install: add debian/tmp/usr/lib to install the
  qemu-bridge-helper

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
# --enable-vnc-tls
40
40
# --enable-vnc-ws
41
41
 libgnutls-dev,
42
 
# --enable-gtk
43
 
# --with-gtkabi=2.0
44
 
 libgtk2.0-dev,
45
 
##--enable-libiscsi
 
42
# gtk ui is almost the same as sdl but adds bloat
 
43
# --disable-gtk
 
44
## --with-gtkabi=2.0
 
45
# libgtk2.0-dev,
 
46
## --enable-libiscsi
46
47
# libiscsi-dev,
47
48
# --enable-curses
48
49
 libncurses5-dev,
55
56
# --enable-sdl
56
57
 libsdl1.2-dev (>> 1.2.1),
57
58
# --enable-seccomp      linux-amd64|linux-i386
58
 
 libseccomp-dev (>> 1.0.0) [linux-amd64 linux-i386],
 
59
 libseccomp-dev (>> 2.1.0) [linux-amd64 linux-i386],
59
60
# --enable-spice        linux-amd64|linux-i386
60
61
 libspice-server-dev (>= 0.12.2~) [linux-amd64 linux-i386],
61
62
 libspice-protocol-dev (>= 0.12.3~) [linux-amd64 linux-i386],
88
89
# --enable-kvm          linux-*
89
90
# --enable-vhost-net    linux-* # is it really linux-specific?
90
91
##--enable-glusterfs todo
91
 
# --enable-rbd todo
 
92
# --enable-rbd
92
93
 librados-dev, librbd-dev,
93
94
Build-Conflicts: oss4-dev
94
95
Standards-Version: 3.9.4
151
152
 SPARC and x86-64 emulation. By using dynamic translation it achieves
152
153
 reasonable speed while being easy to port on new host CPUs.
153
154
 .
154
 
 This package provides the full system emulation binaries. In this mode
155
 
 QEMU emulates a full system, including a processor and various
156
 
 peripherals. It enables easier testing and debugging of system code.
157
 
 It can also be used to provide virtual hosting of several virtual
158
 
 machines on a single server.
 
155
 This metapackage provides the full system emulation binaries for all supported
 
156
 targets, by depending on all per-architecture system emulation packages which
 
157
 QEMU supports.
159
158
 
160
159
Package: qemu-system-common
161
160
Architecture: amd64 arm armel armhf hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc ppc64 s390x sparc sparc64
182
181
 SPARC and x86-64 emulation. By using dynamic translation it achieves
183
182
 reasonable speed while being easy to port on new host CPUs.
184
183
 .
185
 
 This package provides the full system emulation binaries. In this mode
186
 
 QEMU emulates a full system, including a processor and various
187
 
 peripherals. It enables easier testing and debugging of system code.
188
 
 It can also be used to provide virtual hosting of several virtual
189
 
 machines on a single server.
 
184
 This package provides common files needed for target-specific
 
185
 full system emulation (qemu-system-*) packages.
190
186
 
191
187
Package: qemu-system-misc
192
188
Architecture: amd64 arm armel armhf hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc ppc64 s390x sparc sparc64
429
425
 .
430
426
 This package provides a daemon (agent) to run inside qemu-system
431
427
 guests (full system emulation).  It communicates with the host using
432
 
 a virtio-serial channel org.qemu.guest_agent.0.
 
428
 a virtio-serial channel org.qemu.guest_agent.0, and allows one to perform
 
429
 some functions in the guest from the host, including:
 
430
  - querying and setting guest system time
 
431
  - performing guest filesystem sync operation
 
432
  - initiating guest shutdown or suspend to ram
 
433
  - accessing guest files
 
434
  - freezing/thawing guest filesystem operations
 
435
  - others.
433
436
 .
434
437
 Install this package on a system which is running as guest inside
435
438
 qemu virtual machine.  It is not used on the host.