qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 13/28] hppa: replace cpu_hppa_init() with cpu_ge


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH 13/28] hppa: replace cpu_hppa_init() with cpu_generic_init()
Date: Sat, 15 Jul 2017 08:06:48 -1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1

On 07/14/2017 03:52 AM, Igor Mammedov wrote:
drop custom cpu_hppa_init() in favor of cpu_generic_init(),
to make cpu_generic_init() work all we need is to provide
cc->class_by_name callback that would resolve any cpu_model
to the sole TYPE_HPPA_CPU to match current behaviour.

Signed-off-by: Igor Mammedov<address@hidden>
---
CC: Richard Henderson<address@hidden>

tested with linux-user
---
  target/hppa/cpu.h |  4 +---
  target/hppa/cpu.c | 11 +++--------
  2 files changed, 4 insertions(+), 11 deletions(-)

Acked-by: Richard Henderson <address@hidden>


r~



reply via email to

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