qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v2 0/5] target-mips: Preparations for CPUState part


From: Andreas Färber
Subject: [Qemu-devel] [PATCH v2 0/5] target-mips: Preparations for CPUState part 4b series
Date: Fri, 12 Oct 2012 00:56:32 +0200

Hello Aurélien,

This series picks up some preparatory patches for QOM CPUState refactoring,
originally posted in May. They still applied cleanly, but I optimized them
a bit and expanded the explanations.

In short it is about MIPSCPU vs. CPUMIPSState; more fields will be moved
from CPU_COMMON macro to CPUState struct, and to access CPUState we need
a MIPSCPU. Thus MIPSCPU is preferable for arguments of static helpers
(not TCG helpers) because we save some redundant accessor/cast macros.

Can you please ack/apply and keep in mind for the current patch review?

Available for testing from:
git://github.com/afaerber/qemu-cpu.git qom-cpu-mips
https://github.com/afaerber/qemu-cpu/commits/qom-cpu-mips

Regards,
Andreas

Cc: Aurélien Jarno <address@hidden>

Cc: Jia Liu <address@hidden>
Cc: Eric Johnson <address@hidden>
Cc: Richard Henderson <address@hidden>

v1 -> v2:
* Cherry-picked from my CPUState part 4 series
* Avoided calling mips_env_get_cpu() in both if branches of 
helper_m[t]tc0_tchalt()
* Prepended patch to clean up resulting variable naming mess
* Placed variable declarations in the closest block (requested by Alex 
elsewhere)

Andreas Färber (5):
  target-mips: Clean up other_cpu in helper_{d,e}vpe()
  target-mips: Pass MIPSCPU to mips_tc_wake()
  target-mips: Pass MIPSCPU to mips_vpe_is_wfi()
  target-mips: Pass MIPSCPU to mips_tc_sleep()
  target-mips: Pass MIPSCPU to mips_vpe_sleep()

 target-mips/op_helper.c |   63 +++++++++++++++++++++++++++++------------------
 1 Datei geändert, 39 Zeilen hinzugefügt(+), 24 Zeilen entfernt(-)

-- 
1.7.10.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]