[Qemu-devel] Weird Issue with IDE

2010-11-21 Thread Adhyas Avasthi
I am doing something specific and slightly different than normal uses. Would appreciate if someone can help me with a pointer as to what I can do next. I am kinda stuck at this point. My experiment is trying to move the PIIX4 chipset (which currently resides on dev 1, func 0/1/2/3/) to dev 2 (same

[Qemu-devel] Re: PS2 Mouse/Kbd do not work with qemu-0.13.0

2010-11-16 Thread Adhyas Avasthi
not work for 0.13.0 If that helps prove my case further. I am trying to debug more. Thanks, Adhyas On Tue, Nov 16, 2010 at 1:52 PM, Adhyas Avasthi wrote: > I have issues with both PS2 Mouse and Keyboard working out of the box > with virgin qemu-0.13.0 code base. The host is Ubuntu 10.04

[Qemu-devel] PS2 Mouse/Kbd do not work with qemu-0.13.0

2010-11-16 Thread Adhyas Avasthi
I have issues with both PS2 Mouse and Keyboard working out of the box with virgin qemu-0.13.0 code base. The host is Ubuntu 10.04 x86_64 and I am making a 64-bit build for x86_64-softmmu Sometimes (for some guest environments, e.g. Ubuntu 10.10. x86_64) the mouse does not work within the guest, wh

Re: [Qemu-devel] Issue with compiling qemu-0.13.0.-rc1

2010-09-13 Thread Adhyas Avasthi
Seems like my toolchain set up was not proper. Resolved the build environment and it seems to build RC1 (target x86_64-softmmu) for me now. Will let you know if I can repro the issue again. I will try to build the other targets now. - Adhyas

Re: [Qemu-devel] Issue with compiling qemu-0.13.0.-rc1

2010-09-13 Thread Adhyas Avasthi
The OS is RedHat Thanks, Adhyas

Re: [Qemu-devel] Issue with compiling qemu-0.13.0.-rc1

2010-09-13 Thread Adhyas Avasthi
Alright, so I updated the version of make to what you have(3.81 GNU Make built for x86_64-redhat-linux-gnu) When I build the RC1 image now, I get a bunch of compile time errors (different than what I saw before). Reproduced below. Not sure if this is because RC1 code has issues or something to do w

Re: [Qemu-devel] Issue with compiling qemu-0.13.0.-rc1

2010-09-13 Thread Adhyas Avasthi
Anthony Are you sure that this error is because the make version is not similar to yours? As I said, I cannot even make the rc1 image. The last stable image I can make is qemu-0.12.5 Even 0.12.5 also gives the make output initially that says "could not find -include" but continues to build without

Re: [Qemu-devel] Issue with compiling qemu-0.13.0.-rc1

2010-09-12 Thread Adhyas Avasthi
I tried qemu-0.13.0-rc1 and it has the same issues on this machine. Let me try what you suggest. Thanks, Adhyas On Sun, Sep 12, 2010 at 3:21 PM, Andreas Färber wrote: > Try giving an explicit --target-list= to configure, to narrow down what > build step causes this. There may be subtle dependenc

Re: [Qemu-devel] Issue with compiling qemu-0.13.0.-rc1

2010-09-12 Thread Adhyas Avasthi
bash-3.2$ make --version GNU Make version 3.79.1-p7, by Richard Stallman and Roland McGrath. Built for i686-pc-linux-gnu Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is

Re: [Qemu-devel] Issue with compiling qemu-0.13.0.-rc1

2010-09-12 Thread Adhyas Avasthi
Thanks for the response. I tried './configure' without any arguments and still the same issue. Find the output from ./configure and make attached. Thanks, Adhyas On Sat, Sep 11, 2010 at 10:37 AM, Anthony Liguori wrote: > Please  include the full output of configure. > > Why are you explicitly us

[Qemu-devel] Issue with compiling qemu-0.13.0.-rc1

2010-09-10 Thread Adhyas Avasthi
When I try to run the following commands on rc1 or fresh git (synced 5 minutes back), I get the following error: bash-3.2$ ./configure --disable-kvm --disable-xen bash-3.2$ make Makefile:24: no file name for `-include' make-3.79.1-p7[1]: *** No rule to make target `loader.o', needed by `all'. Sto

[Qemu-devel] PCIe Qemu changes for Q35

2010-09-05 Thread Adhyas Avasthi
Hi Isaku I believe you were working on the Q35 chipset and PCIe emulation for the same, and planned to check your code in to the main git. I can use some of that work for something I am working on. I have not been too active on the mailing list, and might have missed your reviews if you have sent

[Qemu-devel] Graphics Device Passthrough

2010-05-22 Thread Adhyas Avasthi
Hello (newbie hacker to qemu community, so please excuse novice ignorances) I wish to pass-through a graphics controller to my Windows 7 VM running on qemu-kvm. I would like it to be PCI-Express (if that works, that is). Are there any recommended devices that I should purchase for this experime