From: Saul Wold <sgw@linux.intel.com>
To: Zhai Edwin <edwin.zhai@intel.com>
Cc: poky@yoctoproject.org
Subject: Re: [PATCH 0/1] qemu upgrade, edwin, Jan 20, 2011
Date: Sun, 23 Jan 2011 20:53:55 -0800 [thread overview]
Message-ID: <4D3D05E3.2050500@linux.intel.com> (raw)
In-Reply-To: <cover.1295529720.git.edwin.zhai@intel.com>
On 01/20/2011 05:27 AM, Zhai Edwin wrote:
> 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%)
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>
Pulled into Master
Thanks
Sau!
prev parent reply other threads:[~2011-01-24 4:53 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-20 13:27 [PATCH 0/1] qemu upgrade, edwin, Jan 20, 2011 Zhai Edwin
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 ` Saul Wold [this message]
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=4D3D05E3.2050500@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=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.