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
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
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
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
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
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:
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_
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
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
** 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
when doing git am.
Ok, I'll do that.
Jonathan
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
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:
> >
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
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
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
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
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
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
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
> >
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
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
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
> 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
> 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
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
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
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
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
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
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
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
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
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
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 +--
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
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
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
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
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
>
ied on this branch) is
> welcomed.
>
> Thanks,
>
> Lauro
>
>
>
--
--
Jonathan Kalbfeld
ThoughtWave Technologies LLC
www.thoughtwave.com
+1 424 354 1814
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
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
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
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
Has anyone thought about this? Is it even possible? Am I barking up the
wrong tree?
jonathan
--
--
Jonathan Kalbfeld
+1 323 620 6682
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
m/products.htm>
ARM 920T based development platform running Linux, Windows CE
www.littlechips.com More about...
--
--
Jonathan Kalbfeld
+1 323 620 6682
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
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
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
submit a patch.
Regards,
Jonathan Phénix
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
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
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]
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
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
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
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.
Not going to count my kittens before they scratch...
--
--
Jonathan Kalbfeld
+1 323 620 6682
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
erat/separat/g
> /[[:space:]]teh[[:space:]]/ the /g
>
> cheers,
--
--
Jonathan Kalbfeld
+1 323 620 6682
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
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
d, whitespaces, writting, yeild
--
--
Jonathan Kalbfeld
+1 323 620 6682
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
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
et to get networking up.
>
> -Nigel
>
>
--
--
Jonathan Kalbfeld
+1 323 620 6682
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
-
Is this on the horizon? Is there any interest in it?
jonathan
--
--
Jonathan Kalbfeld
ThoughtWave Technologies LLC
www.thoughtwave.com
+1 323 620 6682
e/
>
> Sorry for this advertising.
> Robert Warnke
>
>
--
--
Jonathan Kalbfeld
ThoughtWave Technologies LLC
www.thoughtwave.com
+1 323 620 6682
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
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
-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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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)
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
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 (
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
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
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 - 100 of 2258 matches
Mail list logo