[Qemu-devel] qemu/hw gt64xxx.c

2007-01-31 Thread Thiemo Seufer
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer ths 07/01/31 12:02:12

Modified files:
hw : gt64xxx.c 

Log message:
Fix GT64120 mapping with REDBOOT, by Aurelien Jarno.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/gt64xxx.c?cvsroot=qemur1=1.3r2=1.4


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] qemu/darwin-user main.c

2007-01-31 Thread Thiemo Seufer
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer ths 07/01/31 12:08:13

Modified files:
darwin-user: main.c 

Log message:
Fix set_error return value, by Pierre d'Herbemont.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/darwin-user/main.c?cvsroot=qemur1=1.1r2=1.2


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] qemu configure

2007-01-31 Thread Thiemo Seufer
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer ths 07/01/31 12:10:07

Modified files:
.  : configure 

Log message:
Use Cocoa and CoreAudio backend by default on Darwin systems, by Pierre
d'Herbemont.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/configure?cvsroot=qemur1=1.119r2=1.120


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


Re: [Qemu-devel] [PATCH] PIIX4 SMBus host, EEPROM device emulation

2007-01-31 Thread Thiemo Seufer
Ed Swierk wrote:
 Here's a revised patch with the mmap stuff removed. I'll refine the
 persistence support, but in the meantime the EEPROM device is usable
 even if it forgets its contents when qemu exits.

It doesn't apply for current CVS. Could you please update the patch?
I would also prefer to have enums instead of raw constants in all those
case statements.


Thiemo


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] qemu cpu-exec.c target-arm/cpu.h target-i386/cp...

2007-01-31 Thread Thiemo Seufer
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer ths 07/01/31 12:16:51

Modified files:
.  : cpu-exec.c 
target-arm : cpu.h 
target-i386: cpu.h 
target-m68k: cpu.h 
target-ppc : cpu.h 
target-sh4 : cpu.h 
target-sparc   : cpu.h 

Log message:
siginfo fix for Darwin/Mac OS X, by Pierre d'Herbemont.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/cpu-exec.c?cvsroot=qemur1=1.89r2=1.90
http://cvs.savannah.gnu.org/viewcvs/qemu/target-arm/cpu.h?cvsroot=qemur1=1.18r2=1.19
http://cvs.savannah.gnu.org/viewcvs/qemu/target-i386/cpu.h?cvsroot=qemur1=1.39r2=1.40
http://cvs.savannah.gnu.org/viewcvs/qemu/target-m68k/cpu.h?cvsroot=qemur1=1.2r2=1.3
http://cvs.savannah.gnu.org/viewcvs/qemu/target-ppc/cpu.h?cvsroot=qemur1=1.24r2=1.25
http://cvs.savannah.gnu.org/viewcvs/qemu/target-sh4/cpu.h?cvsroot=qemur1=1.4r2=1.5
http://cvs.savannah.gnu.org/viewcvs/qemu/target-sparc/cpu.h?cvsroot=qemur1=1.26r2=1.27


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] qemu/hw apic.c

2007-01-31 Thread Thiemo Seufer
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer ths 07/01/31 12:22:18

Modified files:
hw : apic.c 

Log message:
Upgrade the apic version_id, by Don Laor.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/apic.c?cvsroot=qemur1=1.11r2=1.12


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] qemu Makefile.target

2007-01-31 Thread Thiemo Seufer
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer ths 07/01/31 12:24:18

Modified files:
.  : Makefile.target 

Log message:
Save some vm space for the regular program loading zone, by
Pierre d'Herbemont

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/Makefile.target?cvsroot=qemur1=1.142r2=1.143


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] qemu vl.h

2007-01-31 Thread Thiemo Seufer
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer ths 07/01/31 13:34:07

Modified files:
.  : vl.h 

Log message:
Remove redundant ENOMEDIUM define.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/vl.h?cvsroot=qemur1=1.181r2=1.182


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] [PATCH] script=no for the TUN/TAP net option

2007-01-31 Thread Jean-Christian de Rivaz

Hello,

The following small patch disable the execution of a script while using 
the -net tap option with a already existing TUN/TAP interface.


So you can as root bring up a TUN/TAP interface to a user with the 
command 'tunctl -u user -t ifname' and setup the routing. Then the 
user don't need to sudo a script, it simply tell QEMU to use the 
interface ifname with the option '-net nic -net 
tap,ifname=ifname,script=no'.


