Hi Mario,
Sorry for the delayed answer. As Daniel already said, any solution based
on how "-k " works are too daunting to be maintained - there
are a lot of known keymaps to be aware of.
There's also the case of changing keymaps during the same session.
Speaking from experience: my laptop has a
On Fri, May 03, 2019 at 01:47:15PM +0200, Mario wrote:
> Hi all,
>
> I have a question related to the VNC server keyboard settings. Currently
> the user of qemu has to decide before VM startup which language is used
> for VNC keyboard mapping. If no keyboard is configured, the en-us keyboard
> wil
Hi all,
I have a question related to the VNC server keyboard settings. Currently the
user of qemu has to decide before VM startup which language is used for VNC
keyboard mapping. If no keyboard is configured, the en-us keyboard will be
loaded for keysym to scancode conversion. A later reconfigu
On 12/13/18 7:12 AM, De Backer, Fred (Nokia - BE/Antwerp) wrote:
Hi,
We're using Openstack Ironic to deploy baremetal servers. During the deployment
process an agent (ironic-python-agent) running on Fedora linux uses qemu-img to
write a qcow2 file to a blockdevice.
Recently we saw a change in
Hi,
We're using Openstack Ironic to deploy baremetal servers. During the deployment
process an agent (ironic-python-agent) running on Fedora linux uses qemu-img to
write a qcow2 file to a blockdevice.
Recently we saw a change in behavior of qemu-img. Previously we were using
Fedora 27 containi
adding more CC.
On 06/22/2018 01:38 PM, Christian Borntraeger wrote:
>
> On 06/15/2018 04:21 PM, Kevin Wolf wrote:
>> The -drive option serial was deprecated in QEMU 2.10. It's time to
>> remove it.
>>
>> Tests need to be updated to set the serial number with -global instead
>> of using the -driv
Hi, staff of QEMU project!
I am Daniel Silva Ferreira Bruno, creator of the JavaQEMU Open Source Software,
available at:https://sourceforge.net/projects/javaqemu/
.
JavaQemu is a Graphical User Interface Front End for QEMU, written in Java
Programming Language!
I would like the JavaQemu project i
Dear all,
I am going to implement some applications in NFV via IVSHMEM. But, I find
only the sample codes working in hypervisor. Is there any sample to show
how to do inter-VM communication? Thanks.
--
Regards,
Royce Niu
On 17 March 2016 at 15:09, Paul, Kaustav Kumar wrote:
> If I understand correctly, inside the function
> gen_intermediate_code_internal(...), arm_ldl_code() reads
> the instruction-bytes according to PC and then disassemble.
> Initially, the output of this disassembly did not make much
> sense. It
o.org]
Sent: Wednesday, March 16, 2016 7:53 PM
To: Paul, Kaustav Kumar
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] Request for help with Qemu GDB for big-endian
instructions (R4)
On 16 March 2016 at 10:06, Paul, Kaustav Kumar wrote:
> The firmware is compiled for Cortex-R4, runs T
On 16 March 2016 at 10:06, Paul, Kaustav Kumar wrote:
> The firmware is compiled for Cortex-R4, runs ThreadX OS and is configured to
> use both instructions and data in big-endian (BE32 ?) format.
The Cortex-R4 is an ARMv7 CPU, and so only supports BE8.
> The code is
> compiled with GHS toolchai
Junaid Aslam writes:
> Dear Sir
> I am a student in Netherlands TU/e and intend to explore QEMU for a project. I
> need help in understanding how i can trace an individual instruction which is
> translated by TCG. For this moment in am more interested in Guest load store
> and
> Function call ins
Dear Sir
I am a student in Netherlands TU/e and intend to explore QEMU for a
project. I need help in understanding how i can trace an individual
instruction which is translated by TCG. For this moment in am more
interested in Guest load store and Function call instructions. Can you
please help me
Hello,
I want to create a page about COLO, can anybody help me to
get a wiki account, please.
在 12/16/2014 10:03 AM, Hongyang Yang 写道:
--
Thanks,
Yang.
--
Thanks,
Yang.
Hi Christopher,
Thanks for the reply, I will take a look at the Versatile Express code.
- Martin.
On 01/10/14 17:41, Christopher Covington wrote:
Hi Martin,
On 10/01/2014 09:50 AM, Martin Townsend wrote:
Hi,
I'm looking into creating a virtualised test bed for an 802.15.4 network.
Currentl
Hi Martin,
On 10/01/2014 09:50 AM, Martin Townsend wrote:
> Hi,
>
> I'm looking into creating a virtualised test bed for an 802.15.4 network.
> Currently I have QEMU running and emulating our HW which bridges the
> Ethernet from the guest to the host. What I would like to do is something
> simil
Hi,
I'm looking into creating a virtualised test bed for an 802.15.4 network.
Currently I have QEMU running and emulating our HW which bridges the Ethernet
from the guest to the host. What I would like to do is something similar with
the 802.15.4 network interface. The host doesn't have a ph
Done, please see private mail for details.
Stefan
pgp6X3NzUl2I3.pgp
Description: PGP signature
On 12/03/14 17:23, Andreas Färber wrote:
So if I then apply the same trick to the .text section (patch attached)
then I get a successful link and an output image.
Mark, can you sign off .text part of the patch please for me to pick up?
Never mind, pushed a minor variation with a Reported-by.
Am 12.03.2014 15:40, schrieb Andreas Färber:
> Am 03.03.2014 19:42, schrieb Mark Cave-Ayland:
>> On 03/03/14 18:31, Andreas Färber wrote:
>>
Am I missing something from the build in order for the final link to
complete correctly?
>>>
>>> Hm, repository looks okay, and I didn't run into th
Am 03.03.2014 19:42, schrieb Mark Cave-Ayland:
> On 03/03/14 18:31, Andreas Färber wrote:
>
>>> Am I missing something from the build in order for the final link to
>>> complete correctly?
>>
>> Hm, repository looks okay, and I didn't run into this yet. Possibly you
>> are using different binutils
On 03/03/14 18:31, Andreas Färber wrote:
Am I missing something from the build in order for the final link to
complete correctly?
Hm, repository looks okay, and I didn't run into this yet. Possibly you
are using different binutils?
Presumably you did try make clean CROSS_COMPILE=... :)
I cho
Hi Mark,
Am 03.03.2014 19:08, schrieb Mark Cave-Ayland:
> On 02/03/14 20:41, Andreas Färber wrote:
>
>> [1] Using `make CROSS_COMPILE=powerpc-elf-` works for GCC 4.8.2 and
>> binutils 2.24; I did not find a solution for my identically versioned
>> CROSS_COMPILE=powerpc-eabi- setup (that I had bee
On 02/03/14 20:41, Andreas Färber wrote:
Hello Stefan,
We have a file pc-bios/ppc_rom.bin in qemu.git, used by PReP emulation,
to which we do not have available the full GPL source code. I would like
to replace the current file with a new binary built from original
OpenHack'Ware sources plus ou
On Sun, Mar 02, 2014 at 09:41:04PM +0100, Andreas Färber wrote:
> We have a file pc-bios/ppc_rom.bin in qemu.git, used by PReP emulation,
> to which we do not have available the full GPL source code. I would like
> to replace the current file with a new binary built from original
> OpenHack'Ware so
Hello Stefan,
We have a file pc-bios/ppc_rom.bin in qemu.git, used by PReP emulation,
to which we do not have available the full GPL source code. I would like
to replace the current file with a new binary built from original
OpenHack'Ware sources plus our pc-bios/ohw.diff plus build fixes plus
wor
On 13 December 2013 07:44, Paolo Bonzini wrote:
>
> Post the patches. I'll review the non-bsd-user parts again. And then
> the next step is to find someone who commits them... shouldn't be hard
> since you probably know much more about this code than anyone else.
Is someone willing to shepherd
On 10/12/13 21:08, Mark Cave-Ayland wrote:
There's a fairly nasty regression in OpenBIOS for 1.7 which breaks
booting for SPARC32 disk images, along with a stack underflow which
affects all architectures during boot.
Please can you update the OpenBIOS git-svn mirror on git.qemu.org, and
let me
Hi Anthony,
There's a fairly nasty regression in OpenBIOS for 1.7 which breaks
booting for SPARC32 disk images, along with a stack underflow which
affects all architectures during boot.
Please can you update the OpenBIOS git-svn mirror on git.qemu.org, and
let me know how to coordinate the p
On Fri, Feb 08, 2013 at 11:27:20AM -0500, Michael R. Hines wrote:
> According to the website, I should ask here for someone to make a
> wiki account for me?
>
> I would like to post documentation of the RDMA patches I'm preparing.
Your account has been created, please see the off-list email.
The
Hi,
According to the website, I should ask here for someone to make a wiki
account for me?
I would like to post documentation of the RDMA patches I'm preparing.
Thanks,
- Michael R. Hines
On Mon, Jan 07, 2013 at 11:17:39AM -0800, Tony Su wrote:
> I haven't been able to find anyone who can confirm that the following
> command modify the User Mode Networking default address
> space, but in any case does not work for my distro. I have yet to
> determine if this problem is specific to
Hello,
Posting here because it seems that this problem requires ability to
understand the source and how to modify it which means it's likely
above the head of any User forums and mail lists. I have no experience
coding C although that likely should not be an issue here except for
the questions I a
On Mon, 2012-07-02 at 13:41 +1000, Alexey Kardashevskiy wrote:
> On 27/06/12 22:37, Dan Carpenter wrote:
> > On Mon, Jun 25, 2012 at 10:55:52PM -0600, Alex Williamson wrote:
> >> Hi,
> >>
> >> VFIO has been kicking around for well over a year now and has been
> >> posted numerous times for review.
On 27/06/12 22:37, Dan Carpenter wrote:
> On Mon, Jun 25, 2012 at 10:55:52PM -0600, Alex Williamson wrote:
>> Hi,
>>
>> VFIO has been kicking around for well over a year now and has been
>> posted numerous times for review. The pre-requirements are finally
>> available in linux-next (or will be in
On Wed, Jun 27, 2012 at 01:23:23PM -0600, Alex Williamson wrote:
> On Wed, 2012-06-27 at 15:37 +0300, Dan Carpenter wrote:
> > On Mon, Jun 25, 2012 at 10:55:52PM -0600, Alex Williamson wrote:
> > > Hi,
> > >
> > > VFIO has been kicking around for well over a year now and has been
> > > posted nume
On Wed, 2012-06-27 at 15:37 +0300, Dan Carpenter wrote:
> On Mon, Jun 25, 2012 at 10:55:52PM -0600, Alex Williamson wrote:
> > Hi,
> >
> > VFIO has been kicking around for well over a year now and has been
> > posted numerous times for review. The pre-requirements are finally
> > available in lin
On Mon, Jun 25, 2012 at 10:55:52PM -0600, Alex Williamson wrote:
> Hi,
>
> VFIO has been kicking around for well over a year now and has been
> posted numerous times for review. The pre-requirements are finally
> available in linux-next (or will be in the 20120626 build) so I'd like
> to request
Hi Alex,
On Mon, 25 Jun 2012 22:55:52 -0600 Alex Williamson
wrote:
>
> VFIO has been kicking around for well over a year now and has been
> posted numerous times for review. The pre-requirements are finally
> available in linux-next (or will be in the 20120626 build) so I'd like
> to request a
On Mon, 2012-06-25 at 22:55 -0600, Alex Williamson wrote:
> Hi,
>
> VFIO has been kicking around for well over a year now and has been
> posted numerous times for review. The pre-requirements are finally
> available in linux-next (or will be in the 20120626 build) so I'd like
> to request a new b
Hi,
VFIO has been kicking around for well over a year now and has been
posted numerous times for review. The pre-requirements are finally
available in linux-next (or will be in the 20120626 build) so I'd like
to request a new branch be included in linux-next with a goal of being
accepted into v3.
On Wed, Aug 3, 2011 at 5:39 PM, Anthony Liguori wrote:
> On 08/03/2011 11:48 AM, Blue Swirl wrote:
>>
>> On Wed, Aug 3, 2011 at 9:05 AM, Philipp Hahn wrote:
>>>
>>> Hello,
>>>
>>> On Monday 25 July 2011 16:18:07 Anthony Liguori wrote:
Hands down, 0.14.0 had the best change log of any QE
On 08/03/2011 11:48 AM, Blue Swirl wrote:
On Wed, Aug 3, 2011 at 9:05 AM, Philipp Hahn wrote:
Hello,
On Monday 25 July 2011 16:18:07 Anthony Liguori wrote:
Hands down, 0.14.0 had the best change log of any QEMU release. A large
part of the success of the change log was how many people partic
On Wed, Aug 3, 2011 at 9:05 AM, Philipp Hahn wrote:
> Hello,
>
> On Monday 25 July 2011 16:18:07 Anthony Liguori wrote:
>> Hands down, 0.14.0 had the best change log of any QEMU release. A large
>> part of the success of the change log was how many people participated
>> in creating it. I'd love
Hello,
On Monday 25 July 2011 16:18:07 Anthony Liguori wrote:
> Hands down, 0.14.0 had the best change log of any QEMU release. A large
> part of the success of the change log was how many people participated
> in creating it. I'd love for us to go even further with 0.15.0.
>
> I've created a te
Hi,
Hands down, 0.14.0 had the best change log of any QEMU release. A large
part of the success of the change log was how many people participated
in creating it. I'd love for us to go even further with 0.15.0.
I've created a template to start with:
http://wiki.qemu.org/ChangeLog/0.15
If
Hi,
I've just started the learning process on QEMU, and am trying to create a USB
webcam virtual device (targetting the Linux UVC driver). So far, I'm able to
create the device, plug it in (thanks to those involved in qdev), and inspect
the descriptor.
The problem is building the descriptor, a
Hi,
QEMU at present can be started with a huge list of parameters, and only
a subset of these can be changed at runtime. For the remaining ones, one
needs to restart the qemu instance.
I've been trying to put together a list of some such parameters, which
would make good candidates for a runtim
Am 13.10.2010 21:07, schrieb Gabi Voiculescu:
Hi.
I am using a version of qemu from qemu-meego,
git://gitorious.org/qemu-maemo/qemu.git, compiled under ubuntu 9.04.
The questions I want to ask is however more general and I think apply
to all version of qemu.
Question 1
---
When qem
On Wed, Oct 13, 2010 at 7:07 PM, Gabi Voiculescu wrote:
> Hi.
>
> I am using a version of qemu from qemu-meego,
> git://gitorious.org/qemu-maemo/qemu.git, compiled under ubuntu 9.04.
>
> The questions I want to ask is however more general and I think apply to all
> version of qemu.
>
> Question
Hi.
I am using a version of qemu from qemu-meego,
git://gitorious.org/qemu-maemo/qemu.git, compiled under ubuntu 9.04.
The questions I want to ask is however more general and I think apply to all
version of qemu.
Question 1
---
When qemu is built with SDL support, does it have a fully
Can anybody tell me if I can use parallel0 and serial0 simultaneously as
distinct input interfaces, please?
Is this allowed by the qemu design or not?
Thank you,
Gabi Voiculescu
--- On Fri, 10/8/10, Gabi Voiculescu wrote:
> From: Gabi Voiculescu
> Subject: [Qemu-devel] request help en
Hi.
I am trying to emulate the Beagle platform using the version of qemu (meego
qemu) from here (I'm currently in sync with commit caacc3f):
git://gitorious.org/qemu-maemo/qemu.git.
I'm faced with the following problem. I'm running a microkernel underneath
Linux and when I try to use invasive
Hi Lauro Ramos Venancio !
>I would like to volunteer me to maintain a stable branch (and eventually a bug
>track) .
>In 2008, I will work full time on qemu and I will need a stable version.
I fully support the idea of having stable branch.
Count me in, as your stable-branch BETA-tester :)
-Al
> The main limiting factor is a volunteer to do the work. You can always do
> an "unofficial" bugfix-only release and get it blessed later. (That's how
> the Windows and MacOS X binary releases seem to work.)
I would like to volunteer me to maintain a stable branch (and
eventually a bug track) .
On Monday 07 January 2008 14:38:54 Julian Seward wrote:
> > [discussion about where to host a bugzilla]
>
> Perhaps a more important question is, is there interest in making
> a stable branch, tracking bugs and producing bug-fix-only releases
> from the stable branch? As is traditional in (eg) gcc
Am 07.01.2008 um 21:38 schrieb Julian Seward:
Perhaps a more important question is, is there interest in making
a stable branch, tracking bugs and producing bug-fix-only releases
from the stable branch? As is traditional in (eg) gcc, etc? If not,
I don't think there is much point in having a
> [discussion about where to host a bugzilla]
Perhaps a more important question is, is there interest in making
a stable branch, tracking bugs and producing bug-fix-only releases
from the stable branch? As is traditional in (eg) gcc, etc? If not,
I don't think there is much point in having a b
Well, the bugzilla doesn't have to be on the main site, but a _link_ to the
"official" Qemu bugzilla should exist from the main site.
--
-Alexey Eremenko "Technologov"
On Sun, Jan 06, 2008 at 07:56:11PM +, Daniel P. Berrange wrote:
Would that be possible to add Qemu bugzilla to the main Qemu site
(http://fabrice.bellard.free.fr/qemu/index.html), please ?
>>> While QEMU is officially still in alpha stage ;) I'd agree that an
>>> issue tracking system
On Sun, Jan 06, 2008 at 08:12:48PM +0100, Soren Hansen wrote:
> On Sun, Jan 06, 2008 at 08:06:28PM +0100, Andreas Färber wrote:
> >> I would like to be helpful, and join as a BETA tester to the Qemu
> >> community. However, to be effective I need the right tools to
> >> successfully accomplish my m
On Sun, Jan 06, 2008 at 08:06:28PM +0100, Andreas Färber wrote:
>> I would like to be helpful, and join as a BETA tester to the Qemu
>> community. However, to be effective I need the right tools to
>> successfully accomplish my mission. One tool that I would really like
>> to have is a Qemu bugzill
Hi,
Am 06.01.2008 um 19:56 schrieb Alexey Eremenko:
I would like to be helpful, and join as a BETA tester to the Qemu
community. However, to be effective I need the right tools to
successfully accomplish my mission. One tool that I would really
like to have is a Qemu bugzilla.
Would that
Hi all,
I would like to be helpful, and join as a BETA tester to the Qemu community.
However, to be effective I need the right tools to successfully accomplish
my mission. One tool that I would really like to have is a Qemu bugzilla.
Would that be possible to add Qemu bugzilla to the main Qemu si
Hello
I have a request.
Is it possible to make qemu-smp as a target?
In short terms, to have a sort of
qemu-x86-smp -n-cpu 4 -m 128 disk.img
to emulate a quadri-CPU
Is it :
possible?
planned for future?
useless?
an idea?
Thanks
-
Etes vous un
Hello
I have a request.
Is it possible to make qemu-smp as a target?
In short terms, to have a sort of
qemu-x86-smp -n-cpu 4 -m 128 disk.img
to emulate a quadri-CPU
Is it
possible?
planned for future?
useless?
an idea?
Thanks
-
Etes vous un conso
69 matches
Mail list logo