qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [Bug 676934] Re: Ability to use -net socket with unix socke


From: Alex Bennée
Subject: [Qemu-devel] [Bug 676934] Re: Ability to use -net socket with unix sockets
Date: Fri, 17 May 2019 14:07:42 -0000

Aren't these at different levels of the stack? Network devices deal in
packets not connections. It sounds like you want to use something like
vsock which provides a virtual socket device to the guest.

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/676934

Title:
  Ability to use -net socket with unix sockets

Status in QEMU:
  New

Bug description:
  It would be a nice feature (simplifying access control for example) to
  be able to do something like:

  qemu -net socket,listen=unix:/tmp/qemunet
  qemu -net socket,connect=unix:/tmp/qemunet

  For now one has to use TCP connections even for guests running on the
  same host, which involves setting up iptables to restrict access.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/676934/+subscriptions



reply via email to

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