qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v3 13/39] rtl8139: convert to memory API


From: Avi Kivity
Subject: Re: [Qemu-devel] [PATCH v3 13/39] rtl8139: convert to memory API
Date: Sun, 07 Aug 2011 11:56:30 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20110707 Thunderbird/5.0

On 08/05/2011 05:21 PM, Anthony Liguori wrote:
+    { 0, 0x100, 4, .write = rtl8139_ioport_writel, },
+    PORTIO_END


Hrm, I missed this #define when it was introduced.

Elsewhere we use:

VMSTATE_END_OF_LIST()
DEFINE_PROP_END_OF_LIST()

For consistency, we ought to use PORTIO_END_OF_LIST()

Okay, fixed.

--
error compiling committee.c: too many arguments to function




reply via email to

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