qemu-patch-raspberry4/hw/acpi
Andreas Färber 38fcbd3f08 cpu: Replace qemu_for_each_cpu()
It was introduced to loop over CPUs from target-independent code, but
since commit 182735efaf target-independent
CPUState is used.

A loop can be considered more efficient than function calls in a loop,
and CPU_FOREACH() hides implementation details just as well, so use that
instead.

Suggested-by: Markus Armbruster <armbru@redhat.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
2013-09-03 12:25:55 +02:00
..
core.c aio / timers: Switch entire codebase to the new timer API 2013-08-22 19:14:24 +02:00
ich9.c hw/a*: pass owner to memory_region_init* functions 2013-07-04 17:42:47 +02:00
Makefile.objs hw: move target-independent files to subdirectories 2013-04-08 18:13:12 +02:00
piix4.c cpu: Replace qemu_for_each_cpu() 2013-09-03 12:25:55 +02:00