All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/5] Fixes and minor improvements to TCI
@ 2013-03-28 15:37 Richard Henderson
  2013-03-28 15:37 ` [Qemu-devel] [PATCH 1/5] tci: Use 32-bit signed offsets to loads/stores Richard Henderson
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Richard Henderson @ 2013-03-28 15:37 UTC (permalink / raw)
  To: qemu-devel; +Cc: Stefan Weil

My main goal here is the last patch.  With the patches I've posted
for arm and s390, tci is the only remaining user of env->temp_buf.


r~


Richard Henderson (5):
  tci: Use 32-bit signed offsets to loads/stores
  tci: Use a local variable for env
  tci: Avoid code before declarations
  tci: Delete unused tb_ret_addr
  tci: Make tcg temporaries local to tcg_qemu_tb_exec

 tcg/tci/tcg-target.c | 22 +++++++++-----------
 tcg/tci/tcg-target.h |  8 +++++++-
 tci.c                | 57 ++++++++++++++++++++++++++++++----------------------
 3 files changed, 49 insertions(+), 38 deletions(-)

-- 
1.8.1.4

^ permalink raw reply	[flat|nested] 12+ messages in thread
* [Qemu-devel] [PULL] Fixes and minor improvements to TCI
@ 2013-04-11 18:15 Stefan Weil
  2013-04-11 18:15 ` [Qemu-devel] [PATCH 2/5] tci: Use a local variable for env Stefan Weil
  0 siblings, 1 reply; 12+ messages in thread
From: Stefan Weil @ 2013-04-11 18:15 UTC (permalink / raw)
  To: Anthony Liguori; +Cc: qemu-devel, Richard Henderson

Hello Anthony,

please pull these five patches for TCI. They fix a regression caused
by commit 378df4b23753a11be650af7664ca76bc75cb9f01 and include
some improvements.

Thanks,

Stefan Weil


The following changes since commit 93b48c201eb6c0404d15550a0eaa3c0f7937e35e:

  virtio-9p: Fix virtio-9p no longer building after hw-dirs branch merge (2013-04-09 07:47:00 -0500)

are available in the git repository at:

  git://qemu.weilnetz.de/qemu.git tci

for you to fetch changes up to ee79c356ffe18eea90ea4bbde2057cebe6bb654f:

  tci: Make tcg temporaries local to tcg_qemu_tb_exec (2013-04-11 19:58:21 +0200)

----------------------------------------------------------------
Richard Henderson (5):
      tci: Use 32-bit signed offsets to loads/stores
      tci: Use a local variable for env
      tci: Avoid code before declarations
      tci: Delete unused tb_ret_addr
      tci: Make tcg temporaries local to tcg_qemu_tb_exec

 tcg/tci/tcg-target.c |   22 +++++++++-------------
 tcg/tci/tcg-target.h |    8 +++++++-
 tci.c                |   57 +++++++++++++++++++++++++++++++++------------------------
 3 files changed, 49 insertions(+), 38 deletions(-)

[PATCH 1/5] tci: Use 32-bit signed offsets to loads/stores
[PATCH 2/5] tci: Use a local variable for env
[PATCH 3/5] tci: Avoid code before declarations
[PATCH 4/5] tci: Delete unused tb_ret_addr
[PATCH 5/5] tci: Make tcg temporaries local to tcg_qemu_tb_exec

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

end of thread, other threads:[~2013-04-11 18:16 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-28 15:37 [Qemu-devel] [PATCH 0/5] Fixes and minor improvements to TCI Richard Henderson
2013-03-28 15:37 ` [Qemu-devel] [PATCH 1/5] tci: Use 32-bit signed offsets to loads/stores Richard Henderson
2013-03-28 15:45   ` Stefan Weil
2013-03-28 15:56     ` Richard Henderson
2013-03-28 15:37 ` [Qemu-devel] [PATCH 2/5] tci: Use a local variable for env Richard Henderson
2013-03-28 15:52   ` Stefan Weil
2013-03-28 15:37 ` [Qemu-devel] [PATCH 3/5] tci: Avoid code before declarations Richard Henderson
2013-03-28 15:37 ` [Qemu-devel] [PATCH 4/5] tci: Delete unused tb_ret_addr Richard Henderson
2013-03-28 15:37 ` [Qemu-devel] [PATCH 5/5] tci: Make tcg temporaries local to tcg_qemu_tb_exec Richard Henderson
2013-04-03 22:11 ` [Qemu-devel] [PATCH 0/5] Fixes and minor improvements to TCI Richard Henderson
2013-04-09 11:37   ` Richard Henderson
  -- strict thread matches above, loose matches on Subject: below --
2013-04-11 18:15 [Qemu-devel] [PULL] " Stefan Weil
2013-04-11 18:15 ` [Qemu-devel] [PATCH 2/5] tci: Use a local variable for env Stefan Weil

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.