Any reason for this being i386 or just not tested on virtual amd64s?

2012/11/6 Dinar Talypov <t.dina...@gmail.com>:
> Hi,
> This patch adds virtio memory ballooning device support.
> Actually code was taken from NetBSD and I rewrote some
> OpenBSD specific parts.
>

----

> +static const struct virtio_feature_name viomb_feature_names[] = {
> +       {VIRTIO_BALLOON_F_MUST_TELL_HOST, "TellHost"},
> +       {VIRTIO_BALLOON_F_STATS_VQ, "StatVQ"},
> +       {0, NULL}
> +};
> +#define PGS_PER_REQ            256     /* 1MB, 4KB/page */

---cut--

> +
> +#define PGS_PER_REQ    256     /* 1MB, 4KB/page */
> +

Small nit, but this appears twice.


-- 
 To our sweethearts and wives.  May they never meet. -- 19th century toast

Reply via email to