[Qemu-devel] "Apple" partition on ppc debian installer

2007-03-01 Thread jerome Arbez-Gindre
Hi, I'm trying to install a ppc debian on a ppc-qemu, and when Partamn makes the patitionning, it shows me a "Apple" partition (32.3 kB) at the very beginning of the disk. I suppose that this partition contains a bootstrap and is filled by the MacOS installer. Is my supposition right ? And if ye

Re: [Qemu-devel] [PATCH] better handling of removal in IOHandlerRecord list

2007-01-11 Thread jerome Arbez-Gindre
On Thu, 2007-01-11 at 14:56 +0100, jerome Arbez-Gindre wrote: > On Wed, 2007-01-10 at 17:34 +0100, jerome Arbez-Gindre wrote: > > Hi, > > > > by a call to qemu_set_fd_handler(fd,NULL,NULL,NULL) in the fd_read > > callback, I have generated a "Segmentation fault&q

Re: [Qemu-devel] [PATCH] better handling of removal in IOHandlerRecord list

2007-01-11 Thread jerome Arbez-Gindre
On Wed, 2007-01-10 at 17:34 +0100, jerome Arbez-Gindre wrote: > Hi, > > by a call to qemu_set_fd_handler(fd,NULL,NULL,NULL) in the fd_read > callback, I have generated a "Segmentation fault" in vl.c. > > My solution is not very smart... but it is very simple. I reply

[Qemu-devel] [PATCH] better handling of removal in IOHandlerRecord list

2007-01-10 Thread jerome Arbez-Gindre
Hi, by a call to qemu_set_fd_handler(fd,NULL,NULL,NULL) in the fd_read callback, I have generated a "Segmentation fault" in vl.c. My solution is not very smart... but it is very simple. Index: vl.c === RCS file: /sources/qemu/qemu

Re: [Qemu-devel] need advice on PCI board emulation

2006-12-08 Thread jerome Arbez-Gindre
On Fri, 2006-12-08 at 15:22 +, Paul Brook wrote: > > I'm working on a modem PCI board emulation inside Qemu. > > I misread "modem PCI board" as "modern PCI board" in your original post. The > correct response is much shorter: I've replied to your former message before reading this one, sorry

Re: [Qemu-devel] need advice on PCI board emulation

2006-12-08 Thread jerome Arbez-Gindre
On Fri, 2006-12-08 at 15:07 +, Paul Brook wrote: > On Friday 08 December 2006 10:52, jerome Arbez-Gindre wrote: > > Hi, > > > > I'm working on a modem PCI board emulation inside Qemu. > > Qemu already emulates a reasonably modern PCI system. > I'm emu

[Qemu-devel] need advice on PCI board emulation

2006-12-08 Thread jerome Arbez-Gindre
Hi, I'm working on a modem PCI board emulation inside Qemu. My emulation is neerly functionnaly complete, but I have some doubt on my technical choices : - to emulate dma transfers, I launch one thread for each dma channel. - to emulate posponed starting behaviors (board self tests), I launch a