Miscellaneous patches patches for 2022-05-11

-----BEGIN PGP SIGNATURE-----
 
 iQJGBAABCAAwFiEENUvIs9frKmtoZ05fOHC0AOuRhlMFAmJ7zwISHGFybWJydUBy
 ZWRoYXQuY29tAAoJEDhwtADrkYZThuAQAJdSuj5fpY8EXxhuS3Rc8uHPrz6lP+nZ
 kwxKPOldwFdmkXRJ8qrjcc/BXxiJU3pxmSRvFZ8miCFMrb4Vd16sUzD6PeKb1jr8
 JsrvXcsaWn4f/p0v0WraamwSQeZUMjqsZPgZut93qfJoKmgTaxoZnR+ZDHFKoQJS
 qBrHL/5+RPxSugLa6IEpSQwy80jd0tMBaG/e8V+JxzgFM5jzOExwXtfUujzS92Lr
 NgapnbEZrpqErBC1xhpetQ8Q5I4r0kkLj4Exm/ClNtIM2GByJxI8x2DE+NJZNDnm
 g/tvVKUhEl6cOywQRajAJ/LrhUpVSkz6wsczv35rhRS+1FoCb+PRKr42SxZGI2rB
 tZLYt4ouoSGk2pYiudoIBKsIR1Svu7Cmg4YzOL9yvqF0BS3cRDvPgm3QFvoeErjL
 EML7b41zLdIkbvujsJ7HJqVL44QmMSu13PcLUtDvLh+ivpL9wIUQn3ji+rfsgqh+
 RYw4niJ9JO3N3/VwEhlymc9kRSTgZ6rdIWPrtQ5ACwTADAv30++opxAlksE6mo0m
 TYrqyTG2FHGOKm+5Q4Lyx1heHJDUAE3dlRIhGt8KqD6UKlpSfIVIUU2ztjZK4JQ5
 n85LOLZkE9ejbvbpnLX8hgKfouVKKYwFagc/ZA649cIXvC8YDxdOwvhjEVCxa+V5
 dQbpQsekXf9G
 =jOTx
 -----END PGP SIGNATURE-----

Merge tag 'pull-misc-2022-05-11' of git://repo.or.cz/qemu/armbru into staging

Miscellaneous patches patches for 2022-05-11

# -----BEGIN PGP SIGNATURE-----
#
# iQJGBAABCAAwFiEENUvIs9frKmtoZ05fOHC0AOuRhlMFAmJ7zwISHGFybWJydUBy
# ZWRoYXQuY29tAAoJEDhwtADrkYZThuAQAJdSuj5fpY8EXxhuS3Rc8uHPrz6lP+nZ
# kwxKPOldwFdmkXRJ8qrjcc/BXxiJU3pxmSRvFZ8miCFMrb4Vd16sUzD6PeKb1jr8
# JsrvXcsaWn4f/p0v0WraamwSQeZUMjqsZPgZut93qfJoKmgTaxoZnR+ZDHFKoQJS
# qBrHL/5+RPxSugLa6IEpSQwy80jd0tMBaG/e8V+JxzgFM5jzOExwXtfUujzS92Lr
# NgapnbEZrpqErBC1xhpetQ8Q5I4r0kkLj4Exm/ClNtIM2GByJxI8x2DE+NJZNDnm
# g/tvVKUhEl6cOywQRajAJ/LrhUpVSkz6wsczv35rhRS+1FoCb+PRKr42SxZGI2rB
# tZLYt4ouoSGk2pYiudoIBKsIR1Svu7Cmg4YzOL9yvqF0BS3cRDvPgm3QFvoeErjL
# EML7b41zLdIkbvujsJ7HJqVL44QmMSu13PcLUtDvLh+ivpL9wIUQn3ji+rfsgqh+
# RYw4niJ9JO3N3/VwEhlymc9kRSTgZ6rdIWPrtQ5ACwTADAv30++opxAlksE6mo0m
# TYrqyTG2FHGOKm+5Q4Lyx1heHJDUAE3dlRIhGt8KqD6UKlpSfIVIUU2ztjZK4JQ5
# n85LOLZkE9ejbvbpnLX8hgKfouVKKYwFagc/ZA649cIXvC8YDxdOwvhjEVCxa+V5
# dQbpQsekXf9G
# =jOTx
# -----END PGP SIGNATURE-----
# gpg: Signature made Wed 11 May 2022 07:58:10 AM PDT
# gpg:                using RSA key 354BC8B3D7EB2A6B68674E5F3870B400EB918653
# gpg:                issuer "armbru@redhat.com"
# gpg: Good signature from "Markus Armbruster <armbru@redhat.com>" [undefined]
# gpg:                 aka "Markus Armbruster <armbru@pond.sub.org>" [undefined]
# gpg: WARNING: This key is not certified with a trusted signature!
# gpg:          There is no indication that the signature belongs to the owner.
# Primary key fingerprint: 354B C8B3 D7EB 2A6B 6867  4E5F 3870 B400 EB91 8653

* tag 'pull-misc-2022-05-11' of git://repo.or.cz/qemu/armbru:
  Clean up decorations and whitespace around header guards
  Normalize header guard symbol definition
  Clean up ill-advised or unusual header guards
  Clean up header guards that don't match their file name

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
Richard Henderson 2022-05-11 09:00:26 -07:00
commit ec11dc41ee
172 changed files with 424 additions and 406 deletions

View File

@ -7,8 +7,8 @@
* See the COPYING file in the top-level directory. * See the COPYING file in the top-level directory.
*/ */
#ifndef TCG_CPUS_ICOUNT_H #ifndef TCG_ACCEL_OPS_ICOUNT_H
#define TCG_CPUS_ICOUNT_H #define TCG_ACCEL_OPS_ICOUNT_H
void icount_handle_deadline(void); void icount_handle_deadline(void);
void icount_prepare_for_run(CPUState *cpu); void icount_prepare_for_run(CPUState *cpu);
@ -16,4 +16,4 @@ void icount_process_data(CPUState *cpu);
void icount_handle_interrupt(CPUState *cpu, int mask); void icount_handle_interrupt(CPUState *cpu, int mask);
#endif /* TCG_CPUS_ICOUNT_H */ #endif /* TCG_ACCEL_OPS_ICOUNT_H */

View File

@ -7,8 +7,8 @@
* See the COPYING file in the top-level directory. * See the COPYING file in the top-level directory.
*/ */
#ifndef TCG_CPUS_MTTCG_H #ifndef TCG_ACCEL_OPS_MTTCG_H
#define TCG_CPUS_MTTCG_H #define TCG_ACCEL_OPS_MTTCG_H
/* kick MTTCG vCPU thread */ /* kick MTTCG vCPU thread */
void mttcg_kick_vcpu_thread(CPUState *cpu); void mttcg_kick_vcpu_thread(CPUState *cpu);
@ -16,4 +16,4 @@ void mttcg_kick_vcpu_thread(CPUState *cpu);
/* start an mttcg vCPU thread */ /* start an mttcg vCPU thread */
void mttcg_start_vcpu_thread(CPUState *cpu); void mttcg_start_vcpu_thread(CPUState *cpu);
#endif /* TCG_CPUS_MTTCG_H */ #endif /* TCG_ACCEL_OPS_MTTCG_H */

View File

@ -7,8 +7,8 @@
* See the COPYING file in the top-level directory. * See the COPYING file in the top-level directory.
*/ */
#ifndef TCG_CPUS_RR_H #ifndef TCG_ACCEL_OPS_RR_H
#define TCG_CPUS_RR_H #define TCG_ACCEL_OPS_RR_H
#define TCG_KICK_PERIOD (NANOSECONDS_PER_SECOND / 10) #define TCG_KICK_PERIOD (NANOSECONDS_PER_SECOND / 10)
@ -18,4 +18,4 @@ void rr_kick_vcpu_thread(CPUState *unused);
/* start the round robin vcpu thread */ /* start the round robin vcpu thread */
void rr_start_vcpu_thread(CPUState *cpu); void rr_start_vcpu_thread(CPUState *cpu);
#endif /* TCG_CPUS_RR_H */ #endif /* TCG_ACCEL_OPS_RR_H */

View File

@ -9,8 +9,8 @@
* See the COPYING file in the top-level directory. * See the COPYING file in the top-level directory.
*/ */
#ifndef TCG_CPUS_H #ifndef TCG_ACCEL_OPS_H
#define TCG_CPUS_H #define TCG_ACCEL_OPS_H
#include "sysemu/cpus.h" #include "sysemu/cpus.h"
@ -19,4 +19,4 @@ int tcg_cpus_exec(CPUState *cpu);
void tcg_handle_interrupt(CPUState *cpu, int mask); void tcg_handle_interrupt(CPUState *cpu, int mask);
void tcg_cpu_init_cflags(CPUState *cpu, bool parallel); void tcg_cpu_init_cflags(CPUState *cpu, bool parallel);
#endif /* TCG_CPUS_H */ #endif /* TCG_ACCEL_OPS_H */

