[Qemu-devel] compiling qemu with arm compiler

2006-09-29 Thread Jonathan
not is their any other recomendations to meet my objective? Thank you, Jonathan __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ___ Qemu-devel

[Qemu-devel] [PATCH] target/riscv: Hardwire mcounter.TM and upper bits of [m|s]counteren

2019-06-28 Thread jonathan
From: Jonathan Behrens QEMU currently always triggers an illegal instruction exception when code attempts to read the time CSR. This is valid behavor, but only if the TM bit in mcounteren is hardwired to zero. This change also corrects mcounteren and scounteren CSRs to be 32-bits on both 32-bit

[Qemu-devel] [PATCH v2] target/riscv: Hardwire mcounter.TM and upper bits of [m|s]counteren

2019-07-01 Thread jonathan
From: Jonathan Behrens QEMU currently always triggers an illegal instruction exception when code attempts to read the time CSR. This is valid behavor, but only if the TM bit in mcounteren is hardwired to zero. This change also corrects mcounteren and scounteren CSRs to be 32-bits on both 32-bit

[Qemu-devel] [Bug 1110531] [NEW] regression booting pxa kernels

2013-01-30 Thread Jonathan Gray
Public bug reported: Somewhere between qemu 1.1.2 and 1.2.0 OpenBSD zaurus kernels and ramdisk images stopped booting properly and instead end up in the kernel debugger. This behaviour is still present in the latest git and appears to have been introduced in: commit e2f8a44d0d425a22cca5855702f53

Re: [Qemu-devel] [regression] qemu-system-arm: segfault in lsi_do_command

2011-05-16 Thread Jonathan Nieder
Kevin Wolf wrote: > I also reviewed the patch that you mentioned and I can't find anything > suspicious there. I'm afraid you'll have to bite the bullet and run it > with some debugging code yourself (if it's really related to that patch, > you'll want to enable DPRINTF in hw/scsi-disk.c as a firs

Re: [Qemu-devel] [regression] qemu-system-arm: segfault in lsi_do_command

2011-05-16 Thread Jonathan Nieder
Kevin Wolf wrote: > Your instructions seemed clear enough, so I tried to reproduce your > problem. Now I have an ARM VM with a Debian installation that works just > fine and I have no idea what to use it for. ;-) So I was puzzled about this for a while, but then I had a flash of inspiration:

Re: [Qemu-devel] [regression] qemu-system-arm: segfault in lsi_do_command

2011-05-16 Thread Jonathan Nieder
ation with gcc 4.6. Signed-off-by: Jonathan Nieder --- hw/lsi53c895a.c |3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/hw/lsi53c895a.c b/hw/lsi53c895a.c index f291283..43de6f8 100644 --- a/hw/lsi53c895a.c +++ b/hw/lsi53c895a.c @@ -889,7 +889,6 @@ static void lsi_do_

[Qemu-devel] [Bug 1100843] Re: Live Migration Causes Performance Issues

2013-04-30 Thread Jonathan Jefferson
I have a few VMs (precise) that process high-volume transaction jobs each night. After I've done a live-migrate operation to replace faulty power supply on a bare-metal server, we encountered sluggish performance on the migrated VMs, significant higher CPU is recorded in particular, where the same

[Qemu-devel] [Bug 1100843] Re: Live Migration Causes Performance Issues

2013-05-01 Thread Jonathan Jefferson
I used this handy tool to run system call preliminary benchmarks: http://code.google.com/p/byte-unixbench/ In a nutshell, what I found is a confirmation that live migration does indeed degrade performance on precise KVM. I hope the below results help narrow down this critical problem to event

[Qemu-devel] [Bug 1100843] Re: Live Migration Causes Performance Issues

2013-05-09 Thread Jonathan Jefferson
** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1100843 Title: Live Migration Causes Performance Issues Status in QEMU: New Sta

Re: [Qemu-devel] [PATCH] linux-user: fix cmsg conversion in case of multiple headers

2015-09-28 Thread Jonathan Neuschäfer
when doing git am. Ok, I'll do that. Jonathan

Re: [Qemu-devel] [vfio-users] [PATCH v2 1/3] input: add qemu_input_qcode_to_linux + qemu_input_linux_to_qcode

2016-01-23 Thread Jonathan Scruggs
r It happens on all the key binding assignments. Are there changes in the code elsewhere that this patch is for? It compiles just fine without it on the 2.5.0 sources with the latest CVE bug patches. Jon On 18 January 2016 at 14:13, Gerd Hoffmann wrote: > On Mo, 2016-01-18 at 11:47 +, Jonathan

Re: [Qemu-devel] [vfio-users] [PATCH v2 1/3] input: add qemu_input_qcode_to_linux + qemu_input_linux_to_qcode

