mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
include: Rename sysemu/ -> system/
Headers in include/sysemu/ are not only related to system *emulation*, they are also used by virtualization. Rename as system/ which is clearer. Files renamed manually then mechanical change using sed tool. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Tested-by: Lei Yang <leiyang@redhat.com> Message-Id: <20241203172445.28576-1-philmd@linaro.org>
This commit is contained in:
parent
63cda19446
commit
32cad1ffb8
965 changed files with 1708 additions and 1707 deletions
|
@ -28,7 +28,7 @@
|
|||
#include "hw/sysbus.h"
|
||||
#include "hw/registerfields.h"
|
||||
#include "hw/watchdog/allwinner-wdt.h"
|
||||
#include "sysemu/watchdog.h"
|
||||
#include "system/watchdog.h"
|
||||
#include "migration/vmstate.h"
|
||||
|
||||
/* WDT registers */
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#include "trace.h"
|
||||
#include "qapi/error.h"
|
||||
#include "qemu/module.h"
|
||||
#include "sysemu/watchdog.h"
|
||||
#include "system/watchdog.h"
|
||||
#include "hw/sysbus.h"
|
||||
#include "hw/irq.h"
|
||||
#include "hw/qdev-properties.h"
|
||||
|
|
|
@ -16,8 +16,8 @@
|
|||
*/
|
||||
|
||||
#include "qemu/osdep.h"
|
||||
#include "sysemu/reset.h"
|
||||
#include "sysemu/watchdog.h"
|
||||
#include "system/reset.h"
|
||||
#include "system/watchdog.h"
|
||||
#include "hw/qdev-properties.h"
|
||||
#include "hw/watchdog/sbsa_gwdt.h"
|
||||
#include "qemu/timer.h"
|
||||
|
|
|
@ -26,8 +26,8 @@
|
|||
#include "qapi/error.h"
|
||||
#include "qapi/qapi-commands-run-state.h"
|
||||
#include "qapi/qapi-events-run-state.h"
|
||||
#include "sysemu/runstate.h"
|
||||
#include "sysemu/watchdog.h"
|
||||
#include "system/runstate.h"
|
||||
#include "system/watchdog.h"
|
||||
#include "hw/nmi.h"
|
||||
#include "qemu/help_option.h"
|
||||
#include "trace.h"
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
#include "qemu/log.h"
|
||||
#include "qemu/module.h"
|
||||
#include "qemu/timer.h"
|
||||
#include "sysemu/watchdog.h"
|
||||
#include "system/watchdog.h"
|
||||
#include "hw/qdev-properties.h"
|
||||
#include "hw/sysbus.h"
|
||||
#include "hw/watchdog/wdt_aspeed.h"
|
||||
|
|
|
@ -12,8 +12,8 @@
|
|||
*/
|
||||
|
||||
#include "qemu/osdep.h"
|
||||
#include "sysemu/reset.h"
|
||||
#include "sysemu/watchdog.h"
|
||||
#include "system/reset.h"
|
||||
#include "system/watchdog.h"
|
||||
#include "qemu/timer.h"
|
||||
#include "hw/watchdog/wdt_diag288.h"
|
||||
#include "migration/vmstate.h"
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
#include "qemu/module.h"
|
||||
#include "qemu/timer.h"
|
||||
#include "sysemu/watchdog.h"
|
||||
#include "system/watchdog.h"
|
||||
#include "hw/pci/pci_device.h"
|
||||
#include "migration/vmstate.h"
|
||||
#include "qom/object.h"
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
#include "qemu/osdep.h"
|
||||
#include "qemu/module.h"
|
||||
#include "qemu/timer.h"
|
||||
#include "sysemu/watchdog.h"
|
||||
#include "system/watchdog.h"
|
||||
#include "hw/isa/isa.h"
|
||||
#include "migration/vmstate.h"
|
||||
#include "qom/object.h"
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
#include "qemu/osdep.h"
|
||||
#include "qemu/bitops.h"
|
||||
#include "qemu/module.h"
|
||||
#include "sysemu/watchdog.h"
|
||||
#include "system/watchdog.h"
|
||||
#include "migration/vmstate.h"
|
||||
#include "hw/qdev-properties.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue