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

« back to all changes in this revision

Viewing changes to debian/control-in

  • Committer: Package Import Robot
  • Author(s): Serge Hallyn
  • Date: 2014-02-04 12:13:08 UTC
  • mfrom: (10.1.45 sid)
  • Revision ID: package-import@ubuntu.com-20140204121308-1xq92lrfs75agw2g
Tags: 1.7.0+dfsg-3ubuntu1~ppa1
* Merge 1.7.0+dfsg-3 from debian.  Remaining changes:
  - debian/patches/ubuntu:
    * expose-vmx_qemu64cpu.patch
    * linaro (omap3) and arm64 patches
    * ubuntu/target-ppc-add-stubs-for-kvm-breakpoints: fix FTBFS
      on ppc
    * ubuntu/CVE-2013-4377.patch: fix denial of service via virtio
  - debian/qemu-system-x86.modprobe: set kvm_intel nested=1 options
  - debian/control:
    * add arm64 to Architectures
    * add qemu-common and qemu-system-aarch64 packages
  - debian/qemu-system-common.install: add debian/tmp/usr/lib
  - debian/qemu-system-common.preinst: add kvm group
  - debian/qemu-system-common.postinst: remove acl placed by udev,
    and add udevadm trigger.
  - qemu-system-x86.links: add eepro100.rom, remove pxe-virtio,
    pxe-e1000 and pxe-rtl8139.
  - add qemu-system-x86.qemu-kvm.upstart and .default
  - qemu-user-static.postinst-in: remove arm64 binfmt
  - debian/rules:
    * allow parallel build
    * add aarch64 to system_targets and sys_systems
    * add qemu-kvm-spice links
    * install qemu-system-x86.modprobe
  - add debian/qemu-system-common.links for OVMF.fd link
* Remove kvm-img, kvm-nbd, kvm-ifup and kvm-ifdown symlinks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: qemu
 
2
Section: otherosfs
 
3
Priority: optional
 
4
:debian:Maintainer: Debian QEMU Team <pkg-qemu-devel@lists.alioth.debian.org>
 
5
:ubuntu:Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
 
6
:ubuntu:XSBC-Original-Maintainer: Debian QEMU Team <pkg-qemu-devel@lists.alioth.debian.org>
 
7
Uploaders: Aurelien Jarno <aurel32@debian.org>,
 
8
        Riku Voipio <riku.voipio@iki.fi>,
 
9
        Vagrant Cascadian <vagrant@debian.org>,
 
10
        Michael Tokarev <mjt@tls.msk.ru>
 
11
Build-Depends: debhelper (>= 9),
 
12
# In comments below we also specify (system-specific) arguments
 
13
# to qemu's configure script, -- optional features which depend
 
14
# on build-dependencies.
 
15
# pc-bios/*.dts => *.dtb (PPC firmware)
 
16
 device-tree-compiler,
 
17
 texinfo,
 
18
 python,
 
19
# --enable-linux-aio    linux-*
 
20
 libaio-dev [linux-any],
 
21
# --audio-drv-list=pa,alsa,sdl,oss      linux-*
 
22
# --audio-drv-list=pa,oss,sdl           kfreebsd-*
 
23
 libasound2-dev [linux-any],
 
24
# for virtfs
 
25
# --enable-attr
 
26
 libattr1-dev,
 
27
# --enable-bluez        linux-*
 
28
 libbluetooth-dev [linux-any],
 
29
# --enable-brlapi
 
30
 libbrlapi-dev,
 
31
# --enable-virtfs       linux-*
 
32
# needed for virtfs
 
33
 libcap-dev [linux-any],
 
34
# --enable-cap-ng       linux-*
 
35
 libcap-ng-dev [linux-any],
 
36
# --enable-curl
 
37
 libcurl4-gnutls-dev,
 
38
# --enable-fdt
 
39
 libfdt-dev,
 
40
# --enable-vnc-tls
 
41
# --enable-vnc-ws
 
42
 libgnutls-dev,
 
43
# gtk ui is almost the same as sdl but adds bloat
 
44
# --disable-gtk
 
45
## --with-gtkabi=2.0
 
46
# libgtk2.0-dev, libvte-dev (>> 0.18.0~),
 
