Hi
The patch below adds support for 5Kc, 5Kf and 20Kc CPU, ie all the CPU
that can be found on a CoreLV card. Note that MIPS performance counters
are not yet available in QEMU, so the corresponding configuration bit of
the 20Kc CPU is not set.
This patch also fixes the Status_rw_bitmask value of
Hi,
The patch below fixes 64-bit addresses when manipulating the program
counter, the branch target or the branch link register.
dyngen currently does not support passing 64-bit values to PARAM1 and
PARAM2, they are limited to 32-bit. This patch creates a new op_set64
function to set a register w
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Paul Brook 07/05/20 22:20:28
Modified files:
target-m68k: op.c
Log message:
M68k addx/subx fix.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-m68k/op.c?cvsroot=qemu&r1=1.2&r2=1.3
Jonathan Phenix wrote:
Hi,
this is an attempt to add a simple joystick API to qemu. This API will
be required for my upcoming Playstation emulator. It includes a "null"
driver, I have a Linux and SDL driver as well, I will send them when
this patch will be merged. Constructive comments are we
Paul Brook wrote:
On Saturday 12 May 2007, Jonathan Phenix wrote:
Hi,
currently the block driver in qemu only handles blocks (or sectors)
which are 512 bytes long,
...
Then, each probe functions should be modified to reject sector size
which is not 512 bytes, except for the raw block drive
On 5/20/07, Blue Swirl <[EMAIL PROTECTED]> wrote:
On 5/20/07, Paul Brook <[EMAIL PROTECTED]> wrote:
> > > I think Qemu should reject -net user only. Currently that seems to
> > > mean that there is no nic, but still the vlan is connected to slirp
> > > stack. That does not make any sense.
>
> If
Hello,
QEMU 0.9 supports SMM. I searched for more information about, but could not
find.
So, I have a few questions:
How is SMM supported? Is there hardware emulation of following registers:
SMI_EN, SMI_STS, SMRAM?
Regards
Andon
-
Be a better Heartthr
On 5/20/07, Paul Brook <[EMAIL PROTECTED]> wrote:
> > I think Qemu should reject -net user only. Currently that seems to
> > mean that there is no nic, but still the vlan is connected to slirp
> > stack. That does not make any sense.
If you do this, do it properly and warn if any qemu vlans have
Hi,
What do you think about this feature? The manpage just says "Not all
devices are supported on all targets", but this allows the user to get
some more specifics.
The output looks like this:
$ i386-softmmu/qemu -hda /dev/null -net nic,model=?
qemu: Supported ISA NICs: ne2k_isa
qemu: Supported
On Sun, 20 May 2007 06:29:33 -0700
Mark Glines <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] Use @option{fd=h} to specify an already opened UDP
> multicast socket.
> [EMAIL PROTECTED]
> +Use @option{fd=h} to specify an already opened UDP multicast socket.
Forgot to mention, the above patch fixe
> So the issue on sparc was that the device is relied on by the
> SS-5 platform code (it sounds like sun4m has this device on-board at
> a fixed offset, non-pci), but not initialized properly due to the lack
> of -net nic? Should sun4m imply -net nic,model=lance then? It doesn't
> make much sense
Hi,
This patch fixes some spelling errors. I tried to focus on actual
errors (like thoses -> those, priviledge -> privilege), leaving things
like differences in UK/US spellings (like symbolised/symbolized)
alone. Hope it's helpful.
Mark
#
# old_revision [2b7f01e6f3aca4dd64ba04e986a1a4b2271f17e
Hello *,
I tried to make OS9/x86 runnable on qemu; with an existing hd image it
already worked, but w/o floppy support. To make this also available I'd
a look at the sources and (after some time ...) I was able to solve 3
little problems.
- boot from floppy didn't work
- floppy support inside
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/05/20 13:27:58
Modified files:
target-mips: op_helper.c translate.c
Log message:
Catch more MIPS FPU cornercases, fix addr.ps and mulr.ps instructions.
CVSWeb URLs:
http://cvs.savannah.g
On Sun, 20 May 2007 11:25:25 +0100
Paul Brook <[EMAIL PROTECTED]> wrote:
> > In my past experience, -net user implies -net nic.
>
> You are mistaken. -net user does not imply -net nic.
I just tested this. You are absolutely right, I was wrong about the
behavior on x86.
> > Hmm. -net performs
Hi Thiemo,
Thank you for comments.
You probably right about the "child" -> "is_parent" renaming,
But the "parent_open" variable (I know, the name is not the best. you can
rename it) is not a duplicate of the "is_parent".
The only one reason for existence of "parent_open" it's set/reset th
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/05/20 10:59:08
Modified files:
hw : pc.c
Log message:
Delete now unused define.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/pc.c?cvsroot=qemu&r1=1.75&r2=1.76
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/05/20 10:54:50
Modified files:
. : Makefile
Log message:
Delete linux_boot.bin from the install target.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/Makefile?cvsroot=qe
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/05/20 10:53:26
Removed files:
pc-bios: linux_boot.bin
Log message:
Delete one more leftover file.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/pc-bios/linux_boot.bin?cvsroot
> > I think Qemu should reject -net user only. Currently that seems to
> > mean that there is no nic, but still the vlan is connected to slirp
> > stack. That does not make any sense.
If you do this, do it properly and warn if any qemu vlans have a single device
attached.
> In my past experience
On Sun, 20 May 2007 10:10:20 +0300
"Blue Swirl" <[EMAIL PROTECTED]> wrote:
> > I've verified your patch fixes the crash for me. But I'm curious,
> > have I been running qemu in a nonstandard fashion, then? (Should I
> > be specifying more than just "-net user", normally?)
> >
> > If so, I can ma
I've verified your patch fixes the crash for me. But I'm curious, have
I been running qemu in a nonstandard fashion, then? (Should I be
specifying more than just "-net user", normally?)
If so, I can make up a patch to amend the documentation.
I think Qemu should reject -net user only. Current
22 matches
Mail list logo