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

2009-11-23 Thread JonY
On 11/22/2009 01:15, Stefan Reinauer wrote: 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 a

Re: [Qemu-devel] How to extract content of a raw image on host?

2008-02-15 Thread JonY
JonY wrote: Try, "mount -o loop disk.img mnt/", mount might be able to determine the correct file system. Oops, I didn't read your message thoroughly, sorry. I've never really need to specify the type of file system for mount, not sure what happened.

Re: [Qemu-devel] How to extract content of a raw image on host?

2008-02-15 Thread JonY
Dirk Behme wrote: JonY wrote: Dirk Behme wrote: Hi, is there a way to extract the contents of a qemu raw image on (x86 Linux) host without starting QEMU itself? If so, any hint would be quite nice. I'm looking for anything like the reverse what http://lists.gnu.org/archive/html

Re: [Qemu-devel] How to extract content of a raw image on host?

2008-02-15 Thread JonY
Dirk Behme wrote: Hi, is there a way to extract the contents of a qemu raw image on (x86 Linux) host without starting QEMU itself? If so, any hint would be quite nice. I'm looking for anything like the reverse what http://lists.gnu.org/archive/html/qemu-devel/2006-04/msg00448.html seems to

Re: [Qemu-devel][Patch] Windows build broken

2007-12-13 Thread JonY
so I still think using a minimal set of includes is the better (and faster) solution. Anyway, Windows users need a working solution, so it would be nice if one of these patches could be applied to CVS HEAD. Thank you. Stefan JonY schrieb: Stefan Weil wrote: basetyps.h is included by windows.h / r

Re: [Qemu-devel] Windows build broken

2007-12-12 Thread JonY
Stefan Weil wrote: basetyps.h is included by windows.h / rpc.h. QEMU does not need it, so you can avoid it like this: #define WIN32_LEAN_AND_MEAN #include WIN32_LEAN_AND_MEAN reduces the number of includes in windows.h and increases compilation speed. And you don't have to rename variables lik