47
# ubuntu/libiscsi is in universe
 
48
:debian:# --enable-libiscsi
 
49
:debian: libiscsi-dev,
 
50
# --enable-curses
 
51
 libncurses5-dev,
 
52
# --with-system-pixman
 
53
 libpixman-1-dev,
 
54
# audio-drv-list += pa
 
55
 libpulse-dev,
 
56
:ubuntu:# --enable-rbd
 
57
:ubuntu: librados-dev, librbd-dev,
 
58
# --enable-vnc-sasl
 
59
 libsasl2-dev,
 
60
# --enable-sdl
 
61
 libsdl1.2-dev (>> 1.2.1),
 
62
# --enable-seccomp      linux-amd64|linux-i386
 
63
 libseccomp-dev (>> 2.1.0) [linux-amd64 linux-i386],
 
64
# --enable-spice        linux-amd64|linux-i386
 
65
 libspice-server-dev (>= 0.12.2~) [linux-amd64 linux-i386],
 
66
 libspice-protocol-dev (>= 0.12.3~) [linux-amd64 linux-i386],
 
67
# --enable-libusb       linux-*
 
68
 libusb-1.0-0-dev (>= 2:1.0.13~) [linux-any],
 
69
# --enable-usb-redir    linux-*
 
70
 libusbredirparser-dev (>= 0.6~) [linux-any],
 
71
# ubuntu/libssh2 is in universe
 
72
:debian:# --enable-libssh2
 
73
:debian: libssh2-1-dev,
 
74
# ubuntu/vde2 is in universe
 
75
:debian:# --enable-vde
 
76
:debian: libvdeplug-dev,
 
77
# needed for sdl
 
78
 libx11-dev,
 
79
# --enable-xen  linux-amd64|linux-i386
 
80
 libxen-dev [linux-amd64 linux-i386],
 
81
# XXX need to check minimum linux-headers requiriment
 
82
 linux-libc-dev (>= 2.6.34) [linux-any],
 
83
# --enable-uuid
 
84
 uuid-dev,
 
85
# --enable-xfsctl       linux-*
 
86
 xfslibs-dev [linux-any],
 
87
# always needed
 
88
 zlib1g-dev,
 
89
# other optional features we enable
 
90
# --enable-vnc
 
91
:debian:# --enable-vnc-jpeg
 
92
# --enable-vnc-png
 
93
# --enable-kvm          linux-*
 
94
# --enable-vhost-net    linux-* # is it really linux-specific?
 
95
##--enable-glusterfs todo
 
96
Build-Conflicts: oss4-dev
 
97
Standards-Version: 3.9.4
 
98
Homepage: http://www.qemu.org/
 
99
:debian:Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-qemu/qemu.git
 
100
:ubuntu:Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-qemu/qemu.git;a=shortlog;h=refs/heads/ubuntu-trusty
 
101
:debian:Vcs-Git: git://anonscm.debian.org/pkg-qemu/qemu.git
 
102
:ubuntu:Vcs-Git: git://anonscm.debian.org/pkg-qemu/qemu.git -b ubuntu-trusty
 
103
 
 
104
Package: qemu
 
105
:debian:Architecture: amd64 arm armel armhf hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc powerpcspe ppc64 s390x sparc sparc64
 
106
:ubuntu:Architecture: amd64 arm arm64 armel armhf hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc powerpcspe ppc64 s390x sparc sparc64
 
107
Multi-Arch: foreign
 
108
Depends: ${misc:Depends}, qemu-system (>= ${source:Version}), qemu-user (>= ${source:Version}) [linux-any], qemu-utils (>= ${source:Version})
 
109
Suggests: qemu-user-static [linux-any]
 
110
Description: fast processor emulator
 
111
 QEMU is a fast processor emulator: currently the package supports
 
112
 ARM, CRIS, i386, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, SH4,
 
113
 SPARC and x86-64 emulation. By using dynamic translation it achieves
 
114
 reasonable speed while being easy to port on new host CPUs. QEMU has
 
115
 two operating modes:
 
116
 .
 
117
  * User mode emulation: QEMU can launch Linux processes compiled for
 
118
    one CPU on another CPU.
 
