mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 14:53:54 -06:00
rust: Fix Zhao's email address
No one could find Zhao Liu via zhai1.liu@intel.com. Signed-off-by: Zhao Liu <zhao1.liu@intel.com> Link: https://lore.kernel.org/r/20250520152750.2542612-5-zhao1.liu@intel.com Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
d74169e09e
commit
86c54a3a41
6 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (C) 2024 Intel Corporation.
|
// Copyright (C) 2024 Intel Corporation.
|
||||||
// Author(s): Zhao Liu <zhai1.liu@intel.com>
|
// Author(s): Zhao Liu <zhao1.liu@intel.com>
|
||||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
|
||||||
use std::ptr::addr_of_mut;
|
use std::ptr::addr_of_mut;
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (C) 2024 Intel Corporation.
|
// Copyright (C) 2024 Intel Corporation.
|
||||||
// Author(s): Zhao Liu <zhai1.liu@intel.com>
|
// Author(s): Zhao Liu <zhao1.liu@intel.com>
|
||||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
|
||||||
use std::{
|
use std::{
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (C) 2024 Intel Corporation.
|
// Copyright (C) 2024 Intel Corporation.
|
||||||
// Author(s): Zhao Liu <zhai1.liu@intel.com>
|
// Author(s): Zhao Liu <zhao1.liu@intel.com>
|
||||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
|
||||||
//! # HPET QEMU Device Model
|
//! # HPET QEMU Device Model
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (C) 2024 Intel Corporation.
|
// Copyright (C) 2024 Intel Corporation.
|
||||||
// Author(s): Zhao Liu <zhai1.liu@intel.com>
|
// Author(s): Zhao Liu <zhao1.liu@intel.com>
|
||||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
|
||||||
//! This module provides bit operation extensions to integer types.
|
//! This module provides bit operation extensions to integer types.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (C) 2024 Intel Corporation.
|
// Copyright (C) 2024 Intel Corporation.
|
||||||
// Author(s): Zhao Liu <zhai1.liu@intel.com>
|
// Author(s): Zhao Liu <zhao1.liu@intel.com>
|
||||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
|
||||||
use std::{
|
use std::{
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// Copyright (C) 2025 Intel Corporation.
|
// Copyright (C) 2025 Intel Corporation.
|
||||||
// Author(s): Zhao Liu <zhai1.liu@intel.com>
|
// Author(s): Zhao Liu <zhao1.liu@intel.com>
|
||||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
|
||||||
use std::{
|
use std::{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue