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
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
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
Sorry for the noise. I sent out new patches last night and have not seen
it on the list.
- 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
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
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
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
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
-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
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
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
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
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
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
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
Hello,
Is anyone working on the PXA27x AC97 emulation? I don't want to dup effort.
TIA
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
.
-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
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
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
** 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
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
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
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
.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
40 matches
Mail list logo