[Qemu-discuss] -ctrl-grab / -alt-grab not working on MacOS X maverick

2014-06-05 Thread Programmingkid
On Jun 5, 2014, at 12:00 PM, qemu-discuss-requ...@nongnu.org wrote: > > Hi, > > I would like to use EvilWM window manager inside of my > Qemu emulated Linux system. Therefore I would like to > change ctrl-alt key combination to grab mouse, because > it conflicts with EvilWM standard key combinat

Re: [Qemu-discuss] how use qemu soundhw

2014-06-25 Thread Programmingkid
On Jun 24, 2014, at 12:00 PM, qemu-discuss-requ...@nongnu.org wrote: > > hi all, > I use -soun???dhw ac97,hda but it still print "??audio: Could > not init `oss' audio driver"? , and sound hw in the guest os(win7). > how use qemu's soundhw ? > > > thanks I assume you are usi

Re: [Qemu-discuss] how use qemu soundhw

2014-06-28 Thread Programmingkid
On Jun 28, 2014, at 7:04 PM, Peter Maydell wrote: > On 25 June 2014 13:01, Programmingkid wrote: >> On Jun 24, 2014, at 12:00 PM, qemu-discuss-requ...@nongnu.org wrote: >> I use -soun???dhw ac97,hda but it still print "??audio: Could >> not init `oss

[Qemu-discuss] Help compiling QEMU on Debian Linux 6

2015-01-21 Thread Programmingkid
I'm attempting to compile QEMU 2.2.0 on Debian Linux 6. When I try to run the compiled binary, it always prints the message "Floating Point Exception", and then quits. These are the commands I use: ./configure --target-list=ppc-softmmu --enable-gtk --disable-pie && make ./qemu-system-ppc I'm t

[Qemu-discuss] Add 3D video card acceleration

2015-04-08 Thread Programmingkid
It would be great if QEMU could emulate a 3D video card. We would all be able to play our games in it. VirtualBox does have a GPL v2 implementation of a 2D and 3D video card. If there any reason why we can't port their video card to QEMU?

Re: [Qemu-discuss] Add 3D video card acceleration

2015-04-25 Thread Programmingkid
On Apr 25, 2015, at 12:56 AM, Kris zhang wrote: > I have same question too, anybody know the reason? > > > On Wednesday, April 8, 2015, Programmingkid wrote: > > It would be great if QEMU could emulate a 3D video card. We would all be > > able to play our games in it

[Qemu-discuss] KVM on Mac OS X host

2015-08-16 Thread Programmingkid
Do you think it is possible to one day be able to run QEMU in KVM mode on a Mac OS X host? Would this task require a dedicated Google Summer of Code student or two to implement?

Re: [Qemu-discuss] KVM on Mac OS X host

2015-08-17 Thread Programmingkid
On Aug 17, 2015, at 6:01 AM, Peter Maydell wrote: > On 17 August 2015 at 06:17, Programmingkid wrote: >> Do you think it is possible to one day be able to run QEMU in >> KVM mode on a Mac OS X host? Would this task require a dedicated >> Google Summer of Code studen

Re: [Qemu-discuss] KVM on Mac OS X host

2015-08-17 Thread Programmingkid
On Aug 17, 2015, at 6:01 AM, Peter Maydell wrote: > On 17 August 2015 at 06:17, Programmingkid wrote: >> Do you think it is possible to one day be able to run QEMU in >> KVM mode on a Mac OS X host? Would this task require a dedicated >> Google Summer of Code studen

Re: [Qemu-discuss] KVM on Mac OS X host

2015-08-18 Thread Programmingkid
On Aug 18, 2015, at 8:24 AM, Peter Maydell wrote: > On 18 August 2015 at 01:51, Programmingkid wrote: >> If we did use Mac OS 10.10's hypervisor, I'm thinking that would >> mean everyone using Mac OS 10.9 and below would not be able to >> use it. Does implementin

[Qemu-discuss] qemu-doc.texi: Improve USB documentation... and maybe even QEMU also

2015-08-18 Thread Programmingkid
On Aug 8, 2015, at 8:48 AM, Programmingkid wrote: > > On Aug 8, 2015, at 2:04 AM, Markus Armbruster wrote: >>> >>> USB devices can be connected with the @option{-usbdevice} commandline option >>> -or the @code{usb_add} monitor command. Available devices are: &

Re: [Qemu-discuss] KVM on Mac OS X host

2015-08-20 Thread Programmingkid
On Aug 19, 2015, at 3:25 PM, Peter Maydell wrote: > On 18 August 2015 at 14:12, Programmingkid wrote: >> Do you think this should be a Google Summer of Code project? > > I guess it's probably a size that would work for a GSoC > project with a suitably capable and enthusi

Re: [Qemu-discuss] KVM on Mac OS X host

2015-08-21 Thread Programmingkid
On Aug 21, 2015, at 2:57 PM, Peter Maydell wrote: > On 19 August 2015 at 20:40, Programmingkid wrote: >> >> On Aug 19, 2015, at 3:25 PM, Peter Maydell wrote: >> >>> On 18 August 2015 at 14:12, Programmingkid >>> wrote: >>>> Do you t

Re: [Qemu-discuss] KVM on Mac OS X host

2015-08-21 Thread Programmingkid
On Aug 21, 2015, at 5:53 PM, Alexander Graf wrote: > > >> Am 21.08.2015 um 12:08 schrieb Programmingkid : >> >> >>> On Aug 21, 2015, at 2:57 PM, Peter Maydell wrote: >>> >>>> On 19 August 2015 at 20:40, Programmingkid >>>

Re: [Qemu-discuss] KVM on Mac OS X host

2015-08-22 Thread Programmingkid
On Aug 21, 2015, at 8:58 PM, Peter Maydell wrote: > On 21 August 2015 at 23:22, Programmingkid wrote: >> Do you think there is any hope for hypervisor support in Mac OS X >> for QEMU? > > It's not impossible. But it would require somebody who: > * cares about

Re: [Qemu-discuss] Qemu-system-sparc: What would I need to change to add functionality to save the nvram content between boots ?

2015-09-11 Thread Programmingkid
On Sep 11, 2015, at 12:00 PM, qemu-discuss-requ...@nongnu.org wrote: > On 10/09/2015 8:58 AM, Maximilian H. wrote: >> Hello, >> >> I was looking into what parts would need change to save and restore the >> nvram content for the qemu-system-sparc vm between boots. >> >> I see the code in hw/time

Re: [Qemu-discuss] [OpenBIOS] Qemu-system-sparc: What would I need to change to add functionality to save the nvram content between boots ?

2015-09-11 Thread Programmingkid
On Sep 11, 2015, at 4:09 PM, Laurent Vivier wrote: > > > Le 11/09/2015 20:01, Programmingkid a écrit : >> >> On Sep 11, 2015, at 12:00 PM, qemu-discuss-requ...@nongnu.org >> <mailto:qemu-discuss-requ...@nongnu.org> wrote: >> >>> On 10/

[Qemu-discuss] [Qemu-devel] [PATCH 04/29] Introduce QDict

2015-09-11 Thread Programmingkid
Could you make a tutorial on how to use the QDict type?

Re: [Qemu-discuss] [Qemu-devel] [PATCH 04/29] Introduce QDict

2015-09-12 Thread Programmingkid
On Sep 12, 2015, at 12:10 AM, Luiz Capitulino wrote: > On Fri, 11 Sep 2015 20:22:38 -0400 > Programmingkid wrote: > >> Could you make a tutorial on how to use the QDict type? > > There are several examples in tests/check-qdict.c. I was hoping for something with a lot more explanation.

Re: [Qemu-discuss] [OpenBIOS] Qemu-system-sparc: What would I need to change to add functionality to save the nvram content between boots ?

2015-09-12 Thread Programmingkid
On Sep 12, 2015, at 3:46 AM, Laurent Vivier wrote: > > > Le 11/09/2015 23:07, Programmingkid a écrit : >> >> On Sep 11, 2015, at 4:09 PM, Laurent Vivier wrote: >> >>> >>> >>> Le 11/09/2015 20:01, Programmingkid a écrit : >

Re: [Qemu-discuss] Qemu-system-sparc: What would I need to change to add functionality to save the nvram content between boots ?

2015-09-13 Thread Programmingkid
On Sep 13, 2015, at 5:50 PM, Bodo Eggert wrote: > On Sun, 13 Sep 2015, Mark Cave-Ayland wrote: >> On 11/09/15 19:01, Programmingkid wrote: > >>> Mark, do you think it is possible for a QEMU command line option to >>> actually load the >>> saved OpenBIO

Re: [Qemu-discuss] Qemu-system-sparc: What would I need to change to add functionality to save the nvram content between boots ?

2015-09-13 Thread Programmingkid
On Sep 13, 2015, at 7:20 PM, Bodo Eggert wrote: > On Sun, 13 Sep 2015, Programmingkid wrote: >> On Sep 13, 2015, at 5:50 PM, Bodo Eggert wrote: >>> On Sun, 13 Sep 2015, Mark Cave-Ayland wrote: >>>> On 11/09/15 19:01, Programmingkid wrote: > >>>>&

Re: [Qemu-discuss] qemu-system-ppc with older debian releases

2015-09-25 Thread Programmingkid
On Sep 25, 2015, at 7:16 AM, qemu-discuss-requ...@nongnu.org wrote: > Message: 1 > Date: Fri, 25 Sep 2015 13:16:23 +0200 > From: Thomas Schmiedl > To: qemu-discuss@nongnu.org > Subject: [Qemu-discuss] qemu-system-ppc with older debian releases > Message-ID: <56052d07.3000...@web.de> > Content-Ty

qemu-discuss@nongnu.org

2015-12-23 Thread Programmingkid
I'm having problems with the pci_dma_read() function. When using a Mac OS X guest, the data that this function returns is all zeros. After doing a lot of instruction tracing, I tracked the problem to a function called phys_page_find(). It always returns §ions[PHYS_SECTION_UNASSIGNED]. What I wo

qemu-discuss@nongnu.org

2015-12-24 Thread Programmingkid
On Dec 24, 2015, at 10:34 AM, Peter Maydell wrote: > On 24 December 2015 at 01:00, Programmingkid > wrote: >> I'm having problems with the pci_dma_read() function. When using >> a Mac OS X guest, the data that this function returns is all zeros. >> After doing a

qemu-discuss@nongnu.org

2015-12-24 Thread Programmingkid
On Dec 24, 2015, at 5:45 PM, BALATON Zoltan wrote: > On Thu, 24 Dec 2015, Programmingkid wrote: >> On Dec 24, 2015, at 10:34 AM, Peter Maydell wrote: >>> On 24 December 2015 at 01:00, Programmingkid >>> wrote: >>>> I'm having problems with the pci_d

[Qemu-discuss] OSX options for DHCP address for Yocto VM

2016-01-28 Thread Programmingkid
> I have a Yocto VM built with a profile of qemux86-64 running successfully, > sans networking, on OSX. > > What I would like is to have a DHCP assigned address for the VM so that I can > reach it from the host. I have tried the startup options below: > > /usr/local/bin/qemu-system-x86_64 -ker

Re: [Qemu-discuss] EHCI usb passthrough not working with FreeBSD 8/9/10 guest

2016-04-14 Thread Programmingkid
On Apr 14, 2016, at 4:01 PM, qemu-discuss-requ...@nongnu.org wrote: > > Hi, > > Since updating my Fedora 21 KVM host to Fedora 23 I'm seeing this in > all my FreeBSD guest kernel logs: > > usbus3: Run timeout > ehci0: USB init failed err=18 > > USB 1.0 passthrough still works, but USB 2.0 doe

Re: [Qemu-discuss] EHCI usb passthrough not working with FreeBSD 8/9/10 guest

2016-04-15 Thread Programmingkid
u would be able to do this. > > On Thu, Apr 14, 2016 at 11:54 PM, Programmingkid > wrote: >> >> On Apr 14, 2016, at 4:01 PM, qemu-discuss-requ...@nongnu.org wrote: >> >>> >>> Hi, >>> >>> Since updating my Fedora 21 KVM host to Fedor

Re: [Qemu-discuss] EHCI usb passthrough not working with FreeBSD 8/9/10 guest

2016-04-17 Thread Programmingkid
On Apr 17, 2016, at 6:47 AM, Jon Doe wrote: > On Fri, Apr 15, 2016 at 4:39 PM, Programmingkid > wrote: >> On Apr 15, 2016, at 9:39 AM, Jon Doe wrote: >> >>> Fedora 21 was on qemu 2.1.3 and Fedora 23 is on 2.4.1. I'm busy trying >>> to figure out how t

Re: [Qemu-discuss] EHCI usb passthrough not working with FreeBSD 8/9/10 guest

2016-04-17 Thread Programmingkid
On Apr 17, 2016, at 11:47 AM, Jon Doe wrote: > On Sun, Apr 17, 2016 at 4:24 PM, Programmingkid > wrote: >>> The 100% cpu seems to be an unrelated issue. Choosing a machine type >>> above pc-i440fx-2.0 ( i.e. 2.1, 2.2, etc) triggers this bug. I haven't >>

Re: [Qemu-discuss] Qemu for running Solaris Sparc 8 or earlier on x86 based Host Machine (Linux or Windows machine)

2016-06-13 Thread Programmingkid
On Jun 13, 2016, at 12:00 PM, qemu-discuss-requ...@nongnu.org wrote: > > On my windows machine, I need to bring up sparc solaris. I am using the > command, > > qemu-system-sparc64.exe -L . -m 256 -boot d -cdrom > sol-8-u6-install-sparc.iso > > This pops up a Qemu window, which shows: > > Welc

[Qemu-discuss] Qemu Translation block

2016-10-13 Thread Programmingkid
On Oct 13, 2016, at 11:25 AM, qemu-discuss-requ...@nongnu.org wrote: > Dear Sir/Ma'am > > I want to ?annotate? the translation buffers - (adding a mechanism in the > translation buffers where we can store how many times they were executed, > and, for each one, add some ?amount? could be power, c

[Qemu-discuss] Reducing guest cpu usage

2016-12-28 Thread Programmingkid
There is a program that I run inside of QEMU that doesn't use the virtual CPU very efficiently. It causes QEMU to use 100% of the guest's CPU time. I was wondering if there were a way to reduce the amount of host CPU time that a guest CPU can use? This feature would help prevent laptops from hea

Re: [Qemu-discuss] Reducing guest cpu usage

2016-12-29 Thread Programmingkid
PU and OS > Guest CPU and OS > Application details > > > Il 29 dic 2016 07:27, "Programmingkid" ha scritto: > There is a program that I run inside of QEMU that doesn't use the virtual CPU > very efficiently. It causes QEMU to use 100% of the guest's C

Re: [Qemu-discuss] Reducing guest cpu usage

2016-12-30 Thread Programmingkid
> > Is that exposed to users of libvirt or Qemu in any way? > > > /--Regards, Aleksei/ > > ---- > > *From:* Programmingkid > *Sent:* Thursday, December 29, 2016 7:31PM > *To:* Vincenzo Rom

Re: [Qemu-discuss] qemu-kvm hangs at boot when the disk interface is virtio.

2017-11-15 Thread Programmingkid
> On Nov 15, 2017, at 8:56 AM, qemu-discuss-requ...@nongnu.org wrote: > > My environment is macOS -> debian (vmware fusion) -> qemu-kvm. > > I guess this might be the complication of vmware fusion, such that > nested virt acts abnormally. > > I tested on a bare server running with debian and ru

Re: [Qemu-discuss] qemu-kvm hangs at boot when the disk interface is virtio.

2017-11-16 Thread Programmingkid
> On Nov 15, 2017, at 9:06 PM, Shiyao MA wrote: > > On Wed, Nov 15, 2017 at 11:15 PM, Programmingkid > wrote: >> Is this a problem you noticed after upgrading QEMU? If this is a new >> problem, you might want to try 'git bisect' to find the commit that cause

Re: [Qemu-discuss] qemu-nbd or qcow2 or something else ?

2017-12-05 Thread Programmingkid
> > Message: 1 > Date: Mon, 4 Dec 2017 19:04:36 +0100 > From: Max Reitz > To: Pascal , qemu-discuss@nongnu.org, > n...@other.debian.org > Subject: Re: [Qemu-discuss] qemu-nbd or qcow2 or something else ? > Message-ID: <25816f3f-ce3e-7610-6afd-81f1e02ae...@redhat.com> > Content-Type: text/pl

Re: [Qemu-discuss] qemu-nbd or qcow2 or something else ?

2017-12-08 Thread Programmingkid
> On Dec 8, 2017, at 9:34 AM, Max Reitz wrote: > > On 2017-12-05 19:29, Programmingkid wrote: >>> >>> Message: 1 >>> Date: Mon, 4 Dec 2017 19:04:36 +0100 >>> From: Max Reitz >>> To: Pascal , qemu-discuss@nongnu.org, >>> n.

Re: [Qemu-discuss] qemu-nbd or qcow2 or something else ?

2017-12-08 Thread Programmingkid
> On Dec 8, 2017, at 9:44 AM, Max Reitz wrote: > > On 2017-12-08 15:41, Programmingkid wrote: >> >>> On Dec 8, 2017, at 9:34 AM, Max Reitz wrote: >>> >>> On 2017-12-05 19:29, Programmingkid wrote: >>>>> >>>>> Mes

Re: [Qemu-discuss] qemu, wifi, dhcp

2018-07-04 Thread Programmingkid
> On Jul 4, 2018, at 10:48 AM, qemu-discuss-requ...@nongnu.org wrote: > I am looking for? a? howto for bridging on a laptop with wifi so that > the VMs are not in their own qemu subnetwork but remain in the LAN and > can be accessed from anywhere in the LAN. > > Thank you in advance > > PC

Re: [Qemu-discuss] GUI compatibility