View File

@ -22,11 +22,11 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef BLOCK_COPY_ON_READ #ifndef BLOCK_COPY_ON_READ_H
#define BLOCK_COPY_ON_READ #define BLOCK_COPY_ON_READ_H
#include "block/block_int.h" #include "block/block_int.h"
void bdrv_cor_filter_drop(BlockDriverState *cor_filter_bs); void bdrv_cor_filter_drop(BlockDriverState *cor_filter_bs);
#endif /* BLOCK_COPY_ON_READ */ #endif /* BLOCK_COPY_ON_READ_H */

View File

@ -22,8 +22,8 @@
* THE SOFTWARE. * THE SOFTWARE.
*/ */
#ifndef BLOCK_COROUTINES_INT_H #ifndef BLOCK_COROUTINES_H
#define BLOCK_COROUTINES_INT_H #define BLOCK_COROUTINES_H
#include "block/block_int.h" #include "block/block_int.h"
@ -129,4 +129,4 @@ blk_do_pdiscard(BlockBackend *blk, int64_t offset, int64_t bytes);
int generated_co_wrapper blk_do_flush(BlockBackend *blk); int generated_co_wrapper blk_do_flush(BlockBackend *blk);
#endif /* BLOCK_COROUTINES_INT_H */ #endif /* BLOCK_COROUTINES_H */

View File

@ -17,5 +17,5 @@ static inline bool regpairs_aligned(void *cpu_env)
return true; return true;
} }
#endif /* ! TARGET_H */ #endif /* TARGET_H */

View File

@ -17,12 +17,12 @@
* along with this program; if not, see <http://www.gnu.org/licenses/>. * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef _TARGET_ARCH_H_ #ifndef TARGET_ARCH_H
#define _TARGET_ARCH_H_ #define TARGET_ARCH_H
#include "qemu.h" #include "qemu.h"
void target_cpu_set_tls(CPUARMState *env, target_ulong newtls); void target_cpu_set_tls(CPUARMState *env, target_ulong newtls);
target_ulong target_cpu_get_tls(CPUARMState *env); target_ulong target_cpu_get_tls(CPUARMState *env);
#endif /* !_TARGET_ARCH_H_ */ #endif /* TARGET_ARCH_H */

View File

@ -17,8 +17,8 @@
* along with this program; if not, see <http://www.gnu.org/licenses/>. * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef _TARGET_ARCH_CPU_H_ #ifndef TARGET_ARCH_CPU_H
#define _TARGET_ARCH_CPU_H_ #define TARGET_ARCH_CPU_H
#include "target_arch.h" #include "target_arch.h"
#include "signal-common.h" #include "signal-common.h"
@ -210,4 +210,4 @@ static inline void target_cpu_reset(CPUArchState *env)
{ {
} }
#endif /* !_TARGET_ARCH_CPU_H */ #endif /* TARGET_ARCH_CPU_H */

View File

@ -16,8 +16,9 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, see <http://www.gnu.org/licenses/>. * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef _TARGET_ARCH_ELF_H_
#define _TARGET_ARCH_ELF_H_ #ifndef TARGET_ARCH_ELF_H
#define TARGET_ARCH_ELF_H
#define ELF_START_MMAP 0x80000000 #define ELF_START_MMAP 0x80000000
#define ELF_ET_DYN_LOAD_ADDR 0x500000 #define ELF_ET_DYN_LOAD_ADDR 0x500000
@ -125,4 +126,4 @@ static uint32_t get_elf_hwcap2(void)
#undef GET_FEATURE #undef GET_FEATURE
#undef GET_FEATURE_ID #undef GET_FEATURE_ID
#endif /* _TARGET_ARCH_ELF_H_ */ #endif /* TARGET_ARCH_ELF_H */

View File

@ -17,8 +17,8 @@
* along with this program; if not, see <http://www.gnu.org/licenses/>. * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef _TARGET_ARCH_REG_H_ #ifndef TARGET_ARCH_REG_H
#define _TARGET_ARCH_REG_H_ #define TARGET_ARCH_REG_H
/* See sys/arm/include/reg.h */ /* See sys/arm/include/reg.h */
typedef struct target_reg { typedef struct target_reg {
@ -57,4 +57,4 @@ static inline void target_copy_regs(target_reg_t *regs, const CPUARMState *env)
#undef tswapreg #undef tswapreg
#endif /* !_TARGET_ARCH_REG_H_ */ #endif /* TARGET_ARCH_REG_H */

View File

@ -16,8 +16,9 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, see <http://www.gnu.org/licenses/>. * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef _TARGET_ARCH_SIGNAL_H_
#define _TARGET_ARCH_SIGNAL_H_ #ifndef TARGET_ARCH_SIGNAL_H
#define TARGET_ARCH_SIGNAL_H
#include "cpu.h" #include "cpu.h"
@ -85,4 +86,4 @@ struct target_sigframe {
target_mcontext_vfp_t sf_vfp; /* actual saved VFP context */ target_mcontext_vfp_t sf_vfp; /* actual saved VFP context */
}; };
#endif /* !_TARGET_ARCH_SIGNAL_H_ */ #endif /* TARGET_ARCH_SIGNAL_H */

View File

@ -17,8 +17,8 @@
* along with this program; if not, see <http://www.gnu.org/licenses/>. * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef _TARGET_ARCH_SIGTRAMP_H_ #ifndef TARGET_ARCH_SIGTRAMP_H
#define _TARGET_ARCH_SIGTRAMP_H_ #define TARGET_ARCH_SIGTRAMP_H
/* Compare to arm/arm/locore.S ENTRY_NP(sigcode) */ /* Compare to arm/arm/locore.S ENTRY_NP(sigcode) */
static inline abi_long setup_sigtramp(abi_ulong offset, unsigned sigf_uc, static inline abi_long setup_sigtramp(abi_ulong offset, unsigned sigf_uc,
@ -46,4 +46,4 @@ static inline abi_long setup_sigtramp(abi_ulong offset, unsigned sigf_uc,
return memcpy_to_target(offset, sigtramp_code, TARGET_SZSIGCODE); return memcpy_to_target(offset, sigtramp_code, TARGET_SZSIGCODE);
} }
#endif /* _TARGET_ARCH_SIGTRAMP_H_ */ #endif /* TARGET_ARCH_SIGTRAMP_H */

View File

@ -17,8 +17,8 @@
* along with this program; if not, see <http://www.gnu.org/licenses/>. * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef _TARGET_ARCH_SYSARCH_H_ #ifndef TARGET_ARCH_SYSARCH_H
#define _TARGET_ARCH_SYSARCH_H_ #define TARGET_ARCH_SYSARCH_H
#include "target_syscall.h" #include "target_syscall.h"
#include "target_arch.h" #include "target_arch.h"
@ -75,4 +75,4 @@ static inline void do_freebsd_arch_print_sysarch(
} }
} }
#endif /*!_TARGET_ARCH_SYSARCH_H_ */ #endif /* TARGET_ARCH_SYSARCH_H */

View File

@ -16,8 +16,9 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, see <http://www.gnu.org/licenses/>. * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef _TARGET_ARCH_THREAD_H_
#define _TARGET_ARCH_THREAD_H_ #ifndef TARGET_ARCH_THREAD_H
#define TARGET_ARCH_THREAD_H
/* Compare to arm/arm/vm_machdep.c cpu_set_upcall_kse() */ /* Compare to arm/arm/vm_machdep.c cpu_set_upcall_kse() */
static inline void target_thread_set_upcall(CPUARMState *env, abi_ulong entry, static inline void target_thread_set_upcall(CPUARMState *env, abi_ulong entry,
@ -77,4 +78,4 @@ static inline void target_thread_init(struct target_pt_regs *regs,
*/ */
} }
#endif /* !_TARGET_ARCH_THREAD_H_ */ #endif /* TARGET_ARCH_THREAD_H */

View File

@ -16,8 +16,9 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, see <http://www.gnu.org/licenses/>. * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef _TARGET_ARCH_VMPARAM_H_
#define _TARGET_ARCH_VMPARAM_H_ #ifndef TARGET_ARCH_VMPARAM_H
#define TARGET_ARCH_VMPARAM_H
#include "cpu.h" #include "cpu.h"
@ -45,4 +46,4 @@ static inline void set_second_rval(CPUARMState *state, abi_ulong retval2)
state->regs[1] = retval2; state->regs[1] = retval2;
} }
#endif /* ! _TARGET_ARCH_VMPARAM_H_ */ #endif /* TARGET_ARCH_VMPARAM_H */

View File