119
  * Full system emulation: QEMU emulates a full system, including a
 
120
    processor and various peripherals. It enables easier testing and
 
121
    debugging of system code. It can also be used to provide virtual
 
122
    hosting of several virtual machines on a single server.
 
123
 .
 
124
 As QEMU requires no host kernel patches to run, it is very safe and
 
125
 easy to use.
 
126
 .
 
127
 This package is a metapackage depending on all qemu-related packages.
 
128
 
 
129
Package: qemu-keymaps
 
130
Architecture: all
 
131
Multi-Arch: foreign
 
132
Depends: ${misc:Depends}
 
133
:ubuntu:Breaks: qemu-system (<< 0.12.4+dfsg-4), qemu-common (<< 1.2.0.dfsg-1)
 
134
:ubuntu:Replaces: qemu-system (<< 0.12.4+dfsg-4), qemu-common (<< 1.2.0.dfsg-1)
 
135
Description: QEMU keyboard maps
 
136
 QEMU is a fast processor emulator: currently the package supports
 
137
 ARM, CRIS, i386, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, SH4,
 
138
 SPARC and x86-64 emulation. By using dynamic translation it achieves
 
139
 reasonable speed while being easy to port on new host CPUs.
 
140
 .
 
141
 This package provides keyboard maps to be used by the qemu-system
 
142
 package or QEMU derivatives.
 
143
 
 
144
Package: qemu-system
 
145
:debian:Architecture: amd64 arm armel armhf hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc powerpcspe ppc64 s390x sparc sparc64
 
146
:ubuntu:Architecture: amd64 arm arm64 armel armhf hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc powerpcspe ppc64 s390x sparc sparc64
 
147
Multi-Arch: foreign
 
148
Depends: ${misc:Depends},
 
149
 qemu-system-arm,
 
150
:ubuntu: qemu-system-aarch64 [arm64],
 
151
 qemu-system-mips,
 
152
 qemu-system-ppc, 
 
153
 qemu-system-sparc, 
 
154
 qemu-system-x86,
 
155
 qemu-system-misc
 
156
Description: QEMU full system emulation binaries
 
157
 QEMU is a fast processor emulator: currently the package supports
 
158
 ARM, CRIS, i386, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, SH4,
 
159
 SPARC and x86-64 emulation. By using dynamic translation it achieves
 
160
 reasonable speed while being easy to port on new host CPUs.
 
161
 .
 
162
 This metapackage provides the full system emulation binaries for all supported
 
163
 targets, by depending on all per-architecture system emulation packages which
 
164
 QEMU supports.
 
165
 
 
166
Package: qemu-system-common
 
167
:debian:Architecture: amd64 arm armel armhf hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc powerpcspe ppc64 s390x sparc sparc64
 
168
:ubuntu:Architecture: amd64 arm arm64 armel armhf hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc powerpcspe ppc64 s390x sparc sparc64
 
169
Multi-Arch: foreign
 
170
Pre-Depends: adduser
 
171
Depends: ${misc:Depends}, ${shlibs:Depends},
 
172
:ubuntu: udev, acl
 
173
Breaks:
 
174
:ubuntu: qemu-common (<< 1.2.0.dfsg-1),
 
175
# qemu-system before qemu-system-split
 
176
  qemu-system (<< 1.3.0+dfsg-5),
 
177
# qemu-utils had virtfs-proxy-helper
 
178
  qemu-utils (<< 1.3.0+dfsg-4),
 
179
# iproute before 20110315 were unable to deal with bridge (set master device)
 
180
  iproute (<< 20110315-1)
 
181
Replaces:
 
182
:ubuntu: qemu (<< 1.3.0+dfsg-5),
 
183
:ubuntu: qemu-common (<< 1.2.0.dfsg-1),
 
184
  qemu-system (<< 1.3.0+dfsg-5),
 
185
  qemu-utils (<< 1.3.0+dfsg-4),
 
186
Description: QEMU full system emulation binaries (common files)
 
187
 QEMU is a fast processor emulator: currently the package supports
 
188
 ARM, CRIS, i386, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, SH4,
 
189
 SPARC and x86-64 emulation. By using dynamic translation it achieves
 
