[Qemu-discuss] Understanding the return value of the function tcg_qemu_tb_exec()

2018-05-15 Thread Arnabjyoti Kalita
Hi all, I was trying to understand what the function tcg_qemu_tb_exec() returns. I can understand that the last two bits of the return value contain the exit status of the translation block that just got executed. However I cannot understand what the remaining bits in the value point to. I find it

qemu-discuss@nongnu.org

2018-05-15 Thread Aurélien Aptel
Hi, I really like QEMU gdb server feature to debug the kernel but when I'm working on cifs.ko (network filesystem) using breakpoints often means I will trigger timeouts or mess with scheduled tasks. I've found these slides [1] from 2014 that talk about adding a determinist record and replay featu

[Qemu-discuss] qemu automatically opens the VM console in a separate window

2018-05-15 Thread gnanesh k p
Hi, I have two Fedora 20 machines, using the below command to launch the Vm on both the machines. qemu-system-x86_64 -hda /home/PARTITION_32_VM.img -smp 2 -m 250 -boot c -device e1000,netdev=netid_58,mac=52:54:00:dd:0f:9f -device e1000,netdev=netid_429,mac=62:64:00:aa:77:80 -netdev tap,id=net