2016-01-24 Thread Jonathan Scruggs
eplace the variable place holder with the machine being called, IE: 'execonswitch=/usr/bin/monitorswitch %COMPNUM' Or something like that. Hope you like the ideas. Jon On 18 January 2016 at 14:13, Gerd Hoffmann wrote: > On Mo, 2016-01-18 at 11:47 +, Jonathan Scruggs wrote: > >

[Qemu-devel] [PATCH] Keep pty slave file descriptor open until the master is closed

2015-12-11 Thread Ashley Jonathan
chr->explicit_be_open = true; s->fd = io_channel_from_fd(master_fd); +s->slave_fd = slave_fd; s->timer_tag = 0; return chr; -- 2.1.4 --- Jonathan Ashley jonathan.ashley AT altran.com

Re: [Qemu-devel] [PATCH] Keep pty slave file descriptor open until the master is closed

2016-01-11 Thread Ashley Jonathan
Apologies; I overlooked that detail: Signed-off-by: Ashley Jonathan Regards, -- Jon Ashley -Original Message- From: Paolo Bonzini [mailto:paolo.bonz...@gmail.com] On Behalf Of Paolo Bonzini Sent: 11 January 2016 09:16 To: Ashley Jonathan; qemu-devel@nongnu.org Cc: qemu-triv

Re: [Qemu-devel] [vfio-users] [PATCH v2 1/3] input: add qemu_input_qcode_to_linux + qemu_input_linux_to_qcode

2016-01-18 Thread Jonathan Scruggs
Hi Gerd, Would there be a way to add repeating keys back in that doesn't cause issues? Maybe slow down the repeat cycle? Or is this strictly a issue with how the actual event drivers or the buffers work and would need changing to that on the host side? In my mind it seams fairly straightforward in

Re: [Qemu-devel] [vfio-users] [PATCH v2 1/3] input: add qemu_input_qcode_to_linux + qemu_input_linux_to_qcode

2016-01-04 Thread Jonathan Scruggs
Hi, I tried these patches with qemu 2.5.0 on Gentoo and libvirt. I get the following error: Error starting domain: internal error: early end of file from monitor: possible problem: 2015-12-22T21:51:20.659520Z qemu-system-x86_64: -input-linux /dev/input/by-path/pci-:00:14.0-usb-0:12:1.0-event-k

Re: [Qemu-devel] [vfio-users] [PATCH v2 1/3] input: add qemu_input_qcode_to_linux + qemu_input_linux_to_qcode

2016-01-04 Thread Jonathan Scruggs
ary 2016 at 11:56, Gerd Hoffmann wrote: > On Mo, 2016-01-04 at 10:10 +, Jonathan Scruggs wrote: > > Hi, > > > > > > I tried these patches with qemu 2.5.0 on Gentoo and libvirt. I get the > > following error: > > Error starting domain: internal error: ear

Re: [Qemu-devel] [vfio-users] [PATCH v2 1/3] input: add qemu_input_qcode_to_linux + qemu_input_linux_to_qcode

2016-01-04 Thread Jonathan Scruggs
eventx devices. Do I need a udev script or is there a qemu user that can be added to the group of input? Thanks On 4 January 2016 at 11:56, Gerd Hoffmann wrote: > On Mo, 2016-01-04 at 10:10 +0000, Jonathan Scruggs wrote: > > Hi, > > > > > > I tried these patches wi

Re: [Qemu-devel] [vfio-users] [PATCH v2 1/3] input: add qemu_input_qcode_to_linux + qemu_input_linux_to_qcode

2016-01-05 Thread Jonathan Scruggs
Mo, 2016-01-04 at 13:19 +0000, Jonathan Scruggs wrote: > > Oh. I just changed /dev/input/eventx (replace x with correct number > > for my devices) to permissions of 666 and it worked. I guess I had to > > change the conf file and change the permissions. Is there a way to > >

[Qemu-devel] [Bug 1467240] Re: Regression - bridged networking broken for Mac OS X guest

2015-06-24 Thread Jonathan Liu
Is there anything else you would like me to test? -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1467240 Title: Regression - bridged networking broken for Mac OS X guest Status in QEMU: New Bug

[Qemu-devel] [Bug 1077806] [NEW] Integrate Virtualbox/Qemu Guest booting as a desktop environment listing (request)

2012-11-11 Thread Jonathan Alfonso
Public bug reported: I had seen this new way to install Chromium OS and "boot" it using LightDM's session select menu, and it made me think of an idea: What if you were able to boot virtual machines in the same manner? It would simplify the Ubuntu user's life GREATLY if they had easy access to a

[Qemu-devel] [Bug 1201446] [NEW] Instructions not supported by targeted CPU do not throw SIGILL

2013-07-15 Thread Jonathan Morton
Public bug reported: We encountered a bug in another package that caused it to include CMOV instructions when targetting i486, resulting in an inability to run the package on real i486 and i586 hardware. We then attempted to use QEMU to reproduce the bug for easier debugging, since most developer

[Qemu-devel] [Bug 1201446] Re: Instructions not supported by targeted CPU do not throw SIGILL

2013-07-15 Thread Jonathan Morton
> Actually, we do do testing of feature bits for things like SSE2, 3DNow!, and so on -- it looks like we just missed cmov. That's encouraging to hear - I hadn't specifically tested for the behaviour in the other cases I described, just extrapolated. Is there a good chance that the CMOV thing will

[Qemu-devel] [Bug 1201446] Re: Instructions not supported by targeted CPU do not throw SIGILL

2013-07-15 Thread Jonathan Morton
> Incidentally, if you're using KVM acceleration then these > instructions won't fault in that setup because the host CPU > hardware doesn't provide a means for trapping them. This I already understood, and we made sure that we were running with the TCG backend. -- You received this bug notifica

[Qemu-devel] [Bug 1201446] Re: Instructions not supported by targeted CPU do not throw SIGILL

2013-07-15 Thread Jonathan Morton
The CMOV feature bit (bit 15 of EDX) should affect availability of the following instructions: CMOVcc (0F 40 -> 0F 4F) FCMOVcc (DA C0 -> DA DF and DB C0 -> DB DF) FCOMI family (DB E8 -> DB F7 and DF E8 -> DF F7) HTH -- You received this bug notification because you are a member of qemu- devel-m

[Qemu-devel] [Bug 1201446] Re: Instructions not supported by targeted CPU do not throw SIGILL

2013-07-15 Thread Jonathan Morton
Yes, that seems to work nicely, at least as far as CMOV itself is concerned. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1201446 Title: Instructions not supported by targeted CPU do not throw SIG

[Qemu-devel] [regression] qemu-system-arm: segfault in lsi_do_command

2011-05-16 Thread Jonathan Nieder
me. It's faster than I expected; very neat. Unfortunately it segfaults. Reproducible with "master" (077030d11). Bisects to v0.14.0-rc0~489 (scsi-disk: Complete failed requests in scsi_disk_emulate_command, 2010-10-25). Ideas? Jonathan Backtrace: | Program received signal SIG

Re: [Qemu-devel] [PATCH] linux-user: fix cmsg conversion in case of multiple headers

2015-09-20 Thread Jonathan Neuschäfer
On Fri, Sep 04, 2015 at 01:48:39PM +0100, Peter Maydell wrote: > On 3 September 2015 at 06:27, Jonathan Neuschäfer > wrote: > > Currently, __target_cmsg_nxthdr compares a pointer derived from > > target_cmsg against the msg_control field of target_msgh (through > > subtra

Re: [Qemu-devel] [PATCH] linux-user: fix cmsg conversion in case of multiple headers

2015-09-21 Thread Jonathan Neuschäfer
On Mon, Sep 21, 2015 at 12:45:21PM -0700, Riku Voipio wrote: > On Mon, Sep 21, 2015 at 06:13:57AM -0700, Peter Maydell wrote: > > On 20 September 2015 at 22:34, Jonathan Neuschäfer [...] > > > What's the status of this patch? > > > It's waiting for Riku to

[Qemu-devel] [PATCH] linux-user: fix host_to_target_cmsg in case of multiple headers

2015-08-27 Thread Jonathan Neuschäfer
address space were not the same. This patch adds a g2h() address translation around the msg_control value. Signed-off-by: Jonathan Neuschäfer --- linux-user/syscall_defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-user/syscall_defs.h b/linux-user/syscall_defs.h index

Re: [Qemu-devel] [PATCH] linux-user: fix host_to_target_cmsg in case of multiple headers

2015-08-29 Thread Jonathan Neuschäfer
After following your advice, I found two more bugs in related code, which I had to fix. I probably missed something, but my test case (wine), which receives two headers via a single recvmsg call, is now working properly. Perhaps an isolated test case would be nice. I'll send my new patch soon. Regards, Jonathan Neuschäfer

[Qemu-devel] [PATCH] linux-user: fix cmsg conversion in case of multiple headers

2015-08-31 Thread Jonathan Neuschäfer
et_cmsghdr)" twice anymore. Signed-off-by: Jonathan Neuschäfer -- Changes since v1: - Follow Peter Maydell's advice on how to fix the first bug - The "two more related bugs" --- linux-user/syscall.c | 14 +- linux-user/syscall_defs.h | 9 + 2 file

Re: [Qemu-devel] [PATCH] linux-user: fix cmsg conversion in case of multiple headers

2015-09-01 Thread Jonathan Neuschäfer
e like to fix the style issues when a patch has > to touch a line of code anyway.) Okay, I'll fix the style issues. -- Jonathan

[Qemu-devel] [PATCH] linux-user: fix cmsg conversion in case of multiple headers

