Re: [Qemu-devel] [PATCH] Remote console access though socket

2006-03-12 Thread Daniel Veillard
On Sat, Mar 11, 2006 at 11:22:29PM +0100, Oliver Gerlich wrote: > Daniel Veillard schrieb: > > I need first to find the ports of the > > QEmu instances (plural, if you limit to one per box, then you can block the > > default port number and there would be no problem) on a local machine. I > > don'

[Qemu-devel] qemu/target-i386 op.c

2006-03-12 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Paul Brook <[EMAIL PROTECTED]> 06/03/11 14:46:59 Modified files: target-i386: op.c Log message: Add missing FORCE_RET() CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/target-i386

Re: [Qemu-devel] [PATCH] reduce magic numbers length to 16 bytes (qemu-binfmt-conf.sh)

2006-03-12 Thread Paul Brook
> To not make this thread completely useless: I find > /usr/share/misc/file/magic very useful to get machine patterns (as > detected by "file"). Search there for "magic for ELF executables" and > you will find a fairly complete list of machine magic numbers. Or you could just use the official list

Re: [Qemu-devel] qemu regression 0.7.2 -> 0.8.0 (ARM user emulation)

2006-03-12 Thread Paul Brook
On Monday 06 March 2006 14:03, Ulrich Hecht wrote: > Hi! > > On Wednesday 01 March 2006 23:18, Anderson Lizardo wrote: > > I was having some issues with the latest qemu (ARM user emulation), > > which I tracked down to the following reduced test case: > > > > #include > > int main(void) > > { > >

Re: [Qemu-devel] [PATCH] reduce magic numbers length to 16 bytes (qemu-binfmt-conf.sh)

2006-03-12 Thread Johannes Schindelin
Hi, On Sat, 11 Mar 2006, Paul Brook wrote: > > To not make this thread completely useless: I find > > /usr/share/misc/file/magic very useful to get machine patterns (as > > detected by "file"). Search there for "magic for ELF executables" and > > you will find a fairly complete list of machine ma

Re: [Qemu-devel] [PATCH] Set hostname in DHCP response

2006-03-12 Thread Ed Swierk
On 3/11/06, Paul Brook <[EMAIL PROTECTED]> wrote: > This should be set via -net user,hostname=foo. No need for a separate option. I agree, since the hostname is relevant only for user-net interfaces. An updated patch is attached. The only issue is that there's just a single, global hostname, not

Re: [Qemu-devel] [PATCH] Set hostname in DHCP response

2006-03-12 Thread Leonardo E. Reiter
QEMU doesn't do a great job of supporting multiple user-net interfaces right now. I was testing this the other day and getting some rather odd behavior (unexpected segfaults, etc.) I didn't debug deep enough to figure out the specifics, but having a global state (like slirp is today) for mult