@ -17,8 +17,8 @@
* along with this program; if not, see <http://www.gnu.org/licenses/>. * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef _TARGET_ARCH_SYSCALL_H_ #ifndef ARM_TARGET_SYSCALL_H
#define _TARGET_ARCH_SYSCALL_H_ #define ARM_TARGET_SYSCALL_H
struct target_pt_regs { struct target_pt_regs {
abi_long uregs[17]; abi_long uregs[17];
@ -52,4 +52,4 @@ struct target_pt_regs {
#define TARGET_HW_MACHINE "arm" #define TARGET_HW_MACHINE "arm"
#define TARGET_HW_MACHINE_ARCH "armv7" #define TARGET_HW_MACHINE_ARCH "armv7"
#endif /* !_TARGET_ARCH_SYSCALL_H_ */ #endif /* ARM_TARGET_SYSCALL_H */

View File

@ -17,8 +17,8 @@
* along with this program; if not, see <http://www.gnu.org/licenses/>. * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef BSD_FILE_H_ #ifndef BSD_FILE_H
#define BSD_FILE_H_ #define BSD_FILE_H
#include "qemu/path.h" #include "qemu/path.h"
@ -27,4 +27,4 @@ extern struct iovec *lock_iovec(int type, abi_ulong target_addr, int count,
extern void unlock_iovec(struct iovec *vec, abi_ulong target_addr, int count, extern void unlock_iovec(struct iovec *vec, abi_ulong target_addr, int count,
int copy); int copy);
#endif /* !BSD_FILE_H_ */ #endif /* BSD_FILE_H */

View File

@ -34,8 +34,8 @@
* @(#)errno.h 8.5 (Berkeley) 1/21/94 * @(#)errno.h 8.5 (Berkeley) 1/21/94
*/ */
#ifndef _ERRNO_DEFS_H_ #ifndef ERRNO_DEFS_H
#define _ERRNO_DEFS_H_ #define ERRNO_DEFS_H
#define TARGET_EPERM 1 /* Operation not permitted */ #define TARGET_EPERM 1 /* Operation not permitted */
#define TARGET_ENOENT 2 /* No such file or directory */ #define TARGET_ENOENT 2 /* No such file or directory */
@ -157,4 +157,4 @@
_Static_assert(TARGET_ERESTART == QEMU_ERESTARTSYS, _Static_assert(TARGET_ERESTART == QEMU_ERESTARTSYS,
"TARGET_ERESTART and QEMU_ERESTARTSYS expected to match"); "TARGET_ERESTART and QEMU_ERESTARTSYS expected to match");
#endif /* ! _ERRNO_DEFS_H_ */ #endif /* ERRNO_DEFS_H */

View File

@ -17,9 +17,9 @@
* along with this program; if not, see <http://www.gnu.org/licenses/>. * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef _HOST_OS_H_ #ifndef HOST_OS_H
#define _HOST_OS_H_ #define HOST_OS_H
#define HOST_DEFAULT_BSD_TYPE target_freebsd #define HOST_DEFAULT_BSD_TYPE target_freebsd
#endif /*!_HOST_OS_H_ */ #endif /* HOST_OS_H */

View File

@ -16,8 +16,9 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, see <http://www.gnu.org/licenses/>. * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef _TARGET_OS_ELF_H_
#define _TARGET_OS_ELF_H_ #ifndef TARGET_OS_ELF_H
#define TARGET_OS_ELF_H
#include "target_arch_elf.h" #include "target_arch_elf.h"
#include "elf.h" #include "elf.h"
@ -134,4 +135,4 @@ static abi_ulong target_create_elf_tables(abi_ulong p, int argc, int envc,
return sp; return sp;
} }
#endif /* _TARGET_OS_ELF_H_ */ #endif /* TARGET_OS_ELF_H */

View File

@ -16,8 +16,9 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, see <http://www.gnu.org/licenses/>. * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef _TARGET_OS_SIGINFO_H_
#define _TARGET_OS_SIGINFO_H_ #ifndef TARGET_OS_SIGINFO_H
#define TARGET_OS_SIGINFO_H
#define TARGET_NSIG 128 #define TARGET_NSIG 128
#define TARGET_NSIG_BPW (sizeof(uint32_t) * 8) #define TARGET_NSIG_BPW (sizeof(uint32_t) * 8)
@ -155,4 +156,4 @@ struct target_sigevent {
#define TARGET_FPE_FLTINV (7) /* Invalid floating point operation. */ #define TARGET_FPE_FLTINV (7) /* Invalid floating point operation. */
#define TARGET_FPE_FLTSUB (8) /* Subscript out of range. */ #define TARGET_FPE_FLTSUB (8) /* Subscript out of range. */
#endif /* !_TARGET_OS_SIGINFO_H_ */ #endif /* TARGET_OS_SIGINFO_H */

View File

@ -1,5 +1,5 @@
#ifndef _TARGET_OS_SIGNAL_H_ #ifndef TARGET_OS_SIGNAL_H
#define _TARGET_OS_SIGNAL_H_ #define TARGET_OS_SIGNAL_H
#include "target_os_siginfo.h" #include "target_os_siginfo.h"
#include "target_arch_signal.h" #include "target_arch_signal.h"
@ -78,4 +78,4 @@ abi_long setup_sigframe_arch(CPUArchState *env, abi_ulong frame_addr,
#define TARGET_SS_ONSTACK 0x0001 /* take signals on alternate stack */ #define TARGET_SS_ONSTACK 0x0001 /* take signals on alternate stack */
#define TARGET_SS_DISABLE 0x0004 /* disable taking signals on alternate stack*/ #define TARGET_SS_DISABLE 0x0004 /* disable taking signals on alternate stack*/
#endif /* !_TARGET_OS_SIGNAL_H_ */ #endif /* TARGET_OS_SIGNAL_H */

View File

@ -17,8 +17,8 @@
* along with this program; if not, see <http://www.gnu.org/licenses/>. * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef _TARGET_OS_STACK_H_ #ifndef TARGET_OS_STACK_H
#define _TARGET_OS_STACK_H_ #define TARGET_OS_STACK_H
#include <sys/param.h> #include <sys/param.h>
#include "target_arch_sigtramp.h" #include "target_arch_sigtramp.h"
@ -178,4 +178,4 @@ static inline int setup_initial_stack(struct bsd_binprm *bprm,
return 0; return 0;
} }
#endif /* !_TARGET_OS_STACK_H_ */ #endif /* TARGET_OS_STACK_H */

View File

@ -17,9 +17,9 @@
* along with this program; if not, see <http://www.gnu.org/licenses/>. * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef _TARGET_OS_THREAD_H_ #ifndef TARGET_OS_THREAD_H
#define _TARGET_OS_THREAD_H_ #define TARGET_OS_THREAD_H
#include "target_arch_thread.h" #include "target_arch_thread.h"
#endif /* !_TARGET_OS_THREAD_H_ */ #endif /* TARGET_OS_THREAD_H */

View File

@ -17,8 +17,8 @@
* along with this program; if not, see <http://www.gnu.org/licenses/>. * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef _TARGET_OS_USER_H_ #ifndef TARGET_OS_USER_H
#define _TARGET_OS_USER_H_ #define TARGET_OS_USER_H
/* /*
* from sys/priority.h * from sys/priority.h
@ -326,4 +326,4 @@ struct target_kinfo_vmentry {
char kve_path[PATH_MAX]; /* Path to VM obj, if any. */ char kve_path[PATH_MAX]; /* Path to VM obj, if any. */
}; };
#endif /* ! _TARGET_OS_USER_H_ */ #endif /* TARGET_OS_USER_H */

View File

@ -16,8 +16,9 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, see <http://www.gnu.org/licenses/>. * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef _TARGET_OS_VMPARAM_H_
#define _TARGET_OS_VMPARAM_H_ #ifndef TARGET_OS_VMPARAM_H
#define TARGET_OS_VMPARAM_H
#include "target_arch_vmparam.h" #include "target_arch_vmparam.h"
@ -35,4 +36,4 @@ extern abi_ulong target_stksiz;
#define TARGET_PS_STRINGS ((target_stkbas + target_stksiz) - \ #define TARGET_PS_STRINGS ((target_stkbas + target_stksiz) - \
sizeof(struct target_ps_strings)) sizeof(struct target_ps_strings))
#endif /* !TARGET_OS_VMPARAM_H_ */ #endif /* TARGET_OS_VMPARAM_H */

View File

@ -6,8 +6,8 @@
* SPDX-License-Identifier: GPL-2.0-or-later * SPDX-License-Identifier: GPL-2.0-or-later
*/ */
#ifndef TARGET_ARCH_H #ifndef TARGET_H
#define TARGET_ARCH_H #define TARGET_H
/* /*
* i386 doesn't 'lump' the registers for 64-bit args. * i386 doesn't 'lump' the registers for 64-bit args.
@ -17,5 +17,4 @@ static inline bool regpairs_aligned(void *cpu_env)
return false; return false;
} }
#endif /* ! TARGET_ARCH_H */ #endif /* TARGET_H */

View File

@ -17,8 +17,8 @@
* along with this program; if not, see <http://www.gnu.org/licenses/>. * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef _TARGET_ARCH_H_ #ifndef TARGET_ARCH_H
#define _TARGET_ARCH_H_ #define TARGET_ARCH_H
/* target_arch_cpu.c */ /* target_arch_cpu.c */
void bsd_i386_write_dt(void *ptr, unsigned long addr, unsigned long limit, void bsd_i386_write_dt(void *ptr, unsigned long addr, unsigned long limit,
@ -28,4 +28,4 @@ void bsd_i386_set_idt_base(uint64_t base);
#define target_cpu_set_tls(env, newtls) #define target_cpu_set_tls(env, newtls)
#endif /* ! _TARGET_ARCH_H_ */ #endif /* TARGET_ARCH_H */

View File

@ -16,8 +16,8 @@
* along with this program; if not, see <http://www.gnu.org/licenses/>. * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef _TARGET_ARCH_CPU_H_ #ifndef TARGET_ARCH_CPU_H
#define _TARGET_ARCH_CPU_H_ #define TARGET_ARCH_CPU_H
#include "target_arch.h" #include "target_arch.h"
#include "signal-common.h" #include "signal-common.h"
@ -195,4 +195,4 @@ static inline void target_cpu_reset(CPUArchState *env)
cpu_reset(env_cpu(env)); cpu_reset(env_cpu(env));
} }
#endif /* ! _TARGET_ARCH_CPU_H_ */ #endif /* TARGET_ARCH_CPU_H */

View File

@ -16,8 +16,9 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, see <http://www.gnu.org/licenses/>. * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef _TARGET_ARCH_ELF_H_
#define _TARGET_ARCH_ELF_H_ #ifndef TARGET_ARCH_ELF_H
#define TARGET_ARCH_ELF_H
#define ELF_START_MMAP 0x80000000 #define ELF_START_MMAP 0x80000000
#define ELF_ET_DYN_LOAD_ADDR 0x01001000 #define ELF_ET_DYN_LOAD_ADDR 0x01001000
@ -32,4 +33,4 @@
#define USE_ELF_CORE_DUMP #define USE_ELF_CORE_DUMP
#define ELF_EXEC_PAGESIZE 4096 #define ELF_EXEC_PAGESIZE 4096
#endif /* _TARGET_ARCH_ELF_H_ */ #endif /* TARGET_ARCH_ELF_H */

View File

@ -18,8 +18,8 @@
* along with this program; if not, see <http://www.gnu.org/licenses/>. * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef _TARGET_ARCH_REG_H_ #ifndef TARGET_ARCH_REG_H
#define _TARGET_ARCH_REG_H_ #define TARGET_ARCH_REG_H
/* See sys/i386/include/reg.h */ /* See sys/i386/include/reg.h */
typedef struct target_reg { typedef struct target_reg {
@ -79,4 +79,4 @@ static inline void target_copy_regs(target_reg_t *regs, const CPUX86State *env)
regs->r_gs = env->segs[R_GS].selector & 0xffff; regs->r_gs = env->segs[R_GS].selector & 0xffff;
} }
#endif /* !_TARGET_ARCH_REG_H_ */ #endif /* TARGET_ARCH_REG_H */

View File

@ -17,8 +17,8 @@
* along with this program; if not, see <http://www.gnu.org/licenses/>. * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef _TARGET_ARCH_SIGTRAMP_H_ #ifndef TARGET_ARCH_SIGTRAMP_H
#define _TARGET_ARCH_SIGTRAMP_H_ #define TARGET_ARCH_SIGTRAMP_H
static inline abi_long setup_sigtramp(abi_ulong offset, unsigned sigf_uc, static inline abi_long setup_sigtramp(abi_ulong offset, unsigned sigf_uc,
unsigned sys_sigreturn) unsigned sys_sigreturn)
@ -26,4 +26,4 @@ static inline abi_long setup_sigtramp(abi_ulong offset, unsigned sigf_uc,
return 0; return 0;
} }
#endif /* _TARGET_ARCH_SIGTRAMP_H_ */ #endif /* TARGET_ARCH_SIGTRAMP_H */

