I'm just wondering if anyone has thougt about making the slirp interface a
static library so that each processor type doesn't have to build the same
source code over and over again. This would make it so that it would build
only once, saving time and processing power for the rest of the program
What OS are you using?
- Original Message -
From: "Thomas Tuttle" <[EMAIL PROTECTED]>
To:
Sent: Wednesday, March 28, 2007 6:54 PM
Subject: [Qemu-devel] Clock runs at double speed in guest
>Hi.
>
> I have a 64-bit dual-core (Core 2 Duo) laptop, and I'm trying to install
> Gentoo AMD64 on a
That doesn't fix the problem with the meta key not being in the "sendkey" qemu
function. That is informative.
- Original Message -
From: "Daniel Jacobowitz" <[EMAIL PROTECTED]>
To:
Sent: Friday, March 30, 2007 7:01 AM
Subject: Re: [Qemu-devel] no meta key?
> On Thu, Mar 29, 2007 at 07
On Sat, 31 Mar 2007, Thiemo Seufer wrote:
Stuart Anderson wrote:
Even though clone() and fork() are related, they don't seem to be close
enough to allow a single routine to be used to implement both. With this
patch, the LTP tests for clone now pass.
But it still does the same, assuming VM_C
On Sat, 31 Mar 2007, Thiemo Seufer wrote:
+switch( cmd ) {
+ case GETALL:
+ case SETALL:
+ case IPC_STAT:
+ case IPC_SET:
+ lock_user_struct(target_su, target_addr, 1);
+ target_to_host_semid_ds(ds,target_su->buf);
+ host_su->buf = ds;
+
Hi all,
The SPARCv8 RDASR and WRASR instructions currently generate an
illegal_instruction trap for rs1 != 0, whereas the SPARCv8
manual explicitely says that an rs1 value of 1...14 in an RDASR
instruction produces undefined results, but does not cause an
illegal_instruction trap. The same appli
On Sat, Mar 31, 2007 at 11:43:34PM +0200, Aurelien Jarno wrote:
> Hi all,
>
> The current implementation of the SPARC CPU in QEMU does not generate
> an illegal_instruction trap in a few cases:
>
> - The wrpsr instruction should generate an illegal_instruction trap if
> CWP is greater than NWIN
Hi all,
The current implementation of the SPARC CPU in QEMU does not generate
an illegal_instruction trap in a few cases:
- The wrpsr instruction should generate an illegal_instruction trap if
CWP is greater than NWINDOWS. The current implementation ignores the
higher bits instead.
- The load
Michal Schulz wrote:
>
> Hello. I've made small patch for qemu, which adds a new command line option -
> the "-ohci". It instructs qemu that the OHCI controller should be emulated
> instead of the default UHCI. What do you think about it?
I would prefer to extend the -usb switch to e.g. "-usb h
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/03/31 20:28:52
Modified files:
. : cpu-exec.c
target-i386: cpu.h helper.c
Log message:
Generate double and triple faults, by Bernhard Kauer.
CVSWeb URLs:
http://cvs
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Paul Brook 07/03/31 19:41:22
Modified files:
hw : pc.c
Log message:
Large kernel initrd fix (initial patch by Daniel Jacobowitz).
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/pc.c?cvs
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/03/31 19:29:06
Modified files:
linux-user : signal.c
Log message:
Don't let sigaction handle SIGKILL/SIGSTOP, by Stuart Anderson.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/li
Stuart Anderson wrote:
>
> Even though clone() and fork() are related, they don't seem to be close
> enough to allow a single routine to be used to implement both. With this
> patch, the LTP tests for clone now pass.
But it still does the same, assuming VM_CLONE is set, except for passing
additio
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/03/31 19:10:01
Modified files:
. : qemu-binfmt-conf.sh
Log message:
Update for binfmt_misc handler, by Stefan Weil.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/qemu-bi
Stuart Anderson wrote:
>
> This is a refresh of a prior patch to fix the semaphore system calls
> sem*() in user-linux mode. Some additional cases have been dealt with,
> and a small amount of code re-arrainging to prepare for the EFAULT patch.
> Tested using Linux Test Project in the target.
[sni
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/03/31 18:59:32
Modified files:
linux-user : syscall.c
Log message:
fcntl() remaining fix, by Stuart Anderson.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/linux-user/syscall.c?c
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/03/31 18:23:26
Modified files:
hw : usb-hid.c usb-msd.c
Log message:
Fix usb hid and mass-storage protocol revision, by Juergen Keil.
CVSWeb URLs:
http://cvs.savannah.gnu.org/vie
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/03/31 16:54:14
Modified files:
. : vl.h
hw : mips_int.c mips_malta.c serial.c
target-mips: exec.h
Log message:
Malta CBUS UART support.
CVSWeb
> Like this? I can't reliably test that it fixes the problem - for some
> bizarre reason, I can now load kernels without this patch. But it
> looks right and I can load kernels with it, too.
Turns out there's a problem. qemu puts ACPI tables at the top of ram. We have
to be careful to avoid sto
On Wed, Mar 28, 2007 at 03:00:08PM +0100, Paul Brook wrote:
> On Wednesday 28 March 2007 03:21, Daniel Jacobowitz wrote:
> > On Wed, Mar 28, 2007 at 12:35:18AM +0100, Thiemo Seufer wrote:
> > > Right, a piggyback-style loader would likely fail in that case.
> >
> > Which is exactly the interesting
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Jocelyn Mayer 07/03/31 12:57:57
Modified files:
target-ppc : helper.c
Log message:
Support for PowerPC BookE exception model.
No need to requeue timer exceptions.
Fix nip saving for 64 bits Po
On Fri, Mar 30, 2007 at 07:18:28PM +0200, Aurelien Jarno wrote:
> Hi all,
>
> Both of the SPARC CPU currently emulated in QEMU do not have a
> coprocessor. In such case executing a Cpop1 or a Cpop2 instruction
> should generate a cp_disabled trap, but the current implementation
> generates a ill
On Wed, Mar 28, 2007 at 02:39:31PM +0200, Bernhard Kauer wrote:
> On Wed, Mar 28, 2007 at 10:13:49AM +0200, Sebastian Kaliszewski wrote:
> > Bernhard Kauer wrote:
> > >Qemu does not generate a double fault (DBF) on x86, if a general protection
> > >fault could not be delivered. Instead it hangs in
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Jocelyn Mayer 07/03/31 11:38:38
Modified files:
hw : ppc.c
Log message:
Embedded PowerPC timers support.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/ppc.c?cvsroot=qemu&r1=1.12&r2=1.13
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Jocelyn Mayer 07/03/31 11:33:48
Modified files:
target-ppc : helper.c op_helper.c
Log message:
Merge PowerPC 405 MMU model.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-ppc/helper.c?cvsroot=q
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Jocelyn Mayer 07/03/31 11:10:49
Modified files:
target-ppc : cpu.h helper.c
Log message:
As embedded PowerPC TLB model is very different from PowerPC 6xx ones,
define ppc_tlb_t as an union of the two.
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Jocelyn Mayer 07/03/31 09:59:47
Modified files:
. : vl.h
hw : openpic.c
Log message:
Better fix for OpenPIC: should not depend on PowerPC.
CVSWeb URLs:
http://cvs.savannah.gnu.o
> Using the start.bat file included with the QEMU package (except changing
> cd-rom and hard disk image filenames as appropriate).
> I haven't adjusted any audio settings, I'm using whatever the defaults
are.
which package ?
0.90 has the imagefile bug, so I normally use 0.82 instead
>Not many s
the linux/syscall.c file assumes the target arch has a lot of historical
syscall baggage ... this is not true for newer ports, so ive added more
#ifdef's where needed in my case
-mike
pgpA76DTYr43u.pgp
Description: PGP signature
--- linux-user/syscall.c 22 Mar 2007 15:08:55 - 1.95
+++ linux
obvious fixup ... getsockopt() takes a socklen_t, not an int
-mike
pgpmFlADRziAp.pgp
Description: PGP signature
--- linux-user/syscall.c
+++ linux-user/syscall.c
@@ -642,7 +642,8 @@ static long do_setsockopt(int sockfd, in
static long do_getsockopt(int sockfd, int level, int optname,
30 matches
Mail list logo