[Qemu-discuss] qemu does not show any output on windows

2014-10-31 Thread Kai Liu
Hi, I downloaded the qemu binary file and installed on my win7 64-bit machine. I can run qemu-system-i386.exe to load my own disk image. It seems to be working. One strange thing is that the console window (cmd) does not give me any output or error message if I typed some invalid options. It just

[Qemu-discuss] passthrough keyboard/mouse

2014-10-31 Thread Tobias Specht
Hi, I'm running Fedora 21 Alpha with qemu version 2.1.2 and linux kernel 3.16 an a notebook with intel VT-d. Forwarding the graphics card is working really well. The guest system is Windows 7 x64. The only devices that are missing inside the VM are the internal keyboard and mouse. These devices

[Qemu-discuss] How to change a VM vcpu core frequency?

2014-10-31 Thread xuanmao_001
Hello, I want to change the vm vcpu core frequency, the vm now is same as host, like 2.8Ghz. Is there is a way to change it, even it just for display. thanks. xuanmao_001

[Qemu-discuss] Memory range addresses involved in qemu

2014-10-31 Thread Shiva
Hello I am new to qemu development. I wanted to print the corresponding addresses involved when a memory has been assigned to a virtual machine. For example, when i invoke the following command qemu-system-i386 ubuntu.img -m 1G I need to be able to print the virtual addresses and physical

Re: [Qemu-discuss] remote 'g' packet reply is too long

2014-10-31 Thread 孙贝磊
Hi, I have solved this problem by modify the GDB source. Download the gdb-7.8 source code, and modify the gdb/remote.c, At 2014-10-31 10:07:49, 孙贝磊 sunnybe...@126.com wrote: Hi, I am trying to debug the Linux-64 bit kernel with Qemu, but meet the following problems: Remote 'g' packet

[Qemu-discuss] remote 'g' packet reply is too long

2014-10-31 Thread 孙贝磊
Hi, I am trying to debug the Linux-64 bit kernel with Qemu, but meet the following problems: Remote 'g' packet reply is too long:

[Qemu-discuss] Re (2): running a system installer under QEMU

2014-10-31 Thread peter
From: wor...@alum.mit.edu (Dale R. Worley) Date: Thu, 30 Oct 2014 11:58:29 -0400 If you reboot the virtual machine, does it boot correctly? Yes. You can adjust the disk interface that the virtual machine sees by using the if= parameter of the -disk option rather than the -hda option.

Re: [Qemu-discuss] qemu does not show any output on windows

2014-10-31 Thread Peter Maydell
On 31 October 2014 14:46, Kai Liu tjroa...@gmail.com wrote: Hi, I downloaded the qemu binary file and installed on my win7 64-bit machine. I can run qemu-system-i386.exe to load my own disk image. It seems to be working. One strange thing is that the console window (cmd) does not give me any

[Qemu-discuss] Any way to set boot priority of individual NICs?

2014-10-31 Thread Chris Friesen
Hi, I'm using a system where I need to be able to netboot via eth1. Under virtualbox I can use the VBoxManage modifyvm --nicbootprio2 1 command to make it attempt to netboot over eth1 before any of the other nics. Is there a way to do anything similar with qemu? Thanks, Chris

[Qemu-discuss] Re: running a system installer under QEMU

2014-10-31 Thread peter
From: wor...@alum.mit.edu (Dale R. Worley) Date: Thu, 30 Oct 2014 11:58:29 -0400 You can adjust the disk interface that the virtual machine sees by using the if= parameter of the -disk option rather than the -hda option. The problem might be just a disk acess limitation and no problem