View File

@ -17,8 +17,8 @@
* along with this program; if not, see <http://www.gnu.org/licenses/>. * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef BSD_USER_ARCH_SYSARCH_H_ #ifndef TARGET_ARCH_SYSARCH_H
#define BSD_USER_ARCH_SYSARCH_H_ #define TARGET_ARCH_SYSARCH_H
#include "target_syscall.h" #include "target_syscall.h"
@ -74,4 +74,4 @@ static inline void do_freebsd_arch_print_sysarch(
TARGET_ABI_FMT_lx ")", name->name, (int)arg1, arg2, arg3, arg4); TARGET_ABI_FMT_lx ")", name->name, (int)arg1, arg2, arg3, arg4);
} }
#endif /* !BSD_USER_ARCH_SYSARCH_H_ */ #endif /* TARGET_ARCH_SYSARCH_H */

View File

@ -16,8 +16,9 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, see <http://www.gnu.org/licenses/>. * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef _TARGET_ARCH_THREAD_H_
#define _TARGET_ARCH_THREAD_H_ #ifndef TARGET_ARCH_THREAD_H
#define TARGET_ARCH_THREAD_H
/* Compare to vm_machdep.c cpu_set_upcall_kse() */ /* Compare to vm_machdep.c cpu_set_upcall_kse() */
static inline void target_thread_set_upcall(CPUX86State *regs, abi_ulong entry, static inline void target_thread_set_upcall(CPUX86State *regs, abi_ulong entry,
@ -44,4 +45,4 @@ static inline void target_thread_init(struct target_pt_regs *regs,
regs->edx = 0; regs->edx = 0;
} }
#endif /* !_TARGET_ARCH_THREAD_H_ */ #endif /* TARGET_ARCH_THREAD_H */

View File

@ -16,8 +16,9 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, see <http://www.gnu.org/licenses/>. * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef _TARGET_ARCH_VMPARAM_H_
#define _TARGET_ARCH_VMPARAM_H_ #ifndef TARGET_ARCH_VMPARAM_H
#define TARGET_ARCH_VMPARAM_H
#include "cpu.h" #include "cpu.h"
@ -43,4 +44,4 @@ static inline void set_second_rval(CPUX86State *state, abi_ulong retval2)
state->regs[R_EDX] = retval2; state->regs[R_EDX] = retval2;
} }
#endif /* !_TARGET_ARCH_VMPARAM_H_ */ #endif /* TARGET_ARCH_VMPARAM_H */

View File

@ -17,9 +17,9 @@
* along with this program; if not, see <http://www.gnu.org/licenses/>. * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef _HOST_OS_H_ #ifndef HOST_OS_H
#define _HOST_OS_H_ #define HOST_OS_H
#define HOST_DEFAULT_BSD_TYPE target_netbsd #define HOST_DEFAULT_BSD_TYPE target_netbsd
#endif /*!_HOST_OS_H_ */ #endif /* HOST_OS_H */

View File

@ -16,8 +16,9 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, see <http://www.gnu.org/licenses/>. * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef _TARGET_OS_ELF_H_
#define _TARGET_OS_ELF_H_ #ifndef TARGET_OS_ELF_H
#define TARGET_OS_ELF_H
#include "target_arch_elf.h" #include "target_arch_elf.h"
#include "elf.h" #include "elf.h"
@ -143,4 +144,4 @@ static abi_ulong target_create_elf_tables(abi_ulong p, int argc, int envc,
return sp; return sp;
} }
#endif /* _TARGET_OS_ELF_H_ */ #endif /* TARGET_OS_ELF_H */

View File

@ -1,5 +1,5 @@
#ifndef _TARGET_OS_SIGINFO_H_ #ifndef TARGET_OS_SIGINFO_H
#define _TARGET_OS_SIGINFO_H_ #define TARGET_OS_SIGINFO_H
#define TARGET_NSIG 32 /* counting 0; could be 33 (mask is 1-32) */ #define TARGET_NSIG 32 /* counting 0; could be 33 (mask is 1-32) */
#define TARGET_NSIG_BPW (sizeof(uint32_t) * 8) #define TARGET_NSIG_BPW (sizeof(uint32_t) * 8)
@ -79,4 +79,4 @@ typedef union target_siginfo {
#define TARGET_TRAP_TRACE 2 #define TARGET_TRAP_TRACE 2
#endif /* ! _TARGET_OS_SIGINFO_H_ */ #endif /* TARGET_OS_SIGINFO_H */

View File

@ -1,5 +1,5 @@
#ifndef _TARGET_OS_SIGNAL_H_ #ifndef TARGET_OS_SIGNAL_H
#define _TARGET_OS_SIGNAL_H_ #define TARGET_OS_SIGNAL_H
#include "target_os_siginfo.h" #include "target_os_siginfo.h"
#include "target_arch_signal.h" #include "target_arch_signal.h"
@ -66,4 +66,4 @@
#define TARGET_SS_ONSTACK 0x0001 /* take signals on alternate stack */ #define TARGET_SS_ONSTACK 0x0001 /* take signals on alternate stack */
#define TARGET_SS_DISABLE 0x0004 /* disable taking signals on alternate stack */ #define TARGET_SS_DISABLE 0x0004 /* disable taking signals on alternate stack */
#endif /* !_TARGET_OS_SIGNAL_H_ */ #endif /* TARGET_OS_SIGNAL_H */

View File

@ -17,8 +17,8 @@
* along with this program; if not, see <http://www.gnu.org/licenses/>. * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef _TARGET_OS_STACK_H_ #ifndef TARGET_OS_STACK_H
#define _TARGET_OS_STACK_H_ #define TARGET_OS_STACK_H
#include "target_arch_sigtramp.h" #include "target_arch_sigtramp.h"
@ -53,4 +53,4 @@ static inline int setup_initial_stack(struct bsd_binprm *bprm, abi_ulong *p,
return 0; return 0;
} }
#endif /* !_TARGET_OS_STACK_H_ */ #endif /* TARGET_OS_STACK_H */

View File

@ -17,9 +17,9 @@
* along with this program; if not, see <http://www.gnu.org/licenses/>. * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef _TARGET_OS_THREAD_H_ #ifndef TARGET_OS_THREAD_H
#define _TARGET_OS_THREAD_H_ #define TARGET_OS_THREAD_H
#include "target_arch_thread.h" #include "target_arch_thread.h"
#endif /* !_TARGET_OS_THREAD_H_ */ #endif /* TARGET_OS_THREAD_H */

View File

@ -17,9 +17,9 @@
* along with this program; if not, see <http://www.gnu.org/licenses/>. * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef _HOST_OS_H_ #ifndef HOST_OS_H
#define _HOST_OS_H_ #define HOST_OS_H
#define HOST_DEFAULT_BSD_TYPE target_openbsd #define HOST_DEFAULT_BSD_TYPE target_openbsd
#endif /*!_HOST_OS_H_ */ #endif /* HOST_OS_H */

View File

@ -16,8 +16,9 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, see <http://www.gnu.org/licenses/>. * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef _TARGET_OS_ELF_H_
#define _TARGET_OS_ELF_H_ #ifndef TARGET_OS_ELF_H
#define TARGET_OS_ELF_H
#include "target_arch_elf.h" #include "target_arch_elf.h"
#include "elf.h" #include "elf.h"
@ -143,4 +144,4 @@ static abi_ulong target_create_elf_tables(abi_ulong p, int argc, int envc,
return sp; return sp;
} }
#endif /* _TARGET_OS_ELF_H_ */ #endif /* TARGET_OS_ELF_H */

View File

@ -1,5 +1,5 @@
#ifndef _TARGET_OS_SIGINFO_H_ #ifndef TARGET_OS_SIGINFO_H
#define _TARGET_OS_SIGINFO_H_ #define TARGET_OS_SIGINFO_H
#define TARGET_NSIG 32 /* counting 0; could be 33 (mask is 1-32) */ #define TARGET_NSIG 32 /* counting 0; could be 33 (mask is 1-32) */
#define TARGET_NSIG_BPW (sizeof(uint32_t) * 8) #define TARGET_NSIG_BPW (sizeof(uint32_t) * 8)
@ -79,4 +79,4 @@ typedef union target_siginfo {
#define TARGET_TRAP_TRACE 2 #define TARGET_TRAP_TRACE 2
#endif /* ! _TARGET_OS_SIGINFO_H_ */ #endif /* TARGET_OS_SIGINFO_H */

View File

@ -1,5 +1,5 @@
#ifndef _TARGET_OS_SIGNAL_H_ #ifndef TARGET_OS_SIGNAL_H
#define _TARGET_OS_SIGNAL_H_ #define TARGET_OS_SIGNAL_H
#include "target_os_siginfo.h" #include "target_os_siginfo.h"
#include "target_arch_signal.h" #include "target_arch_signal.h"
@ -66,4 +66,4 @@
#define TARGET_SS_ONSTACK 0x0001 /* take signals on alternate stack */ #define TARGET_SS_ONSTACK 0x0001 /* take signals on alternate stack */
#define TARGET_SS_DISABLE 0x0004 /* disable taking signals on alternate stack */ #define TARGET_SS_DISABLE 0x0004 /* disable taking signals on alternate stack */
#endif /* !_TARGET_OS_SIGNAL_H_ */ #endif /* TARGET_OS_SIGNAL_H */

View File

@ -17,8 +17,8 @@
* along with this program; if not, see <http://www.gnu.org/licenses/>. * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef _TARGET_OS_STACK_H_ #ifndef TARGET_OS_STACK_H
#define _TARGET_OS_STACK_H_ #define TARGET_OS_STACK_H
#include "target_arch_sigtramp.h" #include "target_arch_sigtramp.h"
@ -53,4 +53,4 @@ static inline int setup_initial_stack(struct bsd_binprm *bprm, abi_ulong *p,
return 0; return 0;
} }
#endif /* !_TARGET_OS_STACK_H_ */ #endif /* TARGET_OS_STACK_H */

View File

@ -17,9 +17,9 @@
* along with this program; if not, see <http://www.gnu.org/licenses/>. * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef _TARGET_OS_THREAD_H_ #ifndef TARGET_OS_THREAD_H
#define _TARGET_OS_THREAD_H_ #define TARGET_OS_THREAD_H
#include "target_arch_thread.h" #include "target_arch_thread.h"
#endif /* !_TARGET_OS_THREAD_H_ */ #endif /* TARGET_OS_THREAD_H */

View File

@ -17,8 +17,8 @@
* along with this program; if not, see <http://www.gnu.org/licenses/>. * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef _SYSCALL_DEFS_H_ #ifndef SYSCALL_DEFS_H
#define _SYSCALL_DEFS_H_ #define SYSCALL_DEFS_H
#include <sys/syscall.h> #include <sys/syscall.h>
#include <sys/resource.h> #include <sys/resource.h>
@ -226,4 +226,4 @@ type safe_##name(type1 arg1, type2 arg2, type3 arg3, type4 arg4, \
return safe_syscall(SYS_##name, arg1, arg2, arg3, arg4, arg5, arg6); \ return safe_syscall(SYS_##name, arg1, arg2, arg3, arg4, arg5, arg6); \
} }
#endif /* ! _SYSCALL_DEFS_H_ */ #endif /* SYSCALL_DEFS_H */

View File

@ -17,5 +17,5 @@ static inline bool regpairs_aligned(void *cpu_env)
return false; return false;
} }
#endif /* ! TARGET_H */ #endif /* TARGET_H */

View File

@ -17,8 +17,8 @@
* along with this program; if not, see <http://www.gnu.org/licenses/>. * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef _TARGET_ARCH_H_ #ifndef TARGET_ARCH_H
#define _TARGET_ARCH_H_ #define TARGET_ARCH_H
/* target_arch_cpu.c */ /* target_arch_cpu.c */
void bsd_x86_64_write_dt(void *ptr, unsigned long addr, unsigned long limit, void bsd_x86_64_write_dt(void *ptr, unsigned long addr, unsigned long limit,
@ -28,4 +28,4 @@ void bsd_x86_64_set_idt_base(uint64_t base);
#define target_cpu_set_tls(env, newtls) #define target_cpu_set_tls(env, newtls)
#endif /* !_TARGET_ARCH_H_ */ #endif /* TARGET_ARCH_H */

View File

@ -16,8 +16,8 @@
* along with this program; if not, see <http://www.gnu.org/licenses/>. * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef _TARGET_ARCH_CPU_H_ #ifndef TARGET_ARCH_CPU_H
#define _TARGET_ARCH_CPU_H_ #define TARGET_ARCH_CPU_H
#include "target_arch.h" #include "target_arch.h"
#include "signal-common.h" #include "signal-common.h"
@ -174,4 +174,4 @@ static inline void target_cpu_reset(CPUArchState *env)
cpu_reset(env_cpu(env)); cpu_reset(env_cpu(env));
} }
#endif /* ! _TARGET_ARCH_CPU_H_ */ #endif /* TARGET_ARCH_CPU_H */

View File

@ -16,8 +16,9 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, see <http://www.gnu.org/licenses/>. * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef _TARGET_ARCH_ELF_H_
#define _TARGET_ARCH_ELF_H_ #ifndef TARGET_ARCH_ELF_H
#define TARGET_ARCH_ELF_H
#define ELF_START_MMAP 0x2aaaaab000ULL #define ELF_START_MMAP 0x2aaaaab000ULL
#define ELF_ET_DYN_LOAD_ADDR 0x01021000 #define ELF_ET_DYN_LOAD_ADDR 0x01021000
@ -32,4 +33,4 @@
#define USE_ELF_CORE_DUMP #define USE_ELF_CORE_DUMP
#define ELF_EXEC_PAGESIZE 4096 #define ELF_EXEC_PAGESIZE 4096
#endif /* _TARGET_ARCH_ELF_H_ */ #endif /* TARGET_ARCH_ELF_H */

View File

@ -18,8 +18,8 @@
* along with this program; if not, see <http://www.gnu.org/licenses/>. * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef _TARGET_ARCH_REG_H_ #ifndef TARGET_ARCH_REG_H
#define _TARGET_ARCH_REG_H_ #define TARGET_ARCH_REG_H
/* See sys/amd64/include/reg.h */ /* See sys/amd64/include/reg.h */
typedef struct target_reg { typedef struct target_reg {
@ -89,4 +89,4 @@ static inline void target_copy_regs(target_reg_t *regs, const CPUX86State *env)
regs->r_ss = env->segs[R_SS].selector & 0xffff; regs->r_ss = env->segs[R_SS].selector & 0xffff;
} }
#endif /* !_TARGET_ARCH_REG_H_ */ #endif /* TARGET_ARCH_REG_H */

View File

@ -15,8 +15,9 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, see <http://www.gnu.org/licenses/>. * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef _TARGET_ARCH_SIGNAL_H_
#define _TARGET_ARCH_SIGNAL_H_ #ifndef TARGET_ARCH_SIGNAL_H
#define TARGET_ARCH_SIGNAL_H
#include "cpu.h" #include "cpu.h"
@ -96,4 +97,4 @@ struct target_sigframe {
uint32_t __spare__[2]; uint32_t __spare__[2];
}; };
#endif /* !TARGET_ARCH_SIGNAL_H_ */ #endif /* TARGET_ARCH_SIGNAL_H */

View File

@ -17,8 +17,8 @@
* along with this program; if not, see <http://www.gnu.org/licenses/>. * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef _TARGET_ARCH_SIGTRAMP_H_ #ifndef TARGET_ARCH_SIGTRAMP_H
#define _TARGET_ARCH_SIGTRAMP_H_ #define TARGET_ARCH_SIGTRAMP_H
static inline abi_long setup_sigtramp(abi_ulong offset, unsigned sigf_uc, static inline abi_long setup_sigtramp(abi_ulong offset, unsigned sigf_uc,
unsigned sys_sigreturn) unsigned sys_sigreturn)
@ -26,4 +26,4 @@ static inline abi_long setup_sigtramp(abi_ulong offset, unsigned sigf_uc,
return 0; return 0;
} }
#endif /* _TARGET_ARCH_SIGTRAMP_H_ */ #endif /* TARGET_ARCH_SIGTRAMP_H */

View File

@ -16,8 +16,8 @@
* along with this program; if not, see <http://www.gnu.org/licenses/>. * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef BSD_USER_ARCH_SYSARCH_H_ #ifndef TARGET_ARCH_SYSARCH_H
#define BSD_USER_ARCH_SYSARCH_H_ #define TARGET_ARCH_SYSARCH_H
#include "target_syscall.h" #include "target_syscall.h"
@ -73,4 +73,4 @@ static inline void do_freebsd_arch_print_sysarch(
TARGET_ABI_FMT_lx ")", name->name, (int)arg1, arg2, arg3, arg4); TARGET_ABI_FMT_lx ")", name->name, (int)arg1, arg2, arg3, arg4);
} }
#endif /*! BSD_USER_ARCH_SYSARCH_H_ */ #endif /* TARGET_ARCH_SYSARCH_H */

View File

@ -16,8 +16,9 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, see <http://www.gnu.org/licenses/>. * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef _TARGET_ARCH_THREAD_H_
#define _TARGET_ARCH_THREAD_H_ #ifndef TARGET_ARCH_THREAD_H
#define TARGET_ARCH_THREAD_H
/* Compare to vm_machdep.c cpu_set_upcall_kse() */ /* Compare to vm_machdep.c cpu_set_upcall_kse() */
static inline void target_thread_set_upcall(CPUX86State *regs, abi_ulong entry, static inline void target_thread_set_upcall(CPUX86State *regs, abi_ulong entry,
@ -35,4 +36,4 @@ static inline void target_thread_init(struct target_pt_regs *regs,
regs->rdi = infop->start_stack; regs->rdi = infop->start_stack;
} }
#endif /* !_TARGET_ARCH_THREAD_H_ */ #endif /* TARGET_ARCH_THREAD_H */

View File

@ -16,8 +16,9 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, see <http://www.gnu.org/licenses/>. * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef _TARGET_ARCH_VMPARAM_H_
#define _TARGET_ARCH_VMPARAM_H_ #ifndef TARGET_ARCH_VMPARAM_H
#define TARGET_ARCH_VMPARAM_H
#include "cpu.h" #include "cpu.h"
@ -43,4 +44,4 @@ static inline void set_second_rval(CPUX86State *state, abi_ulong retval2)
state->regs[R_EDX] = retval2; state->regs[R_EDX] = retval2;
} }
#endif /* !_TARGET_ARCH_VMPARAM_H_ */ #endif /* TARGET_ARCH_VMPARAM_H */

View File

@ -21,6 +21,7 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE. * THE SOFTWARE.
*/ */
#ifndef CHARDEV_INTERNAL_H #ifndef CHARDEV_INTERNAL_H
#define CHARDEV_INTERNAL_H #define CHARDEV_INTERNAL_H
@ -64,4 +65,4 @@ void mux_chr_send_all_event(Chardev *chr, QEMUChrEvent event);
Object *get_chardevs_root(void); Object *get_chardevs_root(void);
#endif /* CHAR_MUX_H */ #endif /* CHARDEV_INTERNAL_H */

View File

@ -17,11 +17,11 @@
* License along with this library; if not, see <http://www.gnu.org/licenses/>. * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef QCRYPTO_IVGEN_PLAIN_H__ #ifndef QCRYPTO_IVGEN_PLAIN_H
#define QCRYPTO_IVGEN_PLAIN_H__ #define QCRYPTO_IVGEN_PLAIN_H
#include "ivgenpriv.h" #include "ivgenpriv.h"
extern struct QCryptoIVGenDriver qcrypto_ivgen_plain; extern struct QCryptoIVGenDriver qcrypto_ivgen_plain;
#endif /* QCRYPTO_IVGEN_PLAIN_H__ */ #endif /* QCRYPTO_IVGEN_PLAIN_H */

View File

@ -6,8 +6,8 @@
* SPDX-License-Identifier: MIT * SPDX-License-Identifier: MIT
*/ */
#ifndef HW_I386_E820_H #ifndef HW_I386_E820_MEMORY_LAYOUT_H
#define HW_I386_E820_H #define HW_I386_E820_MEMORY_LAYOUT_H
/* e820 types */ /* e820 types */
#define E820_RAM 1 #define E820_RAM 1

View File

