qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 3/3] ide-test: Add FLUSH CACHE test case


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH 3/3] ide-test: Add FLUSH CACHE test case
Date: Thu, 30 May 2013 09:24:05 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

On Wed, May 29, 2013 at 01:34:06PM +0200, Kevin Wolf wrote:
> +    /* Check registers */
> +    data = inb(IDE_BASE + reg_device);
> +    g_assert_cmpint(data & 0x10, ==, 0);

assert_bit_clear() with a constant instead of the 0x10 magic number?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]