[Qemu-devel] qemu curses driver

2005-12-10 Thread andrzej zaborowski
to mention. Tell me if anything needs to be changed in the patch, then I will send corrected versions. I hope this is useful, greetings, Andrzej Zaborowski -- balrog 2oo5 Dear Outlook users: Please remove me from your address books http://www.newsforge.com/article.pl?sid=03/08/21/143258 qemu

Re: [Qemu-devel] qemu curses driver

2005-12-10 Thread andrzej zaborowski
Hi, thanks for feedback! On 10/12/05, Johannes Schindelin [EMAIL PROTECTED] wrote: A few questions: - why do you enable it only if the target cpu is i386? I didn't have any software that runs on different architectures to test, and I remember that there were linking problems for sparc (I

[Qemu-devel] Re: qemu curses driver

2005-12-12 Thread andrzej zaborowski
Hiya, On 12/12/05, Blue Swirl [EMAIL PROTECTED] wrote: Sparc32 graphics cards are just frame buffers without a text mode. Sparc64 uses PCI cards, including VGA, so any text mode enhancements could be useful there. I just noticed that there's a Sparc64 architecture, and it is there quite

Re: [Qemu-devel] X11 redirection with slirp

2005-12-21 Thread andrzej zaborowski
Hi there, On 21/12/05, Stealth Dave [EMAIL PROTECTED] wrote: Can someone help, or point to some clear do-it-yourself examples? It should be as easy running: $ export DISPLAY=10.0.2.2:0 in your busybox shell, followed by a usual command that you use to run X programs, for example: $ xterm or

[Qemu-devel] [PATCH] Slight monitor enhancements

2005-12-22 Thread andrzej zaborowski
Hello, I'm attaching two patches: One is for the monitor's sendkey command. It adds: - a very basic tab-completion for the arguments of sendkey, - the plus and minus keys so you can use ctrl-alt-plus and ctrl-alt-minus while in X, - posibility of giving keys as their scancode numbers, e.g.

[Qemu-devel] IDE driver error handling

2005-12-23 Thread andrzej zaborowski
Hi there, Today when I was running qemu with -snapshot and I noticed strange things happening in the guest system after some amount of disk IO. After some time of figuring out I found that the reason was my /tmp partition (on the host, it is 400 MB big) being full. The guest didn't receive any

Re: [Qemu-devel] Qemu - where will it go?

2006-01-15 Thread andrzej zaborowski
Hi, - define a protocol to use qemu over a network (should multiplex video, sound, usb, serial and so on). So you see: in a commercial and or industrial application one would like to run the qemus on a server. At least the MS remote desktop protocol should work well. A qemu specific

[Qemu-devel] IDE disks above 64 GB

2006-01-20 Thread andrzej zaborowski
Hi, The bochs ROM BIOS image version that is included in QEMU has problems displaying disk sizes higher than 64 GBytes (sometimes smaller) when you start a virtual machine, sometimes it will even show negative values. This was quite annoying and I recently submitted a fix for this and it's already

[Qemu-devel] TI OMAP board emulation

