]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
rust: Fix Zhao's email address
authorZhao Liu <zhao1.liu@intel.com>
Tue, 20 May 2025 15:27:49 +0000 (23:27 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 26 May 2025 16:04:27 +0000 (18:04 +0200)
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>
rust/hw/timer/hpet/src/fw_cfg.rs
rust/hw/timer/hpet/src/hpet.rs
rust/hw/timer/hpet/src/lib.rs
rust/qemu-api/src/bitops.rs
rust/qemu-api/src/timer.rs
rust/qemu-api/tests/vmstate_tests.rs

index aa08d283519412ff0e7ca9159f7a3c248dd730a0..6c10316104ceac840bac4afed9d61ed6111b51d6 100644 (file)
@@ -1,5 +1,5 @@
 // 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
 
 use std::ptr::addr_of_mut;
index 779681d650998291f138e8cc61807612b8597961..e3ba62b287594c2f856444e6b924e7f4bd24f504 100644 (file)
@@ -1,5 +1,5 @@
 // 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
 
 use std::{
index 1954584a87e9395b9a8dfbc12a2dac11761d0f0f..141aae229d4d9519051d19758b62c065b73f1037 100644 (file)
@@ -1,5 +1,5 @@
 // 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
 
 //! # HPET QEMU Device Model
index 023ec1a99831be2974c70e76a7fdb2a8c42f2973..b1e3a530ab54231750b486eaece0120ce6c6400d 100644 (file)
@@ -1,5 +1,5 @@
 // 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
 
 //! This module provides bit operation extensions to integer types.
index 868bd88575f2496acb245c2b4bee1421fbba69e5..0a2d111d49098881eb402a50df7ffffa332a1139 100644 (file)
@@ -1,5 +1,5 @@
 // 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
 
 use std::{
index ad0fc5cd5dd0382c79de7a362904ab0d773d801c..bded836eb608d842501ff63ce6cfa80918a163f9 100644 (file)
@@ -1,5 +1,5 @@
 // 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
 
 use std::{