[Bug 1875080] [NEW] USB host device data transfer with control endpoint

2020-04-25 Thread Armin
Public bug reported: QEMU emulator version 4.2.0 Host -> Arch Linux kernel version: 5.4.34-1-lts Guest -> Various Linux Distros I sent a control message with data through endpoint zero. On the other side message is received with all fields correct except data buffer. I've tested the data field i

Re: [Qemu-devel] guest-exec of qemu-guest-agent fails on Windows guest

2017-03-24 Thread Armin Ranjbar
.com/GNOME/glib/blob/8edcf67b0221efa3c2ada67c44eff29939b1704d/glib/gspawn-win32-helper.c#L208 --- Armin ranjbar On Fri, Mar 24, 2017 at 7:33 PM, Michael Roth wrote: > What steps did you use to install qga? Did you use the .msi > installer? If not you'll need to make those glib helper

[Qemu-devel] guest-exec of qemu-guest-agent fails on Windows guest

2017-03-24 Thread Armin Ranjbar
how we can solve it and/or what we are doing wrong? Thanks in advance. [0] https://github.com/qemu/qemu/blob/fbddc2e5608eb655493253d080598375db61a748/qga/qapi-schema.json#L1024 [1] https://github.com/GNOME/glib/blob/8edcf67b0221efa3c2ada67c44eff29939b1704d/glib/gspawn-win32-helper.c#L208 [2] https://ibin.co/3GTVo4WXfR7a.png --- Armin ranjbar

[Qemu-devel] [Bug 1010484] [NEW] slirp to accept non-local dns server

2012-06-08 Thread Armin ranjbar
Public bug reported: current version of slirp doesn't allow feeded dns address to be outside of given network. in many scenarios you need to provide dns server that isn't local. this simple patch removes checking for if dns server isn't in local subnet. ** Affects: qemu Importance: Undecid

[Qemu-devel] [Bug 1010484] Re: slirp to accept non-local dns server

2012-06-08 Thread Armin ranjbar
** Patch added: "removes checking for if dns server isn't in local subnet." https://bugs.launchpad.net/bugs/1010484/+attachment/3180767/+files/sliprp_dns_address.diff -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.la

[Qemu-devel] Problems with bridge Networking

2009-11-11 Thread Armin Garcia
Well Maybe I know for some of you its a very commented and boring subject, :( But Im very desesperate. I use ubuntu 9.04 and i emulate a winxp I have the next problem I configure the tun/tap and all great any error, I have an IP from my dhcp, I can see my virtual machine (winxp) from my other

Re: [Qemu-devel] PXA27x AC97

2008-01-14 Thread Armin
andrzej zaborowski wrote: Hi, On 11/01/2008, Armin <[EMAIL PROTECTED]> wrote: Is anyone working on the PXA27x AC97 emulation? I don't want to dup effort. Not that I know of, but Virtual Box has a PCI AC97 implementation (for PC emulator) and the hackndev qemu tree has d

[Qemu-devel] PXA27x AC97

2008-01-11 Thread Armin
Hello, Is anyone working on the PXA27x AC97 emulation? I don't want to dup effort. TIA Armin

[Qemu-devel] Philips USB1400 chip

2007-12-24 Thread Armin
Hello, Is anyone working on a port for the Philips UCB1400 audio codec with touch screen and power management chip? or did I miss it in the sources? - Armin

Re: [Qemu-devel] [Patch 1/2] switch support v2

2007-12-18 Thread Armin
Laurent Vivier wrote: Le mardi 18 décembre 2007 à 08:40 -1000, Armin a écrit : Laurent Vivier wrote: Le lundi 17 décembre 2007 à 09:40 -1000, Armin a écrit : Laurent Vivier wrote: Hi, if you just want to configure which bank to use with pflash, perhaps you

Re: [Qemu-devel] [Patch 1/2] switch support v2

2007-12-18 Thread Armin
Laurent Vivier wrote: Le lundi 17 décembre 2007 à 09:40 -1000, Armin a écrit : Laurent Vivier wrote: Hi, if you just want to configure which bank to use with pflash, perhaps you can do something like: qemu -drive if=pflash,unit=0 to use the first bank, and qemu -drive if=pflash

Re: [Qemu-devel] [Patch 1/2] switch support v2

2007-12-17 Thread Armin
address other switches settings. In my case, the Mainstone has two rotary switches that define which frequency to boot up in. - Armin Laurent Le lundi 17 décembre 2007 à 07:29 -1000, Armin a écrit : Johannes Schindelin wrote: Hi, On Sun, 16 Dec 2007, Armin wrote: This may be

Re: [Qemu-devel] [Patch 1/2] switch support v2

2007-12-17 Thread Armin
Johannes Schindelin wrote: Hi, On Sun, 16 Dec 2007, Armin wrote: This may be one way to simulate switch or jumper settings one may change on a board before booting. It uses a simple text file for input. The file name is pointed to by -config on the command line. example: config file

[Qemu-devel] [Patch 2/2] switch support, Mainstone v2

2007-12-16 Thread Armin
Mainstone patch against latest cvs. -Armin Index: qemu_dev/hw/mainstone.c === --- qemu_dev.orig/hw/mainstone.c +++ qemu_dev/hw/mainstone.c @@ -87,33 +87,31 @@ static void mainstone_common_init(int ra /* Setup initial (reset

[Qemu-devel] [Patch 1/2] switch support v2

2007-12-16 Thread Armin
-kernel /tftpboot/mainstone -pflash ~/mst_flashl1 -config ~/config.txt this will enable the processor flash bank on the Mainstone and if I change 7:on to 7:off , I get the main mother board flash. feedback and comment are always welcome. -Armin Index: qemu_dev/vl.c

Re: [Qemu-devel] [Patch 1/2v2][PXA27x] initial keypad support

2007-12-16 Thread Armin
andrzej zaborowski wrote: On 13/12/2007, Armin <[EMAIL PROTECTED]> wrote: Hello, Here is a new series of keypad support patches for the PXA27x. I believe I have addressed all the concerns from my first set of patch. Thanks! I just changed the use of cpu_abort to an exit() b

[Qemu-devel] [Patch 2/2] switch support, Mainstone

2007-12-15 Thread Armin
Here is the use of the switches patch on a Mainstone. -Armin Index: qemu/hw/mainstone.c === --- qemu.orig/hw/mainstone.c +++ qemu/hw/mainstone.c @@ -51,32 +51,28 @@ static void mainstone_common_init(int ra /* There are two

[Qemu-devel] [Patch 1/2] switch support

2007-12-15 Thread Armin
will enable the processor flash bank on the Mainstone and if I change 7:on to 7:off , I get the main mother board flash. feedback and comment are always welcome. -Armin Index: qemu/vl.c === --- qemu.orig/vl.c +++ qemu/vl.c @@ -232,6

[Qemu-devel] [Patch 2/2] switch support, Mainstone - resend

2007-12-15 Thread Armin
Here is the use of the switches patch on a Mainstone. -Armin Index: qemu/hw/mainstone.c === --- qemu.orig/hw/mainstone.c +++ qemu/hw/mainstone.c @@ -51,32 +51,28 @@ static void mainstone_common_init(int ra /* There are two

[Qemu-devel] [Patch 1/2] switch support - resend

2007-12-15 Thread Armin
will enable the processor flash bank on the Mainstone and if I change 7:on to 7:off , I get the main mother board flash. feedback and comment are always welcome. -Armin Index: qemu/vl.c === --- qemu.orig/vl.c +++ qemu/vl.c @@ -232,6

[Qemu-devel] test

2007-12-15 Thread Armin
Sorry for the noise. I sent out new patches last night and have not seen it on the list. - Armin

[Qemu-devel] [Patch 2/2v2][PXA27x] Mainstone keypad support

2007-12-12 Thread Armin
Here is the Mainstone keypad martix -Armin Index: qemu/hw/mainstone.c === --- qemu.orig/hw/mainstone.c +++ qemu/hw/mainstone.c @@ -18,6 +18,45 @@ #include "sysemu.h" #include "flash.h" +static struct keymap m

[Qemu-devel] [Patch 1/2v2][PXA27x] initial keypad support

2007-12-12 Thread Armin
Hello, Here is a new series of keypad support patches for the PXA27x. I believe I have addressed all the concerns from my first set of patch. Feedback and comment welcome. -Armin Index: qemu/hw/pxa.h === --- qemu.orig/hw/pxa.h

Re: [Qemu-devel] [Patch 1/2][PXA27x] initial keypad support

2007-12-12 Thread Armin
andrzej zaborowski wrote: Hi, On 12/12/2007, Armin <[EMAIL PROTECTED]> wrote: Here is an attempt to add PXA27x keypad support. It currently only supports the matrix type interface. It still needs direct and mulitswitch support added. Just wanted to get something out there for fo

[Qemu-devel] [Patch 2/2][PXA27x] Mainstone keypad support

2007-12-11 Thread Armin
This is the mainstone II keypad support for alpha numeric keypad. excludes the multiswitch and rotatory switch support Needs "[Patch 1/2][PXA27x] initial keypad support" patch in order to work - Armin Index: qemu/hw/m

[Qemu-devel] [Patch 1/2][PXA27x] initial keypad support

2007-12-11 Thread Armin
. -Armin Index: qemu/hw/pxa.h === --- qemu.orig/hw/pxa.h +++ qemu/hw/pxa.h @@ -13,6 +13,7 @@ # define PXA2XX_PIC_SSP3 0 # define PXA2XX_PIC_USBH2 2 # define PXA2XX_PIC_USBH1 3 +# define PXA2XX_PIC_KEYPAD 4 # define PXA2XX_PIC_PWRI2C 6

Re: [Qemu-devel] [Patch][update] Mainstone re-org plus flash

2007-12-09 Thread Armin
andrzej zaborowski wrote: On 10/12/2007, andrzej zaborowski <[EMAIL PROTECTED]> wrote: On 02/12/2007, Armin <[EMAIL PROTECTED]> wrote: Thiemo, Thiemo Seufer wrote: Armin wrote: Hello, This includes the previous Mainstone re-org patch I sent earlie

Re: [Qemu-devel] [Patch][Pxa2xx] Mainstone mmc support

2007-12-09 Thread Armin
Andrzej, andrzej zaborowski wrote: On 08/12/2007, Armin <[EMAIL PROTECTED]> wrote: Hello, Please consider this patch for inclusion. This adds MMC and the rest of the FPGA irq definitions for the Mainstone II Why are both the write-protect and card-detect signals being connec

[Qemu-devel] [Patch][Pxa2xx] Mainstone mmc support

2007-12-08 Thread Armin
Hello, Please consider this patch for inclusion. This adds MMC and the rest of the FPGA irq definitions for the Mainstone II Kind regards, Armin Index: qemu/hw/mainstone.c === --- qemu.orig/hw/mainstone.c +++ qemu/hw/mainstone.c

Re: [Qemu-devel] [Patch][update] Mainstone re-org plus flash

2007-12-02 Thread Armin
Thiemo, Thiemo Seufer wrote: Armin wrote: Hello, This includes the previous Mainstone re-org patch I sent earlier plus flash support. This adds two 32MiB flash devices. Mounts from mtdblock2 on flash device 0 fine at boot. I did some guesswork on the flash initialization to make

[Qemu-devel] [Patch][update] Mainstone re-org plus flash

2007-11-26 Thread Armin
Hello, This includes the previous Mainstone re-org patch I sent earlier plus flash support. This adds two 32MiB flash devices. Mounts from mtdblock2 on flash device 0 fine at boot. TIA Armin Index: qemu/hw/mainstone.c

[Qemu-devel] pflash usage question

2007-11-26 Thread Armin
I mentions above, I can mount the flash and us it as a root file system. I do get messages when I erase but I know that is not supported at the moment. If someone can set me straight on #1 and #2 then I will have be submitting flash support for the Mainstone shortly. TIA, Armin

Re: [Qemu-devel] pflash_register question

2007-11-25 Thread Armin
andrzej zaborowski wrote: On 25/11/2007, Armin <[EMAIL PROTECTED]> wrote: I see there are two instances of pflash_register() , one for pflash_cfi01.c and the other in pflash_cfi02.c. In order to get the proper one, I assume we use link order? No, ofcourse we will need to rename

[Qemu-devel] Mainstone re-org

2007-11-25 Thread Armin
I though of this after my last patch, so my apologizes for the extra work. I pulled the FPGA code out since it will be used by many other devices on the Mainstone. I do not want to bloat the main file. I am working on flash support now. feedback and comments welcome. Kind regards, - Armin

[Qemu-devel] pflash_register question

2007-11-25 Thread Armin
Hello, I see there are two instances of pflash_register() , one for pflash_cfi01.c and the other in pflash_cfi02.c. In order to get the proper one, I assume we use link order? - Armin

[Qemu-devel] [Patch] [Take 2] Mainstone II support

2007-11-22 Thread Armin
welcome. Enjoy, Armin diff -ruN qemu/hw/boards.h qemu_new/hw/boards.h --- qemu/hw/boards.h 2007-11-17 22:46:57.0 -1000 +++ qemu_new/hw/boards.h 2007-11-22 09:07:20.0 -1000 @@ -92,4 +92,7 @@ /* dummy_m68k.c */ extern QEMUMachine dummy_m68k_machine; +/* Arm PXA27x - mainstone.c

Re: [Qemu-devel] Mainstone II

2007-11-22 Thread Armin
andrzej zaborowski wrote: Andrzej, Hi, On 22/11/2007, Armin <[EMAIL PROTECTED]> wrote: Hello, I have just added networking support for the Mainstone II. Since the source its not in cvs, do I resend a new Mainstone patch or just a diff from the one I sent out earlier? I think

[Qemu-devel] Mainstone II

2007-11-21 Thread Armin
Hello, I have just added networking support for the Mainstone II. Since the source its not in cvs, do I resend a new Mainstone patch or just a diff from the one I sent out earlier? TIA, Armin

[Qemu-devel] [Patch] PXA27x Mainstone II board support

2007-11-18 Thread Armin
Hello, The following patch adds basic PXA27x Mainstone II support. Boots from initrd at the monument. Comments and Feedback welcome. Kind regards, Armin diff -ruN qemu_org/hw/boards.h qemu/hw/boards.h --- qemu_org/hw/boards.h 2007-11-17 22:46:57.0 -1000 +++ qemu/hw/boards.h 2007-11-18

[Qemu-devel] PXA board support -MainstoneII

2007-11-14 Thread Armin
Hello, I am new to Qemu and just started to poke around. This morning I pulled my first copy from cvs and noticed many Arm PXA boards being supported. Is anyone working on adding the Intel MainstoneII ? kind regards, Armin