Aurelien Jarno schrieb:
> On Sun, Mar 28, 2010 at 11:50:19AM +0200, Stefan Weil wrote:
>
>> * Replace broken links by link to QEMU wiki.
>>
>> * Separate sections for Linux / Windows / Mac OS X
>> are no longer needed: the wiki link will provide
>> additional links, so we don't need them her
A 32 bit cross compilation of x86_64-linux-user raises this error:
CCx86_64-linux-user/exec.o
cc1: warnings being treated as errors
exec.c: In function ‘page_init’:
exec.c:350: error: large integer implicitly truncated to unsigned type
L1_MAP_ADDR_SPACE_BITS == 47, HOST_LONG_BITS == 32,
so
Aurelien Jarno schrieb:
> On Sun, Mar 28, 2010 at 11:44:05AM +0200, Stefan Weil wrote:
>> This patch enhances the algorithm which finds the correct settings
>> for SDL.
>> For cross compilations (when cross_prefix is set), it looks for
>> sdl-config
>> with cross prefix. Here is the complete search
On Sat, Apr 10, 2010 at 09:21:54AM +0200, Stefan Weil wrote:
> Aurelien Jarno schrieb:
> > On Sun, Mar 28, 2010 at 11:50:19AM +0200, Stefan Weil wrote:
> >
> >> * Replace broken links by link to QEMU wiki.
> >>
> >> * Separate sections for Linux / Windows / Mac OS X
> >> are no longer needed:
Aurelien Jarno schrieb:
> On Sat, Apr 10, 2010 at 09:21:54AM +0200, Stefan Weil wrote:
>> Aurelien Jarno schrieb:
>>> On Sun, Mar 28, 2010 at 11:50:19AM +0200, Stefan Weil wrote:
>>>
* Replace broken links by link to QEMU wiki.
* Separate sections for Linux / Windows / Mac OS X
Am 10.04.2010 08:04, schrieb Stefan Hajnoczi:
> On Fri, Apr 9, 2010 at 7:17 PM, Stefan Hajnoczi wrote:
>> I see three options:
>> 1. Leave the search.
>> 2. Modify qemu-queue.h to add a QTAILQ_ON_LIST(elm) macro.
>> 3. Break the QTAILQ abstraction and test tge_prev directly.
>
> I see a nicer opt
Am 10.04.2010 02:02, schrieb Aurelien Jarno:
> On Tue, Apr 06, 2010 at 03:30:08PM +0200, Kevin Wolf wrote:
>> This is part three of the qcow2 error path fixes. More to come...
>>
>> May depend on any patches sent earlier that are in my queue (I think it does
>> depend at least on the blkdebug serie
Am 10.04.2010 08:02, schrieb Stefan Hajnoczi:
> Signed-off-by: Stefan Hajnoczi
> ---
> block.c | 41 +++--
> block_int.h |3 ++-
> 2 files changed, 21 insertions(+), 23 deletions(-)
Thanks, applied to the block branch.
Kevin
On 10.04.2010, at 02:00, Aurelien Jarno wrote:
> On Sat, Apr 10, 2010 at 01:29:55AM +0200, Alexander Graf wrote:
>>
>> On 09.04.2010, at 22:17, Aurelien Jarno wrote:
>>
>>> On Thu, Apr 01, 2010 at 06:42:41PM +0200, Alexander Graf wrote:
This patch adds a firmware blob to the S390 target. T
On Sat, Apr 10, 2010 at 09:56:00AM +0200, Stefan Weil wrote:
> Aurelien Jarno schrieb:
> > On Sat, Apr 10, 2010 at 09:21:54AM +0200, Stefan Weil wrote:
> >> Aurelien Jarno schrieb:
> >>> On Sun, Mar 28, 2010 at 11:50:19AM +0200, Stefan Weil wrote:
> >>>
> * Replace broken links by link to QEMU
Aurelien Jarno schrieb:
> On Sat, Apr 10, 2010 at 09:56:00AM +0200, Stefan Weil wrote:
>> Aurelien Jarno schrieb:
>>> On Sat, Apr 10, 2010 at 09:21:54AM +0200, Stefan Weil wrote:
Aurelien Jarno schrieb:
> On Sun, Mar 28, 2010 at 11:50:19AM +0200, Stefan Weil wrote:
>
>> * Replace b
Stefan Weil wrote:
> inst is unsigned long, so use %04lx instead of %04x.
>
> Signed-off-by: Stefan Weil
I've sent a patch
(http://lists.gnu.org/archive/html/qemu-devel/2010-04/msg00637.html)
which include this change and fix a bug, as explained by Paolo Bonzini:
http://lists.gnu.org/archive/htm
On 04/09/2010 11:30 PM, Eric Blake wrote:
Yeah, having the ability to specify an optional wrapper script, that
receives the name of the normal interpreter and all the arguments the
normal interpreter would have been given, sounds like the ultimate in
flexibility at a minimum of xml.
You can als
Mohammed Gamal wrote:
> Hi Javier,
> Thanks for the link. However, I'm still concerned with
> interoperability with other operating systems, including non-Windows
> ones. I am not sure of how many operating systems actually support 9p,
> but I'm almost certain that CIFS would be more widely-support
On Sat, Apr 10, 2010 at 2:12 PM, Jamie Lokier wrote:
> Mohammed Gamal wrote:
>> Hi Javier,
>> Thanks for the link. However, I'm still concerned with
>> interoperability with other operating systems, including non-Windows
>> ones. I am not sure of how many operating systems actually support 9p,
>>
On Sat, Apr 10, 2010 at 11:22:37AM +0200, Alexander Graf wrote:
>
> On 10.04.2010, at 02:00, Aurelien Jarno wrote:
>
> > On Sat, Apr 10, 2010 at 01:29:55AM +0200, Alexander Graf wrote:
> >>
> >> On 09.04.2010, at 22:17, Aurelien Jarno wrote:
> >>
> >>> On Thu, Apr 01, 2010 at 06:42:41PM +0200,
On Sat, Apr 10, 2010 at 09:34:31AM +0200, Stefan Weil wrote:
> Aurelien Jarno schrieb:
> > On Sun, Mar 28, 2010 at 11:44:05AM +0200, Stefan Weil wrote:
> >> This patch enhances the algorithm which finds the correct settings
> >> for SDL.
> >> For cross compilations (when cross_prefix is set), it lo
Aurelien Jarno schrieb:
> On Sat, Apr 10, 2010 at 09:34:31AM +0200, Stefan Weil wrote:
>> Aurelien Jarno schrieb:
>>> On Sun, Mar 28, 2010 at 11:44:05AM +0200, Stefan Weil wrote:
This patch enhances the algorithm which finds the correct settings
for SDL.
For cross compilations (when
On Sat, Apr 10, 2010 at 09:26:03AM +0200, Stefan Weil wrote:
> A 32 bit cross compilation of x86_64-linux-user raises this error:
>
> CCx86_64-linux-user/exec.o
> cc1: warnings being treated as errors
> exec.c: In function ‘page_init’:
> exec.c:350: error: large integer implicitly truncated
On Fri, Apr 09, 2010 at 10:02:41PM +0200, Aurelien Jarno wrote:
> On Wed, Mar 31, 2010 at 11:00:36PM +0200, Juergen Lock wrote:
> > V2 that uses endaddr = end-of-guest-address-space if !h2g_valid(endaddr)
> > after I found out that indeed works; and also disables the FreeBSD 6.x
> > /compat/linux/p
When specifying ide devices using -device, the cmos information
which the bios depends on is not written. This patch generalizes
the cmos hd data setting for the existing code path and adds the
ability to call that code on a per machine, per ide drive basis.
This is important for older guests
2nd arg of page_set_flags() should be start+size, but size.
Signed-off-by: Takashi YOSHII
---
linux-user/syscall.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/linux-user/syscall.c b/linux-user/syscall.c
index a03e432..26c0fb4 100644
--- a/linux-user/syscall.c
+++ b/
On Sat, Apr 10, 2010 at 05:22:08PM +0200, Aurelien Jarno wrote:
> On Fri, Apr 09, 2010 at 10:02:41PM +0200, Aurelien Jarno wrote:
> > On Wed, Mar 31, 2010 at 11:00:36PM +0200, Juergen Lock wrote:
> > > V2 that uses endaddr = end-of-guest-address-space if !h2g_valid(endaddr)
> > > after I found out
Hello to all,
I am using i386 linux user mode to run linux i386 binaries.
I was wondering if there is way to print the input assembly of the
executable.
I run: ./i386-linux-user/qemu-i386 -d in_asm ../executable
but I don't know exactly what in_asm stands for:
is it the exact assembly of the exe
On 04/10/2010 12:26 AM, Stefan Weil wrote:
A 32 bit cross compilation of x86_64-linux-user raises this error:
} else {
#if TARGET_ABI_BITS<= L1_MAP_ADDR_SPACE_BITS
endaddr = ~0ul;
+#elif HOST_LONG_BITS<= L1_MAP_ADDR_SPACE_BITS
+
Hello,
Booting DOS 6.22 with NT4 Bootloader works fine. With enabled KVM it
boots, but hangs at counting down the boot loader selection menu (30s,
29s, hang). Booting Knoppix 6.2 from CD wwith KVM orks well.
Versions (0.12.3):
x86_64-softmmu: OK
i386-softmmu: OK
x86_64-softmmu with -enable-kv
On Thu, 8 Apr 2010, Aurelien Jarno wrote:
Hi all,
A number of fixes have been accumulated in the stable-0.12 branch, and
I think it's time to release a new stable version. I would like to see
that happening for the end of next week (around the 18th of April).
If you want to see some patches in
On Sat, Apr 10, 2010 at 10:08:45PM +0200, Gerhard Wiesinger wrote:
> On Thu, 8 Apr 2010, Aurelien Jarno wrote:
>
>> Hi all,
>>
>> A number of fixes have been accumulated in the stable-0.12 branch, and
>> I think it's time to release a new stable version. I would like to see
>> that happening for th
On Sat, Apr 10, 2010 at 7:42 AM, Mohammed Gamal wrote:
> On Sat, Apr 10, 2010 at 2:12 PM, Jamie Lokier wrote:
>> To throw a spanner in, the most widely supported filesystem across
>> operating systems is probably NFS, version 2 :-)
>
> Remember that Windows usage on a VM is not some rare use case
On Thursday 08 April 2010 13:37:07 Aurelien Jarno wrote:
> Hi all,
>
> A number of fixes have been accumulated in the stable-0.12 branch, and
> I think it's time to release a new stable version. I would like to see
> that happening for the end of next week (around the 18th of April).
>
> If you w
30 matches
Mail list logo