@ -29,8 +29,8 @@
/* This file is autogenerated, DO NOT EDIT! */ /* This file is autogenerated, DO NOT EDIT! */
#ifndef __CTU_CAN_FD_CAN_FD_FRAME_FORMAT__ #ifndef HW_CAN_CTU_CAN_FD_FRAME_H
#define __CTU_CAN_FD_CAN_FD_FRAME_FORMAT__ #define HW_CAN_CTU_CAN_FD_FRAME_H
/* CAN_Frame_format memory map */ /* CAN_Frame_format memory map */
enum ctu_can_fd_can_frame_format { enum ctu_can_fd_can_frame_format {

View File

@ -29,8 +29,8 @@
/* This file is autogenerated, DO NOT EDIT! */ /* This file is autogenerated, DO NOT EDIT! */
#ifndef __CTU_CAN_FD_CAN_FD_REGISTER_MAP__ #ifndef HW_CAN_CTU_CAN_FD_REGS_H
#define __CTU_CAN_FD_CAN_FD_REGISTER_MAP__ #define HW_CAN_CTU_CAN_FD_REGS_H
/* CAN_Registers memory map */ /* CAN_Registers memory map */
enum ctu_can_fd_can_registers { enum ctu_can_fd_can_registers {

View File

@ -15,8 +15,8 @@
* This code is licensed under the GNU GPL v2 or later. * This code is licensed under the GNU GPL v2 or later.
*/ */
#ifndef HW_NVME_INTERNAL_H #ifndef HW_NVME_NVME_H
#define HW_NVME_INTERNAL_H #define HW_NVME_NVME_H
#include "qemu/uuid.h" #include "qemu/uuid.h"
#include "hw/pci/pci.h" #include "hw/pci/pci.h"
@ -519,4 +519,4 @@ void nvme_rw_complete_cb(void *opaque, int ret);
uint16_t nvme_map_dptr(NvmeCtrl *n, NvmeSg *sg, size_t len, uint16_t nvme_map_dptr(NvmeCtrl *n, NvmeSg *sg, size_t len,
NvmeCmd *cmd); NvmeCmd *cmd);
#endif /* HW_NVME_INTERNAL_H */ #endif /* HW_NVME_NVME_H */

View File

@ -16,8 +16,8 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#ifndef HW_USB_DWC2_H #ifndef HW_USB_HCD_DWC2_H
#define HW_USB_DWC2_H #define HW_USB_HCD_DWC2_H
#include "qemu/timer.h" #include "qemu/timer.h"
#include "hw/irq.h" #include "hw/irq.h"

View File

@ -12,8 +12,8 @@
* the COPYING file in the top-level directory. * the COPYING file in the top-level directory.
*/ */
#ifndef BLOCK_HMP_COMMANDS_H #ifndef BLOCK_BLOCK_HMP_CMDS_H
#define BLOCK_HMP_COMMANDS_H #define BLOCK_BLOCK_HMP_CMDS_H
void hmp_drive_add(Monitor *mon, const QDict *qdict); void hmp_drive_add(Monitor *mon, const QDict *qdict);

View File

@ -21,6 +21,7 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE. * THE SOFTWARE.
*/ */
#ifndef BLOCK_INT_GLOBAL_STATE_H #ifndef BLOCK_INT_GLOBAL_STATE_H
#define BLOCK_INT_GLOBAL_STATE_H #define BLOCK_INT_GLOBAL_STATE_H
@ -326,4 +327,4 @@ static inline void assert_bdrv_graph_writable(BlockDriverState *bs)
assert(qemu_in_main_thread()); assert(qemu_in_main_thread());
} }
#endif /* BLOCK_INT_GLOBAL_STATE */ #endif /* BLOCK_INT_GLOBAL_STATE_H */

View File

@ -21,8 +21,9 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE. * THE SOFTWARE.
*/ */
#ifndef CHAR_SOCKET_H_
#define CHAR_SOCKET_H_ #ifndef CHAR_SOCKET_H
#define CHAR_SOCKET_H
#include "io/channel-socket.h" #include "io/channel-socket.h"
#include "io/channel-tls.h" #include "io/channel-tls.h"
@ -83,4 +84,4 @@ typedef struct SocketChardev SocketChardev;
DECLARE_INSTANCE_CHECKER(SocketChardev, SOCKET_CHARDEV, DECLARE_INSTANCE_CHECKER(SocketChardev, SOCKET_CHARDEV,
TYPE_CHARDEV_SOCKET) TYPE_CHARDEV_SOCKET)
#endif /* CHAR_SOCKET_H_ */ #endif /* CHAR_SOCKET_H */

View File

@ -8,8 +8,8 @@
* SPDX-License-Identifier: GPL-2.0-or-later * SPDX-License-Identifier: GPL-2.0-or-later
*/ */
#ifndef QCRYPTO_TLSCIPHERSUITES_H #ifndef QCRYPTO_TLS_CIPHER_SUITES_H
#define QCRYPTO_TLSCIPHERSUITES_H #define QCRYPTO_TLS_CIPHER_SUITES_H
#include "qom/object.h" #include "qom/object.h"
#include "crypto/tlscreds.h" #include "crypto/tlscreds.h"
@ -31,4 +31,4 @@ DECLARE_INSTANCE_CHECKER(QCryptoTLSCipherSuites, QCRYPTO_TLS_CIPHER_SUITES,
GByteArray *qcrypto_tls_cipher_suites_get_data(QCryptoTLSCipherSuites *obj, GByteArray *qcrypto_tls_cipher_suites_get_data(QCryptoTLSCipherSuites *obj,
Error **errp); Error **errp);
#endif /* QCRYPTO_TLSCIPHERSUITES_H */ #endif /* QCRYPTO_TLS_CIPHER_SUITES_H */

View File

@ -9,7 +9,7 @@
*/ */
#ifndef EXEC_MEMOPIDX_H #ifndef EXEC_MEMOPIDX_H
#define EXEC_MEMOPIDX_H 1 #define EXEC_MEMOPIDX_H
#include "exec/memop.h" #include "exec/memop.h"

View File

@ -141,4 +141,4 @@ static inline bool get_default_nan_mode(float_status *status)
return status->default_nan_mode; return status->default_nan_mode;
} }
#endif /* _SOFTFLOAT_HELPERS_H_ */ #endif /* SOFTFLOAT_HELPERS_H */

View File

@ -56,8 +56,8 @@
* *
*/ */
#ifndef HW_ACPI_GED_H #ifndef HW_ACPI_GENERIC_EVENT_DEVICE_H
#define HW_ACPI_GED_H #define HW_ACPI_GENERIC_EVENT_DEVICE_H
#include "hw/sysbus.h" #include "hw/sysbus.h"
#include "hw/acpi/memory_hotplug.h" #include "hw/acpi/memory_hotplug.h"

View File

@ -93,4 +93,4 @@ struct AspeedGPIOState {
} sets[ASPEED_GPIO_MAX_NR_SETS]; } sets[ASPEED_GPIO_MAX_NR_SETS];
}; };
#endif /* _ASPEED_GPIO_H_ */ #endif /* ASPEED_GPIO_H */

View File

@ -9,8 +9,9 @@
* *
* SPDX-License-Identifier: GPL-2.0-or-later * SPDX-License-Identifier: GPL-2.0-or-later
*/ */
#ifndef HW_I2C_ARM_SBCON_H
#define HW_I2C_ARM_SBCON_H #ifndef HW_I2C_ARM_SBCON_I2C_H
#define HW_I2C_ARM_SBCON_I2C_H
#include "hw/sysbus.h" #include "hw/sysbus.h"
#include "hw/i2c/bitbang_i2c.h" #include "hw/i2c/bitbang_i2c.h"
@ -34,4 +35,4 @@ struct ArmSbconI2CState {
int in; int in;
}; };
#endif /* HW_I2C_ARM_SBCON_H */ #endif /* HW_I2C_ARM_SBCON_I2C_H */

View File

@ -1,5 +1,5 @@
#ifndef QEMU_I2C_MUX_PCA954X #ifndef QEMU_I2C_MUX_PCA954X_H
#define QEMU_I2C_MUX_PCA954X #define QEMU_I2C_MUX_PCA954X_H
#include "hw/i2c/i2c.h" #include "hw/i2c/i2c.h"

View File

@ -18,8 +18,8 @@
* with this program; if not, see <http://www.gnu.org/licenses/>. * with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef HW_INPUT_LM832X #ifndef HW_INPUT_LM832X_H
#define HW_INPUT_LM832X #define HW_INPUT_LM832X_H
#define TYPE_LM8323 "lm8323" #define TYPE_LM8323 "lm8323"

View File

@ -20,8 +20,8 @@
* with this program; if not, see <http://www.gnu.org/licenses/>. * with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef HW_INTC_EXYNOS4210_COMBINER #ifndef HW_INTC_EXYNOS4210_COMBINER_H
#define HW_INTC_EXYNOS4210_COMBINER #define HW_INTC_EXYNOS4210_COMBINER_H
#include "hw/sysbus.h" #include "hw/sysbus.h"

View File

@ -32,8 +32,8 @@
* THE SOFTWARE. * THE SOFTWARE.
*/ */
#ifndef HW_INTC_NIOS2_VIC #ifndef HW_INTC_NIOS2_VIC_H
#define HW_INTC_NIOS2_VIC #define HW_INTC_NIOS2_VIC_H
#define TYPE_NIOS2_VIC "nios2-vic" #define TYPE_NIOS2_VIC "nios2-vic"
OBJECT_DECLARE_SIMPLE_TYPE(Nios2VIC, NIOS2_VIC) OBJECT_DECLARE_SIMPLE_TYPE(Nios2VIC, NIOS2_VIC)
@ -61,4 +61,4 @@ struct Nios2VIC {
uint32_t vec_tbl_addr; uint32_t vec_tbl_addr;
}; };
#endif /* HW_INTC_NIOS2_VIC */ #endif /* HW_INTC_NIOS2_VIC_H */

View File

@ -73,4 +73,4 @@ struct RXICUState {
#define TYPE_RX_ICU "rx-icu" #define TYPE_RX_ICU "rx-icu"
OBJECT_DECLARE_SIMPLE_TYPE(RXICUState, RX_ICU) OBJECT_DECLARE_SIMPLE_TYPE(RXICUState, RX_ICU)
#endif /* RX_ICU_H */ #endif /* HW_INTC_RX_ICU_H */

View File

@ -47,4 +47,4 @@ struct AspeedHACEClass {
uint32_t hash_mask; uint32_t hash_mask;
}; };
#endif /* _ASPEED_HACE_H_ */ #endif /* ASPEED_HACE_H */

View File

@ -44,4 +44,4 @@ typedef struct AspeedLPCState {
uint32_t hicr7; uint32_t hicr7;
} AspeedLPCState; } AspeedLPCState;
#endif /* _ASPEED_LPC_H_ */ #endif /* ASPEED_LPC_H */

