~ubuntu-branches/ubuntu/lucid/qemu-kvm/lucid-updates

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
qemu-kvm (0.12.3+noroms-0ubuntu9.5) lucid-proposed; urgency=low

  * debian/patches/block-fix-sector-comparison.patch: Fix virtio disk
    corruption with large (>1Tb) volumes  (LP: #574665)

 -- Serge Hallyn <serge.hallyn@ubuntu.com>  Fri, 28 Jan 2011 13:17:30 -0600

qemu-kvm (0.12.3+noroms-0ubuntu9.4) lucid-security; urgency=low

  * SECURITY UPDATE: Setting VNC password to empty string silently
    disables all authentication (LP: #697197)
    - debian/patches/697197-fix-vnc-password-semantics.patch: Reverses the
      change introduced in Qemu by git commit 52c18be9, thanks to Neil Wilson.
    - CVE-2011-0011

 -- Dustin Kirkland <kirkland@ubuntu.com>  Fri, 11 Feb 2011 09:57:30 -0600

qemu-kvm (0.12.3+noroms-0ubuntu9.3) lucid-proposed; urgency=low

  * Fix segfault when using scsi with writeback (LP: #595438)

 -- Serge Hallyn <serge.hallyn@canonical.com>  Wed, 28 Jul 2010 09:56:56 -0500

qemu-kvm (0.12.3+noroms-0ubuntu9.2) lucid-proposed; urgency=low

  * Previous patch did not fix memleak for everyone.  Appending another
    separate memleak fix patch.  This package (tried out in
    ppa:serge-hallyn/virt/ubuntu) was confirmed by David Weber to fix
    his memory leak. (LP: #588293)

 -- Serge Hallyn <serge.hallyn@canonical.com>  Mon, 21 Jun 2010 11:55:23 -0500

qemu-kvm (0.12.3+noroms-0ubuntu9.1) lucid-proposed; urgency=low

  * Apply a patch to fix a slow (but huge) memory leak (LP: #588293)

 -- Serge Hallyn <serge.hallyn@canonical.com>  Tue, 15 Jun 2010 07:52:46 -0500

qemu-kvm (0.12.3+noroms-0ubuntu9) lucid; urgency=low

  * Architecture-specific fixes (LP: #568904)
    - debian/rules: configure with --disable-kvm on powerpc to fix FTBFS
    - debian/control: Disable arch:any stuff on ia64: no qemu/kvm support anyway

 -- Emmet Hikory <persia@ubuntu.com>  Fri, 23 Apr 2010 18:45:55 +0900

qemu-kvm (0.12.3+noroms-0ubuntu8) lucid; urgency=low

  * debian/qemu-kvm-extras-static.postrm, .postinst: use "invoke-rc.d procps
    start" instead of "start procps" to honor policy-rc.d and hence be
    chroot-safe.

 -- Loïc Minier <loic.minier@ubuntu.com>  Tue, 20 Apr 2010 13:12:08 +0200

qemu-kvm (0.12.3+noroms-0ubuntu7) lucid; urgency=low

  * debian/qemu-kvm-extras.links: link .1.gz man pages instead of .1 man
    pages; dh_compress usually gets it right when the files are in the same
    package, but not here with cross-package links.

 -- Loïc Minier <loic.minier@ubuntu.com>  Tue, 20 Apr 2010 10:15:20 +0200

qemu-kvm (0.12.3+noroms-0ubuntu6) lucid; urgency=low

  * debian/qemu-kvm.upstart: fix logic that was preventing upstart
    job from starting properly, LP: #559896

 -- Dustin Kirkland <kirkland@ubuntu.com>  Sat, 10 Apr 2010 11:06:47 -0500

qemu-kvm (0.12.3+noroms-0ubuntu5) lucid; urgency=low

  * debian/qemu-kvm.default: allow the kernel to determine the default,
    comment out the configuration option, but leave it there so as to
    be discoverable; seems that 2000 sleep-millisecs renders KSM basically
    useless

 -- Dustin Kirkland <kirkland@ubuntu.com>  Fri, 02 Apr 2010 16:35:05 -0500

qemu-kvm (0.12.3+noroms-0ubuntu4) lucid; urgency=low

  * debian/patches/SDL-wrong-behaviour-of-caps-lock.patch:
    Qemu does not pass pressed capslock to client, LP: #427612

 -- Benjamin Drung <bdrung@ubuntu.com>  Thu, 01 Apr 2010 00:22:02 +0200

qemu-kvm (0.12.3+noroms-0ubuntu3) lucid; urgency=low

  * debian/qemu-kvm.default, debian/qemu-kvm.upstart:
    raise the default sleep between kernel same-page merging
    (KSM) from 20 milliseconds to 2000 milliseconds, LP: #550985

 -- Dustin Kirkland <kirkland@ubuntu.com>  Mon, 29 Mar 2010 11:35:44 -0500

qemu-kvm (0.12.3+noroms-0ubuntu2) lucid; urgency=low

  * debian/control: ensure that qemu-common replaces qemu-kvm, since
    it has the common keymaps and other functionality, LP: #545741

 -- Dustin Kirkland <kirkland@ubuntu.com>  Wed, 24 Mar 2010 10:13:01 -0700

qemu-kvm (0.12.3+noroms-0ubuntu1) lucid; urgency=low

  * Re-roll the orig tarball, after having manually deleted the included
    binary-only bios rom blobs who source was not also included in the
    package, LP: #541524; the following files were removed:
    - pc-bios/bios.bin
    - pc-bios/linuxboot.bin
    - pc-bios/multiboot.bin
    - pc-bios/openbios-ppc
    - pc-bios/openbios-sparc
    - pc-bios/openbios-sparc32
    - pc-bios/openbios-sparc64
    - pc-bios/ppc_rom.bin
    - pc-bios/pxe-e1000.bin
    - pc-bios/pxe-i82559er.bin
    - pc-bios/pxe-ne2k_pci.bin
    - pc-bios/pxe-pcnet.bin
    - pc-bios/pxe-rtl8139.bin
    - pc-bios/pxe-virtio.bin
    - pc-bios/vapic.bin
    - pc-bios/vgabios.bin
    - pc-bios/vgabios-cirrus.bin
    - pc-bios/video.x
  * debian/control:
    - qemu-common goes back to depending on vgabios and seabios
    - suggest mol-drivers-macosx, which is in multiverse, and provides
      video.x (when that package actually builds)
    - suggest openbios-sparc, which is in universe, and provides the
      powerpc/sparc openbios roms (when that package actually builds)
  * debian/links:
    - put links in place for the external seabios and vgabios blobs
  * debian/patches/larger_default_ram_size.patch: increase the default
    mem size for virtual machines from the mostly unusable 128M to 384M,
    which most modern distros require

 -- Dustin Kirkland <kirkland@ubuntu.com>  Mon, 22 Mar 2010 18:14:30 -0700

qemu-kvm (0.12.3-0ubuntu17) lucid; urgency=low

  * qemu-debootstrap: test for basename part of $0 to enable build-arm-chroot
    compat mode.
  * New patch, arm-higher-initrd-load-addr, set INITRD_LOAD_ADDR to 0x00d00000
    instead of 0x00800000 as to leave enough room for our piggish vmlinuz +
    its decompressed counterpart; should fix initramfs and initrd support;
    thanks Jason Andrews; LP: #524893.

 -- Loïc Minier <loic.minier@ubuntu.com>  Sat, 20 Mar 2010 10:30:21 +0100

qemu-kvm (0.12.3-0ubuntu16) lucid; urgency=low

  * debian/rules: need to dh_link in binary-indep to create the ifup/ifdown
    links, LP: #540218

 -- Dustin Kirkland <kirkland@ubuntu.com>  Wed, 17 Mar 2010 14:23:55 -0500

qemu-kvm (0.12.3-0ubuntu15) lucid; urgency=low

  * debian/patches/block_avoid_creating_too_large_iovecs_in_multiwrite_merge.patch:
    - block: avoid creating too large iovecs in multiwrite_merge,
      fixes LP: #511620, cherry pick from upstream git

 -- Dustin Kirkland <kirkland@ubuntu.com>  Fri, 12 Mar 2010 13:30:30 -0600

qemu-kvm (0.12.3-0ubuntu14) lucid; urgency=low

  * debian/rules: ensure that the upstart job starts on package install,
    LP: #537682

 -- Dustin Kirkland <kirkland@ubuntu.com>  Thu, 11 Mar 2010 19:20:54 -0600

qemu-kvm (0.12.3-0ubuntu13) lucid; urgency=low

  * Rename the default debhelper files to qemu-kvm.*, makes the namespace
    a little more managable as we split this source package up into better
    logical binary packages
    - debian/postinst -> debian/qemu-kvm.postinst
    - debian/doc -> debian/qemu-common.doc
    - debian/links -> debian/qemu-kvm.links
    - debian/install -> debian/qemu-kvm.install
    - debian/upstart -> debian/qemu-kvm.upstart
  * debian/qemu-common.install, debian/qemu-common.links, debian/control:
    - new binary package that contains the architecture independent and
      common files (bios roms, keymaps, documentation, and scripts)
  * debian/rules:
    - populate the binary-indep action to handle the qemu-common package
    - manually prune the keymaps from qemu-kvm, since qemu-common contains
      these now
  * debian/kvm-ok, debian/control: move the kvm-ok script over to the
    cpu-checker package, and recommend this package, LP: #429443

 -- Dustin Kirkland <kirkland@ubuntu.com>  Mon, 08 Mar 2010 17:18:13 -0600

qemu-kvm (0.12.3-0ubuntu12) lucid; urgency=low

  * debian/install: install the two necessary ppc bios files, LP: #60478;
    note that these should eventually move to a qemu-common package

 -- Dustin Kirkland <kirkland@ubuntu.com>  Mon, 08 Mar 2010 15:08:17 -0600

qemu-kvm (0.12.3-0ubuntu11) lucid; urgency=low

  * debian/control: build depend on libaio-dev, to enable a nice performance
    improvement when running preallocated raw disks or block device backing
    disks, LP: #534273

 -- Dustin Kirkland <kirkland@ubuntu.com>  Mon, 08 Mar 2010 12:10:36 -0600

qemu-kvm (0.12.3-0ubuntu10) lucid; urgency=low

  * Drop build-arm-chroot and add new qemu-debootstrap script as an
    arch-neutral replacement; ship a build-arm-chroot -> qemu-debootstrap
    symlink; qemu-debootstrap works as build-arm-chroot used to when called as
    "build-arm-chroot" but will print a deprecation warning.

 -- Loïc Minier <loic.minier@ubuntu.com>  Sun, 07 Mar 2010 16:39:47 +0100

qemu-kvm (0.12.3-0ubuntu9) lucid; urgency=low

  * debian/postinst: slightly cleaner handling of old conffile cleanup

 -- Dustin Kirkland <kirkland@ubuntu.com>  Sat, 06 Mar 2010 17:21:19 -0600

qemu-kvm (0.12.3-0ubuntu8) lucid; urgency=low

  * debian/postinst: test file's existence before removing, and use a bigger
    hammer, LP: #533249

 -- Dustin Kirkland <kirkland@ubuntu.com>  Sat, 06 Mar 2010 11:35:17 -0600

qemu-kvm (0.12.3-0ubuntu7) lucid; urgency=low

  * debian/postinst: only prune dirs if empty

 -- Dustin Kirkland <kirkland@ubuntu.com>  Sat, 06 Mar 2010 00:11:07 -0600

qemu-kvm (0.12.3-0ubuntu6) lucid; urgency=low

  [ Dustin Kirkland ]
  * debian/postinst: clean up jaunty-era conffiles on upgrade, LP: #455411
  * debian/links, debian/qemu-kvm-extras.links: install non-x86 arch
    manpages in the qemu-kvm-extras package, LP: #478552

  [ Brian Thomason ]
  * debian/patches/better_describe_-net_options.patch: improve port
    forwarding documentation, LP: #474969, LP: #453617

 -- Dustin Kirkland <kirkland@ubuntu.com>  Fri, 05 Mar 2010 18:39:19 -0600

qemu-kvm (0.12.3-0ubuntu5) lucid; urgency=low

  * debian/install, debian/control: use the bios bin's shipped with
    qemu-kvm, rather than those provided by vgabios and seabios (for now);
    we're seeing issues building and using the versions of vgabios and
    seabios in the archive; the ones shipped with qemu-kvm are those
    "recommended" and known to work by upstream; when we converge on a
    new package with debian for lucid+1, we should revisit this.
    LP: #513273

 -- Dustin Kirkland <kirkland@ubuntu.com>  Thu, 04 Mar 2010 16:53:17 -0600

qemu-kvm (0.12.3-0ubuntu4) lucid; urgency=low

  * debian/links: fix broken manpage symlink, LP: #472969

 -- Dustin Kirkland <kirkland@ubuntu.com>  Mon, 01 Mar 2010 18:49:23 -0600

qemu-kvm (0.12.3-0ubuntu3) lucid; urgency=low

  * debian/rules: prefer pa over alsa by default (reverting one of Loic's
    changes below, and creating a minor diff with Debian--we should
    perhaps try to convince them to default to pulseaudio?)

 -- Dustin Kirkland <kirkland@ubuntu.com>  Mon, 01 Mar 2010 16:59:39 -0600

qemu-kvm (0.12.3-0ubuntu2) lucid; urgency=low

  * New patch, arm-host-fix-compiler-warning, drops __arm__ specific code
    which was probably FPA specific (certainly not ARM/VFP) and was dropped
    upstream in bc4347b883e8175dadef77ed9e02ccaa5e8eba94; helps build on
    armel.
  * Configure builds with --disable-strip to get useful -dbgsym packages.
  * Also configure the static build with --disable-blobs and
    --audio-drv-list=.
  * Configure builds with --interp-prefix=/etc/qemu-binfmt/%M as to allow
    overriding shared libs etc. with files over there; this matches Debian's
    config.
  * Match Debian's audio-drv-list to only build ALSA on linux.
  * Also filter-out config-host.mak when copying files to the static build dir
    to avoid a race if the build is interrupted before the static configure
    has run.
  * After careful examination, drop TARGET_SYSTEM_TCG and TARGET_LINUX_TCG;
    the upstream configure turns all these on by default plus one recently
    added architecture (microblaze) which proves that this list can't be kept
    up-to-date.  Also drop ia64 specific settings -- the ia64 build doesn't
    pass in Ubuntu ATM anyway, and Debian doesn't special ia64, so it can only
    help, right?  Do however pass --target-list="" for now as the current
    upstream configure sets x86_64-softmmu as the default.
  * Also drop TARGET_STATIC_TCG and pass --disable-system; this will turn off
    all softmmu targets and do the right thing; while this will increase the
    size of the binary package, this will also permit development towards
    other targets such as powerpc, or running x86 binaries from ARM.  Also
    pass --target-list="".
  * Drop unused QEMU_EXE and BUILD_CPU vars.
  * Add more binfmts, copied from the Debian qemu package but modified to
    point at the qemu-kvm-extras-static package instead of qemu-user-static
    and to set "credentials yes"; also dropped spurious trailing newlines on
    some of them.  Copy the logic to set BINFMT_TARGETS from the Debian
    package as well.
  * Create qemu-kvm-extras dirs via debian/*.dirs instead of mkdir.
  * Depend on $(QUILT_STAMPFN) instead of patch to avoid rebuilding everything
    every time.

 -- Loïc Minier <loic.minier@ubuntu.com>  Sat, 27 Feb 2010 11:59:10 +0100

qemu-kvm (0.12.3-0ubuntu1) lucid; urgency=low

  * Merge upstream stable release (bug fixes only)

 -- Dustin Kirkland <kirkland@ubuntu.com>  Fri, 26 Feb 2010 16:26:00 -0600

qemu-kvm (0.12.2-0ubuntu8) lucid; urgency=low

  * debian/binfmts/qemu-arm: add "credentials yes" to allow running setuid
    binaries in their security context with qemu-arm-static as the binary
    interpreter, for instance sudo; bump binfmt-support dep to >= 1.2.17.

 -- Loïc Minier <loic.minier@ubuntu.com>  Fri, 19 Feb 2010 15:18:52 +0100

qemu-kvm (0.12.2-0ubuntu7) lucid; urgency=low

  * Replace patch Don-t-bark-for-syscalls-missing-in-linux-too with patch
    This-patch-adds-support-for-the-pselect-syscall-in-l from the upstream
    mailing-list from Michael Casadevall and acked by Riku Voipio to add
    pselect6() syscall; LP: #520480.

 -- Loïc Minier <loic.minier@ubuntu.com>  Thu, 18 Feb 2010 14:08:33 +0100

qemu-kvm (0.12.2-0ubuntu6arm1) lucid; urgency=low

  * New patch, Detect-and-use-GCC-atomic-builtins-for-locking, detects support
    for gcc atomic builtins and uses them for locking; helps build on armel
    where swp isn't available in thumb(2) mode; this patch needs some testing
    on various platforms, so not submitted upstream yet; LP: #514252.
  * New patch, Don-t-bark-for-syscalls-missing-in-linux-too, implements stubs
    for pselect6(), ppoll(), and epoll_wait() on ARM to avoid the console
    getting spammed by "qemu: Unsupported syscall: 335" when installing
    packages under qemu-arm; needs some testing on arm, so not submitted
    upstream yet; LP: #520480.

 -- Loïc Minier <loic.minier@ubuntu.com>  Thu, 11 Feb 2010 17:53:55 +0100

qemu-kvm (0.12.2-0ubuntu6) lucid; urgency=low

  * debian/upstart: complete the enable/disable KSM support

 -- Dustin Kirkland <kirkland@ubuntu.com>  Sat, 06 Feb 2010 10:23:00 -0800

qemu-kvm (0.12.2-0ubuntu5) lucid; urgency=low

  * debian/default/qemu-kvm, debian/upstart:
    - provide a mechanism for disabling KSM conveniently
    - improve the logic in the upstart scripts

 -- Dustin Kirkland <kirkland@ubuntu.com>  Sat, 06 Feb 2010 09:46:25 -0800

qemu-kvm (0.12.2-0ubuntu4) lucid; urgency=low

  * debian/qemu-kvm-extras-static.prerm: also update-binfmt --remove on
    upgrade as I believe was originally intended by registering the format in
    postinst/configure.
  * Readd debian/qemu-arm-static.postinst to also update-binfmt --remove the
    old format since old binary packages wont do that properly; also do this
    in debian/qemu-kvm-extras-static.postinst for people who already removed
    debian/qemu-arm-static.

 -- Loïc Minier <loic.minier@ubuntu.com>  Sat, 06 Feb 2010 10:19:46 +0100

qemu-kvm (0.12.2-0ubuntu3) lucid; urgency=low

  * debian/init, debian/upstart:
    - migrate sysvinit script to upstart
    - enable ksm by default in Ubuntu
  * debian/control: depend on seabios now that it's in main, LP: #508870

 -- Dustin Kirkland <kirkland@ubuntu.com>  Fri, 05 Feb 2010 23:12:29 -0800

qemu-kvm (0.12.2-0ubuntu2) lucid; urgency=low

  * Rename package qemu-arm-static to qemu-kvm-extras-static for consistency
    and to avoid hardcoding the arch name in the package.  Add a transitional
    package.  Move conffile in new package preinst and use the occasion to
    prefix it with "30-", according to /etc/sysctl.d/README.
  * Rename arm binfmt to qemu-arm.
  * Use start procps upstart task to reapply all /etc/sysctl.d in
    postinst/configure but also in postrm/purge; unfortunately, the settings
    will remain applied as long as the package is in the removed state; see
    LP #515706.
  * Add ${misc:Depends} and tweak descriptions of transitional packages to
    keep lintian happy.

 -- Loïc Minier <loic.minier@ubuntu.com>  Mon, 01 Feb 2010 20:48:05 +0100

qemu-kvm (0.12.2-0ubuntu1) lucid; urgency=low

  * Merge upstream release

 -- Dustin Kirkland <kirkland@ubuntu.com>  Thu, 21 Jan 2010 16:22:13 +1300

qemu-kvm (0.12.1.2-0ubuntu2) lucid; urgency=low

  * debian/links: drop the seabios link (temporarily) until it gets
    promoted to main

 -- Dustin Kirkland <kirkland@ubuntu.com>  Thu, 21 Jan 2010 10:48:03 +1300

qemu-kvm (0.12.1.2-0ubuntu1) lucid; urgency=low

  * Merge from upstream
    - debian/rules:
      + drop bios hacks, as we now depend on vgabios
      + align our configure line more closely with fedora, preferring pa
        for audio (let's give this another try, might need to revert by
        Lucid Beta), and accepting the project defaults for audio hw
    - debian/control: depend on  vgabios, LP: #181876
    - debian/patches/*: drop patches now included upstream
      + 02_extboot_build_fixes.patch
      + 05_improve-qemu-img-errors.patch
      + 06_set_sdl_title.patch
      + 07_right_ctrl_grab.patch
      + 08_fix_qemu-ifup.patch
      + 09_qemu-fix-qcow2-backing-file-with-virtio.patch
      + 10_fix_scsi_hotplug.patch
      + 11_fix_virtio-blk_hot_add_after_remove.patch
      + 12_whitelist_host_virtio_networking_features.patch
      + 60_armv4l-typo.patch
    - debian/patches/*: apply two patches from Loic Minier, both submitted
      and acked by upstream (should be dropped in a future merge)
      + 0001-linux-user-adapt-uname-machine-to-emulated-CPU.patch
      + 0001-Fix-missing-symbols-in-.rela.plt-sections.patch
    - debian/install, debian/links: install the necessary bios roms;
      when seabios gets promoted to main, we should depend on it, and use
      its bios.bin instead of this one

 -- Dustin Kirkland <kirkland@ubuntu.com>  Wed, 20 Jan 2010 17:54:24 +1300

qemu-kvm (0.11.0-0ubuntu6.3) karmic-security; urgency=low

  * SECURITY UPDATE: linux <= 2.6.25 guests (e.g. hardy) with virtio
    networking are subject to DoS by qemu-kvm application crash;
    the crash can be remotely triggered by a malicious user flooding any
    open network port (LP: #458521)
    - debian/patches/12_whitelist_host_virtio_networking_features.patch:
      fix accounting of virtio networking features available to make
      available to the guests
    - CVE-2009-XXXX
  * debian/kvm-ok: check for other common reasons why KVM might not be
    usable, LP: #452323
  * debian/control: build-depend on libcurl devel, to allow booting from
    ISOs over http, LP: #453441

 -- Dustin Kirkland <kirkland@ubuntu.com>  Thu, 29 Oct 2009 11:36:18 -0500

qemu-kvm (0.11.0-0ubuntu6) karmic; urgency=low

  * debian/control: Version the conflicts/replaces with qemu and kvm so that
    the transitional packages are actually installable (LP: #455114)

 -- Thierry Carrez <thierry.carrez@ubuntu.com>  Mon, 19 Oct 2009 11:32:12 +0200

qemu-kvm (0.11.0-0ubuntu5) karmic; urgency=low

  [ Dustin Kirkland ]
  * debian/patches/10_fix_scsi_hotplug.patch: cherry-pick patch from
    upstream to fix scsi hotplug regression, LP: #432154
  * debian/patches/11_fix_virtio-blk_hot_add_after_remove.patch: cherry-pick
    patch from upstream to fix virtio hotplug add/remove, LP: #419590

  [ James Westby ]
  * Add transitional kvm and qemu packages, LP: #451508
    - Force the kvm package version to be higher so that it supercedes that
      from the kvm source. Thanks to Steve Langasek and Michael Vogt

 -- Dustin Kirkland <kirkland@ubuntu.com>  Wed, 14 Oct 2009 11:35:27 -0500

qemu-kvm (0.11.0-0ubuntu4) karmic; urgency=low

  * qemu-arm-static: build-arm-chroot script
    - add copyright headers
    - parse cmdline to determine the chroot path so debootstrap gets options
      handed over properly
    - add check if --arch is set to make it easy to re-use it for other arches
      in the future
    - code cleanup
    - drop the success message, debootstrap already notifies us here

 -- Oliver Grawert <ogra@ubuntu.com>  Wed, 14 Oct 2009 11:44:28 +0200

qemu-kvm (0.11.0-0ubuntu3) karmic; urgency=low

  * debian/patches/10_qemu-allow-pulseaudio-to-be-the-default.patch:
    revert this patch, as the effect is actually contrary to what's
    desired and regressed LP: #304649

 -- Dustin Kirkland <kirkland@ubuntu.com>  Mon, 12 Oct 2009 22:33:13 -0500

qemu-kvm (0.11.0-0ubuntu2) karmic; urgency=low

  * debian/patches/09_qemu-fix-qcow2-backing-file-with-virtio.patch:
    cherry-pick patch from Fedora, fix virtio/qcow2 issues, LP: #420423
  * debian/patches/10_qemu-allow-pulseaudio-to-be-the-default.patch:
    needed to complete the fix for LP: #304649
  * debian/control: improve description of qemu-kvm-extras, LP: #448655

 -- Dustin Kirkland <kirkland@ubuntu.com>  Sun, 11 Oct 2009 13:16:11 -0500

qemu-kvm (0.11.0-0ubuntu1) karmic; urgency=low

  * Merge upstream GA qemu-kvm-0.11 to replace rc2, LP: #438912
  * debian/patches/04_fix-no-kvm-segfault.patch: dropped, included
    upstream

 -- Dustin Kirkland <kirkland@ubuntu.com>  Tue, 29 Sep 2009 14:14:35 -0500

qemu-kvm (0.11.0~rc2-0ubuntu12) karmic; urgency=low

  * Really disable vm.vdso_enabled in debian/qemu-arm-static.sysctl.amd64.

 -- Loïc Minier <loic.minier@ubuntu.com>  Thu, 24 Sep 2009 07:37:19 +0200

qemu-kvm (0.11.0~rc2-0ubuntu11) karmic; urgency=low

  * Allow debian/qemu-arm-static.sysctl.$(DEB_BUILD_ARCH) to override
    debian/qemu-arm-static.sysctl and add an amd64 version which doesn't set
    vm.vdso_enabled since that's not available on x86-64.
  * Drop useless uses of CURDIR from install target.
  * Add debian/TODO list.

 -- Loïc Minier <loic.minier@ubuntu.com>  Thu, 24 Sep 2009 07:24:54 +0200

qemu-kvm (0.11.0~rc2-0ubuntu10) karmic; urgency=low

  * New patch, 60_armv4l-typo, from upstream
    a302c32ded4d458fead907a98d079e8fb15f7b08; fixes a typo in configure (arm4l
    instead of armv4l) which breaks the build on armel.

 -- Loïc Minier <loic.minier@ubuntu.com>  Wed, 23 Sep 2009 15:23:02 +0200

qemu-kvm (0.11.0~rc2-0ubuntu9) karmic; urgency=low

  * Use bamboo.dtb instead of bamboo.dtd in powerpc rules; this seems to be
    the correct filename and AFAICT there's no support for generating any .dtd
    file in the upstream rules but only support for .dtb files; should help
    the powerpc build somewhat.
  * Disable qemu-kvm build on armel since there is no kernel support for it
    for now; should help the armel build somewhat.
    - Use dh_listpackages to check whether we want the qemu-kvm package and
      set DO_KVM accordingly.
    - Only $(MAKE) install in kvm/libkvm if DO_KVM is enabled.
  * On ia64 set TARGET_SYSTEM_TCG = ia64-softmmu and empty TARGET_LINUX_TCG
    since ia64 doesn't support CPU emulation mode (syscall wrapping) nor code
    generation for ia64, so can only run ia64 code on ia64 in system emulation
    mode; should help the ia64 build somewhat.

 -- Loïc Minier <loic.minier@ubuntu.com>  Wed, 23 Sep 2009 13:40:38 +0200

qemu-kvm (0.11.0~rc2-0ubuntu8) karmic; urgency=low

  * Drop awful binary-static target; binary-arch works fine and binary-static
    is not guaranteed to be called (in fact it was only called on the arch:
    all buildd, i.e. i386, even if there are no arch: all packages here).
    Similarly, merge build-static commands with build-arch commands.
    Similarly, merge install-static commands with install commands.
  * Replace configure-static with $(STATIC_BUILDDIR)/config.status which
    matches config.status; let $(STATIC_BUILDDIR)/config.status depend on
    configure.
  * Depending on whether we want to build a qemu-%-static package, as reported
    by dh_listpackages, set DO_STATIC and MAYBE_STATIC_CONFIG to "yes" and
    $(STATIC_BUILDDIR)/config.status (or "no" and empty) and use these vars to
    conditionalize the build.
  * Drop unexisting targets from .PHONY.
  * Let build depend on build-indep and build-arch.
  * Use $(MAKE) -C instead of cd && $(MAKE).
  * Consistenly use $() for make vars instead of mixing with ${}.
  * Drop conditional for quilt.make being present, it's always satisfied per
    build-deps, and move the include to the top of rules.
  * Remove boilerplate comments from rules.
  * Don't overwrite CFLAGS from the environment and honour DEB_BUILD_OPTIONS
    in a more condensed manner.
  * Use DEB_BUILD_ARCH instead of calling dpkg-architecture repeatedly.
  * Let the config.status targets depend on patch instead of configure.
  * Rename STATIC_BUILDDIR to debian/build-static to avoid clashes with a
    possible qemu-static.
  * No need for build-{arch,indep} to depend on patch, actually they should
    only depend on the -stamp file which itself should depend on
    config.status targets.
  * Drop build-arch/build-indep split in favour of a single build target; the
    split was unused and not supported properly anyway; let install depend on
    build and binary-{indep,arch} depend on install.
  * Also pass -k debian/changelog.qemu debian/changelog.kvm to
    dh_installchangelogs in binary-arch.
  * Drop unused binary-indep commands.
  * Drop -s from dh_testdir/dh_testroot.
  * Test for config-host.mak before calling $(MAKE) in clean: and drop the
    bogus dep on the config.status target.
  * Call unpatch explicitly after distclean instead of using a dep as we don't
    want to run upstream rules unpatched.
  * Rename config.status targets to config-host.mak since it's the actual name
    of the file spit by configure.
  * Rework copying of sources for static build to filter-out the debian and
    potentially the static build dir and hence avoid the || true error
    handler.
  * Install old Debian changelogs debian/changelog.{kvm,qemu} with
    dh_installdocs; drop the dh_installchangelogs hacks, that resurrects the
    actual upstream changelog.
  * Drop bogus debian/qemu-arm-static.install for now as it installs to the
    wrong dir.
  * Rework qemu-arm-static.{postint,prerm} to not hardcode the update-binfmts
    pathname, not do useless tests, and to drop boilerplate.
  * Rework postinst to set -e and to drop boilerplate.
  * Add install-stamp to run install only once; install should really be
    reworked to install to debian/tmp, moving the copying to binary packages
    to binary-%.
  * Add watch file.
  * Add debian/README.source pointing at the quilt one.

 -- Loïc Minier <loic.minier@ubuntu.com>  Wed, 23 Sep 2009 09:18:41 +0200

qemu-kvm (0.11.0~rc2-0ubuntu7) karmic; urgency=low

  * Enable qem-arm-static on amd64 and lpia.

 -- Loïc Minier <loic.minier@ubuntu.com>  Tue, 22 Sep 2009 14:28:52 +0200

qemu-kvm (0.11.0~rc2-0ubuntu6) karmic; urgency=low

  * debian/qemu-kvm.udev: remove NAME="%k", superfluous and breaks kernel
    supplied names, LP: #433124

 -- Dustin Kirkland <kirkland@ubuntu.com>  Sat, 19 Sep 2009 11:16:24 -0500

qemu-kvm (0.11.0~rc2-0ubuntu5) karmic; urgency=low

  * debian/patches/06_set_sdl_title.patch: set the sdl title properly
    when using -name, LP: #423076
  * debian/patches/07_right_ctrl_grab.patch: support right-ctrl grab
    for improved accessibility, LP: #237635
  * debian/08_fix_qemu-ifup.patch: fix positional argument problem in
    qemu-ifup script, LP: #237635
  * debian/install, debian/links: install qemu-ifup and qemu-ifdown to
    /usr/bin, and symlink them to the (somewhat silly) location where
    qemu expects to find an executable script, update the ifdown script
    to use the same logic in determining the bridge interface, LP: #430655

 -- Dustin Kirkland <kirkland@ubuntu.com>  Fri, 18 Sep 2009 10:59:44 -0500

qemu-kvm (0.11.0~rc2-0ubuntu4) karmic; urgency=low

  * debian/patches/05_improve-qemu-img-errors.patch: use strerror()
    for qemu-img error reporting, LP: #418112
  * fix links

 -- Dustin Kirkland <kirkland@ubuntu.com>  Thu, 10 Sep 2009 22:58:09 -0500

qemu-kvm (0.11.0~rc2-0ubuntu3) karmic; urgency=low

  * debian/links: fix broken /usr/share/kvm symlink to point to
    /usr/share/qemu, LP: #427127

 -- Dustin Kirkland <kirkland@ubuntu.com>  Wed, 09 Sep 2009 23:30:38 -0500

qemu-kvm (0.11.0~rc2-0ubuntu2) karmic; urgency=low

  [ Dustin Kirkland ]
  * debian/control: drop bochsbios build-dep; use binary blobs in this
    package since bochs is not in main, LP: #422268
  * debian/install: install qemu-if[up|down] scripts into /etc, where qemu-kvm
    expects them, LP: #376387
  * debian/init: kvm needs /proc, require start of mountkernfs, LP: #391121

  [ Oliver Grawert ]
  * qemu-arm-static: drop unneeded cd'ing to $OLDPWD from binary-static (how
    did that get there first place?) LP: #425947

  [ Dominic Evans ]
  * debian/qemu-ifdown: add matching ifdown script for bridge configuration,
    LP: #376387

 -- Dustin Kirkland <kirkland@ubuntu.com>  Tue, 08 Sep 2009 16:12:10 -0500

qemu-kvm (0.11.0~rc2-0ubuntu1) karmic; urgency=low

  * merge upstream release candidate 2; bug fixes only
  * drop 03_fix_checksum_writing_in_signboot.patch, included upstream

 -- Dustin Kirkland <kirkland@ubuntu.com>  Tue, 08 Sep 2009 09:18:43 -0500

qemu-kvm (0.11.0~rc1-0ubuntu13) karmic; urgency=low

  * debian/qemu-kvm.udev: add udev file which was dropped during the
    packaging, LP: #422225
  * debian/patches/04_fix-no-kvm-segfault.patch: fix segfault when
    KVM is not available, by ensuring that kvm_allowed gets set
    earlier enough in vl.c; will be sent upstream; LP: #422295

 -- Dustin Kirkland <kirkland@ubuntu.com>  Mon, 31 Aug 2009 18:50:48 -0500

qemu-kvm (0.11.0~rc1-0ubuntu12) karmic; urgency=low

  * debian/init: no need to stop the init script for runlevels 0 and 6

 -- Dustin Kirkland <kirkland@ubuntu.com>  Tue, 25 Aug 2009 13:09:10 -0500

qemu-kvm (0.11.0~rc1-0ubuntu11) karmic; urgency=low

  * debian/qemu-kvm.install: update these install locations too;
    missed these in the last upload

 -- Dustin Kirkland <kirkland@ubuntu.com>  Mon, 24 Aug 2009 15:54:00 -0500

qemu-kvm (0.11.0~rc1-0ubuntu10) karmic; urgency=low

  * debian/rules: revert one change from last upload; install bios bin
    files to /usr/share/qemu, rather than /usr/share/qemu-kvm, as this
    broke qemu, LP: #418033

 -- Dustin Kirkland <kirkland@ubuntu.com>  Mon, 24 Aug 2009 10:11:29 -0500

qemu-kvm (0.11.0~rc1-0ubuntu9) karmic; urgency=low

  * debian/install, debian/links: setup some links to help smooth the
    migration from kvm -> qemu-kvm, and qemu -> qemu-kvm
  * debian/control: suggest qemu-kvm-extas, bump standards
  * debian/manpages, debian/qemu-user.1: copy the manpage from
    from the qemu package
  * debian/links: setup links for manpages
  * debian/kvm.1, debian/rules, debian/links: drop the separate manpage
    for kvm, use qemu's

 -- Dustin Kirkland <kirkland@ubuntu.com>  Fri, 21 Aug 2009 15:00:32 -0500

qemu-kvm (0.11.0~rc1-0ubuntu8) karmic; urgency=low

  * qemu-arm-static.sysctl: switch off vdso as well, else chroot execution
    fails

 -- Oliver Grawert <ogra@ubuntu.com>  Sun, 16 Aug 2009 17:13:42 +0200

qemu-kvm (0.11.0~rc1-0ubuntu7) karmic; urgency=low

  * rather use sysctl -p in qemu-arm-static.postinst
  * qemu needs to access mmap above 4k, set vm.mmap_min_addr to 4097
    in qemu-arm-static.sysctl instead of the default armel kernel value

 -- Oliver Grawert <ogra@ubuntu.com>  Sun, 16 Aug 2009 15:15:26 +0200

qemu-kvm (0.11.0~rc1-0ubuntu6) karmic; urgency=low

  * make sure we build the -static target in a separate dir to not interfere
    with the nonstatic targets
  * make qemu-kvm and qemu-kvm-extras ignore qemu-arm-static in dpkg-deb
  * add /etc/sysctl.d/qemu-arm-static.sysctl.conf to qemu-arm-static and set
    mmap_min_addr to 32768 from postinst since armel uses a lower mmap address
    by default
  * drop libpcap2-bin dependency from qemu-arm-static (doesnt work properly
    yet, we use mmap_min_addr instead)
  * drop ${shlibs:Depends} from qemu-arm-static control entry, no shlibs in
    static builds

 -- Oliver Grawert <ogra@ubuntu.com>  Sun, 16 Aug 2009 13:25:58 +0200

qemu-kvm (0.11.0~rc1-0ubuntu5) karmic; urgency=low

  * debian/control: add a Suggests on uml-utilities (universe), for
    availability of /usr/sbin/tunctl
  * debian/patches/03_fix_virtio_boot.patch: dropped; this was a red
    herring in solving the problem
  * debian/patches/03_fix_checksum_writing_in_signboot.patch: fix
    extboot virtio issue, taken from upstream staging git repo

 -- Dustin Kirkland <kirkland@ubuntu.com>  Thu, 06 Aug 2009 17:03:52 +0100

qemu-kvm (0.11.0~rc1-0ubuntu4) karmic; urgency=low

  * debian/patches/03_fix_virtio_boot.patch: revert upstream commit
    bf011293f, which breaks booting off of virtio disks; this is only
    a temporary fix, as we're waiting on upstream to release a real fix
  * debian/control: bump debhelper dependency to 7, for dh_prep

 -- Dustin Kirkland <kirkland@ubuntu.com>  Thu, 06 Aug 2009 13:54:20 +0100

qemu-kvm (0.11.0~rc1-0ubuntu3) karmic; urgency=low

  * qemu-arm-static: add dependency on libcap2-bin
  * qemu-arm-static.postinst set cap_sys_rawio so the difference between the
    mmap_min_addr values between armel and i386 don't get in the way when
    executing armel binaries on x86

 -- Oliver Grawert <ogra@ubuntu.com>  Wed, 05 Aug 2009 18:10:27 +0200

qemu-kvm (0.11.0~rc1-0ubuntu2) karmic; urgency=low

  [ Oliver Grawert ]
  * Static qemu arm build, LP: #401782
  * add qemu-arm-static package with dependency on binfmt-support to
    debian/control
  * add binary-static, build-static, configure-static and install-static
    targets to debian/rules
  * add qemu-arm-static.postinst and qemu-arm-static.prerm
  * include build-arm-chroot script for qemu-arm-static
  * include binfmt configuration file

  [ Dustin Kirkland ]
  * debian/control: drop non-existent qemu-kvm-common dependency

 -- Dustin Kirkland <kirkland@ubuntu.com>  Wed, 05 Aug 2009 14:42:34 +0100

qemu-kvm (0.11.0~rc1-0ubuntu1) karmic; urgency=low

  [ Initial packaging of qemu-kvm ]
  * This package is a complex merger of the traditional Debian and Ubuntu
    qemu and kvm packages.  Upstream is in the process of integrating all
    kvm-specific code into the qemu project, which is being delivered as a
    new package called qemu-kvm.  This should provide all of the userspace
    required to use kvm.  The kvm project, instead, is going to focus on the
    kvm kernel module.  The qemu-kvm project will deliver a stable, maintained
    userspace.  This qemu-kvm package replaces both qemu and kvm in Ubuntu.
  * debian/changelog.kvm, debian/changelog.qemu: keep these two files around,
    as these provide tremendous history and logging about the packaging
  * debian/control, debian/10-kvm.fdi, debian/install,
    debian/org.freedesktop.hal.kvm.policy: drop hal as it's being deprecated
  * debian/reportbug-hook.sh: dropped; use 'ubuntu-bug qemu-kvm' now
  * debian/control:
    - lower the debhelper dependency, should make backports
    easier, newer builds will use the newer debhelper for udev stuff, older
    versions just won't
    - drop autotools-dev build dependency, no longer needed
    - add armel to build architecture
    - description updated
    - drop the qemu package (for now)
    - drop the Pre-depends on adduser
  * debian/rules:
    - drop double call of dh_installdeb
    - install each of the changelogs
    - drop zcat of network bins; these have been no-ops for us for a long
      time, kept around to minimize diff with Debian
    - move common i386 and x86_64 code to common location
    - drop pxe rom's, as these are provided by kvm-pxe
    - establish some links to help with the merger of kvm/qemu
    - move as much as possible to the debhelper install file
    - clean up kvm/bios/acpi-ssdt.aml
  * debian/patches: all patches dropped, syncing with upstream
  * debian/doc: new file, html documentation to be installed

 -- Dustin Kirkland <kirkland@ubuntu.com>  Tue, 04 Aug 2009 12:36:50 +0100