Re: How to start most minimal VM (no PCI) with a network to log in over SSH?

2023-09-11 Thread Gerd Hoffmann
Hi, > > I’d like to start the most minimal VM possible, but still want to be > > able to log in over SSH. With QEMU 7.2.1 the command below fails, as > > I > > am passing an incompatible NIC model: > I've never tried it, so no clue whether it works, but you might want to > try: > > -netdev

Re: Possible to use QEMU’s VNC feature with simpledrm and the DRM fbdev emulation layer?

2023-09-11 Thread Gerd Hoffmann
On Fri, Sep 08, 2023 at 12:25:51PM +0200, Paul Menzel wrote: > Dear QEMU folks, > > > I wanted to replace replace the fbdev drivers with simpledrm and the DRM > fbdev emulation layer [1][2]. > Non-working (CONFIG_FB unselected): I think turning off CONFIG_FB also turns off the drm fbdev emulati

Re: QEMU 5.1: Can we require each new device/machine to provided a test?

2020-05-15 Thread Gerd Hoffmann
On Fri, May 15, 2020 at 12:11:17PM +0200, Thomas Huth wrote: > On 07/04/2020 12.59, Philippe Mathieu-Daudé wrote: > > Hello, > > > > Following Markus thread on deprecating unmaintained (untested) code > > (machines) [1] and the effort done to gather the information shared in > > the replies [2],

Re: qemu 4.2.0 audiodev soundhw

2020-04-23 Thread Gerd Hoffmann
On Wed, Apr 22, 2020 at 04:13:29PM +0100, Peter Maydell wrote: > On Wed, 22 Apr 2020 at 15:04, Gerd Hoffmann wrote: > > 'pcspk' is the by far most tricky one. The device is present > > unconditionally, -soundhw pcspk only triggers the registration > > with the

Re: qemu 4.2.0 audiodev soundhw

2020-04-22 Thread Gerd Hoffmann
Hi, > I think the original intention was to deprecate -soundhw altogether, and > only use -device in new configs. However that was problematic with some > special devices, like pcspk and maybe others that are created by the machine > and not user creatable. Ah, right, the pcspk issue. Thanks

Re: qemu 4.2.0 audiodev soundhw

2020-04-20 Thread Gerd Hoffmann
On Fri, Apr 17, 2020 at 12:15:30PM +0100, Peter Maydell wrote: > On Fri, 17 Apr 2020 at 12:08, Idar Lund wrote: > > I'm using qemu-system-x86_64 with the following options: > > -audiodev pa,id=sound1,server=/run/user/1000/pulse/native \ > > -soundhw hda > > > > After upgrade to 4.2.0 (qemu-4.2.0-7

Re: How to replace show-cursor?

2020-04-08 Thread Gerd Hoffmann
On Tue, Apr 07, 2020 at 12:56:25PM -0400, John Siu wrote: > Thank you Peter and Gerd! > > Both "-display cocoa,show-cursor=on" and "-display default,show-cursor=on" > work. The warning no longer shows. > > What is the relationship between "-display" and "-device virtio-vga"? Does > setting "-disp

Re: How to replace show-cursor?

2020-04-07 Thread Gerd Hoffmann
On Tue, Apr 07, 2020 at 09:45:48AM +0100, Peter Maydell wrote: > On Tue, 7 Apr 2020 at 06:10, John Siu wrote: > > > > I am running qemu on macos host, with Ubuntu desktop as client, Following > > is my command line: > > > > qemu-system-x86_64 \ > > -no-user-config \ > > -nodefaults \ > > -name u6

Re: [RFC PATCH] configure: deprecate 32 bit build hosts

2019-09-27 Thread Gerd Hoffmann
Hi, > That leaves armv7 as the only 32-bit arch in Fedora that is somewhat > active & maintained. I don't have any real insight on whether any > armv7 (Fedora) users are making much use of QEMU/KVM though, either > system or user emulation. Played with system emulation a while back. I doubt t

Re: [Qemu-discuss] xHCI controller/USB passthrough device - event ring full error on high packet rate

2018-02-01 Thread Gerd Hoffmann
On Thu, Dec 07, 2017 at 05:52:25PM +1000, Samuel Brian wrote: > Hi all, Sorry, for the long delay, was offline for a few weeks due to a broken finger and now I'm going back in my inbox looking for unanswered mails. > xhci_hcd :00:05.0: ERROR unknown event type 37 > Qemu gives me this error

Re: [Qemu-discuss] [Qemu-devel] QEMU without X11 support

2017-10-13 Thread Gerd Hoffmann
On Thu, 2017-10-12 at 16:25 -0400, hanji unit wrote: > Hello, is it possible to run (or rebuild modifying build flags) QEMU > without support for X11 window system integration? ./configure --disable-gtk --disable-sdl --disable-opengl cheers, Gerd