Re: Boot order not working with OVMF

2022-08-21 Thread Christopher Snowhill (kode54)
> On Aug 20, 2022, at 7:30 PM, x...@trimaso.com.mx wrote: > > Hello. > > I noticed that "-boot order=dc" -for example- seems to be only functional in > SeaBIOS, but totally ignored in OVMF. With this last one I need to use "-boot > menu=on", press Esc, and manually edit boot order. > > Is

Re: Issue with time going backwards on OSX

2021-09-22 Thread Christopher Snowhill (kode54)
> On Sep 22, 2021, at 8:09 AM, Joe Tanen wrote: > > Hello, > > I'm using qemu-system-aarch64 on OSX. While reading cntvct_el0, I've seen the > ticks count go backwards. I dug into the qemu source a bit, and this register > is eventually backed by a call to clock_gettime(CLOCK_MONOTONIC),

Re: Connection of a qemu guest to the 'net.

2021-03-15 Thread Christopher Snowhill (kode54)
What if we built a connection of some sort... I suppose you could call it... a bridge? > On Mar 15, 2021, at 9:34 PM, pe...@easthope.ca wrote: > > Hi, > > Every mention of a network connection I've seen involves a bridge. Is > a bridge necessary? If so, why? Why not route to the guest,

Re: /dev/hwrng no such device

2020-02-05 Thread Christopher Snowhill (kode54)
> On Feb 5, 2020, at 2:02 PM, Wesley Chow wrote: > >  > I'm building a kernel suitable to boot Raspbian and a custom buildroot based > ARM OS via qemu-system-arm. Everything appears to work except for the > hardware rng device. I'm using a virt machine with: > > -object

Re: *ubuntu 18.04 Host/Windows 10 Guest - Bad Skipping Audio?

2019-11-24 Thread Christopher Snowhill (kode54)
Actually, it's an issue with Windows 10 as of either 1809 or 1903, affecting the ich6 and ich9 virtual devices. My suggested workaround is to set the virtual sound device type to "usb", which you can type into the virt-manager UI text box, as for some reason, it isn't in the list of presets. >

Re: Missing usb driver

2019-11-17 Thread Christopher Snowhill (kode54)
Windows 7 has always required vendor drivers for USB 3.x. You can try setting the interface to mimic a real XHCI device that has Windows 7 drivers available. I think there’s an NEC model? > On Nov 17, 2019, at 6:06 PM, ToddAndMargo wrote: > > On 11/15/19 7:01 PM, ToddAndMargo wrote: >> Hi

Re: qemu-img - vhdx compatibility with Hyper-V

2019-10-27 Thread Christopher Snowhill (kode54)
> On Oct 26, 2019, at 10:29 PM, Adam Baxter wrote: > >  > Hi, > I'm trying to use qemu-img to convert a disk image to VHDX for use on Windows > 10's Hyper-V - qemu-img version 4.1.0 (v4.1.0-11789-g013a2ecf4f-dirty) > > The image is >

Re: [Qemu-discuss] boot symlinked block device?

2018-10-21 Thread Christopher Snowhill (kode54)
You could also use the /dev/disk/by-id/ symlink already created for it, but if your existing symlink doesn’t work, I don’t suppose the existing ones will, either. > On Oct 20, 2018, at 12:58 AM, p...@p-bg.de wrote: > > > Hi > > I use QEMU(2.12.1)/KVM with virt-manager with gentoo. > > I

Re: [Qemu-discuss] Suspending a Windows VM with PCI devices attached

2018-07-22 Thread Christopher Snowhill (kode54)
> On Jul 22, 2018, at 12:53 AM, Maxim Levitsky wrote: > > On Wed, 2018-07-18 at 23:49 -0700, Christopher Snowhill (kode54) wrote: >> Is there any possibility of doing this? I realize that suspending is not >> possible with PCI devices attached, but would it be possible t

[Qemu-discuss] Suspending a Windows VM with PCI devices attached

2018-07-19 Thread Christopher Snowhill (kode54)
Is there any possibility of doing this? I realize that suspending is not possible with PCI devices attached, but would it be possible to instead automate the process of hot removing all the PCI devices first, then suspending, then hot adding them back again when resuming the machine? That'll