diff options
| author | Zhao Liu <zhao1.liu@intel.com> | 2025-05-20 23:27:49 +0800 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2025-05-26 18:04:27 +0200 |
| commit | 86c54a3a418e462e67444ac4db25b2757fd62079 (patch) | |
| tree | 5e4a20720ae7e570f6727bf7cb3115d80f338671 /rust/qemu-api/tests/vmstate_tests.rs | |
| parent | d74169e09e1d424aaca138966f460520a0d4dd0d (diff) | |
| download | focaccia-qemu-86c54a3a418e462e67444ac4db25b2757fd62079.tar.gz focaccia-qemu-86c54a3a418e462e67444ac4db25b2757fd62079.zip | |
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>
Diffstat (limited to 'rust/qemu-api/tests/vmstate_tests.rs')
| -rw-r--r-- | rust/qemu-api/tests/vmstate_tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/qemu-api/tests/vmstate_tests.rs b/rust/qemu-api/tests/vmstate_tests.rs index ad0fc5cd5d..bded836eb6 100644 --- a/rust/qemu-api/tests/vmstate_tests.rs +++ b/rust/qemu-api/tests/vmstate_tests.rs @@ -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::{ |