190
 reasonable speed while being easy to port on new host CPUs.
 
191
 .
 
192
 This package provides common files needed for target-specific
 
193
 full system emulation (qemu-system-*) packages.
 
194
 
 
195
Package: qemu-system-misc
 
196
:debian:Architecture: amd64 arm armel armhf hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc powerpcspe ppc64 s390x sparc sparc64
 
197
:ubuntu:Architecture: amd64 arm arm64 armel armhf hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc powerpcspe ppc64 s390x sparc sparc64
 
198
Multi-Arch: foreign
 
199
Depends: ${shlibs:Depends}, ${misc:Depends}, qemu-system-common, qemu-keymaps,
 
200
Recommends: qemu-utils
 
201
Suggests: samba, vde2
 
202
Provides: ${sysprovides:misc}
 
203
Breaks: qemu-system (<< 1.3.0+dfsg-5)
 
204
Replaces: qemu-system (<< 1.3.0+dfsg-5)
 
205
Description: QEMU full system emulation binaries (miscelaneous)
 
206
 QEMU is a fast processor emulator: currently the package supports
 
207
 ARM, CRIS, M68k (ColdFire), MicroBlaze, and SH4
 
208
 emulation. By using dynamic translation it achieves
 
209
 reasonable speed while being easy to port on new host CPUs.
 
210
 .
 
211
 This package provides the full system emulation binaries to emulate
 
212
 various other hardware which did not made into separate packages.
 
213
 Emulators for the following architectures are provided:
 
214
  ${sysarch:misc}.
 
215
 .
 
216
 In system emulation mode QEMU emulates a full system, including a processor
 
217
 and various peripherals.  It enables easier testing and debugging of system
 
218
 code.  It can also be used to provide virtual hosting of several virtual
 
219
 machines on a single server.
 
220
 
 
221
Package: qemu-system-arm
 
222
:debian:Architecture: amd64 arm armel armhf hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc powerpcspe ppc64 s390x sparc sparc64
 
223
:ubuntu:Architecture: amd64 arm arm64 armel armhf hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc powerpcspe ppc64 s390x sparc sparc64
 
224
Multi-Arch: foreign
 
225
Depends: ${shlibs:Depends}, ${misc:Depends}, qemu-system-common, qemu-keymaps,
 
226
Recommends: qemu-utils
 
227
Suggests: samba, vde2
 
228
Provides: ${sysprovides:arm}
 
229
Breaks: qemu-system (<< 1.3.0+dfsg-5),
 
230
:ubuntu: qemu-common (<< 1.3.0+dfsg-5),
 
231
:ubuntu: qemu-kvm (<< 1.2.0.dfsg-1),
 
232
:ubuntu: kvm (<< 1.3.0+dfsg-5),
 
233
Replaces: qemu-system (<< 1.3.0+dfsg-5),
 
234
:ubuntu: qemu-common (<< 1.3.0+dfsg-5),
 
235
:ubuntu: qemu-kvm (<< 1.2.0.dfsg-1),
 
236
:ubuntu: kvm (<< 1.3.0+dfsg-5),
 
237
Description: QEMU full system emulation binaries (arm)
 
238
 QEMU is a fast processor emulator: currently the package supports
 
239
 ARM emulation. By using dynamic translation it achieves
 
240
 reasonable speed while being easy to port on new host CPUs.
 
241
 .
 
242
 This package provides the full system emulation binaries to emulate
 
243
 the following arm hardware: ${sysarch:arm}.
 
244
 .
 
245
 In system emulation mode QEMU emulates a full system, including a processor
 
246
 and various peripherals.  It enables easier testing and debugging of system
 
247
 code.  It can also be used to provide virtual hosting of several virtual
 
248
 machines on a single server.
 
249
 
 
250
Package: qemu-system-mips
 
251
:debian:Architecture: amd64 arm armel armhf hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc powerpcspe ppc64 s390x sparc sparc64
 
252
:ubuntu:Architecture: amd64 arm arm64 armel armhf hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc powerpcspe ppc64 s390x sparc sparc64
 
253
Multi-Arch: foreign
 
254
Depends: ${shlibs:Depends}, ${misc:Depends}, qemu-system-common, qemu-keymaps,
 
