Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] Update context of qemu patch
@ 2015-09-14  8:22 kai.kang
  2015-09-14  8:22 ` [PATCH 1/1] qemu: remove redundant lines in smc91c111_fix.patch kai.kang
  0 siblings, 1 reply; 2+ messages in thread
From: kai.kang @ 2015-09-14  8:22 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

From: Kai Kang <kai.kang@windriver.com>

The following changes since commit 75bad1b64bd485a50af69ed1f8663a0dadbb5f9e:

  gcc: reformat 0063-nativesdk-gcc-support.patch (2015-09-12 23:01:53 +0100)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib kangkai/qemu
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/qemu

Kai Kang (1):
  qemu: remove redundant lines in smc91c111_fix.patch

 meta/recipes-devtools/qemu/qemu/smc91c111_fix.patch | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

-- 
1.9.1



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

* [PATCH 1/1] qemu: remove redundant lines in smc91c111_fix.patch
  2015-09-14  8:22 [PATCH 0/1] Update context of qemu patch kai.kang
@ 2015-09-14  8:22 ` kai.kang
  0 siblings, 0 replies; 2+ messages in thread
From: kai.kang @ 2015-09-14  8:22 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

From: Kai Kang <kai.kang@windriver.com>

Remove redundant lines in smc91c111_fix.patch which caused command patch
of lower version fails to work.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
 meta/recipes-devtools/qemu/qemu/smc91c111_fix.patch | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/meta/recipes-devtools/qemu/qemu/smc91c111_fix.patch b/meta/recipes-devtools/qemu/qemu/smc91c111_fix.patch
index e69af94..e37e777 100644
--- a/meta/recipes-devtools/qemu/qemu/smc91c111_fix.patch
+++ b/meta/recipes-devtools/qemu/qemu/smc91c111_fix.patch
@@ -63,7 +63,7 @@ Index: qemu-2.4.0/hw/net/smc91c111.c
          return 0;
      return 1;
  }
-@@ -671,9 +671,11 @@ static ssize_t smc91c111_receive(NetClie
+@@ -671,6 +671,8 @@ static ssize_t smc91c111_receive(NetClie
      /* TODO: Flag overrun and receive errors.  */
      if (packetsize > 2048)
          return -1;
@@ -72,6 +72,3 @@ Index: qemu-2.4.0/hw/net/smc91c111.c
      packetnum = smc91c111_allocate_packet(s);
      if (packetnum == 0x80)
          return -1;
-     s->rx_fifo[s->rx_fifo_len++] = packetnum;
- 
-     p = &s->data[packetnum][0];
-- 
1.9.1



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

end of thread, other threads:[~2015-09-14  8:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-14  8:22 [PATCH 0/1] Update context of qemu patch kai.kang
2015-09-14  8:22 ` [PATCH 1/1] qemu: remove redundant lines in smc91c111_fix.patch kai.kang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox