All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL for-2.8 0/2] target-alpha update
@ 2016-11-17 15:02 Richard Henderson
  2016-11-17 15:02 ` [Qemu-devel] [PULL for-2.8 2/2] target-alpha: Log cpuid with -d int Richard Henderson
  2016-11-21 19:43 ` [Qemu-devel] [PULL for-2.8 0/2] target-alpha update Andreas Schwab
  0 siblings, 2 replies; 6+ messages in thread
From: Richard Henderson @ 2016-11-17 15:02 UTC (permalink / raw)
  To: qemu-devel; +Cc: stefanha

I had been going to delay this pull until after the mttcg merge in 2.9,
but there's really no point in that.  One *can* play with non-parallel
smp in the meantime, and it gives us a basis for comparison later.


r~


The following changes since commit b0bcc86d2a87456f5a276f941dc775b265b309cf:

  Update version for v2.8.0-rc0 release (2016-11-15 20:55:12 +0000)

are available in the git repository at:

  git://github.com/rth7680/qemu.git tags/pull-axp-20161117

for you to fetch changes up to 022f52e040807363213c8752ce61a7d0f57e3078:

  target-alpha: Log cpuid with -d int (2016-11-17 15:56:31 +0100)

----------------------------------------------------------------
Update alpha palcode for smp

----------------------------------------------------------------
Richard Henderson (2):
      target-alpha: Update palcode for smp
      target-alpha: Log cpuid with -d int

 pc-bios/palcode-clipper | Bin 133550 -> 152680 bytes
 roms/qemu-palcode       |   2 +-
 target-alpha/helper.c   |   6 ++++--
 3 files changed, 5 insertions(+), 3 deletions(-)

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

* [Qemu-devel] [PULL for-2.8 2/2] target-alpha: Log cpuid with -d int
  2016-11-17 15:02 [Qemu-devel] [PULL for-2.8 0/2] target-alpha update Richard Henderson
@ 2016-11-17 15:02 ` Richard Henderson
  2016-11-21 19:43 ` [Qemu-devel] [PULL for-2.8 0/2] target-alpha update Andreas Schwab
  1 sibling, 0 replies; 6+ messages in thread
From: Richard Henderson @ 2016-11-17 15:02 UTC (permalink / raw)
  To: qemu-devel; +Cc: stefanha

Signed-off-by: Richard Henderson <rth@twiddle.net>
---
 target-alpha/helper.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/target-alpha/helper.c b/target-alpha/helper.c
index 2ef6cbe..a5c3088 100644
--- a/target-alpha/helper.c
+++ b/target-alpha/helper.c
@@ -307,8 +307,10 @@ void alpha_cpu_do_interrupt(CPUState *cs)
             name = "call_pal";
             break;
         }
-        qemu_log("INT %6d: %s(%#x) pc=%016" PRIx64 " sp=%016" PRIx64 "\n",
-                 ++count, name, env->error_code, env->pc, env->ir[IR_SP]);
+        qemu_log("INT %6d: %s(%#x) cpu=%d pc=%016"
+                 PRIx64 " sp=%016" PRIx64 "\n",
+                 ++count, name, env->error_code, cs->cpu_index,
+                 env->pc, env->ir[IR_SP]);
     }
 
     cs->exception_index = -1;
-- 
2.7.4

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

* Re: [Qemu-devel] [PULL for-2.8 0/2] target-alpha update
  2016-11-17 15:02 [Qemu-devel] [PULL for-2.8 0/2] target-alpha update Richard Henderson
  2016-11-17 15:02 ` [Qemu-devel] [PULL for-2.8 2/2] target-alpha: Log cpuid with -d int Richard Henderson
@ 2016-11-21 19:43 ` Andreas Schwab
  2016-11-22  7:55   ` Richard Henderson
  1 sibling, 1 reply; 6+ messages in thread
From: Andreas Schwab @ 2016-11-21 19:43 UTC (permalink / raw)
  To: Richard Henderson; +Cc: qemu-devel, stefanha

Fetched in submodule path 'roms/qemu-palcode', but it did not contain f3c7e44c70254975df2a00af39701eafbac4d471. Direct fetching of that commit failed.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

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

* Re: [Qemu-devel] [PULL for-2.8 0/2] target-alpha update
  2016-11-21 19:43 ` [Qemu-devel] [PULL for-2.8 0/2] target-alpha update Andreas Schwab
@ 2016-11-22  7:55   ` Richard Henderson
  2016-11-22 13:08     ` Stefan Hajnoczi
  2016-11-22 18:32     ` Andreas Schwab
  0 siblings, 2 replies; 6+ messages in thread
From: Richard Henderson @ 2016-11-22  7:55 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: qemu-devel, stefanha

On 11/21/2016 08:43 PM, Andreas Schwab wrote:
> Fetched in submodule path 'roms/qemu-palcode', but it did not contain f3c7e44c70254975df2a00af39701eafbac4d471. Direct fetching of that commit failed.

That's strange.  I do see the commit upstream.

https://github.com/rth7680/qemu-palcode/commit/f3c7e44c70254975df2a00af39701eafbac4d471

Is that in fact the origin in your .git/modules/roms/qemu-palcode/config?


r~

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

* Re: [Qemu-devel] [PULL for-2.8 0/2] target-alpha update
  2016-11-22  7:55   ` Richard Henderson
@ 2016-11-22 13:08     ` Stefan Hajnoczi
  2016-11-22 18:32     ` Andreas Schwab
  1 sibling, 0 replies; 6+ messages in thread
From: Stefan Hajnoczi @ 2016-11-22 13:08 UTC (permalink / raw)
  To: Richard Henderson; +Cc: Andreas Schwab, qemu-devel, stefanha

[-- Attachment #1: Type: text/plain, Size: 650 bytes --]

On Tue, Nov 22, 2016 at 08:55:58AM +0100, Richard Henderson wrote:
> On 11/21/2016 08:43 PM, Andreas Schwab wrote:
> > Fetched in submodule path 'roms/qemu-palcode', but it did not contain f3c7e44c70254975df2a00af39701eafbac4d471. Direct fetching of that commit failed.
> 
> That's strange.  I do see the commit upstream.
> 
> https://github.com/rth7680/qemu-palcode/commit/f3c7e44c70254975df2a00af39701eafbac4d471
> 
> Is that in fact the origin in your .git/modules/roms/qemu-palcode/config?

I can confirm that everything looks okay from the qemu.git submodule
perspective.  The commit is available in the qemu-palcode repo.

Stefan

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 455 bytes --]

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

* Re: [Qemu-devel] [PULL for-2.8 0/2] target-alpha update
  2016-11-22  7:55   ` Richard Henderson
  2016-11-22 13:08     ` Stefan Hajnoczi
@ 2016-11-22 18:32     ` Andreas Schwab
  1 sibling, 0 replies; 6+ messages in thread
From: Andreas Schwab @ 2016-11-22 18:32 UTC (permalink / raw)
  To: Richard Henderson; +Cc: qemu-devel, stefanha

Sorry, I forgot to update the url of the submodule.  Just editing
.git/config isn't enough.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

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

end of thread, other threads:[~2016-11-22 18:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-17 15:02 [Qemu-devel] [PULL for-2.8 0/2] target-alpha update Richard Henderson
2016-11-17 15:02 ` [Qemu-devel] [PULL for-2.8 2/2] target-alpha: Log cpuid with -d int Richard Henderson
2016-11-21 19:43 ` [Qemu-devel] [PULL for-2.8 0/2] target-alpha update Andreas Schwab
2016-11-22  7:55   ` Richard Henderson
2016-11-22 13:08     ` Stefan Hajnoczi
2016-11-22 18:32     ` Andreas Schwab

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.