上一页 1 ··· 3 4 5 6 7 8 9 10 下一页
摘要: 1 <domain type='kvm' id='6' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'> 2 <name>vm-test</name> 3 <uuid>e0cccc71-1a93-d008-15c0-60155feecb 阅读全文
posted @ 2022-03-23 15:42 maojun1998 阅读(197) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-12-19 18:57 maojun1998 阅读(66) 评论(0) 推荐(0) 编辑
摘要: 1 [<ffffffff9c553413>] get_request+0x243/0x7d0 2 [<ffffffff9c55614e>] blk_queue_bio+0xfe/0x400 3 [<ffffffff9c554387>] generic_make_request+0x147/0x380 阅读全文
posted @ 2021-12-17 15:12 maojun1998 阅读(94) 评论(0) 推荐(0) 编辑
摘要: 1 [ 0.000000] microcode: microcode updated early to revision 0x42e, date = 2019-03-14 2 [ 0.000000] Initializing cgroup subsys cpuset 3 [ 0.000000] In 阅读全文
posted @ 2021-11-26 16:22 maojun1998 阅读(417) 评论(0) 推荐(0) 编辑
摘要: 1 # Generated by iptables-save v1.4.21 on Tue Oct 19 15:41:47 2021 2 *filter 3 :INPUT DROP [43819:1949870] 4 :FORWARD ACCEPT [0:0] 5 :OUTPUT ACCEPT [4 阅读全文
posted @ 2021-10-14 10:50 maojun1998 阅读(40) 评论(0) 推荐(0) 编辑
摘要: 1 <domain type='kvm'> 2 <name>vm-test</name> 3 <uuid>e0cccc71-1a93-d008-15c0-60155feecb01</uuid> 4 <memory unit='KiB'>2097152</memory> 5 <currentMemor 阅读全文
posted @ 2021-10-14 10:45 maojun1998 阅读(56) 评论(0) 推荐(0) 编辑
摘要: 1 #!/bin/bash 2 3 # 4 # toUpper str 5 # 6 function toUpper() { 7 echo "$1" | awk '{print toupper($0)}' 8 } 9 # 10 # getDiff var1 var2 11 # 12 function 阅读全文
posted @ 2021-10-13 11:13 maojun1998 阅读(73) 评论(0) 推荐(0) 编辑
摘要: 此函数也还挺复杂 阅读全文
posted @ 2021-08-06 15:37 maojun1998 阅读(23) 评论(0) 推荐(0) 编辑
摘要: set debug-file-directory /root/ext4fs_mount/qemu/usr/lib/debugdir /root/ext4fs_mount/qemu/usr/src/debug/qemu-1.5.3/ 阅读全文
posted @ 2021-08-06 10:39 maojun1998 阅读(74) 评论(0) 推荐(0) 编辑
摘要: 此函数甚是复杂,有机会在分析 阅读全文
posted @ 2021-08-05 15:38 maojun1998 阅读(62) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 下一页