2006-03-18 Thread andrzej zaborowski
Hi, I started adding emulation for the ARM-based OMAP 310 board. OMAP is a serie of embedded, dual-core processors produced by Texas Instruments, also containing many peripherals (DMA, serial ports and GPIOs, IrDA adapter, USB port, keypad, touchscreen and LCD interfaces, audio inputs and outputs,

Re: [Qemu-devel] Debugging low level ARM with GDB

2006-03-27 Thread andrzej zaborowski
Hi, On 24/03/06, Dirk Behme [EMAIL PROTECTED] wrote: [...] But PC is still wrong. Who sets the PC to KERNEL_LOAD_ADDR (0x1)? Adding You're looking at the values before the qemu internal bootloader is ran. This bootloader will correctly set PC to 0x1. env-regs[15] = KERNEL_LOAD_ADDR;

Re: [Qemu-devel] kqemu version 1.3.0pre5

2006-03-28 Thread andrzej zaborowski
On 28/03/06, Marco Matthies [EMAIL PROTECTED] wrote: Brad Campbell wrote: none 768M 137M 632M 18% /tmp -- not sure why it says none.. it's tmpfs change the none to tmpfs in /etc/fstab. normally the mount point goes there, but tmpfs (and proc, for example) don't have a

[Qemu-devel] [PATCH] fix breakpoint address conversions

2006-04-07 Thread andrzej zaborowski
Hi, This patch adds conversion of the breakpoint addresses from the target to host space when invalidating translation blocks. This issue prevented breakpoints from working on machines that have physical memory mapped starting at a different place than address zero (such as TI OMAP boards), except

[Qemu-devel] Re: [PATCH] fix breakpoint address conversions

2006-04-07 Thread andrzej zaborowski
On 07/04/06, andrzej zaborowski [EMAIL PROTECTED] wrote: Hi, This patch adds conversion of the breakpoint addresses from the target to host space when invalidating translation blocks. This issue prevented breakpoints from working on machines that have physical memory mapped starting

[Qemu-devel] [PATCH] fix DEBUG_TB_CHECK in exec.c

2006-04-07 Thread andrzej zaborowski
With DEBUG_TB_CHECK enabled, exec.c fails to build. This patch corrects the compilation errors. Regards, Andrew -- balrog 2oo6 Dear Outlook users: Please remove me from your address books http://www.newsforge.com/article.pl?sid=03/08/21/143258 qemu-exec-cleanups.patch Description: Binary data

Re: [Qemu-devel] Absolute USB-HID device musings (was Re: VNC Terminal Server)

2006-04-09 Thread andrzej zaborowski
On 09/04/06, Leonardo E. Reiter [EMAIL PROTECTED] wrote: Yeah, the min/max value thing would be a pain for sure. The X server config method seems to be the best bet. On another note, I am trying to imagine what would make logical sense for say, a touch screen. For example, an LCD panel has

Re: [Qemu-devel] why is kqemu closed?

2006-04-11 Thread andrzej zaborowski
On 10/04/06, Leonardo E. Reiter [EMAIL PROTECTED] wrote: No it's not! In fact, in the latest version, he explicitly gives it a commercial (Proprietary) license. He also does not import any exported GPL symbols from the kernel. In fact, if your claim is true, Legally, even without the

[Qemu-devel] minor fixes to get rid of warnings

2006-04-11 Thread andrzej zaborowski
-- Forwarded message -- From: Pippijn van Steenhoven [EMAIL PROTECTED] Date: 11-Apr-2006 19:22 Subject: minor fixes to get rid of warnings Hi! I just made some minor fixes in the code. All C compiler warnings are gone now. The only warnings I still get are from texi2html that, by

Re: [Qemu-devel] Large USB-Patch Documentation and todays CVS patch

2006-04-27 Thread andrzej zaborowski
Hi, On 27/04/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hello Johannes, Thanks for your comments. Johannes Schindelin wrote: I am quite sure you put a lot of work into this patch, but you sure make it hard to appreciate, too. First note that applying such a huge patch is bad. Let

Re: [Qemu-devel] DMA with Knoppix and qemu (cvs-version)

2006-05-05 Thread andrzej zaborowski
Hi there, On 05/05/06, Sven Köhler [EMAIL PROTECTED] wrote: Hi, i just booted a recent knoppix-cd (4.0.2) and i'm trying to enable DMA, but it won't work! I started qemu with that command: qemu -m 256 -cdrom knoppix.iso -boot d But inside knoppix, a hdparm -d1 /dev/hdc won't work:

Re: [Qemu-devel] DMA with Knoppix and qemu (cvs-version)

2006-05-08 Thread andrzej zaborowski
On 07/05/06, Jens Axboe [EMAIL PROTECTED] wrote: On Sat, May 06 2006, andrzej zaborowski wrote: Hi there, On 05/05/06, Sven Köhler [EMAIL PROTECTED] wrote: Hi, i just booted a recent knoppix-cd (4.0.2) and i'm trying to enable DMA, but it won't work! I started qemu with that command

Re: [Qemu-devel] curses interface and tweaks for 0.8.1

2006-05-08 Thread andrzej zaborowski
to listen on the same port again. --- andrzej zaborowski [EMAIL PROTECTED] a écrit : Hi, * QEMU saves monitor commands history to ~/.qemu_history on exit and restores the history when you run a new QEMU. * improved sendkey command (tab-completion for key names, sending keys by keycode

Re: [Qemu-devel] Re: QEMU 0.8.1 and vnc

2006-05-12 Thread andrzej zaborowski
Hi, On 12/05/06, Troy Benjegerdes [EMAIL PROTECTED] wrote: On Fri, May 05, 2006 at 09:06:20AM -0500, Anthony Liguori wrote: Ben Taylor wrote: I'm seeing quite a few bugs on Qemu 0.8.1 with the vnc feature 1) Sparc based system comes up in distored colors (foreground of a Damn Small linux

Re: [Qemu-devel] PATCH: Support for multi-file raw images

2006-05-12 Thread andrzej zaborowski
Hi there, o If the files comprising the device are deleted (for example) while QEMU is running then this is quite bad. Currently this will result in read/write requests returning -1. Maybe it makes sense to panic and cause QEMU to exit. at the very least, the console should

Re: [Qemu-devel] Ask for debugging linux kernel with Qemu 0.8.1 on Msys

2006-06-06 Thread andrzej zaborowski
Hi, On 06/06/06, Robin Green [EMAIL PROTECTED] wrote: On Tue, 6 Jun 2006 05:35:13 -0700 (PDT) Tieu Ma Dau [EMAIL PROTECTED] wrote: Hi All, I've compiled Linux kernel 2.6.16 with kgdb on Linux. And after that, I've tried to debug this kernel with Qemu 0.8.1 on Msys to simulate ARM

Re: [Qemu-devel] What can qemu do that vmware/virtual pc can't...article idea

2006-07-28 Thread andrzej zaborowski
Soo, do you have any more ideas what qemu can what the (free) alternatives from M$/VMWare can't? I must admit I haven't used Virtual PC and have no idea about what it can do, but I tried VMWare. In terms of using, apart from the source code, I think the biggest advantage of QEMU is the amount

Re: [Qemu-devel] State of TI OMAP board support?

2006-07-30 Thread andrzej zaborowski
Hi, On 30/07/06, Paul Sokolovsky [EMAIL PROTECTED] wrote: Hello qemu-devel, I wonder, what's the state of TI OMAP patch, previously announced on the list by Andrzej Zaborowski http://lists.gnu.org/archive/html/qemu-devel/2006-03/msg00125.html ? Is it considered for inclusion in the mainline

Re: [Qemu-devel] [RFC][PATCH] make sure disk writes actually hit disk

2006-07-31 Thread andrzej zaborowski
On 31/07/06, Jens Axboe [EMAIL PROTECTED] wrote: On Mon, Jul 31 2006, andrzej zaborowski wrote: On 30/07/06, Jamie Lokier [EMAIL PROTECTED] wrote: Rik van Riel wrote: This may look like hair splitting, but so far I've lost a (test) postgresql database to this 3 times already. Not getting

Re: [Qemu-devel] Wipe patch

2006-08-01 Thread andrzej zaborowski
On 02/08/06, Brad Campbell [EMAIL PROTECTED] wrote: ZIGLIO, Frediano, VF-IT wrote: Hi, well, this is not a definitive patch but it works. The aim is to be able to wipe the disk without allocating entire space. When you wipe a disk the program fill disk with zero bytes so disk image

Re: Re[2]: [Qemu-devel] State of TI OMAP board support?

2006-08-02 Thread andrzej zaborowski
On 03/08/06, Paul Sokolovsky [EMAIL PROTECTED] wrote: Hello Andrzej, Sunday, July 30, 2006, 4:29:41 PM, you wrote: Hi, On 30/07/06, Paul Sokolovsky [EMAIL PROTECTED] wrote: Hello qemu-devel, I wonder, what's the state of TI OMAP patch, previously announced on the list by Andrzej

Re: [Qemu-devel] Best way to get real performance info?

2006-09-06 Thread andrzej zaborowski
On 06/09/06, Alessandro Corradi [EMAIL PROTECTED] wrote: Hi all, I need to measure the performance of a host OS, a guest OS with and without kqemu. I particular I need to have performance info about CPU. I made a simple C program that makes only arithmetical operations and long cycles. I run

[Qemu-devel] [PATCH] IRQ sharing in PCI bus

2006-09-23 Thread andrzej zaborowski
This allows multiple PCI devices on a bus to use the same IRQ lines. The signals from all devices are ORed. It will only work if the guest OS'es drivers supports that. Linux guest required that to have scsi disks and usb devices working at the same time on an emulated Versatile PB machine.

Re: [Qemu-devel] RAM overcomittment

2006-09-27 Thread andrzej zaborowski
Hi, On 27/09/06, The MoonSeeker [EMAIL PROTECTED] wrote: Ok but some virtual solution like openVZ allow you run more VM than the memory installed. By example, with openVZ I can create 10 Virtual Machine who have a limite fixe to 200 MB but have guaranteed RAM of 20MB. With qemu I need to have

Re: [Qemu-devel] Feature request: VNC and SDL

2006-10-23 Thread andrzej zaborowski
On 23/10/06, Jonathan Dieter [EMAIL PROTECTED] wrote: This is just a small (I hope) feature request. Is there any way that there could be a -vnc-and-sdl option that would allow simultaneous VNC and SDL access to the virtual machine? Actually multiple interfaces shouldn't be very difficult to

Re: [Qemu-devel] Config file support

2006-10-23 Thread andrzej zaborowski
On 24/10/06, Rob Landley [EMAIL PROTECTED] wrote: On Monday 23 October 2006 4:29 pm, Paul Brook wrote: On Monday 23 October 2006 21:01, Rob Landley wrote: On Sunday 22 October 2006 2:27 pm, Paul Brook wrote: I've been considering a machine config file for a while, but haven't come up

Re: [Qemu-devel] How to get guestOS's information

2006-10-26 Thread andrzej zaborowski
Hi, On 26/10/06, KazuyaMatsunaga [EMAIL PROTECTED] wrote: Hello, It is impolite to write an unexpected letter. I am a college student in Japan. I belong to information processing system laboratory, and I work on intrusion detection system. We are developing intrusion detection system using

Re: [Qemu-devel] How to get guestOS's information

2006-10-26 Thread andrzej zaborowski
On 26/10/06, andrzej zaborowski [EMAIL PROTECTED] wrote: Hi, On 26/10/06, KazuyaMatsunaga [EMAIL PROTECTED] wrote: Hello, It is impolite to write an unexpected letter. I am a college student in Japan. I belong to information processing system laboratory, and I work on intrusion detection

Re: [Qemu-devel] Running u-boot on qemu's emulation of arm integratorcp926?

2006-10-27 Thread andrzej zaborowski
Hi, On 27/10/06, Michael Opdenacker [EMAIL PROTECTED] wrote: * In my embeded Linux training sessions, to practice with U-boot without having to carry real boards, with their cables and power supplies (which would definitely make customs officers frown and think I'm

Re: [Qemu-devel] [PATCH] Fix char signedness

2006-10-27 Thread andrzej zaborowski
On 27/10/06, Johannes Schindelin [EMAIL PROTECTED] wrote: On Fri, 27 Oct 2006, Andreas Schwab wrote: It has been a really long time I have been working on a broken system that did not default to signed. Just out of curiosity: what system did you see the breakage on? AFAIK, it's not a broken

Re: [Qemu-devel] Re: Debugging with paging enabled

2006-11-10 Thread andrzej zaborowski
On 08/11/06, Marcel Kilgus [EMAIL PROTECTED] wrote: Correct. It doesn't know anything at all about i386 segmentation. Well, that explains it then, I guess. In that case I don't really see a clean solution for it. If I understand the problem, the clean solution is having the debugging

[Qemu-devel] FreeBSD compile fix.

2006-11-18 Thread Andrzej Zaborowski
I needed the following change to build under FreeBSD 6.0. --- Makefile|8 +--- Makefile.target |3 ++- configure |7 +++ 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index f0a8199..568bd5b 100644 --- a/Makefile +++

[Qemu-devel] Wake OHCI up on device attach.

2006-11-18 Thread Andrzej Zaborowski
This makes linux detect new devices when they're attached with usb_add, if anyone cares. OHCI manual (I checked in PXA27x manual to be exact) says a remote wake-up should be sent when a device is attached and the host was suspended. A more general fix (but only UHCI) was posted in

Re: [Qemu-devel] qemu/pci: Unaligned config read/write overflow

2006-11-29 Thread andrzej zaborowski
Hi, On 28/11/06, Herbert Xu [EMAIL PROTECTED] wrote: The default config read/write handlers allows a 4-byte read/write at address 255. This can clobber the field after the config area. This happens to be the PCIBus pointer in the PCIDevice structure. An easier way to prevent the clobbering

[Qemu-devel] [PATCH] Handle encrypted usb stick images.

2006-12-01 Thread Andrzej Zaborowski
* Move asking for password to vl.c instead of duplicate code in vl.c and monitor.c; * Call the same code for usb mass storage; * Fix a typo where a char * pointer is compared against '\0'; --- hw/usb-msd.c |2 ++ monitor.c| 12 +--- vl.c | 35

[Qemu-devel] PXA27x processor support (XScale)

2007-02-06 Thread andrzej zaborowski
Hi, for anybody interested I uploaded a patch containing support for Intel's PXA270 processor emulation for qemu. The patch is against current CVS (or 0.9.0) and you can find it at http://www.zabor.org/balrog/qemu-pxa270-and-more.patch (450 kB). PXA is a series of embedded processors used in

Re: [Qemu-devel] FreeBSD Support

2007-02-25 Thread andrzej zaborowski
Hi, On 20/02/07, Christopher Olsen [EMAIL PROTECTED] wrote: Ok FreeBSD Support round one.. Be gentle this is my first attempt at working with the rest of this community.. Files it modifies and the reasons are as follows configure - Adds HOST_FREEBSD type to alter included libraries FreeBSD

[Qemu-devel] [PATCH] Mention RealView in docs.

2007-02-28 Thread andrzej zaborowski
Mention ARM RealView emulation in user docs (similar to ARM Versatile). From c1a465cb44950a3a12a78d3b5d2feeaa2e2e6687 Mon Sep 17 00:00:00 2001 Date: Wed, 28 Feb 2007 13:13:09 +0100 Subject: [PATCH] Mention RealView in docs. Mention ARM RealView emulation in user docs (similar to ARM Versatile).

Re: [Qemu-devel] FreeBSD Support

2007-03-04 Thread andrzej zaborowski
Hi, On 03/03/07, Thiemo Seufer [EMAIL PROTECTED] wrote: andrzej zaborowski wrote: Hi, On 20/02/07, Christopher Olsen [EMAIL PROTECTED] wrote: Ok FreeBSD Support round one.. Be gentle this is my first attempt at working with the rest of this community.. Files it modifies

[Qemu-devel] [PATCH] VMware SVGA II emulation

2007-03-11 Thread andrzej zaborowski
colour mouse cursors, and other tircks, but SDL doesn't support that so I didn't add it. A (not very amusing) screenshot at http://www.zabor.org/balrog/screen-qemu-vmwaresvga.png Regards, Andrew From 815b17b87659f1d49436f134e26bbdb0f501ad09 Mon Sep 17 00:00:00 2001 From: Andrzej Zaborowski [EMAIL

[Qemu-devel] [PATCH] Hitachi DSCM microdrive. PCMCIA bus support.

2007-03-16 Thread andrzej zaborowski
wasn't sure if I should put the code in a file separate from ide.c. Ideas? Cheers, Andrew From bea09ad38e0d32bf187defa37ff8fb1ef2297745 Mon Sep 17 00:00:00 2001 From: Andrzej Zaborowski [EMAIL PROTECTED] Date: Fri, 16 Mar 2007 15:00:05 +0100 Subject: [PATCH] Hitachi DSCM microdrive. PCMCIA bus

[Qemu-devel] [PATCH] Maxim MAX7310 GPIO expander. I2C bus support.

2007-03-16 Thread andrzej zaborowski
Adds an 8-port GPIO expansion chip that connects over I2C and a simple I2C bus api. Cheers, Andrew From 0babece5fd378a12a71c43791c76308751c6dc96 Mon Sep 17 00:00:00 2001 From: Andrzej Zaborowski [EMAIL PROTECTED] Date: Fri, 16 Mar 2007 15:11:23 +0100 Subject: [PATCH] Maxim MAX7310 GPIO expander

[Qemu-devel] [PATCH] Remove repeated code, enable encrypted SD and USB sticks.

2007-03-16 Thread andrzej zaborowski
card emulation. Cheers, Andrew From e8e50499eb4d1e2cda3cad3265cf8f925dfe520d Mon Sep 17 00:00:00 2001 From: Andrzej Zaborowski [EMAIL PROTECTED] Date: Fri, 16 Mar 2007 16:05:46 +0100 Subject: [PATCH] Remove repeated code, enable encrypted SD and USB sticks. --- hw/sd.c |2 ++ hw/usb

[Qemu-devel] [PATCH] NAND Flash memory emulation. ECC calculation helpers.

2007-03-16 Thread andrzej zaborowski
From 99122604f6cd1ffdb71b9d89faf1c0df99db2938 Mon Sep 17 00:00:00 2001 From: Andrzej Zaborowski [EMAIL PROTECTED] Date: Fri, 16 Mar 2007 16:41:18 +0100 Subject: [PATCH] NAND Flash memory emulation. ECC calculation helpers. --- ecc.h | 77 hw/nand.c | 613

[Qemu-devel] [PATCH] Wolfson Microsystems WM8750 audio CODEC (i2c chip).

2007-03-16 Thread andrzej zaborowski
Sep 17 00:00:00 2001 From: Andrzej Zaborowski [EMAIL PROTECTED] Date: Fri, 16 Mar 2007 16:47:16 +0100 Subject: [PATCH] Wolfson Microsystems WM8750 audio CODEC (i2c chip). --- hw/i2c.h|8 + hw/wm8750.c | 524 +++ 2 files changed, 532

[Qemu-devel] [PATCH] Texas Instruments ADS7846 ADC chip.

2007-03-16 Thread andrzej zaborowski
00:00:00 2001 From: Andrzej Zaborowski [EMAIL PROTECTED] Date: Fri, 16 Mar 2007 16:53:08 +0100 Subject: [PATCH] Texas Instruments ADS7846 ADC chip. --- hw/ads7846.c | 134 ++ vl.h |8 2 files changed, 142 insertions(+), 0

[Qemu-devel] PATCH] Maxim MAX1110/1111 ADC chip

2007-03-16 Thread andrzej zaborowski
Another ADC chip, also with 8 inputs. Also has drivers in mainline Linux. Cheers, Andrew From 9209db09c9b8e04becf100bd242cb38ca7ad3ca6 Mon Sep 17 00:00:00 2001 From: Andrzej Zaborowski [EMAIL PROTECTED] Date: Fri, 16 Mar 2007 16:54:17 +0100 Subject: [PATCH] Maxim MAX1110/ ADC chip. --- hw

[Qemu-devel] [PATCH] Spitz PDA, example PXA board.

2007-03-16 Thread andrzej zaborowski
supported by OpenBSD and NetBSD but only Linux has been tested. Cheers, Andrew From c0ef3c129e69d3fde7632a2e7ac1c679eb4401ee Mon Sep 17 00:00:00 2001 From: Andrzej Zaborowski [EMAIL PROTECTED] Date: Fri, 16 Mar 2007 17:17:27 +0100 Subject: [PATCH] Spitz PDA, example PXA board --- Makefile.target

[Qemu-devel] [PATCH] Account for RAM not mapped at 0x0 in arm_boot.c.

2007-03-16 Thread andrzej zaborowski
the addresses passed in r1 and r2 and in ATAGS by this value. Cheers, Andrew From 18cc65714e1de31a0060ee81292d75cd0874a849 Mon Sep 17 00:00:00 2001 From: Andrzej Zaborowski [EMAIL PROTECTED] Date: Fri, 16 Mar 2007 17:23:12 +0100 Subject: [PATCH] Account for RAM not mapped at 0x0 in arm_boot.c

[Qemu-devel] [PATCH] PXA-specific ARM hacks.

2007-03-16 Thread andrzej zaborowski
up from sleep or deep idle, when enabling the MMU (simplifies things a lot for Linux). Cheers, Andrew From 7ba76bd146394be87dc6480a172386a9e5e73877 Mon Sep 17 00:00:00 2001 From: Andrzej Zaborowski [EMAIL PROTECTED] Date: Fri, 16 Mar 2007 17:25:41 +0100 Subject: [PATCH] PXA-specific ARM hacks

[Qemu-devel] [PATCH] -show-cursor switch to inhibit SDL hiding cursor.

2007-03-16 Thread andrzej zaborowski
Mon Sep 17 00:00:00 2001 From: Andrzej Zaborowski [EMAIL PROTECTED] Date: Fri, 16 Mar 2007 17:28:44 +0100 Subject: [PATCH] -show-cursor switch to inhibit SDL hiding cursor. --- sdl.c |6 ++ vl.c |6 ++ vl.h |1 + 3 files changed, 13 insertions(+), 0 deletions(-) diff --git

[Qemu-devel] [PATCH] NAND image conversion utility for the Spitz machines.

2007-03-16 Thread andrzej zaborowski
a6fb0b70ec61a3d37293a895f8d31262a12cbcb8 Mon Sep 17 00:00:00 2001 From: Andrzej Zaborowski [EMAIL PROTECTED] Date: Fri, 16 Mar 2007 17:36:30 +0100 Subject: [PATCH] NAND Flash image conversion utility for the Spitz machines. --- Makefile| 15 +++- raw2flash.c | 370

Re: [Qemu-devel] [PATCH] Spitz PDA, example PXA board.

2007-03-16 Thread andrzej zaborowski
Hi, On 16/03/07, Hetz Ben Hamo [EMAIL PROTECTED] wrote: Just a tiny question: With all those patches and devices that you added, is it possible to boot/use any Windows CE variant? Short answer is with only these patches, no. I believe Windows doesn't run on the Spitz PDA - it comes with

Re: [Qemu-devel] [PATCH] SecureDigital card emulation.

2007-03-17 Thread andrzej zaborowski
Hi, On 17/03/07, Paul Brook [EMAIL PROTECTED] wrote: On Friday 16 March 2007 20:59, andrzej zaborowski wrote: Emulates an SD card with the full command set (no SPI mode though). Should be more or less compliant with version 1.10 specification. I suspect your code only works on x86

[Qemu-devel] [PATCH] ARM XScale core features. PXA270 and PXA255 emulation.

2007-03-17 Thread andrzej zaborowski
Implements basic differences between XScale and plain ARM. The patch also adds the main on-chip peripherals of PXA2xx: interrupt controller, DMA, GPIO controller, SSP, I2C, I2S busses, UARTs, FIR port, RTC, Clock/Power/Memory managers. There's also an api to hook funcitons to coprocessor writes

[Qemu-devel] [PATCH] Add main PXA on-chip peripherals.

2007-03-17 Thread andrzej zaborowski
This adds the remaining on-chip peripherals of the PXA2xx: - MMC/SD host. - PCMCIA sockets. - System timers. - LCD controller. For the LCD I added the -portrait switch that rotates the display 90 degrees left. This is for the Spitz machine (clamshell based PDA) that can work in the two display

Re: [Qemu-devel] [PATCH] PXA-specific ARM hacks.

2007-03-17 Thread andrzej zaborowski
On 17/03/07, Paul Brook [EMAIL PROTECTED] wrote: On Friday 16 March 2007 22:06, andrzej zaborowski wrote: This patch contains some ugly but very useful chnages: - in cpu-exec.c, halt the arm CPU on CPU_INTERRUPT_HALT like in other architectures. This is ok. Though I'd prefer it to actually

Re: [Qemu-devel] [PATCH] PXA-specific ARM hacks.

2007-03-17 Thread andrzej zaborowski
On 17/03/07, andrzej zaborowski [EMAIL PROTECTED] wrote: On 17/03/07, Paul Brook [EMAIL PROTECTED] wrote: On Friday 16 March 2007 22:06, andrzej zaborowski wrote: This patch contains some ugly but very useful chnages: - in cpu-exec.c, halt the arm CPU on CPU_INTERRUPT_HALT like in other

Re: [Qemu-devel] [PATCH] Guest mouse cursor drawing in SDL

2007-03-20 Thread andrzej zaborowski
On 20/03/07, Anthony Liguori [EMAIL PROTECTED] wrote: Thiemo Seufer wrote: andrzej zaborowski wrote: This should allow the emulated video cards that support hardware accelerated cursors to relay the cursor drawing to host, possibly using real hardware cursor. This way the guest and host

Re: [Qemu-devel] [PATCH] Guest mouse cursor drawing in SDL

2007-03-23 Thread andrzej zaborowski
Hi, sorry for late reply. On 21/03/07, Anthony Liguori [EMAIL PROTECTED] wrote: andrzej zaborowski wrote: (the pixel format of the cursor was the same as the pixel format of DisplayState). I'm not sure if we want to always use the same pixel format - for example with VMware SVGA and SDL

Re: [Qemu-devel] Patch: cpu-all.h for better cycle counter

2007-03-25 Thread andrzej zaborowski
Hi, On 21/03/07, Todd T. Fries [EMAIL PROTECTED] wrote: This is relative to the 20070319 snapshot. --- cpu-all.h.orig Fri Mar 16 18:58:11 2007 +++ cpu-all.h Tue Mar 20 21:14:10 2007 @@ -1012,13 +1012,22 @@ static inline int64_t cpu_get_real_ticks #endif } #else -/* The host CPU

Re: [Qemu-devel] Patch: cpu-all.h for better cycle counter

2007-03-25 Thread andrzej zaborowski
On 26/03/07, andrzej zaborowski [EMAIL PROTECTED] wrote: Hi, On 21/03/07, Todd T. Fries [EMAIL PROTECTED] wrote: This is relative to the 20070319 snapshot. --- cpu-all.h.orig Fri Mar 16 18:58:11 2007 +++ cpu-all.h Tue Mar 20 21:14:10 2007 @@ -1012,13 +1012,22 @@ static inline

Re: [Qemu-devel] [PATCH] Guest mouse cursor drawing in SDL

2007-03-26 Thread andrzej zaborowski
Hi, On 26/03/07, Anthony Liguori [EMAIL PROTECTED] wrote: andrzej zaborowski wrote: Hi, sorry for late reply. On 21/03/07, Anthony Liguori [EMAIL PROTECTED] wrote: Do you think using the SDL cursor is all that useful? As soon as gtk widgets get involved, the cursor becomes ARGB so

Re: [Qemu-devel] Patch: cpu-all.h for better cycle counter

2007-03-26 Thread andrzej zaborowski
On 26/03/07, Marc Lörner [EMAIL PROTECTED] wrote: On Monday 26 March 2007 00:08, andrzej zaborowski wrote: On 26/03/07, andrzej zaborowski [EMAIL PROTECTED] wrote: snip +# warning non-optimized CPU +#include sys/time.h +#include time.h + static inline int64_t cpu_get_real_ticks

[Qemu-devel] [KQEMU] [RFC] rdtsc usage on SMP hosts

2007-03-26 Thread andrzej zaborowski
Hi, kqemu doesn't trap the rdtsc instruction for performance reasons. This is mostly okay on a uniprocessor host, but on a dual core CPU there are effectively two TSCs and there's no warranty that they are in sync. On my Linux desktop there happens to be about 17 seconds difference between

Re: [Qemu-devel] virtual machine halting and loosing connections

2007-03-27 Thread andrzej zaborowski
On 28/03/07, Kyle Hubert [EMAIL PROTECTED] wrote: I've been looking online, but I can't say that I have found the answer to this yet. When using QEMU, I've noticed that if I switch away to a different virtual desktop on the host OS's WM, then QEMU stops what it is doing. It's really clear when

Re: [Qemu-devel] Re: PC traces from QEMU

2007-03-29 Thread andrzej zaborowski
On 29/03/07, Stuart Brady [EMAIL PROTECTED] wrote: On Thu, Mar 29, 2007 at 08:29:03PM +0300, Antti P Miettinen wrote: Shashidhar Mysore [EMAIL PROTECTED] writes: I intend to extract program counter streams from QEMU as a program executes. Can you please point me to the hooks that I may have

Re: [Qemu-devel] [PATCH] add a simple 24mhz clock for the versatile

2007-03-30 Thread andrzej zaborowski
On 31/03/07, Wessel, Jason [EMAIL PROTECTED] wrote: uint64_t now = qemu_get_clock(vm_clock); return (uint32_t)((now*3)/125); The optimizer should fix this up with no floating point ops. Adding to the bikeshed discussion (www.bikeshed.com) this is still not correct as vm_clock is to be used

Re: [Qemu-devel] Simtec BAST emulation

2007-04-02 Thread andrzej zaborowski
Hi, On 02/04/07, Daniel Silverstone [EMAIL PROTECTED] wrote: Hi, Myself and my colleagues have worked hard and produced a new system emulation for qemu for the Simtec BAST board. The BAST is a Samsung 2410 based board (ARM 9 based SoC, with MMU) with various peripherals including a Davicom

Re: [Qemu-devel] Re: [PATCH] VMware SVGA II emulation

2007-04-02 Thread andrzej zaborowski
Hi, On 02/04/07, Thiemo Seufer [EMAIL PROTECTED] wrote: [..] I left the sdl_copy bit out because it broke scrolling of a guest Linux framebuffer in the moment it initialized its virtual consoles. Maybe that's a bug in libsdl 1.2. Thanks for checking this. I didn't have any ideas as to what

Re: [Qemu-devel] Simtec BAST emulation

2007-04-03 Thread andrzej zaborowski
Hi, On 03/04/07, Daniel Silverstone [EMAIL PROTECTED] wrote: On Tue, 2007-04-03 at 01:04 +0200, andrzej zaborowski wrote: We have also implemented emulation of the S3C2410x SoC. I hope we can merge both implementations to come up with better emulation. Our tree is accessible at http

[Qemu-devel] Re: SDL audio and AIO hogging each other's signals

2007-04-04 Thread andrzej zaborowski
Hi, thanks for quick response! On 03/04/07, malc [EMAIL PROTECTED] wrote: On Tue, 3 Apr 2007, andrzej zaborowski wrote: Hi, with QEMU_AUDIO_DRV set to sdl and booting from CD-ROM with AIO on a Linux host and with SDL 1.2.11, qemu locks up in sigwait() (the main thread) and SDL_SemWait

[Qemu-devel] Re: SDL audio and AIO hogging each other's signals

2007-04-04 Thread andrzej zaborowski
On 04/04/07, malc [EMAIL PROTECTED] wrote: On Wed, 4 Apr 2007, andrzej zaborowski wrote: Hi, thanks for quick response! On 03/04/07, malc [EMAIL PROTECTED] wrote: On Tue, 3 Apr 2007, andrzej zaborowski wrote: [..snip..] It should be using ALSA. Here's my theory: signal

Re: [Qemu-devel] Qemu / KQemu on 64-bit (x86_64) host systems

2007-04-16 Thread andrzej zaborowski
Hi, On 16/04/07, Werner Dittmann [EMAIL PROTECTED] wrote: During several tests with Qemu / Kqemu it seems that Qemu has problems with x86_64 host systems. My system is an AMD 64 X2 (Dual Core), running openSUSE 10.2, 2GB memory. Various versions of Qemu/Kqemu available and under test: 0.8.2,

Re: [Qemu-devel] [PATCH] ARM XScale core features and PXA270 and PXA255 emulation.

2007-04-17 Thread andrzej zaborowski
Hi, On 17/04/07, Christian MICHON [EMAIL PROTECTED] wrote: On 3/16/07, andrzej zaborowski [EMAIL PROTECTED] wrote: Implements basic differences between XScale and plain ARM. The patch also adds the main on-chip peripherals of PXA2xx: interrupt controller, DMA, GPIO controller, SSP, I2C, I2S

Re: [Qemu-devel] Qemu / KQemu on 64-bit (x86_64) host systems

2007-04-17 Thread andrzej zaborowski
Hi, On 17/04/07, Werner Dittmann [EMAIL PROTECTED] wrote: andrzej zaborowski wrote: Hi, On 16/04/07, Werner Dittmann [EMAIL PROTECTED] wrote: During several tests with Qemu / Kqemu it seems that Qemu has problems with x86_64 host systems. My system is an AMD 64 X2 (Dual Core), running

Re: [Qemu-devel] question in running linux in qemu-system-arm

2007-04-18 Thread andrzej zaborowski
On 16/04/07, tang peilei [EMAIL PROTECTED] wrote: thank you for your help. is this config you build your kernel and run in qemu ? and can you debug yur kernel image in qemu ? i tried the gdb debug ,but it failed. This GDB was configured as --host=i686-pc-linux-gnu

Re: [Qemu-devel] Qemu / KQemu on 64-bit (x86_64) host systems

2007-04-18 Thread andrzej zaborowski
Hi, On 18/04/07, Werner Dittmann [EMAIL PROTECTED] wrote: Andrzej, just another remark: after setting the kernel parameter to notsc the kernel now detects the CPU correctly. Without this setting the CPU detetion was wrong (displays the wrong CPU type, frequency, etc). Are there any know

Re: [Qemu-devel] Saving and restoring CPU state

2007-04-18 Thread andrzej zaborowski
On 18/04/07, Rob Landley [EMAIL PROTECTED] wrote: On Thursday 12 April 2007 12:16 pm, eady wrote: I'm still looking for any suggestions on how to save and restore the target cpu state from within a custom instruction in op.c. I basically want a custom instruction to save the cpu state to a

Re: [Qemu-devel] Qemu / KQemu on 64-bit (x86_64) host systems

2007-04-19 Thread andrzej zaborowski
On 19/04/07, Werner Dittmann [EMAIL PROTECTED] wrote: Andrzej, the guest Linux system reported some AMD CPU type (can't remember which one) which is not in my system. Now when the guest Linux starts is correctly reports: CPU 0 AMD X2 4200+ That's a deficiency of the kqemu approach and

[Qemu-devel] qemu vl.c vl.h hw/pxa.h hw/pxa2xx.c hw/pxa2xx_l...

2007-04-29 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski balrog 07/04/30 01:48:07 Modified files: . : vl.c vl.h hw : pxa.h pxa2xx.c Added files: hw : pxa2xx_lcd.c pxa2xx_mmci.c pxa2xx_pcmcia.c

[Qemu-devel] qemu vl.c vl.h ecc.h hw/nand.c

2007-04-29 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski balrog 07/04/30 02:09:25 Modified files: . : vl.c vl.h Added files: . : ecc.h hw : nand.c Log message: NAND Flash memory emulation

[Qemu-devel] qemu vl.h hw/ads7846.c

2007-04-29 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski balrog 07/04/30 02:12:42 Modified files: . : vl.h Added files: hw : ads7846.c Log message: Texas Instruments ADS7846 ADC chip. CVSWeb URLs: http

[Qemu-devel] qemu vl.h hw/max111x.c

2007-04-29 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski balrog 07/04/30 02:14:00 Modified files: . : vl.h Added files: hw : max111x.c Log message: Maxim MAX1110/ ADC chip. CVSWeb URLs: http

[Qemu-devel] qemu Makefile.target qemu-doc.texi vl.c vl.h hw...

2007-04-29 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski balrog 07/04/30 02:22:06 Modified files: . : Makefile.target qemu-doc.texi vl.c vl.h Added files: hw : spitz.c Log message: Spitz PDA, example PXA270

[Qemu-devel] qemu vl.h hw/arm_boot.c hw/integratorcp.c hw/re...

2007-04-29 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski balrog 07/04/30 02:24:42 Modified files: . : vl.h hw : arm_boot.c integratorcp.c realview.c spitz.c versatilepb.c target-arm

[Qemu-devel] qemu vl.h

2007-04-29 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski balrog 07/04/30 02:33:10 Modified files: . : vl.h Log message: Add missing gpio_handler_t definition. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/vl.h?cvsroot=qemur1

[Qemu-devel] qemu/hw pxa2xx.c

2007-04-30 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski balrog 07/04/30 18:43:50 Modified files: hw : pxa2xx.c Log message: Remove the use of Linux / BSD specific asprintf call. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu

[Qemu-devel] qemu/hw pxa2xx.c spitz.c

2007-04-30 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski balrog 07/05/01 01:03:32 Modified files: hw : pxa2xx.c spitz.c Log message: Honour limited subset of --cpu values instead of ignoring. CVSWeb URLs: http://cvs.savannah.gnu.org

[Qemu-devel] qemu cpu-all.h cpu-exec.c hw/pxa2xx.c target-ar...

2007-04-30 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski balrog 07/05/01 01:28:01 Modified files: . : cpu-all.h cpu-exec.c hw : pxa2xx.c target-arm : translate.c Log message: Implement power state

[Qemu-devel] qemu sdl.c vl.c vl.h

2007-04-30 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski balrog 07/05/01 01:34:14 Modified files: . : sdl.c vl.c vl.h Log message: -show-cursor switch to inhibit SDL hiding cursor. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs

Re: [Qemu-devel] qemu vl.h hw/arm_boot.c hw/integratorcp.c hw/re...

2007-05-01 Thread andrzej zaborowski
Hi, On 01/05/07, Daniel Silverstone [EMAIL PROTECTED] wrote: On Mon, 2007-04-30 at 02:24 +, Andrzej Zaborowski wrote: Account for machine with RAM which is not mapped at 0x0 in arm_boot.c. It seems a pity that you did this in a manner which didn't match the patch I published

  1   2   3   4   5   6   >