Have a good day,
--
Jean-Christian de Rivaz
Index: qemu-doc.texi
===
RCS file: /sources/qemu/qemu/qemu-doc.texi,v
retrieving revision 1.125
diff -u -r1.125 qemu-doc.texi
--- qemu-doc.texi   28 Jan 2007 01:53:16 -  1.125
+++ qemu-doc.texi   31 Jan 2007 14:29:48 -
@@ -358,7 +358,8 @@
 @item -net tap[,vlan=n][,fd=h][,ifname=name][,script=file]
 Connect the host TAP network interface @var{name} to VLAN @var{n} and
 use the network script @var{file} to configure it. The default
-network script is @file{/etc/qemu-ifup}. If @var{name} is not
+network script is @file{/etc/qemu-ifup}. Use @option{script=no} to
+disable script execution. If @var{name} is not
 provided, the OS automatically provides one.  @option{fd=h} can be
 used to specify the handle of an already opened host TAP interface. Example:
 
Index: vl.c
===
RCS file: /sources/qemu/qemu/vl.c,v
retrieving revision 1.244
diff -u -r1.244 vl.c
--- vl.c28 Jan 2007 01:53:16 -  1.244
+++ vl.c31 Jan 2007 14:29:49 -
@@ -3289,7 +3289,7 @@
 if (fd  0)
 return -1;
 
-if (!setup_script)
+if (!setup_script || !strcmp(setup_script, no))
 setup_script = ;
 if (setup_script[0] != '\0') {
 /* try to launch network init script */
@@ -6066,6 +6066,7 @@
-net tap[,vlan=n][,fd=h][,ifname=name][,script=file]\n
connect the host TAP network interface to VLAN 'n' 
and use\n
the network script 'file' (default=%s);\n
+   use 'script=no' to disable script execution;\n
use 'fd=h' to connect to an already opened TAP 
interface\n
 #endif
-net 
socket[,vlan=n][,fd=h][,listen=[host]:port][,connect=host:port]\n
___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


Re: [Qemu-devel] qemu on Cygwin

2007-01-31 Thread Stefan Weil

 Hi!
  
  Did anyone try the latest CVS qemu on Cygwin ?
  
  The build environment adds spacial -mno-cygwin option
 which among other effects removes defaul *.h path (/usr/include/)
 from the search list.

Default path with -mno-cygwin is /usr/include/mingw,
so zlib.h must be installed there...

You can see the search list with gcc -mno-cygwin -E -v -.

Stefan



___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


Re: [Qemu-devel] How to run qemu (i386) without hda image?

2007-01-31 Thread Christian MICHON

On 1/28/07, Neo Jia [EMAIL PROTECTED] wrote:

hi,

I notice that this would be a very newbie question. Hope you can point me out.

I am going to simulate i386 arch. But I cannot run it just with initrd
and vmlinuz just like running it for mips arch. It always complained
about missing the hda image file. When I applied the hda.img file, the
kernel will panic due to the file format (eg, ext3).

Acturallly, my goal is trying to use qemu to setup a kernel debugging envir.

Your help will be greatly appreciated!

Thanks,
Neo


is your problem fixed by the way ?
--
Christian


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] sem* and msg* for qemu

2007-01-31 Thread Kirill A. Shutemov
In the attachment patches to add support System V semaphores and message
queues. This is fixed and tested debian patch.


signature.asc
Description: Digital signature
___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


Re: [Qemu-devel] How to run qemu (i386) without hda image?

2007-01-31 Thread Neo Jia

On 1/31/07, Christian MICHON [EMAIL PROTECTED] wrote:

On 1/28/07, Neo Jia [EMAIL PROTECTED] wrote:
 hi,

 I notice that this would be a very newbie question. Hope you can point me out.

 I am going to simulate i386 arch. But I cannot run it just with initrd
 and vmlinuz just like running it for mips arch. It always complained
 about missing the hda image file. When I applied the hda.img file, the
 kernel will panic due to the file format (eg, ext3).

 Acturallly, my goal is trying to use qemu to setup a kernel debugging envir.

 Your help will be greatly appreciated!

 Thanks,
 Neo

is your problem fixed by the way ?
--


Christian,

Sorry for late response ... it still does not work ...

(qemu) Linux version 2.6.20-rc6 ([EMAIL PROTECTED]) (gcc version
3.4.2 20041017 (Red Hat 3.4.2-6.fc3)) #1 SMP Thu Jan 25 13:47:58 CST
2007
BIOS-provided physical RAM map:
sanitize start
sanitize end
copy_e820_map() start:  size: 0009fc00 end:
0009fc00 type: 1
copy_e820_map() type is E820_RAM
copy_e820_map() start: 0009fc00 size: 0400 end:
000a type: 2
copy_e820_map() start: 000e8000 size: 00018000 end:
0010 type: 2
copy_e820_map() start: 0010 size: 07ef end:
07ff type: 1
copy_e820_map() type is E820_RAM
copy_e820_map() start: 07ff size: 0001 end:
0800 type: 3
copy_e820_map() start: fffc size: 0004 end:
0001 type: 2
BIOS-e820:  - 0009fc00 (usable)
BIOS-e820: 0009fc00 - 000a (reserved)
BIOS-e820: 000e8000 - 0010 (reserved)
BIOS-e820: 0010 - 07ff (usable)
BIOS-e820: 07ff - 0800 (ACPI data)
BIOS-e820: fffc - 0001 (reserved)
0MB HIGHMEM available.
127MB LOWMEM available.
Zone PFN ranges:
 DMA 0 - 4096
 Normal   4096 -32752
 HighMem 32752 -32752
early_node_map[1] active PFN ranges
   0:0 -32752
DMI not present or invalid.
Using APIC driver default
ACPI: Disabling ACPI support
Allocating PCI resources starting at 1000 (gap: 0800:f7fc)
Detected 2992.765 MHz processor.
Built 1 zonelists.  Total pages: 32433
Kernel command line: root=/dev/ram console=ttyS0 init=/bin/sh
Found and enabled local APIC!
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Initializing CPU#0
PID hash table entries: 512 (order: 9, 2048 bytes)
Console: colour VGA+ 80x25
Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
Memory: 125028k/131008k available (2047k kernel code, 5444k reserved,
881k data, 228k init, 0k highmem)
virtual kernel memory layout:
   fixmap  : 0xffe16000 - 0xf000   (1956 kB)
   pkmap   : 0xffc0 - 0xffe0   (2048 kB)
   vmalloc : 0xc880 - 0xffbfe000   ( 883 MB)
   lowmem  : 0xc000 - 0xc7ff   ( 127 MB)
 .init : 0xc03e3000 - 0xc041c000   ( 228 kB)
 .data : 0xc02ffeec - 0xc03dc314   ( 881 kB)
 .text : 0xc010 - 0xc02ffeec   (2047 kB)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay using timer specific routine.. 35106.34 BogoMIPS
(lpj=70212687)
Security Framework v1.0.0 initialized
SELinux:  Initializing.
SELinux:  Starting in permissive mode
selinux_register_security:  Registering secondary module capability
Capability LSM initialized as secondary
Mount-cache hash table entries: 512
CPU: L1 I cache: 8K
CPU: L2 cache: 128K
Compat vDSO mapped to e000.
Checking 'hlt' instruction... OK.
SMP alternatives: switching to UP code
Freeing SMP alternatives: 11k freed
CPU0: Intel Pentium II (Klamath) stepping 03
SMP motherboard not detected.
Brought up 1 CPUs
NET: Registered protocol family 16
PCI: PCI BIOS revision 2.10 entry at 0xfa110, last bus=0
PCI: Using configuration type 1
Setting up standard PCI resources
ACPI: Interpreter disabled.
Linux Plug and Play Support v0.97 (c) Adam Belay
pnp: PnP ACPI: disabled
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
PCI: Probing PCI hardware
* Found PM-Timer Bug on the chipset. Due to workarounds for a bug,
* this clock source is slow. Consider trying other clock sources
PCI quirk: region b000-b03f claimed by PIIX4 ACPI
PCI: Using IRQ router PIIX/ICH [8086/7000] at :00:01.0
PCI: Ignore bogus resource 6 [0:0] of :00:02.0
NET: Registered protocol family 2
IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
TCP established hash table entries: 4096 (order: 4, 81920 bytes)
TCP bind hash table entries: 2048 (order: 3, 40960 bytes)
TCP: Hash tables configured (established 4096 bind 2048)
TCP reno registered
checking if image is initramfs... it is
Freeing initrd memory: 455k freed
apm: BIOS version 1.2 Flags 0x03 (Driver 

Re: [Qemu-devel] sem* and msg* for qemu

2007-01-31 Thread Hetz Ben Hamo

attached? where?

Thanks,
Hetz

On 1/31/07, Kirill A. Shutemov [EMAIL PROTECTED] wrote:

In the attachment patches to add support System V semaphores and message
queues. This is fixed and tested debian patch.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFFwQtmbWYnhzC5v6oRAl/oAJ0T4X44En/65pE4H4EzFVJemtbZhQCcCIh5
RG1cpmTCmKn0fMSb62DKa24=
=6Ius
-END PGP SIGNATURE-

___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel





--
Skepticism is the lazy person's default position.
Visit my blog (hebrew) for things that (sometimes) matter:
http://wp.dad-answers.com


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel