qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL] Missing patches in qemu master
@ 2010-09-24 18:41 Stefan Weil
  2010-09-28 19:41 ` Riku Voipio
  2010-10-05 19:11 ` Anthony Liguori
  0 siblings, 2 replies; 3+ messages in thread
From: Stefan Weil @ 2010-09-24 18:41 UTC (permalink / raw)
  To: Anthony Liguori; +Cc: Riku Voipio, QEMU Developers

Hello Anthony,

could you please pull some patches which had been sent to
qemu-devel some time ago? See these links:

http://patchwork.ozlabs.org/patch/59044/
http://patchwork.ozlabs.org/patch/60469/
http://patchwork.ozlabs.org/patch/61150/
http://patchwork.ozlabs.org/patch/64624/

The original subject of the last one was 'linux-user: Fix type m86k -> 
m68k'.
I fixed the typo (type -> typo) in the subject for the pull request.

The first and the last patch are *-user related patches.
I hope you will commit them nevertheless - people had time enough to make
a comment.

Thanks,
Stefan

The following changes since commit c973a36d178510790c148f88104b85016f59235a:

   fmopl: workaround for -Wempty-body (2010-09-24 04:09:01 +0400)

are available in the git repository at:
   git://git.weilnetz.de/git/qemu for-anthony

Stefan Weil (4):
       Add new user mode option -ignore-environment
       docs: Improve documentation
       Fix spelling in comments
       linux-user: Fix typo m86k -> m68k

  bsd-user/main.c       |    6 +++++
  docs/migration.txt    |   56 
++++++++++++++++++++++++------------------------
  hw/pci.c              |    2 +-
  linux-user/m68k-sim.c |    6 ++--
  linux-user/main.c     |    6 +++++
  posix-aio-compat.c    |    2 +-
  qemu-doc.texi         |   14 ++++++++++++
  ui/vnc-enc-tight.c    |    2 +-
  8 files changed, 60 insertions(+), 34 deletions(-)

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

* Re: [Qemu-devel] [PULL] Missing patches in qemu master
  2010-09-24 18:41 [Qemu-devel] [PULL] Missing patches in qemu master Stefan Weil
@ 2010-09-28 19:41 ` Riku Voipio
  2010-10-05 19:11 ` Anthony Liguori
  1 sibling, 0 replies; 3+ messages in thread
From: Riku Voipio @ 2010-09-28 19:41 UTC (permalink / raw)
  To: Stefan Weil; +Cc: Anthony Liguori, Riku Voipio, QEMU Developers

On Fri, Sep 24, 2010 at 08:41:21PM +0200, Stefan Weil wrote:
> could you please pull some patches which had been sent to
> qemu-devel some time ago? See these links:
>
> http://patchwork.ozlabs.org/patch/59044/
> http://patchwork.ozlabs.org/patch/60469/
> http://patchwork.ozlabs.org/patch/61150/
> http://patchwork.ozlabs.org/patch/64624/
>
> The original subject of the last one was 'linux-user: Fix type m86k ->  
> m68k'.
> I fixed the typo (type -> typo) in the subject for the pull request.
>
> The first and the last patch are *-user related patches.
> I hope you will commit them nevertheless - people had time enough to make
> a comment.

Looks good, 

Acked-by: Riku Voipio <riku.voipio@iki.fi>

I should more available from now again.

> The following changes since commit c973a36d178510790c148f88104b85016f59235a:
>
>   fmopl: workaround for -Wempty-body (2010-09-24 04:09:01 +0400)
>
> are available in the git repository at:
>   git://git.weilnetz.de/git/qemu for-anthony
>
> Stefan Weil (4):
>       Add new user mode option -ignore-environment
>       docs: Improve documentation
>       Fix spelling in comments
>       linux-user: Fix typo m86k -> m68k
>
>  bsd-user/main.c       |    6 +++++
>  docs/migration.txt    |   56  
> ++++++++++++++++++++++++------------------------
>  hw/pci.c              |    2 +-
>  linux-user/m68k-sim.c |    6 ++--
>  linux-user/main.c     |    6 +++++
>  posix-aio-compat.c    |    2 +-
>  qemu-doc.texi         |   14 ++++++++++++
>  ui/vnc-enc-tight.c    |    2 +-
>  8 files changed, 60 insertions(+), 34 deletions(-)

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

* Re: [Qemu-devel] [PULL] Missing patches in qemu master
  2010-09-24 18:41 [Qemu-devel] [PULL] Missing patches in qemu master Stefan Weil
  2010-09-28 19:41 ` Riku Voipio
@ 2010-10-05 19:11 ` Anthony Liguori
  1 sibling, 0 replies; 3+ messages in thread
From: Anthony Liguori @ 2010-10-05 19:11 UTC (permalink / raw)
  To: Stefan Weil; +Cc: Anthony Liguori, Riku Voipio, QEMU Developers

On 09/24/2010 01:41 PM, Stefan Weil wrote:
> Hello Anthony,
>
> could you please pull some patches which had been sent to
> qemu-devel some time ago? See these links:
>
> http://patchwork.ozlabs.org/patch/59044/
> http://patchwork.ozlabs.org/patch/60469/
> http://patchwork.ozlabs.org/patch/61150/
> http://patchwork.ozlabs.org/patch/64624/
>
> The original subject of the last one was 'linux-user: Fix type m86k -> 
> m68k'.
> I fixed the typo (type -> typo) in the subject for the pull request.
>
> The first and the last patch are *-user related patches.
> I hope you will commit them nevertheless - people had time enough to make
> a comment.
>
> Thanks,
> Stefan
>
> The following changes since commit 
> c973a36d178510790c148f88104b85016f59235a:
>
>   fmopl: workaround for -Wempty-body (2010-09-24 04:09:01 +0400)
>
> are available in the git repository at:
>   git://git.weilnetz.de/git/qemu for-anthony

Pulled.  Thanks.

Regards,

Anthony Liguori

> Stefan Weil (4):
>       Add new user mode option -ignore-environment
>       docs: Improve documentation
>       Fix spelling in comments
>       linux-user: Fix typo m86k -> m68k
>
>  bsd-user/main.c       |    6 +++++
>  docs/migration.txt    |   56 
> ++++++++++++++++++++++++------------------------
>  hw/pci.c              |    2 +-
>  linux-user/m68k-sim.c |    6 ++--
>  linux-user/main.c     |    6 +++++
>  posix-aio-compat.c    |    2 +-
>  qemu-doc.texi         |   14 ++++++++++++
>  ui/vnc-enc-tight.c    |    2 +-
>  8 files changed, 60 insertions(+), 34 deletions(-)
>
>
>

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

end of thread, other threads:[~2010-10-05 19:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-24 18:41 [Qemu-devel] [PULL] Missing patches in qemu master Stefan Weil
2010-09-28 19:41 ` Riku Voipio
2010-10-05 19:11 ` Anthony Liguori

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