255
Recommends: qemu-utils
 
256
Suggests: samba, vde2
 
257
Provides: ${sysprovides:mips}
 
258
Breaks: qemu-system (<< 1.3.0+dfsg-5)
 
259
Replaces: qemu-system (<< 1.3.0+dfsg-5)
 
260
Description: QEMU full system emulation binaries (mips)
 
261
 QEMU is a fast processor emulator: currently the package supports
 
262
 MIPS emulation. By using dynamic translation it achieves
 
263
 reasonable speed while being easy to port on new host CPUs.
 
264
 .
 
265
 This package provides the full system emulation binaries to emulate
 
266
 the following mips hardware: ${sysarch:mips}.
 
267
 .
 
268
 In system emulation mode QEMU emulates a full system, including a processor
 
269
 and various peripherals.  It enables easier testing and debugging of system
 
270
 code.  It can also be used to provide virtual hosting of several virtual
 
271
 machines on a single server.
 
272
 
 
273
Package: qemu-system-ppc
 
274
:debian:Architecture: amd64 arm armel armhf hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc powerpcspe ppc64 s390x sparc sparc64
 
275
:ubuntu:Architecture: amd64 arm arm64 armel armhf hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc powerpcspe ppc64 s390x sparc sparc64
 
276
Multi-Arch: foreign
 
277
Depends: ${shlibs:Depends}, ${misc:Depends}, qemu-system-common, qemu-keymaps,
 
278
:debian: qemu-slof, openbios-ppc (>= 1.1+svn1229), openhackware,
 
279
Recommends: qemu-utils
 
280
Suggests: samba, vde2,
 
281
# ubuntu can't Depend on openbios-ppc and openhackware as they're in universe
 
282
:ubuntu: openbios-ppc (>= 1.1+svn1229), openhackware, qemu-slof
 
283
Provides: ${sysprovides:ppc}
 
284
Breaks: qemu-system (<< 1.3.0+dfsg-5),
 
285
:ubuntu: qemu-common (<< 1.3.0+dfsg-5),
 
286
:ubuntu: qemu-kvm (<< 1.2.0.dfsg-1),
 
287
:ubuntu: kvm (<< 1.3.0+dfsg-5),
 
288
Replaces: qemu-system (<< 1.3.0+dfsg-5),
 
289
:ubuntu: qemu-common (<< 1.3.0+dfsg-5),
 
290
:ubuntu: qemu-kvm (<< 1.2.0.dfsg-1),
 
291
:ubuntu: kvm (<< 1.3.0+dfsg-5),
 
292
Description: QEMU full system emulation binaries (ppc)
 
293
 QEMU is a fast processor emulator: currently the package supports
 
294
 PowerPC emulation. By using dynamic translation it achieves
 
295
 reasonable speed while being easy to port on new host CPUs.
 
296
 .
 
297
 This package provides the full system emulation binaries to emulate
 
298
 the following PowerPC hardware: ${sysarch:ppc}.
 
299
 .
 
300
 In system emulation mode QEMU emulates a full system, including a processor
 
301
 and various peripherals.  It enables easier testing and debugging of system
 
302
 code.  It can also be used to provide virtual hosting of several virtual
 
303
 machines on a single server.
 
304
 
 
305
Package: qemu-system-sparc
 
306
:debian:Architecture: amd64 arm armel armhf hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc powerpcspe ppc64 s390x sparc sparc64
 
307
:ubuntu:Architecture: amd64 arm arm64 armel armhf hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc powerpcspe ppc64 s390x sparc sparc64
 
308
Multi-Arch: foreign
 
309
Depends: ${shlibs:Depends}, ${misc:Depends}, qemu-system-common, qemu-keymaps,
 
310
# ubuntu/openbios-sparc is in universe
 
311
:debian: openbios-sparc (>= 1.1+svn1229)
 
312
Recommends: qemu-utils
 
313
Suggests: samba, vde2
 
314
Provides: ${sysprovides:sparc}
 
315
Breaks:
 
316
 qemu-system (<< 1.3.0+dfsg-5),
 
317
:ubuntu: qemu-common (<< 1.3.0+dfsg-5),
 
318
:ubuntu: qemu-kvm (<< 1.2.0.dfsg-1),
 