View File

@ -29,4 +29,4 @@ struct AspeedSBCClass {
SysBusDeviceClass parent_class; SysBusDeviceClass parent_class;
}; };
#endif /* _ASPEED_SBC_H_ */ #endif /* ASPEED_SBC_H */

View File

@ -6,8 +6,8 @@
* SPDX-License-Identifier: GPL-2.0-or-later * SPDX-License-Identifier: GPL-2.0-or-later
*/ */
#ifndef HW_MISC_CPRMAN_H #ifndef HW_MISC_BCM2835_CPRMAN_H
#define HW_MISC_CPRMAN_H #define HW_MISC_BCM2835_CPRMAN_H
#include "hw/sysbus.h" #include "hw/sysbus.h"
#include "hw/qdev-clock.h" #include "hw/qdev-clock.h"

View File

@ -6,8 +6,8 @@
* SPDX-License-Identifier: GPL-2.0-or-later * SPDX-License-Identifier: GPL-2.0-or-later
*/ */
#ifndef HW_MISC_CPRMAN_INTERNALS_H #ifndef HW_MISC_BCM2835_CPRMAN_INTERNALS_H
#define HW_MISC_CPRMAN_INTERNALS_H #define HW_MISC_BCM2835_CPRMAN_INTERNALS_H
#include "hw/registerfields.h" #include "hw/registerfields.h"
#include "hw/misc/bcm2835_cprman.h" #include "hw/misc/bcm2835_cprman.h"

View File

@ -22,8 +22,8 @@
* THE SOFTWARE. * THE SOFTWARE.
*/ */
#ifndef HW_STM_EXTI_H #ifndef HW_STM32F4XX_EXTI_H
#define HW_STM_EXTI_H #define HW_STM32F4XX_EXTI_H
#include "hw/sysbus.h" #include "hw/sysbus.h"
#include "qom/object.h" #include "qom/object.h"

View File

@ -22,8 +22,8 @@
* THE SOFTWARE. * THE SOFTWARE.
*/ */
#ifndef HW_STM_SYSCFG_H #ifndef HW_STM32F4XX_SYSCFG_H
#define HW_STM_SYSCFG_H #define HW_STM32F4XX_SYSCFG_H
#include "hw/sysbus.h" #include "hw/sysbus.h"
#include "qom/object.h" #include "qom/object.h"

View File

@ -51,8 +51,8 @@
* 1: OSPI direct access mode. * 1: OSPI direct access mode.
*/ */
#ifndef XILINX_VERSAL_PMC_IOU_SLCR_H #ifndef XLNX_VERSAL_PMC_IOU_SLCR_H
#define XILINX_VERSAL_PMC_IOU_SLCR_H #define XLNX_VERSAL_PMC_IOU_SLCR_H
#include "hw/register.h" #include "hw/register.h"
@ -75,4 +75,4 @@ struct XlnxVersalPmcIouSlcr {
RegisterInfo regs_info[XILINX_VERSAL_PMC_IOU_SLCR_R_MAX]; RegisterInfo regs_info[XILINX_VERSAL_PMC_IOU_SLCR_R_MAX];
}; };
#endif /* XILINX_VERSAL_PMC_IOU_SLCR_H */ #endif /* XLNX_VERSAL_PMC_IOU_SLCR_H */

View File

@ -101,4 +101,4 @@ struct AwSun8iEmacState {
}; };
#endif /* HW_NET_ALLWINNER_SUN8I_H */ #endif /* HW_NET_ALLWINNER_SUN8I_EMAC_H */

View File

@ -4,8 +4,9 @@
* *
* Copyright (c) 2008-2021 QEMU contributors * Copyright (c) 2008-2021 QEMU contributors
*/ */
#ifndef HW_NET_MV88W8618_H
#define HW_NET_MV88W8618_H #ifndef HW_NET_MV88W8618_ETH_H
#define HW_NET_MV88W8618_ETH_H
#define TYPE_MV88W8618_ETH "mv88w8618_eth" #define TYPE_MV88W8618_ETH "mv88w8618_eth"

View File

@ -6,8 +6,8 @@
* *
*/ */
#ifndef HW_NUBUS_MAC_H #ifndef HW_NUBUS_MAC_NUBUS_BRIDGE_H
#define HW_NUBUS_MAC_H #define HW_NUBUS_MAC_NUBUS_BRIDGE_H
#include "hw/nubus/nubus.h" #include "hw/nubus/nubus.h"
#include "qom/object.h" #include "qom/object.h"

View File

@ -8,8 +8,8 @@
* *
*/ */
#ifndef REMOTE_PCIHOST_H #ifndef PCI_HOST_REMOTE_H
#define REMOTE_PCIHOST_H #define PCI_HOST_REMOTE_H
#include "exec/memory.h" #include "exec/memory.h"
#include "hw/pci/pcie_host.h" #include "hw/pci/pcie_host.h"

View File

@ -6,8 +6,10 @@
* This code is licensed under the GPL version 2 or later. See the * This code is licensed under the GPL version 2 or later. See the
* COPYING file in the top-level directory. * COPYING file in the top-level directory.
*/ */
#ifndef _PPC_PNV_PNOR_H
#define _PPC_PNV_PNOR_H #ifndef PPC_PNV_PNOR_H
#define PPC_PNV_PNOR_H
#include "qom/object.h" #include "qom/object.h"
/* /*
@ -28,4 +30,4 @@ struct PnvPnor {
MemoryRegion mmio; MemoryRegion mmio;
}; };
#endif /* _PPC_PNV_PNOR_H */ #endif /* PPC_PNV_PNOR_H */

View File

@ -4,8 +4,9 @@
* *
* Based on include/sbi/{fw_dynamic.h,sbi_scratch.h} from the OpenSBI project. * Based on include/sbi/{fw_dynamic.h,sbi_scratch.h} from the OpenSBI project.
*/ */
#ifndef OPENSBI_H
#define OPENSBI_H #ifndef RISCV_BOOT_OPENSBI_H
#define RISCV_BOOT_OPENSBI_H
/** Expected value of info magic ('OSBI' ascii string in hex) */ /** Expected value of info magic ('OSBI' ascii string in hex) */
#define FW_DYNAMIC_INFO_MAGIC_VALUE 0x4942534f #define FW_DYNAMIC_INFO_MAGIC_VALUE 0x4942534f

View File

@ -16,8 +16,8 @@
* this program. If not, see <http://www.gnu.org/licenses/>. * this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef HW_SHAKTI_H #ifndef HW_SHAKTI_C_H
#define HW_SHAKTI_H #define HW_SHAKTI_C_H
#include "hw/riscv/riscv_hart.h" #include "hw/riscv/riscv_hart.h"
#include "hw/boards.h" #include "hw/boards.h"

View File

@ -47,4 +47,4 @@ struct NvramClass {
void (*toggle_lock)(Nvram *obj, int lock); void (*toggle_lock)(Nvram *obj, int lock);
}; };
#endif /* HW_M48T59_H */ #endif /* HW_RTC_M48T59_H */

View File

@ -56,4 +56,4 @@ ISADevice *mc146818_rtc_init(ISABus *bus, int base_year,
void rtc_set_memory(ISADevice *dev, int addr, int val); void rtc_set_memory(ISADevice *dev, int addr, int val);
int rtc_get_memory(ISADevice *dev, int addr); int rtc_get_memory(ISADevice *dev, int addr);
#endif /* MC146818RTC_H */ #endif /* HW_RTC_MC146818RTC_H */

View File

@ -9,8 +9,8 @@
* version. * version.
*/ */
#ifndef HW_RTC_SUN4V #ifndef HW_RTC_SUN4V_RTC_H
#define HW_RTC_SUN4V #define HW_RTC_SUN4V_RTC_H
#include "exec/hwaddr.h" #include "exec/hwaddr.h"

View File

@ -24,8 +24,8 @@
* THE SOFTWARE. * THE SOFTWARE.
*/ */
#ifndef HW_RTC_XLNX_ZYNQMP_H #ifndef HW_RTC_XLNX_ZYNQMP_RTC_H
#define HW_RTC_XLNX_ZYNQMP_H #define HW_RTC_XLNX_ZYNQMP_RTC_H
#include "hw/register.h" #include "hw/register.h"
#include "hw/sysbus.h" #include "hw/sysbus.h"

View File

@ -21,8 +21,8 @@
* this program. If not, see <http://www.gnu.org/licenses/>. * this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef HW_RX_RX62N_MCU_H #ifndef HW_RX_RX62N_H
#define HW_RX_RX62N_MCU_H #define HW_RX_RX62N_H
#include "target/rx/cpu.h" #include "target/rx/cpu.h"
#include "hw/intc/rx_icu.h" #include "hw/intc/rx_icu.h"

Some files were not shown because too many files have changed in this diff Show More