From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bart Oldeman Subject: Re: sound patch Date: Wed, 23 Sep 2009 14:28:11 -0400 Message-ID: References: <4ABA2555.6010100@aknet.ru> Mime-Version: 1.0 Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type; bh=TB7/Jkw0eBiwc+IxpLfyFIucaF1S1GDawQByX84Z/74=; b=oracl1NbEQJUoAqCtKcboXEIQgEd0gVpfOauJ2piZtSTc5uJeIjhY+QC8hDDsEJzCv Z1umu1jx2aBnY9sCRmlBGbRnwTMwDZ6w7bukRMUcl60VBKT8VHftqmouoSMNPs6y+W99 tcE5ghViTMUk8mK0iAwKpFf/7d7jDxRW7pf5Q= In-Reply-To: <4ABA2555.6010100@aknet.ru> Sender: linux-msdos-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Stas Sergeev Cc: dosemu On Wed, Sep 23, 2009 at 9:40 AM, Stas Sergeev wrote: > A quick test shows that the adlib > now works on x86-64. But many progs > (non-adlib ones) are still mute because > the cpuemu doesn't exit after every port > I/O the way vm86() did. The result is > that run_irqs() doesn't come in time. Thanks for the patch, I'll have a look. I fixed the cpuemu I/O issue in SVN now so cpuemu generates a GPF for every I/O except for some VGAEMU optimizations and real ports. Bart