qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 1.3 0/9] Trivial patches for 20 October to 1 November 2012
@ 2012-11-01 19:05 Stefan Hajnoczi
  2012-11-01 19:05 ` [Qemu-devel] [PATCH 1/9] cadence_uart: More debug information Stefan Hajnoczi
                   ` (15 more replies)
  0 siblings, 16 replies; 18+ messages in thread
From: Stefan Hajnoczi @ 2012-11-01 19:05 UTC (permalink / raw)
  To: Anthony Liguori; +Cc: qemu-devel, Stefan Hajnoczi

The following changes since commit 286d52ebfc0d0d53c2a878e454292fea14bad41b:

  target-mips: don't flush extra TLB on permissions upgrade (2012-10-31 22:20:49 +0100)

are available in the git repository at:

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

for you to fetch changes up to 0d3cf3b6ff469bba95ae235021a3be232af4068d:

  pc: Drop redundant test for ROM memory region (2012-11-01 19:50:57 +0100)

----------------------------------------------------------------
Blue Swirl (6):
      target-sparc: make do_unaligned_access static
      vl.c: add missing static
      vnc: add missing static
      ppc: add missing static
      target-ppc: make some functions static
      exec: make some functions static

Jan Kiszka (1):
      pc: Drop redundant test for ROM memory region

Meador Inge (1):
      m68k: Return semihosting errno values correctly

Peter Crosthwaite (1):
      cadence_uart: More debug information

 console.h                  |  2 --
 cpu-common.h               |  5 -----
 exec-all.h                 |  2 --
 exec.c                     | 15 +++++++++------
 hw/adb.c                   |  8 ++++----
 hw/adb.h                   |  4 ----
 hw/cadence_uart.c          | 11 +++++++----
 hw/nvram.h                 | 10 +---------
 hw/pc_piix.c               |  2 +-
 hw/ppc.c                   | 16 ++++++++--------
 memory-internal.h          |  2 --
 sysemu.h                   |  5 -----
 target-m68k/m68k-semi.c    |  2 +-
 target-ppc/cpu.h           |  7 -------
 target-ppc/mmu_helper.c    | 11 ++++++-----
 target-sparc/cpu.h         |  3 ---
 target-sparc/ldst_helper.c |  8 ++++++--
 ui/vnc-jobs.c              | 10 +++++-----
 ui/vnc-jobs.h              |  1 -
 ui/vnc.c                   | 14 +++++++-------
 ui/vnc.h                   |  5 -----
 vl.c                       | 21 ++++++++++++---------
 22 files changed, 67 insertions(+), 97 deletions(-)

-- 
1.7.12.1

^ permalink raw reply	[flat|nested] 18+ messages in thread
* [Qemu-devel] [PULL 0/6] Trivial patches for 13 to 19 October 2012
@ 2012-10-19  8:54 Stefan Hajnoczi
  2012-10-19  8:54 ` [Qemu-devel] [PATCH 5/6] net/tap-win32: Fix compiler warning caused by missing include statement Stefan Hajnoczi
  0 siblings, 1 reply; 18+ messages in thread
From: Stefan Hajnoczi @ 2012-10-19  8:54 UTC (permalink / raw)
  To: Anthony Liguori; +Cc: qemu-devel, Stefan Hajnoczi

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(-)

-- 
1.7.11.7

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2012-11-03 15:20 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-01 19:05 [Qemu-devel] [PULL 1.3 0/9] Trivial patches for 20 October to 1 November 2012 Stefan Hajnoczi
2012-11-01 19:05 ` [Qemu-devel] [PATCH 1/9] cadence_uart: More debug information Stefan Hajnoczi
2012-11-01 19:05 ` [Qemu-devel] [PATCH 1/6] ui/vnc: Only report/use TIGHT_PNG encoding if enabled Stefan Hajnoczi
2012-11-01 19:05 ` [Qemu-devel] [PATCH 2/9] m68k: Return semihosting errno values correctly Stefan Hajnoczi
2012-11-01 19:05 ` [Qemu-devel] [PATCH 2/6] targphys.h: Don't define target_phys_addr_t for user-mode emulators Stefan Hajnoczi
2012-11-01 19:05 ` [Qemu-devel] [PATCH 3/6] target-arm/neon_helper: Remove obsolete FIXME comment Stefan Hajnoczi
2012-11-01 19:05 ` [Qemu-devel] [PATCH 3/9] target-sparc: make do_unaligned_access static Stefan Hajnoczi
2012-11-01 19:05 ` [Qemu-devel] [PATCH 4/6] configure: Remove unused parameters from main function Stefan Hajnoczi
2012-11-01 19:05 ` [Qemu-devel] [PATCH 4/9] vl.c: add missing static Stefan Hajnoczi
2012-11-01 19:05 ` [Qemu-devel] [PATCH 5/6] net/tap-win32: Fix compiler warning caused by missing include statement Stefan Hajnoczi
2012-11-01 19:05 ` [Qemu-devel] [PATCH 5/9] vnc: add missing static Stefan Hajnoczi
2012-11-01 19:05 ` [Qemu-devel] [PATCH 6/9] ppc: " Stefan Hajnoczi
2012-11-01 19:05 ` [Qemu-devel] [PATCH 6/6] ui/vnc-jobs.c: Fix minor typos in comments Stefan Hajnoczi
2012-11-01 19:05 ` [Qemu-devel] [PATCH 7/9] target-ppc: make some functions static Stefan Hajnoczi
2012-11-01 19:05 ` [Qemu-devel] [PATCH 8/9] exec: " Stefan Hajnoczi
2012-11-01 19:05 ` [Qemu-devel] [PATCH 9/9] pc: Drop redundant test for ROM memory region Stefan Hajnoczi
2012-11-03 15:19 ` [Qemu-devel] [PULL 1.3 0/9] Trivial patches for 20 October to 1 November 2012 Blue Swirl
  -- strict thread matches above, loose matches on Subject: below --
2012-10-19  8:54 [Qemu-devel] [PULL 0/6] Trivial patches for 13 to 19 October 2012 Stefan Hajnoczi
2012-10-19  8:54 ` [Qemu-devel] [PATCH 5/6] net/tap-win32: Fix compiler warning caused by missing include statement Stefan Hajnoczi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).