[Qemu-devel] [PATCH] Halt/restart support for MIPS

2006-02-22 Thread Thiemo Seufer
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

[Qemu-devel] [PATCH] [USB] recent fixes

2006-02-22 Thread Lonnie Mendez
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

Re: [Qemu-devel] qemu crash with exit code 135

2006-02-22 Thread Michael McConnell
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 the

Re: [Qemu-devel] [PATCH] Fix Harddisk initialization

2006-02-22 Thread Jens Axboe
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 === ---