From: Anthony Liguori <anthony@codemonkey.ws>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [5869] Virtio core support
Date: Thu, 04 Dec 2008 13:54:47 -0600 [thread overview]
Message-ID: <49383587.80007@codemonkey.ws> (raw)
In-Reply-To: <E1L8K2L-00063W-H4@cvs.savannah.gnu.org>
Anthony Liguori wrote:
> Revision: 5869
> http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5869
> Author: aliguori
> Date: 2008-12-04 19:38:57 +0000 (Thu, 04 Dec 2008)
>
>
> Added: trunk/hw/virtio.c
> ===================================================================
> --- trunk/hw/virtio.c (rev 0)
> +++ trunk/hw/virtio.c 2008-12-04 19:38:57 UTC (rev 5869)
> @@ -0,0 +1,847 @@
> +/*
> + * Virtio Support
> + *
> + * Copyright IBM, Corp. 2007
> + *
> + * Authors:
> + * Anthony Liguori <aliguori@us.ibm.com>
> + *
> + * This work is licensed under the terms of the GNU GPL, version 2. See
> + * the COPYING file in the top-level directory.
> + *
> + */
> +
> +#include <inttypes.h>
> +#include <err.h>
> +
> +#include "virtio.h"
> +#include "sysemu.h"
> +
> +//#define VIRTIO_ZERO_COPY
>
I left this here to simplify merging with kvm-userspace.git. I don't
have any intention of enabling it though and it will disappear once we
get the DMA API committed.
I didn't want anyone to think there are any plans to enable it as it
enables code that does bad things (touching guest physical memory directly).
Regards,
Anthony Liguori
prev parent reply other threads:[~2008-12-04 19:54 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-12-04 19:38 [Qemu-devel] [5869] Virtio core support Anthony Liguori
2008-12-04 19:54 ` Anthony Liguori [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=49383587.80007@codemonkey.ws \
--to=anthony@codemonkey.ws \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).