319
:ubuntu: kvm (<< 1.3.0+dfsg-5),
 
320
Replaces:
 
321
 qemu-system (<< 1.3.0+dfsg-5),
 
322
:ubuntu: qemu-common (<< 1.3.0+dfsg-5),
 
323
:ubuntu: qemu-kvm (<< 1.2.0.dfsg-1),
 
324
:ubuntu: kvm (<< 1.3.0+dfsg-5),
 
325
Description: QEMU full system emulation binaries (sparc)
 
326
 QEMU is a fast processor emulator: currently the package supports
 
327
 SPARC emulation. By using dynamic translation it achieves
 
328
 reasonable speed while being easy to port on new host CPUs.
 
329
 .
 
330
 This package provides the full system emulation binaries to emulate
 
331
 the following sparc hardware: ${sysarch:sparc}.
 
332
 .
 
333
 In system emulation mode QEMU emulates a full system, including a processor
 
334
 and various peripherals.  It enables easier testing and debugging of system
 
335
 code.  It can also be used to provide virtual hosting of several virtual
 
336
 machines on a single server.
 
337
 
 
338
Package: qemu-system-x86
 
339
:debian:Architecture: amd64 arm armel armhf hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc powerpcspe ppc64 s390x sparc sparc64
 
340
:ubuntu:Architecture: amd64 arm arm64 armel armhf hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc powerpcspe ppc64 s390x sparc sparc64
 
341
Multi-Arch: foreign
 
342
Depends: ${shlibs:Depends}, ${misc:Depends}, qemu-system-common, qemu-keymaps,
 
343
 seabios (>= 1.7.2-2~), ipxe-qemu
 
344
Recommends: qemu-utils,
 
345
:ubuntu: cpu-checker
 
346
Suggests: samba, vde2, kmod, sgabios
 
347
Provides: ${sysprovides:x86}
 
348
:ubuntu:Conflicts: kvm (<< 1.3.0+dfsg-5)
 
349
Breaks:
 
350
 qemu-system (<< 1.3.0+dfsg-5),
 
351
# older libvirt (eg 0.10.2.x) is known broken with qemu >= 1.3
 
352
 libvirt0 (<< 1.0),
 
353
:ubuntu: qemu-common (<< 1.3.0+dfsg-5),
 
354
:ubuntu: qemu-kvm (<< 1.2.0.dfsg-1),
 
355
:ubuntu: kvm (<< 1.3.0+dfsg-5),
 
356
Replaces:
 
357
 qemu-system (<< 1.3.0+dfsg-5),
 
358
:ubuntu: qemu-common (<< 1.3.0+dfsg-5),
 
359
:ubuntu: qemu-kvm (<< 1.2.0.dfsg-1),
 
360
:ubuntu: kvm (<< 1.3.0+dfsg-5),
 
361
Description: QEMU full system emulation binaries (x86)
 
362
 QEMU is a fast processor emulator: currently the package supports
 
363
 i386 and x86-64 emulation. By using dynamic translation it achieves
 
364
 reasonable speed while being easy to port on new host CPUs.
 
365
 .
 
366
 This package provides the full system emulation binaries to emulate
 
367
 the following x86 hardware: ${sysarch:x86}.
 
368
 .
 
369
 In system emulation mode QEMU emulates a full system, including a processor
 
370
 and various peripherals.  It enables easier testing and debugging of system
 
371
 code.  It can also be used to provide virtual hosting of several virtual
 
372
 machines on a single server.
 
373
 .
 
374
 On x86 host hardware this package also enables KVM kernel virtual machine
 
375
 usage on systems which supports it.
 
376
 
 
377
Package: qemu-user
 
378
:debian:Architecture: amd64 arm armel armhf hppa i386 ia64 mips mipsel powerpc powerpcspe ppc64 s390x sparc sparc64
 
379
:ubuntu:Architecture: amd64 arm arm64 armel armhf hppa i386 ia64 mips mipsel powerpc powerpcspe ppc64 s390x sparc sparc64
 
380
Multi-Arch: foreign
 
381
Depends: ${shlibs:Depends}, ${misc:Depends}
 
382
Suggests: sudo
 
383
:ubuntu:Breaks: qemu-kvm (<< 1.2.0.dfsg-1)
 
384
:ubuntu:Replaces: qemu-kvm (<< 1.2.0.dfsg-1)
 
385
Description: QEMU user mode emulation binaries
 
386
 QEMU is a fast processor emulator: currently the package supports
 
387
 ARM, CRIS, i386, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, SH4,
 
388
 SPARC and x86-64 emulation. By using dynamic translation it achieves
 
389
 reasonable speed while being easy to port on new host CPUs.
 
390
 .
 
391
 This package provides the user mode emulation binaries. In this mode
 
392
 QEMU can launch Linux processes compiled for one CPU on another CPU.
 
393
 
 
394
Package: qemu-user-static
 
395
:debian:Architecture: amd64 arm armel armhf hppa i386 ia64 mips mipsel powerpc powerpcspe ppc64 s390x sparc sparc64
 
396
:ubuntu:Architecture: amd64 arm arm64 armel armhf hppa i386 ia64 mips mipsel powerpc powerpcspe ppc64 s390x sparc sparc64
 
397
Multi-Arch: foreign
 
398
Depends: ${shlibs:Depends}, ${misc:Depends}
 
399
Recommends: binfmt-support
 
400
Suggests: sudo
 
401
Description: QEMU user mode emulation binaries (static version)
 
402
 QEMU is a fast processor emulator: currently the package supports
 
403
 ARM, CRIS, i386, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, SH4,
 
404
 SPARC and x86-64 emulation. By using dynamic translation it achieves
 
405
 reasonable speed while being easy to port on new host CPUs.
 
406
 .
 
407
 This package provides the user mode emulation binaries, built
 
408
 statically. In this mode QEMU can launch Linux processes compiled for
 
409
 one CPU on another CPU.
 
410
 
 
411
Package: qemu-utils
 
412
:debian:Architecture: amd64 arm armel armhf hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc powerpcspe ppc64 s390x sparc sparc64
 
413
:ubuntu:Architecture: amd64 arm arm64 armel armhf hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc powerpcspe ppc64 s390x sparc sparc64
 
414
Multi-Arch: foreign
 
415
Depends: ${shlibs:Depends}, ${misc:Depends}
 
416
Recommends: sharutils
 
417
Suggests: debootstrap
 
418
:ubuntu:Conflicts: qemu-user (<< 0.11.1-2), qemu-kvm (<< 1.2.0.dfsg-1)
 
419
:ubuntu:Replaces: qemu-user (<< 0.11.1-2), qemu-kvm (<< 1.2.0.dfsg-1)
 
420
Description: QEMU utilities
 
421
 QEMU is a fast processor emulator: currently the package supports
 
422
 ARM, CRIS, i386, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, SH4,
 
423
 SPARC and x86-64 emulation. By using dynamic translation it achieves
 
424
 reasonable speed while being easy to port on new host CPUs.
 
425
 .
 
426
 This package provides QEMU related utilities:
 
427
  * qemu-img: QEMU disk image utility
 
428
  * qemu-io:  QEMU disk exerciser
 
429
  * qemu-nbd: QEMU disk network block device server
 
430
 
 
431
Package: qemu-guest-agent
 
432
Architecture: any
 
433
Multi-Arch: foreign
 
434
Depends: ${shlibs:Depends}, ${misc:Depends}
 
435
Description: Guest-side qemu-system agent
 
436
 QEMU is a fast processor emulator: currently the package supports
 
437
 ARM, CRIS, i386, M68k (ColdFire), MicroBlaze, MIPS, PowerPC, SH4,
 
438
 SPARC and x86-64 emulation. By using dynamic translation it achieves
 
439
 reasonable speed while being easy to port on new host CPUs.
 
440
 .
 
441
 This package provides a daemon (agent) to run inside qemu-system
 
442
 guests (full system emulation).  It communicates with the host using
 
443
 a virtio-serial channel org.qemu.guest_agent.0, and allows one to perform
 
444
 some functions in the guest from the host, including:
 
445
  - querying and setting guest system time
 
446
  - performing guest filesystem sync operation
 
447
  - initiating guest shutdown or suspend to ram
 