2018-08-01 Thread Programmingkid
> QEMU is unable to switch to full screen mode in TWM(Tom's Window Manager), > but is able to do so in JWM. > One more question, is that safe to run QEMU as root user? Using root is not > safe, such as, when mis-running rm -rf / I'm not familiar with your window manager issues but I can say th

Re: [Qemu-discuss] QtEmu 2.0 - GUI for QEMU

2019-01-31 Thread Programmingkid
> On Jan 30, 2019, at 11:59 AM, qemu-discuss-requ...@nongnu.org wrote: > > Hi, > > I'm proud to announce the release (well, the release happen a month ago) 2.0 > of QtEmu > > With QtEmu 2.0 I made a complete rewrite from scrath of QtEmu with Qt 5 > support. > > The highlight of the release:

Re: [Qemu-discuss] qemu-io-cmds does not compile on macOS

2019-06-24 Thread Programmingkid
> On Jun 23, 2019, at 12:00 PM, qemu-discuss-requ...@nongnu.org wrote: > > Message: 2 > Date: Sun, 23 Jun 2019 17:22:03 +0200 > From: Juan Rafael García Blanco > To: qemu-discuss > Subject: [Qemu-discuss] qemu-io-cmds does not compile on macOS > Message-ID: > Content-Type: text/plain; charset

[Qemu-discuss] Guest keyboard mapping in Qemu on MacOS-X?

2019-08-13 Thread Programmingkid
> Hi, > > I’m using qemu-system-x86_64 on MacOS-X High Sierra and it works perfectly > for my needs except one thing: my macbook pro 2017 French keyboard is not > correctly recognized. In fact, the key left to the “1” Key (@ and # on my > keyboard) is dead under qemu. > If I run centos-7, loa

Re: [Qemu-discuss] How to edit the wiki

2019-08-14 Thread Programmingkid
> On Aug 14, 2019, at 2:15 AM, Sergio Carlavilla wrote: > >> On 13 August 2019 at 20:15 G 3 wrote: >> You can send an email to Peter Maydell and request he make you an account. >> I already have write access to the Wiki. If you want you could send your >> changes to me and I can upload them.

[Qemu-discuss] Sound in Windows 3.1

2013-09-22 Thread Programmingkid
I'm trying to make sound work in Windows 3.1 running under QEMU 1.6.0. Has anyone done this? When I tried Sound Blaster 16, the Windows startup sound began to play, but the emulator crashed and a part of the sound repeated played. Using Adlib prevents the emulator from even starting. I am runnin

[Qemu-discuss] AC97 sound card

2013-10-20 Thread Programmingkid
I just would like to know if anyone has made the AC97 sound card work in QEMU. To quickly test it, just add this to the command line: -soundhw ac97 I have tried it on Mac OS X, but it prevents QEMU from starting up. This is the message I see when I try it: audio: Failed to create voice. So fo

Re: [Qemu-discuss] PCI bus not available

2013-11-17 Thread Programmingkid
On Nov 17, 2013, at 3:06 AM, Mahmood Naderan wrote: > Here are some information regarding the host system > > $ uname -a > Linux tiger 2.6.32-279.5.1.el6.x86_64 #1 SMP Tue Aug 14 16:11:42 CDT 2012 > x86_64 x86_64 x86_64 GNU/Linux > > $ lsb_release -a > LSB Version: > :core-4.0-amd64:core-4

Re: [Qemu-discuss] PCI bus not available

2013-11-18 Thread Programmingkid
t > > > What is the solution then? > > Regards, > Mahmood > > > On Sunday, November 17, 2013 7:15 PM, Programmingkid > wrote: > > >The first thing that strikes me is the fact you are trying to run Windows > >>XP on an ARM platform. It would n

Re: [Qemu-discuss] PCI bus not available

2013-11-18 Thread Programmingkid
On Nov 18, 2013, at 7:16 AM, Mahmood Naderan wrote: > > >I think the IBM PC 64 bit is what you want. > > Yes thanks a lot. it works > > Regards, > Mahmood > > Could you try out the sound and tell us how it works. I am most curious about the es1370 and ac97 sound cards. Playing an mp3 fil

Sound input support in QEMU

2019-11-30 Thread Programmingkid
Do any of the sound cards in QEMU having working sound input? I have tried AC97, ES1370, and SoundBlaster 16 cards with my Windows 2000 guest. All cards can output audio but when I try to record sound there is nothing. My host is Mac OS 10.12. Thank you.

Accessing host files from Windows XP VM using SMB

2021-05-26 Thread Programmingkid
Hi I'm trying to share host files with my Windows XP guest using the SMB server built into QEMU. So far I haven't succeeded yet. I used this command: -netdev user,net=10.0.2.0/24,id=host_files,restrict=off,smb=,smbserver=10.0.2.4 It didn't work. In the command prompt I use these commands to try

Re: NEED HELP on running Windows guest on windows host with Guest Agent enabled

2021-09-23 Thread Programmingkid
> On Sep 23, 2021, at 3:39 AM, Jaydeep Karena > wrote: > > Hi, > > I am able to install and run windows7 guest on a windows 10 host. But > struggling to find a way to connect/control/run commands from host to guest. > I want to use qemu guest agent to run commands from the host to open/clo