mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
hw/core: Move cpu.c, cpu.h from qom/ to hw/core/
Suggested-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20190709152053.16670-2-armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
[Rebased onto merge commit 95a9457fd4
; missed instances of qom/cpu.h
in comments replaced]
This commit is contained in:
parent
17dc579903
commit
2e5b09fd0e
61 changed files with 60 additions and 62 deletions
|
@ -20,7 +20,7 @@
|
|||
#ifndef QEMU_LM32_CPU_QOM_H
|
||||
#define QEMU_LM32_CPU_QOM_H
|
||||
|
||||
#include "qom/cpu.h"
|
||||
#include "hw/core/cpu.h"
|
||||
|
||||
#define TYPE_LM32_CPU "lm32-cpu"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue