The attached patch starts splitting vl.h up a bit.
I've pulled out the i2c, disk and irq code.
Because I picked some of the easier ones, they can also be built once, rather
than for every target.
Obviously there's a lot left to do, but my grand plan is to get rid of vl.h
altogether. A few file
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Paul Brook 07/11/11 03:33:14
Modified files:
. : qemu-img.c
Log message:
Cleanup qemu-img.c.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/qemu-img.c?cvsroot=qemu&r1=1.24&r2=1.25
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Paul Brook 07/11/11 02:51:17
Modified files:
. : Makefile Makefile.target aes.c block-bochs.c
block-cloop.c block-cow.c block-dmg.c
block-parallels.c blo
Sorry, I found the problem, I was appending the "macaddr=" parameter to the "-net tap" options instead of the "-net nic"
options as documented :(
e.g.
qemu -boot c -hda /hd1 -m 1024 -localtime -net nic -net
tap,macaddr1=52:54:00:12:34:01
instead of
qemu -boot c -hda /hd1 -m 1024 -localt
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Jocelyn Mayer 07/11/11 01:50:45
Modified files:
. : vl.c
hw : pc.c ppc_chrp.c ppc_oldworld.c ppc_prep.c
Log message:
More generic boot devices specification, allowing more device
I'm trying to get the macaddr= parameter to work (with -net tap), but it does not seem to pass the specified MAC address
to the underlying virtual NIC (in my case ne2000 pci using)
This would not normally be required for a single instance if QEMU, but I want multiple instances per server as w
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Paul Brook 07/11/11 01:18:28
Modified files:
. : Makefile.target
Log message:
Remove duplicate i2c.o.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/Makefile.target?cvsroot=qemu&r1=1.220&
Hi folks
Thimo Seufer asked me to check if the s390 host supports works at all.
It did not even build, dyngen failed. I digged into the problem and
found the following:
gcc for s390 generates a data table after each function if necessary
instead of immediate loads. (g5, the oldest supported proces
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Jocelyn Mayer 07/11/11 00:33:09
Modified files:
target-ppc : op.c op_helper.c
Log message:
Fix POWER abs & abso computation.
Fix PowerPC SPE evabs & evneg (thanks to Fabrice Bellard for reporting
the
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Jocelyn Mayer 07/11/11 00:18:34
Modified files:
target-ppc : op.c op_helper.c op_helper.h translate.c
Log message:
Optimize PowerPC overflow flag computation in most useful cases.
Use the same routine
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/11/11 00:16:10
Modified files:
. : Changelog
Log message:
Fix typo.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/Changelog?cvsroot=qemu&r1=1.147&r2=1.148
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Paul Brook 07/11/11 00:04:50
Modified files:
. : Changelog Makefile.target cpu-exec.c
qemu-doc.texi vl.c vl.h
fpu: softfloat-native.h softfloat.c softfloat.h
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Jocelyn Mayer 07/11/10 23:51:03
Modified files:
target-ppc : cpu.h translate_init.c
Log message:
Allow selection of PowerPC CPU giving a PVR.
Remove unused pvr_mask field from CPU definition.
CVSWeb
On Sat, 2007-11-10 at 19:09 +0100, Aurelien Jarno wrote:
> J. Mayer a écrit :
> > On Sat, 2007-11-10 at 17:15 +0100, Aurelien Jarno wrote:
> >> J. Mayer a écrit :
> >>> On Sat, 2007-11-10 at 10:35 +0100, Aurelien Jarno wrote:
> J. Mayer a écrit :
> > On Thu, 2007-11-08 at 00:05 +0100, Aur
Thiemo Seufer a écrit :
> Aurelien Jarno wrote:
>> On Sat, Nov 03, 2007 at 02:06:04PM -0400, Daniel Jacobowitz wrote:
>>> On Sat, Nov 03, 2007 at 06:35:48PM +0100, Aurelien Jarno wrote:
Hi all,
The current softfloat implementation changes qNaN into sNaN when
converting between
Blue Swirl wrote:
DPRINTF_ASI would be nice.
Here is a revised patch:
Index: target-sparc/op_helper.c
===
RCS file: /sources/qemu/qemu/target-sparc/op_helper.c,v
retrieving revision 1.51
diff -p -u -r1.51 op_helper.c
--- targe
Aurelien Jarno wrote:
> On Sat, Nov 03, 2007 at 02:06:04PM -0400, Daniel Jacobowitz wrote:
> > On Sat, Nov 03, 2007 at 06:35:48PM +0100, Aurelien Jarno wrote:
> > > Hi all,
> > >
> > > The current softfloat implementation changes qNaN into sNaN when
> > > converting between formats, for no reason
On 11/10/07, Robert Reif <[EMAIL PROTECTED]> wrote:
> This patch makes debugging asi and mxcc accesses easier to follow.
... and adds a new register.
DPRINTF_ASI would be nice.
On Fri, 9 Nov 2007, Rick Vernam wrote:
On Thursday 08 November 2007 10:51:01 pm Kyle Kilpatrick wrote:
Hello. First, let me say that I realize this is not exactly the place for
this. Non-developer problems with Qemu should go on the Qemu forum... But
they're down right now, so please bear wit
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Fabrice Bellard07/11/10 19:36:39
Modified files:
. : vl.c vl.h cutils.c
Log message:
always use mktimegm
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/vl.c?cvsroot=qemu&r1=1.356&r2=1.
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Paul Brook 07/11/10 19:30:52
Modified files:
. : Makefile
Log message:
Fix Makefile dependencies.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/Makefile?cvsroot=qemu&r1=1.128&r2=1.129
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Paul Brook 07/11/10 19:21:30
Modified files:
hw : dummy_m68k.c
Log message:
Fix build failure.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/dummy_m68k.c?cvsroot=qemu&r1=1.1&r2=1.2
This patch makes debugging asi and mxcc accesses easier to follow.
Index: target-sparc/op_helper.c
===
RCS file: /sources/qemu/qemu/target-sparc/op_helper.c,v
retrieving revision 1.51
diff -p -u -r1.51 op_helper.c
--- target-sparc/op_
J. Mayer a écrit :
> On Sat, 2007-11-10 at 17:15 +0100, Aurelien Jarno wrote:
>> J. Mayer a écrit :
>>> On Sat, 2007-11-10 at 10:35 +0100, Aurelien Jarno wrote:
J. Mayer a écrit :
> On Thu, 2007-11-08 at 00:05 +0100, Aurelien Jarno wrote:
>> On Tue, Nov 06, 2007 at 09:01:13PM +0100, J.
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Paul Brook 07/11/10 18:03:23
Modified files:
. : Makefile.target vl.c vl.h
Added files:
hw : dummy_m68k.c
Log message:
Add dummy m68k board.
CVSWeb URLs:
http://cvs.savannah
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Paul Brook 07/11/10 17:43:49
Modified files:
target-m68k: translate.c
Log message:
Fix m68k FP register debug dumps.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-m68k/translate.c?cvsroot=
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Paul Brook 07/11/10 17:38:00
Modified files:
. : arm-dis.c dis-asm.h
Log message:
Update ARM disassembler.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/arm-dis.c?cvsroot=qemu&r1=1.5&r2=
On Sat, 2007-11-10 at 17:15 +0100, Aurelien Jarno wrote:
> J. Mayer a écrit :
> > On Sat, 2007-11-10 at 10:35 +0100, Aurelien Jarno wrote:
> >> J. Mayer a écrit :
> >>> On Thu, 2007-11-08 at 00:05 +0100, Aurelien Jarno wrote:
> On Tue, Nov 06, 2007 at 09:01:13PM +0100, J. Mayer wrote:
> >
Hello
Look at the following monitor's memory dump commands:
(qemu) x/1xw 0
: 0xb7d00694
(qemu) x/1xw 1
0001: 0xb7d00694
(qemu) x/2xw 0
: 0xb7d00694 0x081459a6
It looks like the single 4-byte dumps always show the
first memory location.
Is it a bug ?
I use qemu-0.9.0 under
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Paul Brook 07/11/10 16:34:47
Modified files:
hw : integratorcp.c pl011.c pl050.c pl080.c pl110.c
pl181.c pl190.c smc91c111.c
Log message:
Fix 64-bit host printf format mi
J. Mayer a écrit :
> On Sat, 2007-11-10 at 10:35 +0100, Aurelien Jarno wrote:
>> J. Mayer a écrit :
>>> On Thu, 2007-11-08 at 00:05 +0100, Aurelien Jarno wrote:
On Tue, Nov 06, 2007 at 09:01:13PM +0100, J. Mayer wrote:
> On Sat, 2007-11-03 at 22:28 +0100, Aurelien Jarno wrote:
>> On S
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Fabrice Bellard07/11/10 15:36:21
Modified files:
. : vl.h
Log message:
exported display init functions to common code
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/vl.h?cvsroot=qemu&r
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Fabrice Bellard07/11/10 15:15:54
Modified files:
. : exec.c
darwin-user: main.c
hw : an5206.c etraxfs.c integratorcp.c mcf5208.c
mips_malta.c
A recent CVS commit ("Fix gdb stub for MIPS64.") looks incorrect:
> diff -u -r1.66 -r1.67
> --- gdbstub.c 8 Oct 2007 13:16:14 - 1.66
> +++ gdbstub.c 25 Oct 2007 21:30:37 - 1.67
> @@ -563,7 +563,7 @@
> ptr += sizeof(target_ulong);
>}
>
> -*(target_ulong *
On Sat, 2007-11-10 at 10:35 +0100, Aurelien Jarno wrote:
> J. Mayer a écrit :
> > On Thu, 2007-11-08 at 00:05 +0100, Aurelien Jarno wrote:
> >> On Tue, Nov 06, 2007 at 09:01:13PM +0100, J. Mayer wrote:
> >>> On Sat, 2007-11-03 at 22:28 +0100, Aurelien Jarno wrote:
> On Sat, Nov 03, 2007 at 0
J. Mayer a écrit :
> On Thu, 2007-11-08 at 00:05 +0100, Aurelien Jarno wrote:
>> On Tue, Nov 06, 2007 at 09:01:13PM +0100, J. Mayer wrote:
>>> On Sat, 2007-11-03 at 22:28 +0100, Aurelien Jarno wrote:
On Sat, Nov 03, 2007 at 02:06:04PM -0400, Daniel Jacobowitz wrote:
> On Sat, Nov 03, 2007
CVSROOT:/cvsroot/qemu
Module name:qemu
Changes by: Blue Swirl 07/11/10 09:32:02
Modified files:
target-sparc : translate.c
Log message:
More Sparc64 CPU definitions
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-sparc/translate.c?cvsroot=qemu&r
37 matches
Mail list logo