2015-09-02 Thread Jonathan Neuschäfer
et_cmsghdr)" twice anymore. Signed-off-by: Jonathan Neuschäfer -- Changes since v2: - The patch is now clean WRT checkpatch.pl Changes since v1: - Follow Peter Maydell's advice on how to fix the first bug - The "two more related bugs" --- linux-user/syscall.c | 14 +--

[Qemu-devel] [Bug 1467240] [NEW] Regression - bridged networking broken for Mac OS X guest

2015-06-21 Thread Jonathan Liu
Public bug reported: Using the instructions at http://www.contrib.andrew.cmu.edu/~somlo/OSXKVM/ for running Mac OS X Snow Leopard under QEMU, bridged networking is broken when using QEMU git. The result is that Mac OS X is unable to obtain an IP address using DHCP. It works in the latest stable re

[Qemu-devel] [Bug 1467240] Re: Regression - bridged networking broken for Mac OS X guest

2015-06-22 Thread Jonathan Liu
Yes, -device e1000-82545em is being used. Here is the debug output with the patch applied against QEMU git ad7020a7e7b27d468ecc2aacb04ba4eb09017074 after booting to desktop and waiting for DHCP to fallback to automatic private IP address: tap_update_fd_handler read_poll 1 write_poll 0 enabled 1

[Qemu-devel] [Bug 1467240] Re: Regression - bridged networking broken for Mac OS X guest

2015-06-22 Thread Jonathan Liu
On another note, it seems the DHCP server is receiving DHCPDISCOVER message and sending back DHCPOFFER response while the guest is trying to obtain an IP address but it seems the guest doesn't see the DHCPOFFER response because it sends more DHCPDISCOVER messages with a delay of some seconds in bet

[Qemu-devel] [Bug 1467240] Re: Regression - bridged networking broken for Mac OS X guest

2015-06-22 Thread Jonathan Liu
The patch seems to resolve the issue. The guest is able to obtain an IP address and communicate with the network. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1467240 Title: Regression - bridged n

Re: [Qemu-devel] qemu on Solaris

2010-03-03 Thread Jonathan Kalbfeld
Hey Seth, Do you know if it builds on Sparc at all? On Oracle Solaris ;) jonathan On Wed, Mar 3, 2010 at 6:24 PM, Seth G wrote: > Hi, > > I just sent a fair amount of time trying to figure out problems > with the qemu build and resulting binary. The first problem (which >

Re: [Qemu-devel] Qemu 0.9.1 stable branch

2008-01-09 Thread Jonathan Kalbfeld
ied on this branch) is > welcomed. > > Thanks, > > Lauro > > > -- -- Jonathan Kalbfeld ThoughtWave Technologies LLC www.thoughtwave.com +1 424 354 1814

[Qemu-devel] New QEMU 0.9.1 Solaris 10 packages available

2008-01-14 Thread Jonathan Kalbfeld
d the wrapper scripts there will automagically run the right binaries for your architecture. Have fun and Happy New Year, Jonathan Kalbfeld -- -- Jonathan Kalbfeld ThoughtWave Technologies LLC www.thoughtwave.com +1 424 354 1814

Re: [Qemu-devel] Making qemu use 10.0.3.x not 10.0.2.x

2008-02-04 Thread Jonathan Kalbfeld
ible, knowing now that it's fairly easy to > do. (-: > > Even if not, this serves as a report to others that this trivial patch > actually does what you'd hope/expect! > > -- Asheesh. > > -- > It took me fifteen years to discover that I had no talent for wr

Re: [Qemu-devel] Launch qemu without loading libSDL?

2008-03-17 Thread Jonathan Kalbfeld
You would probably be better off relinking. Or, maybe just copy libSDL. If you install the thoughtwave packages on solaris it comes with libsdl. Thanks, jonathan On Mon, Mar 17, 2008 at 12:26 PM, David Barrett <[EMAIL PROTECTED]> wrote: > Continuing on this thread, is there any way

Re: [Qemu-devel] SunOS Testing on latest SVN snapshot

2007-04-23 Thread Jonathan Kalbfeld
Now, if I remember correclty about suns, you have to boot the correct slice according to the architecture. It used to be something like one slice for sun4c, one for sun4d, one for sun4m, one for sun4u, etc. Does the openboot32 properly grab the slice for sun4m? jonathan On 4/23/07, Blue Swirl

[Qemu-devel] OpenVPN treo?

2007-04-24 Thread Jonathan Kalbfeld
Has anyone thought about this? Is it even possible? Am I barking up the wrong tree? jonathan -- -- Jonathan Kalbfeld +1 323 620 6682

[Qemu-devel] Does the -smp option use threads?

2007-04-27 Thread Jonathan Kalbfeld
Suppose I run QEMU on a T1000 with an 8-way CPU and I tell it to simulate 8x SMP. WIll it spawn a separate thread for each dynamic translation activity? jonathan -- -- Jonathan Kalbfeld +1 323 620 6682

[Qemu-devel] OT: funny google ads you get when you subscribe to the qemu list

2007-05-02 Thread Jonathan Kalbfeld
m/products.htm> ARM 920T based development platform running Linux, Windows CE www.littlechips.com More about... -- -- Jonathan Kalbfeld +1 323 620 6682

[Qemu-devel] vnc2swf + qemu

2007-05-05 Thread Jonathan Kalbfeld
Has anyone thought about this possibility? I think it could probably be adapted to have QEMU automatically spit out a shlockwave flash with audio, which would be great. jonathan -- -- Jonathan Kalbfeld +1 323 620 6682

Re: [Qemu-devel] vnc2swf + qemu

2007-05-06 Thread Jonathan Kalbfeld
That was the tool I was referring to :) vnc2swf and pyvnc2swf are the same thing. On 5/6/07, Ricardo Almeida <[EMAIL PROTECTED]> wrote: I'm not a developer, but here's what I think :) On 5/6/07, Jonathan Kalbfeld <[EMAIL PROTECTED]> wrote: > Has anyone thought a

[Qemu-devel] [PATCH] Joystick API

2007-05-10 Thread Jonathan Phenix
Regards, Jonathan Phénix diff -urN --exclude CVS qemu/joystick/joystick.c qemu-joystick/joystick/joystick.c --- qemu/joystick/joystick.c 1969-12-31 19:00:00.0 -0500 +++ qemu-joystick/joystick/joystick.c 2007-05-10 19:21:07.0 -0400 @@ -0,0 +1,148 @@ +/* QEMU joystick API + * + * Co

[Qemu-devel] Block driver and constant sector size

2007-05-12 Thread Jonathan Phenix
submit a patch. Regards, Jonathan Phénix

Re: [Qemu-devel] Block driver and constant sector size

2007-05-20 Thread Jonathan Phenix
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

Re: [Qemu-devel] [PATCH] Joystick API

2007-05-20 Thread Jonathan Phenix
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 co

Re: [Qemu-devel] Porting QEMU to PalmOS

2007-05-23 Thread Jonathan Kalbfeld
Wow, if you can make this work I will be thrilled. I <3 my Treo 650. jonathan On 5/23/07, Wolfgang Schildbach <[EMAIL PROTECTED]> wrote: Try compiling as position-dependent (i.e. not PIC) code. GOT is a typical feature of position independent code. - Wolfgang [EMAIL PROTECTED]

Re: [Qemu-devel] Porting QEMU to PalmOS

2007-05-24 Thread Jonathan Kalbfeld
One definite plus with having QEMU for PalmOS is the ability to run things like OpenVPN (even if slow) and connect to a VPN back-end. As is, I use OpenVPN tunnels to link up my QEMU machines on Solaris. jonathan On 5/23/07, Wolfgang Schildbach <[EMAIL PROTECTED]> wrote: Try compil

Re: [Qemu-devel] Porting QEMU to PalmOS

2007-05-24 Thread Jonathan Kalbfeld
Still sounds fantistically fun. Maybe you can point me in the right direction to write PalmOS programs (.prc's right?). I have some goofy ideas for things to write for my Treo. jonathan On 5/24/07, sinisa marovic <[EMAIL PROTECTED]> wrote: I'm afraid I will have to dissapo

[Qemu-devel] New QEMU 0.9.0 packages available for Solaris 10/SPARC (May 22 CVS) and Solaris 10/x86_64 (May 24 CVS) & RTEMS yummy goodness

2007-05-29 Thread Jonathan Kalbfeld
This includes mtools. And for your RTEMS needs, there is a Solaris/SPARC toolchain available on the same website, for generating RTEMS code for other architectures. http://www.thoughtwave.net/downloads.html Thanks, Jonathan P.S., Completely off topic, I downloaded Joost and installed it on

[Qemu-devel] New QEMU software packages available for download for Solaris 8, 9 (sun4m & sun4u) & 10 (sun4u)

2007-06-20 Thread Jonathan Kalbfeld
f you are installing the 10 package or the 8, 9 & 10 package. P.S. If you miss the old Macintosh II, have fun with the Basilisk II emulator. I'm dreaming of Shufflepuck Cafe. Have fun, Jonathan And as always, download speed brake is turned off between midnight and 1am pacific.

[Qemu-devel] Netbsd/sparc seems to sort-of boot on the 20070622 CVS release

2007-06-22 Thread Jonathan Kalbfeld
Not going to count my kittens before they scratch... -- -- Jonathan Kalbfeld +1 323 620 6682

[Qemu-devel] Re: Netbsd/sparc seems to sort-of boot on the 20070622 CVS release

2007-06-25 Thread Jonathan Kalbfeld
Okay, I got NetBSD 3.1/sparc to get all the way to the "scsibus0: waiting 2 seconds for devices to settle..." I feel like we might already be almost there -- On 6/22/07, Jonathan Kalbfeld <[EMAIL PROTECTED]> wrote: Not going to count my kittens before they scratch... -- -- J

Re: [Qemu-devel] [PATCH] Fix two typos

2007-06-26 Thread Jonathan Kalbfeld
erat/separat/g > /[[:space:]]teh[[:space:]]/ the /g > > cheers, -- -- Jonathan Kalbfeld +1 323 620 6682

Re: [Qemu-devel] Emulation: Building solid files

2007-06-26 Thread Jonathan Kalbfeld
her VM-Firefox to enter in I.E: bank sites and don't worry because you are keeped by the security of a castle" I only want if you will implement that kind of emulation. REGARDS -- -- Jonathan Kalbfeld +1 323 620 6682

Re: [Qemu-devel] Solaris 10 dies during install

2007-07-11 Thread Jonathan Kalbfeld
I'd strongly recommend using Solaris 10mu3 -- I got it to install. I have an image but I'd have to mail it to you on a DVD if you want it... jonathan On 7/11/07, Alexey Eremenko <[EMAIL PROTECTED]> wrote: Host: Fedora 7, 64-bit, Qemu 0.9, AMD Opteron. Guest: Solaris 10 (32-b

Re: [Qemu-devel] More misspellings

2007-07-17 Thread Jonathan Kalbfeld
d, whitespaces, writting, yeild -- -- Jonathan Kalbfeld +1 323 620 6682

Re: [Qemu-devel] Re: What is the current support state for Sparc emulation

2007-07-19 Thread Jonathan Kalbfeld
OpenSolaris requires sparcv9, so it's unlikely that the OS will boot using qemu-system-sparc. However, if you can get the kernel to load and tell you that you need 64-bit, that's probably progress. jonathan On 7/19/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: As promise

[Qemu-devel] SunOS 4.1.4 in qemu-system-sparc?

2007-07-30 Thread Jonathan Kalbfeld
Is this at all possible? Is it worth it? Where can I download or purchase a copy of SunOS 4.1.4 to try this out? I have Kernel source code (It's labeled Solaris 1.1.2) but don't actually have an .iso for it. Jonathan -- -- Jonathan Kalbfeld +1 323 620 6682

Re: [Qemu-devel] Solaris/x86 report

2007-08-04 Thread Jonathan Kalbfeld
et to get networking up. > > -Nigel > > -- -- Jonathan Kalbfeld +1 323 620 6682

[Qemu-devel] Multimedia Demonstration of Building an RTEMS Toolchain, Application, and Running it in QEMU

2007-08-14 Thread Jonathan Kalbfeld
t click on "Free UNIX Lessons" and then move your mouse cursor down to "Advanced" and select Building RTEMS toolchain. Or, you can go directly to http://www.thoughtwave.com/rtemsdemo.html Have fun, but make sure you have Flash installed and a good soundcard. Thanks, Jonathan -

[Qemu-devel] sparc kqemu?

2007-08-16 Thread Jonathan Kalbfeld
Is this on the horizon? Is there any interest in it? jonathan -- -- Jonathan Kalbfeld ThoughtWave Technologies LLC www.thoughtwave.com +1 323 620 6682

Re: [Qemu-devel] A new book about QEMU

2007-10-31 Thread Jonathan Kalbfeld
e/ > > Sorry for this advertising. > Robert Warnke > > -- -- Jonathan Kalbfeld ThoughtWave Technologies LLC www.thoughtwave.com +1 323 620 6682

Re: [Qemu-devel] Qemu Questions

2007-11-09 Thread Jonathan Kalbfeld
etworking is just not working. I worked through loads of > FAQs from the net, but to no avail. Try adding -net nic,model=rtl8139 -net user Use DHCP if you can. 4) Finally is there a preferred distro which is known to solve all the > problems mentioned above? Surely you can't be

Re: [Qemu-devel] Qemu forum

2007-11-19 Thread Jonathan Kalbfeld
urn. At least can the archive be > retained somewhere... I had reason to read back my own postings in the > forum, and am lamenting my lost memory. > > TIA, > Shaddy > > > > -- -- Jonathan Kalbfeld ThoughtWave Technologies LLC www.thoughtwave.com +1 323 620 6682

[Qemu-devel] qemu-system-sparc, qemu-system-mips SEGV on Solaris 10/sparc

2006-06-04 Thread jonathan . kalbfeld
-test causes a segfault. I tried it with the blastwave gcc as well as the Sun 3.4.2 GCC. Same result. I used the binutils that came with Solaris. Is that the problem? Has anyone gotten those to work yet on sparclaris or should I just wait for the patch? jonathan -- -- Jonathan Kalbfeld +1 323

[Qemu-devel] QEMU Build error on Sparc/Solaris 10 with 20060615 CVS

2006-06-15 Thread jonathan . kalbfeld
gmake -C mips-softmmu all gmake[1]: Entering directory `/home/jonathan/experimental/qemu-snapshot-2006-06-15_23/mips-softmmu' gcc -Wall -O2 -g -fno-strict-aliasing -mcpu=ultrasparc -m32 -ffixed-g2 -ffixed-g3 -fno-delayed-branch -fno-omit-frame-pointer -ffixed-i0 -fno-reorder-blocks -fno-opt

[Qemu-devel] Theory as to why qemu-system-sparc crashes on solaris/sparc but works on solaris/x86

2006-06-19 Thread jonathan . kalbfeld
Could it have something to do with the way mmap() is used? I remember reading somewhere that QEMU uses mmap(). Could that interfere with the kernel mmap()? Jonathan -- -- Jonathan Kalbfeld +1 323 620 6682 ___ Qemu-devel mailing list Qemu-devel

[Qemu-devel] My QEMU Dream System & Some ideas

2006-06-23 Thread jonathan . kalbfeld
then roll back to a previous snapshot. :) Good for simulating worst case scenarios. jonathan -- -- Jonathan Kalbfeld +1 323 620 6682 ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

[Qemu-devel] Compile errors on Solaris for qemu 0.8.2

2006-07-24 Thread Jonathan Kalbfeld
At airport so can't paste. cpu_get_real_ticks doesn't resolve in vl.o. Using blastwave gcc 3.4.6. What am I missing? -- -- Jonathan Kalbfeld +1 323 620 6682 ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailma

Re: [Qemu-devel] Compile errors on Solaris for qemu 0.8.2

2006-07-24 Thread Jonathan Kalbfeld
sion 1.57 diff -a -u -r1.57 cpu-all.h --- cpu-all.h 18 Jul 2006 21:23:34 - 1.57 +++ cpu-all.h 24 Jul 2006 13:35:47 - @@ -971,7 +971,7 @@ return val; } -#elif defined(__sparc_v9__) +#elif defined(__sparc__) static inline int64_t cpu_get_real_ticks (void) { Regards, Leo Reiter

Re: [Qemu-devel] Compile errors on Solaris for qemu 0.8.2

2006-07-25 Thread Jonathan Kalbfeld
REE pop-up blocking with the new MSN Toolbar - get it now! http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/ -- -- Jonathan Kalbfeld +1 323 620 6682 ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Re: [Qemu-devel] Accelerator feature

2006-07-29 Thread Jonathan Kalbfeld
To be honest, I'd be willing to PAY Fabrice for QEMU. What else can I use to boot windows 2k on my sun blade 2000 at work? jonathan On 7/29/06, Karel Gardas <[EMAIL PROTECTED]> wrote: On Sat, 29 Jul 2006, Karlos . wrote: > > QEMU Accelerator license is not ethical. > &g

[Qemu-devel] Interesting QEMU + OpenVPN

2006-08-01 Thread Jonathan Kalbfeld
at my parents' home in Detroit. Interesting stuff! jonathan -- -- Jonathan Kalbfeld +1 323 620 6682 ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Re: [Qemu-devel] Fwd: sparc emulation tcx_update_display fix

2006-08-02 Thread Jonathan Kalbfeld
Has anyone successfully gotten qemu-system-sparc to run on Solaris 10/sparc? It keeps segfaulting before anything meaningful. jonathan On 8/2/06, Igor Kovalenko <[EMAIL PROTECTED]> wrote: Resending, sorry if this is a duplicate -- Forwarded message -- From: Igor Kov

Re: [Qemu-devel] Solaris-10 and qemu-0.8.2?

2006-08-10 Thread Jonathan Kalbfeld
Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel -- -- Jonathan Kalbfeld +1 323 620 6682 ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

[Qemu-devel] Feature request: VNC and SDL

2006-10-23 Thread Jonathan Dieter
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? Thanks, Jonathan Dieter ___ Qemu-devel mailing list

[Qemu-devel] Some crazy guy wrote an article using RTEMS and QEMU

2006-11-01 Thread Jonathan Kalbfeld
http://www.embedded.com/shared/printableArticle.jhtml?articleID=193500845 -- -- Jonathan Kalbfeld +1 323 620 6682 ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

[Qemu-devel] Solaris package?

2006-11-10 Thread Jonathan Kalbfeld
Someone wrote a newer Solaris package for QEMU? I couldn't find it at OpenSolaris.org. I want to use it instead of the one I built. jonathan -- -- Jonathan Kalbfeld +1 323 620 6682 ___ Qemu-devel mailing list Qemu-devel@nongnu.org

[Qemu-devel] qemu 0.8.2 and RTEMS

2006-11-13 Thread Jonathan Kalbfeld
or the older qemu, we had a sudo script to bring up the virtual LAN. Does anyone have this working with qemu 0.8.1? --joel ___ rtems-users mailing list [EMAIL PROTECTED] http://rtems.rtems.org/mailman/listinfo/rtems-users -- -- J

Re: [Qemu-devel] SMP Question

2006-12-17 Thread Jonathan Phenix
ps you should focus on single processor systems first which are a lot easier to design and debug for and then focus on SMP systems later on. Regards, - Jonathan Best Regards ~maple

Re: [Qemu-devel] Question/problems with Qemu and 64Bit Opensuse 10.2

2006-12-22 Thread Jonathan Phenix
rate a warning on x86_64 since sizeof(void *) != sizeof(int) on that platform. I other words, I doubt that these warnings are the source of the problem. Regards, Jonathan Regards, Werner Werner Dittmann wrote: All, currently I'm trying to install an Opensuse 10.2 64Bit version in Qemu.

Re: [Qemu-devel] [patch] factor out commonly used scancode translation table

2007-01-04 Thread Jonathan Phenix
Bernhard Fischer wrote: Hi, The attached patch moves the x_keycode_to_pc_keycode LUT from sdl.c into an x_keycode.c. This struct is also used by the GGI backend (that is not yet merged ¹). Comments? How it is done right now, each time x_keycode.c is included, you will end up with an extra c

Re: [Qemu-devel] QEMU in Solaris Zone?

2007-02-14 Thread Jonathan Kalbfeld
Cheers, Nenad Cimerman – workaholic. ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel -- -- Jonathan Kalbfeld +1 323 620 6682 ___ Qemu-devel mailing lis

[Qemu-devel] New QEMU 0.9.0 CVS20070326 Solaris/SPARC Package available

2007-03-26 Thread Jonathan Kalbfeld
If you've been running QEMU on SPARC Solaris 10 and using it for anything including RTEMS development, you can now upgrade to the latest, bleeding edge build of QEMU 0.9.0 http://www.thoughtwave.com/downloads.html Have fun! Jonathan -- -- Jonathan Kalbfeld +1 323 620 6682

[Qemu-devel] M&A Talk: QEMU & GXEMUL

2007-03-29 Thread Jonathan Kalbfeld
e to boot Solaris/SPARC? I think this could quite nicely inspire someone to write a Xen/SPARC hypervisor... jonathan -- -- Jonathan Kalbfeld +1 323 620 6682

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

2007-03-30 Thread Jonathan Kalbfeld
If you're ok you can shift it left 4 bits, then add half that result then shift right 10 bits. Of course, you'll only get 23.4Mhz that way :-) jonathan On 3/30/07, Paul Brook <[EMAIL PROTECTED]> wrote: > + uint64_t now = qemu_get_clock(vm_clock); > + return (uint32_t)

[Qemu-devel] Building qemu on Sparc Solaris 9 or 10

2005-06-21 Thread Jonathan Kalbfeld
d I be using gmake? jonathan -- Jonathan R. KalbfeldNASA Jet Propulsion Laboratory MIST Support Engineer 4800 Oak Grove Drive M/S: 311-104 Sr. Member, IS&CS Pasadena, CA 91109-8099 +1 818 393 0570 My opinions do not represent those of Ca

RE: [Qemu-devel] Mac as Host

2006-01-16 Thread Farina, Jonathan
Hi,   I'm new to the list, so forgive me if this has been asked before...   Has anyone thought of adjusting Qemu to be a Virtualiser rather than an emulator? Or a combination of both?  This would allow a Linux host to run Windows at 95% speed?  Or from my point of view allow the new OS X (

RE: [Qemu-devel] Mac as Host

2006-01-16 Thread Farina, Jonathan
lto:[EMAIL PROTECTED] Sent: 16 January 2006 15:03 To: qemu-devel@nongnu.org Cc: Farina, Jonathan Subject: Re: [Qemu-devel] Mac as Host > Has anyone thought of adjusting Qemu to be a Virtualiser rather than an > emulator? Or a combination of both? This would allow a Linux host to run > Window

RE: [Qemu-devel] Mac as Host

2006-01-17 Thread Farina, Jonathan
19:51 To: qemu-devel@nongnu.org Subject: Re: [Qemu-devel] Mac as Host On Mon, Jan 16, 2006 at 03:10:02PM -, Farina, Jonathan wrote: > Paul, thanks for the link. > > That project looks dead. Can't link to the CVS and the page hasn't > been updated since March 05. Anyone

[Qemu-devel] changing simulated CPU frequency

2006-01-31 Thread Jonathan ILIAS
4 GHz. Do you know if there is a way to modify Qemu source to have a lower CPU clock ? I hope I've described my problem clearly... -- Jonathan ILIAS, assistant pédagogique http://www.eseo.fr/~jilias/ ESEO 4, rue Merlet de la Boulaye BP 30926 - 49009 ANGERS cedex 01 - FRANCE tél :

  1   2   3   4   5   6   7   8   9   10   >