On Wednesday 10 October 2007 10:20:41 pm Ian Graeme Hilt wrote:
> On Wed, Oct 10, 2007 at 06:20:57PM -0500, Rob Landley wrote:
> > On Saturday 06 October 2007 8:59:02 pm Ian Graeme Hilt wrote:
> > > Two questions:
> > >
> > > 1. Why does qemu-system-m68k require a kernel image?
> >
> > I'd actually
Hello,
I did more search on the keyboard problem, just posted on the forum
but here seems to be a better place:
The GPL Gujin bootloader (http://gujin.org) is using the BIOS mouse
interface (INT 0x15/0xC2 interface) and as soon as the "set handler" service
is initialised (INT 0x15/0xC207) ther
On Wed, 2007-10-10 at 21:38 -0600, Thayne Harbaugh wrote:
> I appreciate the work that Jocelyn did to correct the types used
> throughout linux-user/syscall.c. Along those same lines I am working on
> several patches to eliminate some incorrect constructs that have crept
> into syscall.c - some of
Fabrice Bellard wrote:
> Thiemo Seufer wrote:
>> Fabrice Bellard wrote:
>>> J. Mayer wrote:
Following the patches done for elfload32, it appeared to me that there
were still problems that would prevent 32 bits executables to run on 64
bits target in linux user mode emulation.
[.
On 10/11/07, Thiemo Seufer <[EMAIL PROTECTED]> wrote:
> Fabrice Bellard wrote:
> > Thiemo Seufer wrote:
> >> Fabrice Bellard wrote:
> >>> J. Mayer wrote:
> Following the patches done for elfload32, it appeared to me that there
> were still problems that would prevent 32 bits executables t
Blue Swirl wrote:
[snip]
> > >> I would think this feature will be limited to platforms which can handle
> > >> 32bit and 64bit binaries with a single personality.
> > >
> > > I am not sure it is a common case !
> > >
> > > However, I suggest to emulate a 32 bit user linux system with a 64 bit
> >
J. Mayer wrote:
> On Wed, 2007-10-10 at 07:06 +0200, J. Mayer wrote:
> > On Wed, 2007-10-10 at 01:12 +0100, Thiemo Seufer wrote:
> > > J. Mayer wrote:
> > > > Here's a proposal to add a int cpu_mem_index (CPUState *env) function in
> > > > targets cpu.h header.
> > > > The idea of this patch is:
>
On Thu, Oct 11, 2007 at 02:15:25AM -0500, Rob Landley wrote:
> On Wednesday 10 October 2007 10:20:41 pm Ian Graeme Hilt wrote:
> > On Wed, Oct 10, 2007 at 06:20:57PM -0500, Rob Landley wrote:
> > > On Saturday 06 October 2007 8:59:02 pm Ian Graeme Hilt wrote:
> > > > Two questions:
> > > >
> > > >
In ioemu/vl.c: do_savevm(), before saving the current VM state for live
VM migration (qemu_savevm_state()), it calls qemu_aio_flush() in
ioemu/block-raw.c. Now qemu_aio_flush() internally calls qemu_aio_poll()
where we loop through the linked list of RawAIOCB structures and remove
the request
On Thu, 2007-10-11 at 22:26 +0300, Blue Swirl wrote:
> On 10/10/07, Fabrice Bellard <[EMAIL PROTECTED]> wrote:
> > Thiemo Seufer wrote:
> > > Fabrice Bellard wrote:
> > >> J. Mayer wrote:
> > >>> Following the patches done for elfload32, it appeared to me that there
> > >>> were still problems that
On Thu, 2007-10-11 at 18:46 +0100, Thiemo Seufer wrote:
> J. Mayer wrote:
> > On Wed, 2007-10-10 at 07:06 +0200, J. Mayer wrote:
> > > On Wed, 2007-10-10 at 01:12 +0100, Thiemo Seufer wrote:
> > > > J. Mayer wrote:
> > > > > Here's a proposal to add a int cpu_mem_index (CPUState *env) function
> >
Forwarded Message
> From: J. Mayer <[EMAIL PROTECTED]>
> Reply-To: qemu-devel@nongnu.org
> To: qemu-devel@nongnu.org
> Subject: [Qemu-devel] RFC: avoid #ifdef for target cpu list
> Date: Wed, 10 Oct 2007 07:14:22 +0200
>
> This tiny patch unifies the -cpu ? option for all cpu tha
Hey there,
Just wanted to check if there is any progress with a x86_64 guest on a
x86_64 host when the kernel module kqemu is enabled. As long the module
is disabled the system boots fine.
Setting: Gentoo x86_64 box as host, guest is a Debian AMD64
Execution: /usr/local/bin/qemu-system-x86_64 -k
Em Seg, 2007-09-24 às 13:05 -0300, Andreas Hasenack escreveu:
> Em Sex, 2007-09-21 às 19:40 -0500, Anthony Liguori escreveu:
> > Andreas Hasenack wrote:
> > > Hi,
> > >
> > > does qemu support the PXE boot menu? I have such a server here in my
> > > network but qemu keeps loading some default syst
On Thu, Oct 11, 2007 at 06:27:28PM -0700, Alexander Sennhauser wrote:
> Just wanted to check if there is any progress with a x86_64 guest on a
> x86_64 host when the kernel module kqemu is enabled. As long the module
> is disabled the system boots fine.
>
> Setting: Gentoo x86_64 box as host, gues
Hello,
This proposed patch add support for deleting usb devices by providing the
(exact) same string they were added with, thus enabling to remove a usb
device with the host string.
The old capability of deleting usb device by their internal port is not
harmed.
I had to move USBHostDevice to vl.h
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Jocelyn Mayer 07/10/12 06:47:46
Modified files:
. : vl.c vl.h
linux-user : main.c
target-arm : cpu.h helper.c
target-mips: cpu.h
target-ppc : cpu.h
17 matches
Mail list logo