[Qemu-devel] [Bug 1670509] Re: sgabios outputs incorrect video modes

2017-12-12 Thread Nathan Rennie-Waldock
Fixed in qemu, yes. But not Ubuntu. Ubuntu strips prebuilt files from qemu and builds them from source. For sgabios, using the abandoned source from Google code. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.n

[Qemu-devel] [Bug 1670509] Re: sgabios outputs incorrect video modes

2017-12-05 Thread Nathan Rennie-Waldock
Any chance of getting this patch included? I've deleted the incorrect patch and attached the correct one (taken from QEMU's sgabios repo). ** Patch removed: "0001-SGABIOS-fix-wrong-video-attrs-for-int-10h-ah-13h.patch" https://bugs.launchpad.net/ubuntu/+source/sgabios/+bug/1670509/+attachment

[Qemu-devel] [Bug 1696746] [NEW] netdev user, restrict=on prevents forwarded ports from being accessed from other systems

2017-06-08 Thread Nathan Rennie-Waldock
Public bug reported: I've got a guest only network and I'm wanting to access SSH on one of the guests externally. I'm using -netdev user,id=usernet0,hostfwd=tcp::-:22,restrict=yes -device virtio-net-pci,netdev=usernet0 to forward to 22 in the guest. The docs state: restrict=on|off

[Qemu-devel] [Bug 1653577] [NEW] Ability to set umask for 9pfs

2017-01-02 Thread Nathan Rennie-Waldock
Public bug reported: We should be able to specify the umask for 9pfs so that files created by the guest can be accessed by other users on the host. Currently they're only accessible by the user running qemu (and of course, root). ** Affects: qemu Importance: Undecided Status: New -