-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We have exec/cpu code split in 2 files for target agnostic ("common") and specific. Rename 'cpu.c' which is target specific using the '-target' suffix. Update MAINTAINERS. Remove the 's from 'cpus-common.c' to match the API cpu_foo() functions. Signed-off-by: Philippe Mathieu-Daudé <[email protected]> Reviewed-by: Anton Johansson <[email protected]> Message-Id: <[email protected]> Signed-off-by: Richard Henderson <[email protected]>
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -139,7 +139,8 @@ R: Paolo Bonzini <[email protected]> | |
S: Maintained | ||
F: softmmu/cpus.c | ||
F: softmmu/watchpoint.c | ||
F: cpus-common.c | ||
F: cpu-common.c | ||
F: cpu-target.c | ||
F: page-vary.c | ||
F: page-vary-common.c | ||
F: accel/tcg/ | ||
|
@@ -1766,7 +1767,6 @@ M: Marcel Apfelbaum <[email protected]> | |
R: Philippe Mathieu-Daudé <[email protected]> | ||
R: Yanan Wang <[email protected]> | ||
S: Supported | ||
F: cpu.c | ||
F: hw/core/cpu.c | ||
F: hw/core/machine-qmp-cmds.c | ||
F: hw/core/machine.c | ||
|
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters