h Anand
> ; Gautam Dawar ; Stefano
> Garzarella ; Cornelia Huck ;
> Cindy Lu ; Eli Cohen ; Paolo Bonzini
> ; Michael S. Tsirkin ; Jason Wang
> ; Stefan Hajnoczi ; Parav
> Pandit
> Subject: Re: [RFC v2 11/13] vdpa: add vdpa net migration state notifier
>
>
>
> On 1/12/
> From: Michael S. Tsirkin
> Sent: Wednesday, July 27, 2022 6:44 PM
> To: Eli Cohen
> Cc: Eugenio Perez Martin ; qemu-devel@nongnu.org; Jason
> Wang ;
> virtualizat...@lists.linux-foundation.org
> Subject: Re: VIRTIO_NET_F_MTU not negotiated
>
> On Wed, Jul 27, 20
> From: Jason Wang
> Sent: Thursday, July 28, 2022 5:09 AM
> To: Eli Cohen
> Cc: Eugenio Perez Martin ; qemu-devel@nongnu.org;
> Michael S. Tsirkin ;
> virtualizat...@lists.linux-foundation.org
> Subject: Re: VIRTIO_NET_F_MTU not negotiated
>
> On Wed, Jul 27, 2022
> -Original Message-
> From: Michael S. Tsirkin
> Sent: Wednesday, July 27, 2022 12:35 PM
> To: Eli Cohen
> Cc: Eugenio Perez Martin ; qemu-devel@nongnu.org; Jason
> Wang ;
> virtualizat...@lists.linux-foundation.org
> Subject: Re: VIRTIO_NET_F_MTU not negoti
> -Original Message-
> From: Michael S. Tsirkin
> Sent: Wednesday, July 27, 2022 10:25 AM
> To: Eli Cohen
> Cc: Eugenio Perez Martin ; qemu-devel@nongnu.org; Jason
> Wang ;
> virtualizat...@lists.linux-foundation.org
> Subject: Re: VIRTIO_NET_F_MTU not negoti
I found out that the reason why I could not enforce the mtu stems from the fact
that I did not configure max mtu for the net device (e.g. through libvirt ).
Libvirt does not allow this configuration for vdpa devices and probably for a
reason. The vdpa backend driver has the freedom to do it using
On Mon, Jun 21, 2021 at 12:16:47PM +0800, Jason Wang wrote:
> We assume there's no cvq in the past, this is not true when we need
> control virtqueue support for vhost-user backends. So this patch
> implements the control virtqueue support for vhost-net. As datapath,
> the control virtqueue is also
On Thu, Jun 24, 2021 at 03:10:46PM +0800, Jason Wang wrote:
>
> 在 2021/6/24 下午3:06, Eli Cohen 写道:
> > On Wed, Jun 23, 2021 at 05:00:16PM +0200, Stefano Garzarella wrote:
> > > On Mon, Jun 21, 2021 at 12:16:38PM +0800, Jason Wang wrote:
> > > > Fixes: 1e0a84ea49
On Wed, Jun 23, 2021 at 05:00:16PM +0200, Stefano Garzarella wrote:
> On Mon, Jun 21, 2021 at 12:16:38PM +0800, Jason Wang wrote:
> > Fixes: 1e0a84ea49b68 ("vhost-vdpa: introduce vhost-vdpa net client")
> > Signed-off-by: Jason Wang
> > ---
> > net/vhost-vdpa.c | 1 +
> > 1 file changed, 1 insertio
On Wed, Jun 23, 2021 at 05:00:16PM +0200, Stefano Garzarella wrote:
> On Mon, Jun 21, 2021 at 12:16:38PM +0800, Jason Wang wrote:
> > Fixes: 1e0a84ea49b68 ("vhost-vdpa: introduce vhost-vdpa net client")
> > Signed-off-by: Jason Wang
> > ---
> > net/vhost-vdpa.c | 1 +
> > 1 file changed, 1 insertio
gned-off-by: Jason Wang
Reviewed-by: Eli Cohen
> ---
> net/vhost-vdpa.c | 4
> 1 file changed, 4 deletions(-)
>
> diff --git a/net/vhost-vdpa.c b/net/vhost-vdpa.c
> index 18b45ad777..728e63ff54 100644
> --- a/net/vhost-vdpa.c
> +++ b/net/vhost-vdpa.c
> @@ -112,10 +112,
Maybe worth mentioning in the changelog that nvqs is still set to 2 for
all users and this patch does not change functionality.
Reviewed-by: Eli Cohen
> Signed-off-by: Jason Wang
> ---
> hw/net/vhost_net.c | 2 +-
> include/net/vhost_net.h | 1 +
> net/tap.c
On Mon, Jun 21, 2021 at 12:16:33PM +0800, Jason Wang wrote:
> The nvqs and vqs has been initialized during vhost_net_init() and is
I suggest "nvqs and vqs have been initialized during vhost_net_init() and
are not..."
Other than that
Reviewed-by: Eli Cohen
> not expected to c
On Mon, Jun 21, 2021 at 12:16:34PM +0800, Jason Wang wrote:
> Switch to use unsigned int for nvqs since it's not expected to be
> negative.
>
> Signed-off-by: Jason Wang
Reviewed-by: Eli Cohen
> ---
> include/hw/virtio/vhost.h | 2 +-
> 1 file changed, 1 insertion(+
> -Original Message-
> From: Michael S. Tsirkin [mailto:m...@redhat.com]
> Sent: Monday, 11 April, 2016 3:28 PM
> To: Markus Armbruster
> Cc: Eli Britstein; qemu-devel@nongnu.org; k...@vger.kernel.org
> Subject: Re: IVSHMEM device performance
>
> On Mon, Apr 11,
http://pok.safety-critical.net/
Eli
that QEMU doesn't implement
> 100% of the spec yet though, so if you encounter issues, let me know.
Where I can
find (if any) a list of the functionalities implemented/not implemented?
Thank you again for your patient.
Eli
In QEmu,
is the SMP emulation supported for all e500 or for the e500v2 only?
Eli
sted in
PowerPc). So we modified POK and performed some experiment on single core, now
we would
like to modifyand run it on a
multicore.
Eli
Thank you
for your replay.
I need to modify
and test a very simple kernel (actually running on a single-core only) on
a multi-core PReP platform; I currently have no real multi-core HW so I am
looking
for a multi-core PReP emulator.
Eli
- Original Message -
From: Alexander Graf
To
machine `prep'
(1)
Does anyone know if this functionality is under development or if there is a
patch that
solves this problem?
Thanks,
Eli
Yeah, that would be incredibly useful. I just wrote down a list of
approximate line numbers and filenames for them, as I needed it to
compile so just inserted dummy if() statements to "access" the
variables. There are also a bunch more than I posted, those were just
examples.
--
You received this
Whoa. I completely messed up there. It's usb-ehci.c, I just thought of
usb-ohci.c off the top of my head as it was way back in the console
logs.
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/793317
T
Yeah, i meant usb-ohci.c.
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/793317
Title:
Large amount of write-only variables
Status in QEMU:
New
Bug description:
Whenever I try to compile the s
Public bug reported:
Whenever I try to compile the source from the git repo, it gets a large
number of "set but not used" errors, in files such as:
hw/usb_ochi.c (line 526, 1114, and 1108)
hw/lsi53c895a.c (line 892)
kvm.c (line 973)
target-alpha/translate.c (line 1472, 1470)
linux-user/syscall.c
t to ops_mem.h is softmmu_template.h.
--
-Eli
signature.asc
Description: Digital signature
26 matches
Mail list logo