Re: qemu-system-x86 dependencies

2023-08-16 Thread Paul Menzel
Dear Fourhundred, Am 17.08.23 um 07:10 schrieb Fourhundred Thecat: > On 2023-08-16 15:02, Fourhundred Thecat wrote:  > On 2023-08-16 14:52, Michael Tokarev wrote: 16.08.2023 15:37, Philippe Mathieu-Daudé пишет: Cc'ing Michael why does qemu depend on sound and gstreamer and wayland librari

Re: [Intel-wired-lan] [PATCH] e1000e: Add ICR clearing by corresponding IMS bit

2023-06-02 Thread Paul Menzel
[Removed bpoir...@suse.com from Cc: again.] Am 02.06.23 um 11:41 schrieb Paul Menzel: Dear Akihiko, Thank you for your patch. After looking at the diff, it looks like this is a QEMU patch, and not one for the Linux kernel. I leave my inline comments anyway. Am 02.06.23 um 09:25 schrieb

Re: [Intel-wired-lan] [PATCH] e1000e: Add ICR clearing by corresponding IMS bit

2023-06-02 Thread Paul Menzel
Dear Akihiko, Thank you for your patch. After looking at the diff, it looks like this is a QEMU patch, and not one for the Linux kernel. I leave my inline comments anyway. Am 02.06.23 um 09:25 schrieb Akihiko Odaki: It’d be nice if you started by summarizing the bug. The datasheet does n

Re: [SeaBIOS] [PATCH 3/4] move 64bit pci window to end of address space

2022-11-21 Thread Paul Menzel
Dear Gerd, Thank you for the patch. Am 21.11.22 um 11:32 schrieb Gerd Hoffmann: When the size of the physical address space is known (PhysBits is not zero) move the 64bit pci io window to the end of the address space. It’d be great, if you elaborated, why this is an improvement. Kind regar

Re: [SeaBIOS] Regression with latest SeaBIOS booting multi-disk root LVs?

2020-09-21 Thread Paul Menzel
Dear Stefan, Am 21.09.20 um 15:10 schrieb Stefan Reiter: since SeaBIOS 1.14.0 (QEMU 5.1) VMs with LVM root disks spanning more than one PV fail to boot, if only the first is set as bootable. I believe this is due to the changes in SeaBIOS only initializing drives marked as 'bootable' by QEMU

[Bug 1693050] Re: xhci HCIVERSION register read emulation incorrectly handled

2020-03-26 Thread Paul Menzel
According to Duncan, it’s not, and the paragraph from the original issue still applies. > The xhci register specifies today that its allowed for users to do 1-4 byte > reads; however, that > it implements only four byte reads in its implementation > (https://git.qemu.org/?p=qemu.git;a=blob;f=hw/u

[Bug 1693050] Re: xhci HCIVERSION register read emulation incorrectly handled

2020-03-25 Thread Paul Menzel
According to [1], this is still an issue today. [1]: https://review.coreboot.org/c/coreboot/+/39838/ -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1693050 Title: xhci HCIVERSION register read emul

Re: [SeaBIOS] [PATCH] sercon: vbe modeset is int 10h function 4f02 not 4f00

2020-03-06 Thread Paul Menzel
t; // Disable sercon entry point on any vesa modeset > -if (regs->al == 0x00) > +if (regs->al == 0x02) > SET_LOW(sercon_enable, 0); > } > } Reviewed-by: Paul Menzel Kind regards, Paul smime.p7s Description: S/MIME Cryptographic Signature

Re: [Qemu-devel] [SeaBIOS] [PATCH v3] pciinit: Enable default VGA device

2013-03-20 Thread Paul Menzel
y VGA\n", > +pci_bdf_to_bus(pci->bdf), pci_bdf_to_dev(pci->bdf), > +pci_bdf_to_fn(pci->bdf)); As this is used several times, a function returning a string with %02x:% 02x.%x would be handy. > +return; > +} > +} […] Acked-by: Paul Menzel Thahks, Paul signature.asc Description: This is a digitally signed message part