From: Zhai Edwin <edwin.zhai@intel.com>
To: poky@yoctoproject.org
Subject: [PATCH 0/1] qemu upgrade, edwin, Jan 20, 2011
Date: Thu, 20 Jan 2011 21:27:03 +0800 [thread overview]
Message-ID: <cover.1295529720.git.edwin.zhai@intel.com> (raw)
Saul,
This is upgrade of qemu from 0.12.4 to 0.13.0. Test across all platforms including x86/x86-64/arm/mips/ppc were done, and found no regression.
Pls. help to review and pull.
Thanks,
edwin
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: gzhai/upgrade01
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=gzhai/upgrade01
Thanks,
Zhai Edwin <edwin.zhai@intel.com>
---
Zhai Edwin (1):
qemu: Upgrade from 0.12.4 to 0.13.0
.../qemu/qemu-0.12.4/arm-cp15-fix.patch | 131 -----
.../qemu-0.12.4/arm_timer-fix-oneshot-mode.patch | 32 --
.../arm_timer-reload-timer-when-enabled.patch | 40 --
.../qemu/qemu-0.12.4/cursor-shadow-fix.patch | 35 --
.../qemu/qemu-0.12.4/qemu-ppc-hack.patch | 136 -----
.../enable-i386-linux-user.patch | 16 +-
.../fix-configure-checks.patch | 12 +-
.../{qemu-0.12.4 => qemu-0.13.0}/fix-dirent.patch | 0
.../{qemu-0.12.4 => qemu-0.13.0}/fix-nogl.patch | 24 +-
.../{qemu-0.12.4 => qemu-0.13.0}/glflags.patch | 0
.../{qemu-0.12.4 => qemu-0.13.0}/init-info.patch | 8 +-
.../linker-flags.patch | 16 +-
.../{qemu-0.12.4 => qemu-0.13.0}/no-strip.patch | 18 +-
.../qemu/qemu-0.13.0/parallel_make.patch | 34 ++
.../qemu/qemu-0.13.0/port92_fix.patch | 196 ++++++++
.../{qemu-0.12.4 => qemu-0.13.0}/powerpc_rom.bin | Bin 4096 -> 4096 bytes
.../qemu-git-qemugl-host.patch | 518 ++++++++++----------
.../qemu/qemu-0.13.0/qemu-ppc-hack.patch | 108 ++++
.../qemu-vmware-vga-depth.patch | 52 +-
.../qemugl-allow-glxcontext-release.patch | 0
.../vmware-vga-fifo-rewind.patch | 24 +-
.../qemu/qemu-0.13.0/wacom-tablet-fix.patch | 65 +++
.../workaround_bad_futex_headers.patch | 8 +-
.../qemu/{qemu_0.12.4.bb => qemu_0.13.0.bb} | 15 +-
24 files changed, 752 insertions(+), 736 deletions(-)
delete mode 100644 meta/recipes-devtools/qemu/qemu-0.12.4/arm-cp15-fix.patch
delete mode 100644 meta/recipes-devtools/qemu/qemu-0.12.4/arm_timer-fix-oneshot-mode.patch
delete mode 100644 meta/recipes-devtools/qemu/qemu-0.12.4/arm_timer-reload-timer-when-enabled.patch
delete mode 100644 meta/recipes-devtools/qemu/qemu-0.12.4/cursor-shadow-fix.patch
delete mode 100644 meta/recipes-devtools/qemu/qemu-0.12.4/qemu-ppc-hack.patch
rename meta/recipes-devtools/qemu/{qemu-0.12.4 => qemu-0.13.0}/enable-i386-linux-user.patch (73%)
rename meta/recipes-devtools/qemu/{qemu-0.12.4 => qemu-0.13.0}/fix-configure-checks.patch (65%)
rename meta/recipes-devtools/qemu/{qemu-0.12.4 => qemu-0.13.0}/fix-dirent.patch (100%)
rename meta/recipes-devtools/qemu/{qemu-0.12.4 => qemu-0.13.0}/fix-nogl.patch (73%)
rename meta/recipes-devtools/qemu/{qemu-0.12.4 => qemu-0.13.0}/glflags.patch (100%)
rename meta/recipes-devtools/qemu/{qemu-0.12.4 => qemu-0.13.0}/init-info.patch (74%)
rename meta/recipes-devtools/qemu/{qemu-0.12.4 => qemu-0.13.0}/linker-flags.patch (59%)
rename meta/recipes-devtools/qemu/{qemu-0.12.4 => qemu-0.13.0}/no-strip.patch (57%)
create mode 100644 meta/recipes-devtools/qemu/qemu-0.13.0/parallel_make.patch
create mode 100644 meta/recipes-devtools/qemu/qemu-0.13.0/port92_fix.patch
rename meta/recipes-devtools/qemu/{qemu-0.12.4 => qemu-0.13.0}/powerpc_rom.bin (100%)
rename meta/recipes-devtools/qemu/{qemu-0.12.4 => qemu-0.13.0}/qemu-git-qemugl-host.patch (99%)
create mode 100644 meta/recipes-devtools/qemu/qemu-0.13.0/qemu-ppc-hack.patch
rename meta/recipes-devtools/qemu/{qemu-0.12.4 => qemu-0.13.0}/qemu-vmware-vga-depth.patch (68%)
rename meta/recipes-devtools/qemu/{qemu-0.12.4 => qemu-0.13.0}/qemugl-allow-glxcontext-release.patch (100%)
rename meta/recipes-devtools/qemu/{qemu-0.12.4 => qemu-0.13.0}/vmware-vga-fifo-rewind.patch (94%)
create mode 100644 meta/recipes-devtools/qemu/qemu-0.13.0/wacom-tablet-fix.patch
rename meta/recipes-devtools/qemu/{qemu-0.12.4 => qemu-0.13.0}/workaround_bad_futex_headers.patch (71%)
rename meta/recipes-devtools/qemu/{qemu_0.12.4.bb => qemu_0.13.0.bb} (73%)
next reply other threads:[~2011-01-20 13:22 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-20 13:27 Zhai Edwin [this message]
2011-01-20 13:27 ` [PATCH 1/1] qemu: Upgrade from 0.12.4 to 0.13.0 Zhai Edwin
2011-01-24 4:53 ` [PATCH 0/1] qemu upgrade, edwin, Jan 20, 2011 Saul Wold
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1295529720.git.edwin.zhai@intel.com \
--to=edwin.zhai@intel.com \
--cc=poky@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.