Hi,
I have patched QEMU's "configure" script and its main makefile: Now
QEMU's documentation is also created in PDF format (using "texi2pdf"),
and the targets "install-all-doc" / "install-all" install
documentation in INFO and PDF format, too. May be others find this
feature useful.
Dirk
For res
tcg_out_ld(s, TCG_TYPE_I64, r1, r1, offsetof(CPUTLBEntry, addend) -
offsetof(CPUTLBEntry, addr_read));
should be modified to
tcg_out_ld(s, TCG_TYPE_I64, r1, r1, offsetof(CPUTLBEntry, addend));
Actually, it should be the entire offset from CPUState. The ADDR_WRITE
offset before was entirely st
On Sun, Jan 31, 2010 at 1:56 PM, jonatan perry wrote:
> Hi Mulyadi!
> Regarding my first qeustion: no, I don't want remote access to the machine,
> I want local access, something like starting a linux os, and launch from
> shell qemu so he will run a graphic operation system, like windows.
>
> I w
Hi Mulyadi!
Regarding my first qeustion: no, I don't want remote access to the machine,
I want local access, something like starting a linux os, and launch from
shell qemu so he will run a graphic operation system, like windows.
I want my emulator to run the virtual machine opcodes natively on my
There's a problem when trying to use an image file based on a read-only image
file.
Before this patch, qemu fails to open the base image and stop.
With this patch, qemu tries to open the backing file with same permissions as
the "top" file,
but if it fails, qemu tries to open it with read-only pe
Commit c2039bd0ffce8807e0eaac55254fde790825fa92 made rom loading
automatic for non-PC architectures. Remove now mostly unused
conditional rom loading support.
Signed-off-by: Blue Swirl
---
hw/loader.c |5 -
hw/loader.h |1 -
hw/pc.c |3 ---
3 files changed, 0 insertions(+), 9
Add -static to LDFLAGS earlier as to run the compile_prog() tests with
this flags, this will avoid turning on features for which a shared
library is available but not a static one.
Signed-off-by: Loïc Minier
---
configure |5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git
Fix .rel.plt sections in the output to not only include .rel.plt
sections from the input but also the .rel.iplt sections and to define
the hidden symbols __rel_iplt_start and __rel_iplt_end around
.rel.iplt as otherwise we get undefined references to these when
linking statically to a multilib libc
Sheng Yang wrote:
> Commit 03cbdac7 "Disable fall-back to read-only when cannot open drive's
> file for read-write" result in read-only image can't be used as backed
> image in qemu-img.
>
> Cc: Naphtali Sprei
> Signed-off-by: Sheng Yang
Acked-by: Naphtali Sprei
Unfortunately, I see there are
On 01/31/2010 04:08 AM, malc wrote:
On Wed, 27 Jan 2010, Anthony Liguori wrote:
On 01/27/2010 05:56 AM, Paolo Bonzini wrote:
On 01/27/2010 03:10 AM, Anthony Liguori wrote:
What did clang complain about? It's not obvious to me.
It doesn't see that audio_bug returns cond, and gives quite a f
Thanks, applied.
On Sun, Jan 31, 2010 at 4:27 AM, Artyom Tarasenko
wrote:
> if the access check fails, the page can not be modified
> and shouldn't be marked dirty.
> The patch fixes the "hsfs_putpage: dirty HSFS page"
> error in Solaris guests.
>
> Signed-off-by: Artyom Tarasenko
> ---
> diff
This is a reimplementation of prior versions which adds
the ability to define cpu models for contemporary processors.
The added models are likewise selected via -cpu ,
and are intended to displace the existing convention
of "-cpu qemu64" augmented with a series of feature flags.
A primary motivati
2010/1/30 Yasin Yenidünya :
> Hello,
>
> I want to develop an linux os. Does anyone has a tutorial to build an
> operting system? Or if some one has the soruce code of linux that comes with
> qemu it is also enought for me..
You wanna develop from scratch? or extend the existing one like Linux ker
On Sun, Jan 31, 2010 at 3:17 AM, jonatan perry wrote:
> Opps... sent to this list by mistake :-(
>
> On Sat, Jan 30, 2010 at 10:17 PM, jonatan perry wrote:
>>
>> Hello all,
>>
>> Can Qemu running on Linux without an X server run windows operation
>> system? is the virtualization can be directly w
Dear all,
In latest git revision, when guest OS restarts or system_reset command
issues from monitor console, it asserts failed:
Assertion failed: obj != NULL, file C:/msys/home/User/qemu/monitor.c, line 338
Best regards,
Roy Tam
15 matches
Mail list logo