[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 5/5] [debug] some logging
From: |
Gerd Hoffmann |
Subject: |
Re: [Qemu-devel] [PATCH 5/5] [debug] some logging |
Date: |
Mon, 14 Jan 2019 13:37:53 +0100 |
User-agent: |
NeoMutt/20180716 |
On Fri, Jan 11, 2019 at 09:33:40AM -0600, Eric Blake wrote:
> On 1/11/19 3:31 AM, Gerd Hoffmann wrote:
> > ---
> > hw/vfio/display.c | 16 ++++++++++++++++
> > 1 file changed, 16 insertions(+)
> >
> > diff --git a/hw/vfio/display.c b/hw/vfio/display.c
> > index a3a710b3ee..96b5474243 100644
> > --- a/hw/vfio/display.c
> > +++ b/hw/vfio/display.c
> > @@ -42,6 +42,8 @@ static void vfio_display_edid_link_up(void *opaque)
> > VFIOPCIDevice *vdev = opaque;
> > VFIODisplay *dpy = vdev->dpy;
> >
> > + fprintf(stderr, "%s:\n", __func__);
>
> Why fprintf() instead of trace points?
Easier for temporary stuff. I don't plan to actually merge this one.
cheers,
Gerd
- [Qemu-devel] [PATCH 0/5] vfio/display: add edid support., Gerd Hoffmann, 2019/01/11
- [Qemu-devel] [PATCH 4/5] vfio/display: delay link up event, Gerd Hoffmann, 2019/01/11
- [Qemu-devel] [PATCH 3/5] vfio/display: add xres + yres properties, Gerd Hoffmann, 2019/01/11
- [Qemu-devel] [PATCH 2/5] vfio/display: add edid support., Gerd Hoffmann, 2019/01/11
- [Qemu-devel] [PATCH 1/5] vfio: update kernel headers., Gerd Hoffmann, 2019/01/11
- [Qemu-devel] [PATCH 5/5] [debug] some logging, Gerd Hoffmann, 2019/01/11
- Re: [Qemu-devel] [PATCH 0/5] vfio/display: add edid support., no-reply, 2019/01/13