Re: [PATCH] gtk: Add show_tabs=on|off command line option.

2022-07-01 Thread kra...@redhat.com
On Fri, Jul 01, 2022 at 09:14:02AM +, Zhang, Chen wrote: > > > > Signed-off-by: Felix "xq" Queißner > > Thanks your patch, but please use your real name to sign a patch. > For the details: > docs/devel/submitting-a-patch.rst Hmm? Felix Queißner looks like a real name to me ... take care,

Re: [Qemu-devel] Guests are crashing on startup, seem related to usb-audio

2018-12-09 Thread kra...@redhat.com
Hi, > #3 0x701be412 in __GI___assert_fail (assertion=0x55fb8738 > "p->actual_length + bytes <= iov->size", file=0x55fb8456 > "hw/usb/core.c", line=592, function=0x55fb8980 > <__PRETTY_FUNCTION__.26351> "usb_packet_copy") at assert.c:101 > #4 0x55bd5ed7 in usb_packet

Re: [Qemu-devel] Guests are crashing on startup, seem related to usb-audio

2018-12-10 Thread kra...@redhat.com
On Mon, Dec 10, 2018 at 12:11:09PM +, Leonardo Soares Müller wrote: > Hi, I did not save that Mageia 7 data as I was unaware I could do this. > The data below is from another crash with openSUSE Leap, this time I > saved this backtrace with generate-core-file. > On #4 it shows: > $2 = {pid = 2

Re: [Qemu-devel] [PATCH] input-linux: toggle for lock keys

2018-08-27 Thread kra...@redhat.com
On Thu, Aug 23, 2018 at 01:23:20AM +, Ryan El Kochta wrote: > This patch introduces three new options on the input-linux commandline: > > (a) ignore_caps_lock=[on|off] > (b) ignore_num_lock=[on|off] > (c) ignore_scroll_lock=[on|off] > > If enabled, the key will be disabled and not forwarded t

Re: [Qemu-devel] [PATCH] ps2: check PS2Queue wptr pointer in post_load routine

2018-06-18 Thread kra...@redhat.com
On Thu, Jun 14, 2018 at 10:50:47AM +, liujunjie (A) wrote: > ping Not much activity on input devices, so we have rare pull requests ... Preparing one now, with this patch added. cheers, Gerd

Re: sysbus usb xhci

2020-01-02 Thread kra...@redhat.com
On Thu, Jan 02, 2020 at 07:13:25AM +, Sai Pavan Boddu wrote: > Hi Gred, > > We are seeing of options to reuse the hcd-xhci model and use it over system > bus interface rather than pci. (for Xilinx ZynqMP SOC, usb emulation) > Are there any plans of implementing a sysbus device ? if none it wo

Re: USB-MSD non-functional after merging v5.1 to v6.x (seems to be internal USB stack issue?)

2021-09-01 Thread kra...@redhat.com
Hi, > I decided to bisect the merge in order to identify the commit that causes the > issue - and much to my surprise, it is this particular commit: > https://github.com/qemu/qemu/commit/bbd8323d3196c9979385cba1b8b38859836e63c3 Hmm, that is rather strange indeed. > Given this doesn't seem to

Re: USB-MSD non-functional after merging v5.1 to v6.x (seems to be internal USB stack issue?)

2021-09-02 Thread kra...@redhat.com
Hi, > At some point during implementation of the STM USB stack must have run > into the same problem with the communications choking during MSD init. > And at the time (which involved a LOT of wireshark comparisons with a > real USB drive on the host and on the DCW2 Rpi2 stack) I'd added the > Q

Re: [Qemu-devel] qemu vga crash

2019-05-21 Thread kra...@redhat.com
p outside the snapshot region. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1575541 Signed-off-by: Gerd Hoffmann Message-id: 20180514103117.21059-1-kra...@redhat.com cheers, Gerd

Re: nec-usb-xhci migration breakage

2020-11-15 Thread kra...@redhat.com
On Mon, Nov 16, 2020 at 05:18:22AM +, Sai Pavan Boddu wrote: > +Gerd > Hi David, > > Sorry for the delayed response. I was able to reproduce your issue with > nec-usb-xhci, in my previous testing we have tested with qemu-xhci model > which was good. > I would look further into this. > > @

Re: ui: fix potential compile error.

2020-09-01 Thread kra...@redhat.com
Hi, > 1. CentOS7 with Python 2.7.5 > Root cause is my argparse and python version. But change the invoking order > can adapt both new and old argparse. python2 is EOL and not supported any more. please "yum install python3" (yes, centos7 has it, was added in 7.8). take care, Gerd