Re: [Qemu-discuss] vga through qemu in arm

2018-05-16 Thread Alberto Garcia
On Mon, May 14, 2018 at 02:40:42PM +0800, lizhuoyao wrote: > hi everyone: > currently, I meet a problem about qemu.Use virt-install order to create a > domain, return a failed: > order: virt-install -n centos-gg -r 1024 --disk > centos-gg.img,format=qcow2,size=10 --cdrom >

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

2018-05-16 Thread Peter Maydell
On 15 May 2018 at 22:09, Arnabjyoti Kalita wrote: > 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

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

2018-05-16 Thread Arnabjyoti Kalita
Hi Peter, Thanks for highlighting this. Regards, Arnabjyoti Kalita On Wed, May 16, 2018 at 9:14 AM, Peter Maydell wrote: > On 15 May 2018 at 22:09, Arnabjyoti Kalita > wrote: > > I was trying to understand what the function