mbox

[PULL,0/6] Trivial patches for 13 to 19 October 2012

Message ID 1350636864-22263-1-git-send-email-stefanha@redhat.com
State New
Headers show

Pull-request

git://github.com/stefanha/qemu.git trivial-patches

Message

Stefan Hajnoczi Oct. 19, 2012, 8:54 a.m. UTC
The following changes since commit b6348f29d033d5a8a26f633d2ee94362595f32a4:

  target-arm/translate: Fix RRX operands (2012-10-17 19:56:46 +0200)

are available in the git repository at:

  git://github.com/stefanha/qemu.git trivial-patches

for you to fetch changes up to 11f66978618b542986172a62fcd6acfa36c0d178:

  ui/vnc-jobs.c: Fix minor typos in comments (2012-10-19 10:42:01 +0200)

----------------------------------------------------------------
Joel Martin (1):
      ui/vnc: Only report/use TIGHT_PNG encoding if enabled.

Peter Maydell (3):
      targphys.h: Don't define target_phys_addr_t for user-mode emulators
      target-arm/neon_helper: Remove obsolete FIXME comment
      ui/vnc-jobs.c: Fix minor typos in comments

Stefan Weil (2):
      configure: Remove unused parameters from main function
      net/tap-win32: Fix compiler warning caused by missing include statement

 configure                |  4 ++--
 net/tap-win32.c          |  1 +
 target-arm/neon_helper.c |  1 -
 targphys.h               |  4 ++++
 ui/vnc-jobs.c            | 16 ++++++++--------
 ui/vnc.c                 |  2 ++
 6 files changed, 17 insertions(+), 11 deletions(-)

Comments

Aurelien Jarno Oct. 19, 2012, 7:31 p.m. UTC | #1
On Fri, Oct 19, 2012 at 10:54:18AM +0200, Stefan Hajnoczi wrote:
> The following changes since commit b6348f29d033d5a8a26f633d2ee94362595f32a4:
> 
>   target-arm/translate: Fix RRX operands (2012-10-17 19:56:46 +0200)
> 
> are available in the git repository at:
> 
>   git://github.com/stefanha/qemu.git trivial-patches
> 
> for you to fetch changes up to 11f66978618b542986172a62fcd6acfa36c0d178:
> 
>   ui/vnc-jobs.c: Fix minor typos in comments (2012-10-19 10:42:01 +0200)
> 
> ----------------------------------------------------------------
> Joel Martin (1):
>       ui/vnc: Only report/use TIGHT_PNG encoding if enabled.
> 
> Peter Maydell (3):
>       targphys.h: Don't define target_phys_addr_t for user-mode emulators
>       target-arm/neon_helper: Remove obsolete FIXME comment
>       ui/vnc-jobs.c: Fix minor typos in comments
> 
> Stefan Weil (2):
>       configure: Remove unused parameters from main function
>       net/tap-win32: Fix compiler warning caused by missing include statement
> 
>  configure                |  4 ++--
>  net/tap-win32.c          |  1 +
>  target-arm/neon_helper.c |  1 -
>  targphys.h               |  4 ++++
>  ui/vnc-jobs.c            | 16 ++++++++--------
>  ui/vnc.c                 |  2 ++
>  6 files changed, 17 insertions(+), 11 deletions(-)
> 

Thanks, pulled.