[Qemu-devel] serial control DTR/DSR RTS/CTS

2006-03-13 Thread Drlik Zbynek
Hello. My external device is connected with serial port and use hardware flow control - it can switch beetwen DTR/DSR or RTS/CTS. I have instaled winxp and win98 for multiplatform testing in qemu but my aplication - if i wont to communicate must by set to "no flow control". In that case it cou

Re: [Qemu-devel] [PATCH] Minor mips-related patchlet

2006-03-13 Thread Paul Brook
> > > +void glue(op_store_T2_gpr_gpr, REG) (void) > > > +{ > > > +env->gpr[REG] = T2; > > > +RETURN(); > > > +} > > > > I don't think there's any point adding this unless it's actually used. > > The ARM target doesn't have this op either. > > Should it then be removed for other targets wher

Re: [Qemu-devel] [PATCH] Minor mips-related patchlet

2006-03-13 Thread Thiemo Seufer
On Sat, Mar 11, 2006 at 03:01:05PM +, Paul Brook wrote: > > Index: target-mips/op_mem.c > >... > > +extern void dump_sc (void); > > Having function prototypes in .c files is wrong. I added it to exec.h instead. > > > +void glue(op_store_T2_gpr_gpr, REG) (void) > > +{ > > +env->gpr[REG] =

Re: [Qemu-devel] smp support and ide lba48

2006-03-13 Thread Mario Goppold
Am Montag, 13. März 2006 10:19 schrieb Jens Axboe: > On Mon, Mar 13 2006, Mario Goppold wrote: > > Am Samstag, 11. März 2006 13:31 schrieb Jens Axboe: > > > On Fri, Mar 10 2006, Mario Goppold wrote: > > > > Hi, > > > > > > > > I try to install SuSE92-64 on an 400G HD but it fails: > > > > > > > > h

Re: [Qemu-devel] smp support and ide lba48

2006-03-13 Thread Jens Axboe
On Mon, Mar 13 2006, Mario Goppold wrote: > Am Samstag, 11. März 2006 13:31 schrieb Jens Axboe: > > On Fri, Mar 10 2006, Mario Goppold wrote: > > > Hi, > > > > > > I try to install SuSE92-64 on an 400G HD but it fails: > > > > > > hda: max request size: 128KiB > > > hda: cannot use LBA48 - full cap

Re: [Qemu-devel] smp support and ide lba48

2006-03-13 Thread Mario Goppold
Am Samstag, 11. März 2006 13:31 schrieb Jens Axboe: > On Fri, Mar 10 2006, Mario Goppold wrote: > > Hi, > > > > I try to install SuSE92-64 on an 400G HD but it fails: > > > > hda: max request size: 128KiB > > hda: cannot use LBA48 - full capacity 838860800 sectors (429496 MB) > > hda: 268435456 sec

[Qemu-devel] softmmu - i386

2006-03-13 Thread Noel Scerri
Hi, to everbody i am trying to figuring out how softmmu for I 386 works.. can someone post a brief explanation of how it works thanks Noel Scerri ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-dev