上一页 1 ··· 63 64 65 66 67 68 69 70 71 ··· 164 下一页

2020年12月23日

摘要: https://blog.csdn.net/u010378472/article/details/79146557 Breakpoint 1, netdev_send (netdev=0x5470900, qid=qid@entry=0, batch=batch@entry=0xfffd58004f 阅读全文
posted @ 2020-12-23 11:19 tycoon3 阅读(502) 评论(0) 推荐(0)

2020年12月22日

摘要: (gdb) c Continuing. [New Thread 0xffff9013f910 (LWP 15057)] Cannot get thread event message: debugger service failed 阅读全文
posted @ 2020-12-22 17:31 tycoon3 阅读(1348) 评论(0) 推荐(0)
摘要: dpif_netdev_run && pmd_thread_main (没有启动虚拟机去连接 -chardev socket,id=char1,path=$VHOST_SOCK_DIR/vhost-user1,不会有pmd_thread_main) 执行ovs-vsctl add-port br0 阅读全文
posted @ 2020-12-22 16:21 tycoon3 阅读(627) 评论(0) 推荐(1)

2020年12月21日

摘要: [root@localhost ovs]# ln -s /lib64/libc-2.17.so /lib64/libc.so.6ln: error while loading shared libraries: libc.so.6: cannot open shared object file: N 阅读全文
posted @ 2020-12-21 20:12 tycoon3 阅读(878) 评论(0) 推荐(0)
摘要: centos7不支持glibc-2.27 那就去清华开源站点下载glibc https://mirrors.tuna.tsinghua.edu.cn/gnu/libc/ 在介绍压缩目录里建build,../configure --prefix=/opt/glibc-2.27 make make in 阅读全文
posted @ 2020-12-21 19:37 tycoon3 阅读(733) 评论(0) 推荐(0)
摘要: qemu-kvm segfault in kvm packstack aio + ovs-dpdk https://bugzilla.redhat.com/show_bug.cgi?id=1380703 (gdb) bt #0 0x00007fb6c573c0b8 in kvm_virtio_pci 阅读全文
posted @ 2020-12-21 11:09 tycoon3 阅读(286) 评论(0) 推荐(0)

2020年12月20日

摘要: https://luohao-brian.gitbooks.io/interrupt-virtualization/content/kvm-run-processzhi-qemu-he-xin-liu-cheng.html kvm_cpu_thread void *kvm_cpu_thread(vo 阅读全文
posted @ 2020-12-20 12:20 tycoon3 阅读(713) 评论(0) 推荐(0)

2020年12月19日

摘要: Qemu是一个应用程序,所以入口函数当然是main函数,但是一些被type_init修饰的函数会在main函数之前运行。这里分析的代码是emulate x86 的一款i440板子。main函数中会调用在main函数中会调用kvm_init函数来创建一个VM(virtual machine),然后调用 阅读全文
posted @ 2020-12-19 22:46 tycoon3 阅读(599) 评论(0) 推荐(0)
摘要: kvm_vm_ioctl(s, KVM_IRQFD, &irqfd); kvm_vm_ioctl(kvm_state, KVM_IOEVENTFD, &kick) Ioctl Cmd Implement function Src file KVM_CREATE_VCPU kvm_vm_ioctl_c 阅读全文
posted @ 2020-12-19 22:08 tycoon3 阅读(453) 评论(0) 推荐(0)
摘要: Background Starting from ARM-v8.1, Virtualization Host Extension (VHE) feature supports running unmodified OS in EL2. mrs x0, ESR_EL1can be redirected 阅读全文
posted @ 2020-12-19 22:02 tycoon3 阅读(311) 评论(0) 推荐(0)
上一页 1 ··· 63 64 65 66 67 68 69 70 71 ··· 164 下一页

导航