~bdrung/qemu-kvm/caps-lock-key-up-event

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Dustin Kirkland
  • Date: 2010-08-02 22:26:32 UTC
  • mfrom: (83.1.1 qemu-kvm)
  • Revision ID: kirkland@x200-20100802222632-gi9ehtkgzyrru2yn
Tags: 0.12.4+noroms-0ubuntu7
debian/patches/linux-user-do-not-warn-for-missing-pselect6.patch:
Avoid showing unsupported syscall: 335 for pselect. This was fixed for
lucid with the pselect patch, but upstream decided not to apply it as it
it can't guaranty the atomicity for all distros. This patch is backported
from upstream, as they decided to just remove the warn for it (LP: #610742) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
qemu-kvm (0.12.4+noroms-0ubuntu7) maverick; urgency=low
 
2
 
 
3
  * debian/patches/linux-user-do-not-warn-for-missing-pselect6.patch:
 
4
    Avoid showing unsupported syscall: 335 for pselect. This was fixed for
 
5
    lucid with the pselect patch, but upstream decided not to apply it as it
 
6
    it can't guaranty the atomicity for all distros. This patch is backported
 
7
    from upstream, as they decided to just remove the warn for it (LP: #610742) 
 
8
 
 
9
 -- Ricardo Salveti de Araujo <ricardo.salveti@canonical.com>  Wed, 28 Jul 2010 02:56:04 -0300
 
10
 
1
11
qemu-kvm (0.12.4+noroms-0ubuntu6) maverick; urgency=low
2
12
 
3
13
  * New patch, arm-ignore-writes-of-perf-reg-cp15-with-crm-12, on ARMv7,