qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL] Trivial patches for May 22 to May 29 2011
@ 2011-05-29 11:36 Stefan Hajnoczi
  2011-05-29 11:36 ` [Qemu-devel] [PATCH 1/2] pflash_cfi02: Fix a typo in debug code (TARGET_FMT_pld -> TARGET_FMT_plx) Stefan Hajnoczi
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Stefan Hajnoczi @ 2011-05-29 11:36 UTC (permalink / raw)
  To: qemu-devel; +Cc: Anthony Liguori, Stefan Hajnoczi

The following changes since commit 2eb9f241824d000fcd90bd7f4b49e40b88e62975:

  bitbang_i2c: Fix spurious slave read after NACK (2011-05-28 16:20:43 +0200)

are available in the git repository at:
  ssh://repo.or.cz/srv/git/qemu/stefanha.git trivial-patches

Stefan Weil (2):
      pflash_cfi02: Fix a typo in debug code (TARGET_FMT_pld -> TARGET_FMT_plx)
      Fix spelling in comment (additon -> addition)

 hw/pflash_cfi02.c |    2 +-
 tcg/tcg.h         |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
1.7.4.4

^ permalink raw reply	[flat|nested] 5+ messages in thread
* [Qemu-devel] [PATCH 1/2] pflash_cfi02: Fix a typo in debug code (TARGET_FMT_pld -> TARGET_FMT_plx)
@ 2011-05-22 12:02 Stefan Weil
  0 siblings, 0 replies; 5+ messages in thread
From: Stefan Weil @ 2011-05-22 12:02 UTC (permalink / raw)
  To: QEMU Developers; +Cc: qemu-trivial

Thanks to Tobias Hoffmann <th55@gmx.de> for this patch.

Signed-off-by: Stefan Weil <weil@mail.berlios.de>
---
 hw/pflash_cfi02.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/hw/pflash_cfi02.c b/hw/pflash_cfi02.c
index 8fdafe6..725cd1e 100644
--- a/hw/pflash_cfi02.c
+++ b/hw/pflash_cfi02.c
@@ -188,7 +188,7 @@ static uint32_t pflash_read (pflash_t *pfl, target_phys_addr_t offset,
         default:
             goto flash_read;
         }
-        DPRINTF("%s: ID " TARGET_FMT_pld " %x\n", __func__, boff, ret);
+        DPRINTF("%s: ID " TARGET_FMT_plx " %x\n", __func__, boff, ret);
         break;
     case 0xA0:
     case 0x10:
-- 
1.7.2.5

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

end of thread, other threads:[~2011-05-31 13:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-29 11:36 [Qemu-devel] [PULL] Trivial patches for May 22 to May 29 2011 Stefan Hajnoczi
2011-05-29 11:36 ` [Qemu-devel] [PATCH 1/2] pflash_cfi02: Fix a typo in debug code (TARGET_FMT_pld -> TARGET_FMT_plx) Stefan Hajnoczi
2011-05-29 11:36 ` [Qemu-devel] [PATCH 2/2] Fix spelling in comment (additon -> addition) Stefan Hajnoczi
2011-05-31 13:38 ` [Qemu-devel] [PULL] Trivial patches for May 22 to May 29 2011 Anthony Liguori
  -- strict thread matches above, loose matches on Subject: below --
2011-05-22 12:02 [Qemu-devel] [PATCH 1/2] pflash_cfi02: Fix a typo in debug code (TARGET_FMT_pld -> TARGET_FMT_plx) Stefan Weil

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