448
  - accessing guest files
 
449
  - freezing/thawing guest filesystem operations
 
450
  - others.
 
451
 .
 
452
 Install this package on a system which is running as guest inside
 
453
 qemu virtual machine.  It is not used on the host.
 
454
 
 
455
Package: qemu-kvm
 
456
:debian:Architecture: i386 amd64
 
457
:ubuntu:Architecture: i386 amd64 armhf armel powerpc sparc
 
458
Multi-Arch: foreign
 
459
Depends: ${misc:Depends}, qemu-system-x86 (>= 1.7.0+dfsg-2~)
 
460
Provides: kvm,
 
461
:ubuntu: qemu-kvm-spice
 
462
Conflicts: kvm,
 
463
:ubuntu: qemu-kvm-spice
 
464
Breaks: qemu-system-x86 (<< 1.7.0+dfsg-2~)
 
465
Replaces: qemu-system-x86 (<< 1.7.0+dfsg-2~),
 
466
:ubuntu: qemu-kvm-spice
 
467
Description: QEMU Full virtualization on x86 hardware (transitional package)
 
468
 QEMU is a fast processor emulator.  This package provides just a wrapper
 
469
 script /usr/bin/kvm which run qemu-system-x86 in kvm mode.
 
470
 .
 
471
 Please note that old qemu-kvm configuration files (in /etc/kvm/) are
 
472
 no longer used.
 
473
 
 
474
:ubuntu:Package: qemu-common
 
475
:ubuntu:Architecture: all
 
476
:ubuntu:Depends: ${misc:Depends}, qemu-keymaps
 
477
:ubuntu:Section: oldlibs
 
478
:ubuntu:Description: dummy transitional package from qemu-common to qemu-keymaps
 
479
:ubuntu: This transitional package helps users transition from the qemu-common package
 
480
:ubuntu: to the qemu-keymaps package.  Once this package and its dependencies are
 
481
:ubuntu: installed you can safely remove it.
 
482
 
 
483
:ubuntu:Package: qemu-system-aarch64
 
484
:ubuntu:Architecture: arm64
 
485
:ubuntu:Multi-Arch: foreign
 
486
:ubuntu:Depends: ${shlibs:Depends}, ${misc:Depends},
 
487
:ubuntu: qemu-system-common (>= ${source:Version}), qemu-keymaps (>= ${source:Upstream-Version}),
 
488
:ubuntu:Provides: ${sysprovides:arm64}
 
489
:ubuntu:Breaks:
 
490
:ubuntu:  qemu-common (<< 1.3.0+dfsg-5),
 
491
:ubuntu:  qemu-system (<< 1.3.0+dfsg-5),
 
492
:ubuntu:  qemu-kvm (<< 1.2.0.dfsg-1),
 
493
:ubuntu:  kvm (<< 1.3.0+dfsg-5)
 
494
:ubuntu:Replaces:
 
495
:ubuntu:  qemu-common (<< 1.3.0+dfsg-5),
 
496
:ubuntu:  qemu-system (<< 1.3.0+dfsg-5),
 
497
:ubuntu:  qemu-kvm (<< 1.2.0.dfsg-1),
 
498
:ubuntu:  kvm (<< 1.3.0+dfsg-5)
 
499
:ubuntu:Recommends: qemu-utils
 
500
:ubuntu:Suggests: samba, vde2
 
501
:ubuntu:Description: QEMU full system emulation binaries (aarch64)
 
502
:ubuntu: QEMU is a fast processor emulator: currently the package supports
 
503
:ubuntu: ARM emulation. By using dynamic translation it achieves
 
504
:ubuntu: reasonable speed while being easy to port on new host CPUs.
 
505
:ubuntu: .
 
506
:ubuntu: This package provides the full system emulation binaries to emulate
 
507
:ubuntu: the following aarch64 hardware: ${sysarch:aarch64}.
 
508
:ubuntu: .
 
509
:ubuntu: In system emulation mode QEMU emulates a full system, including a processor
 
510
:ubuntu: and various peripherals.  It enables easier testing and debugging of system
 
511
:ubuntu: code.  It can also be used to provide virtual hosting of several virtual
 
512
:ubuntu: machines on a single server.