[Qemu-devel] Re: FreeBSD qemu-devel git snapshot port update up for testing

2009-11-21 Thread Juergen Lock
On Sat, Nov 21, 2009 at 12:49:51AM +0100, Juergen Lock wrote: > Hi! > > I've made another qemu git snapshot port update, > http://people.freebsd.org/~nox/qemu/qemu-devel-20091120.patch > or, alternatively, > http://people.freebsd.org/~nox/qemu/qemu-devel-20091120.shar > and since our

Re: [Qemu-devel] patch for i386 build on x86_64

2009-11-21 Thread Stefan Weil
Jean-Christophe Dubois schrieb: > Is this patch considered for inclusion? > > Qemu doesn't seem to be able to build (for i386 target) on Ubuntu Karmic > Koala > host (x86_64) without it. > > Thanks > > JC > > le dimanche 8 novembre 2009 jamesmikedup...@googlemail.com a écrit > >> http://fmtyew

Re: [Qemu-devel] qemu-system-mips and non ELF linux kernel

2009-11-21 Thread Stefan Weil
Sebastian Herbszt schrieb: > Is it possible to load a non ELF linux kernel in qemu-system-mips with > -kernel? > According to the documentation [1] the kernel should be loaded at a > specific memory > address and then started from the entry address. > > Is something like that possible? > > [1] http

[Qemu-devel] [PATCH] debugcon: support for debugging consoles (e.g. Bochs port 0xe9)

2009-11-21 Thread H. Peter Anvin
Add generic support for debugging consoles (simple I/O ports which when written to cause debugging output to be written to a target.) The current implementation matches Bochs' port 0xe9, allowing the same debugging code to be used for both Bochs and Qemu. There is no vm state associated with the d

Re: [Qemu-devel] Fwd: qemu code review

2009-11-21 Thread Steve Grubb
On Thursday 19 November 2009 04:09:48 am Kevin Wolf wrote: > >> ... > >> In hw/e1000.c at line 89, vlan is declared to be 4 bytes. At line 382 is > >> an attempt to do a memmove over it with a size of 12. > > > > Obviously this was intentional. Would replacing > > memmove(tp->vlan, tp->data

[Qemu-devel] [PATCH] SerialICE - Qemu based (x86) firmware debugger

2009-11-21 Thread Stefan Reinauer
Dear x86 hardware and low-level software developers and enthusiasts! coresystems GmbH is glad to finally release SerialICE 1.5, our "Integrated Circuit Emulator over Serial". SerialICE (http://www.serialice.com) is a BIOS/Firmware debugging tool. It allows you to run and observe BIOS images (such

[Qemu-devel] qemu-system-mips and non ELF linux kernel

2009-11-21 Thread Sebastian Herbszt
Is it possible to load a non ELF linux kernel in qemu-system-mips with -kernel? According to the documentation [1] the kernel should be loaded at a specific memory address and then started from the entry address. Is something like that possible? [1] http://www.castalie.org/projects/DM111P.html

[Qemu-devel] Re: POST failure (loop) with isapc and seabios

2009-11-21 Thread Sebastian Herbszt
Kevin O'Connor wrote: On Thu, Nov 19, 2009 at 10:30:20PM +0100, Sebastian Herbszt wrote: i386-softmmu/qemu -M isapc -bios pc-bios/bios.bin Thanks for reporting this. After compiling seabios with CONFIG_DEBUG_SERIAL set in src/config.h and running: qemu -M isapc -serial file:foo I see: Unab

[Qemu-devel][PATCH] Increased buffer size to 16kb for larger jumbo frames

2009-11-21 Thread Kay Ackermann
Increased buffer size to 16kb for larger jumbo frames Signed-off-by: Kay Ackermann --- net.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net.c b/net.c index 9ea66e3..1e727c0 100644 --- a/net.c +++ b/net.c @@ -618,7 +618,7 @@ ssize_t qemu_send_packet_raw(VLANCl

[Qemu-devel] [PATCH] virtio: Add virtio-rng driver

2009-11-21 Thread Ian Molton
This patch adds support for virtio-rng. Data is read from a chardev and can be either raw entropy or received via the EGD protocol. Signed-off-by: Ian Molton --- Makefile.target |2 +- hw/pci.h|1 + hw/virtio-pci.c | 27 hw/virtio-rng.c | 194 +

[Qemu-devel] [PATCH] virtio: Add virtio-rng driver

2009-11-21 Thread Ian Molton
Hi folks, This patch is a first cut at a driver for virtio-rng. Its not problem free, but it works. Features: * Raw and EGD protocol support * Rate limiting (simple) Known problems: * provokes a bug in the kernels virtio-rng driver that results in data corruption. * Does not reconnect to the

Re: [Qemu-devel] [PATCH 00/10]: QError v4

2009-11-21 Thread Markus Armbruster
Anthony Liguori writes: > Markus Armbruster wrote: >> We have: >> >> (1) machine-readable error code >> >> (2) human-readable error message >> >> (3) machine-readable additional error data >> >> The old monitor prints just (3). >> > > s:(3):(2): D'oh! >> You propose to have QMP send (1) and

Re: [Qemu-devel] patch for i386 build on x86_64

2009-11-21 Thread Jean-Christophe Dubois
Is this patch considered for inclusion? Qemu doesn't seem to be able to build (for i386 target) on Ubuntu Karmic Koala host (x86_64) without it. Thanks JC le dimanche 8 novembre 2009 jamesmikedup...@googlemail.com a écrit > http://fmtyewtk.blogspot.com/2009/11/qemu-patch-for-386-on-x8664-ubunt