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
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
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
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
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
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
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
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
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
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 +
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
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
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
13 matches
Mail list logo