On Tue, Feb 21 2006, Thiemo Seufer wrote:
> Hello All,
>
> this fixes Harddisk initialization (s->nsector is initially 0x100, which
> is supposed to get handled as zero).
>
>
> Thiemo
>
>
> Index: qemu-work/hw/ide.c
> ===
> --- qe
On Tue, 21 Feb 2006, Christian Bourque wrote:
> Hi!
>
> Every time I try to access a particular functionality in one of my
> application QEMU crashes with the exit code 135, is there a way to
> interpret this number?
Usually, exit codes just over 128 are the result of a signal killing it, with
Hello list. I've bundled a few fixes recently posted along with a
modification by myself. Please find description below and patch attached.
usb-linux.c:
-Modified code in usb_host_scan function to avoid returning information
on the host's root hubs. These are the physical ports that the
Hello All,
This adds halt/restart support via a magic page. There is no real
standard way to do this for MIPS systems, a patch for the MIPS Qemu
kernels to add this support was also proposed.
Thiemo
Index: qemu-work/target-mips/helper.c
=