[poky] [PATCH 0/1] qemu upgrade, edwin, Jan 20, 2011

Saul Wold sgw at linux.intel.com
Sun Jan 23 20:53:55 PST 2011


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 at 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 at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>
Pulled into Master

Thanks
	Sau!




More information about the poky mailing list