Message ID | 20200903180128.1523959-1-ehabkost@redhat.com |
---|---|
Headers | show |
Series | qom: Rename macros for consistency (pass 2) | expand |
On Thu, Sep 03, 2020 at 02:01:24PM -0400, Eduardo Habkost wrote: > Rename the type checking function to be consistent with the type > name constant (TYPE_ISA_I8259) and the QOM type name string > ("isa-i8259"). > > Suggested-by: Philippe Mathieu-Daudé <philmd@redhat.com> > Suggested-by: "Daniel P. Berrangé" <berrange@redhat.com> > Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> > --- > Cc: "Michael S. Tsirkin" <mst@redhat.com> > Cc: Paolo Bonzini <pbonzini@redhat.com> > Cc: qemu-devel@nongnu.org > --- > hw/intc/i8259.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Regards, Daniel
On Thu, Sep 03, 2020 at 02:01:27PM -0400, Eduardo Habkost wrote: > Rename the type checking function to be consistent with the type > name constant (TYPE_AM53C974) and type name string ("am53c974"). > > Suggested-by: Philippe Mathieu-Daudé <philmd@redhat.com> > Suggested-by: "Daniel P. Berrangé" <berrange@redhat.com> > Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> > --- > Changes v1 -> v2: > * New patch added to series v2 > --- > Cc: Paolo Bonzini <pbonzini@redhat.com> > Cc: Fam Zheng <fam@euphon.net> > Cc: qemu-devel@nongnu.org > --- > hw/scsi/esp-pci.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Regards, Daniel
On Thu, Sep 03, 2020 at 02:01:28PM -0400, Eduardo Habkost wrote: > Make type checking function name consistent with the TYPE_TUSB6010 > constant and QOM type name ("tusb6010"). > > Suggested-by: Philippe Mathieu-Daudé <philmd@redhat.com> > Suggested-by: "Daniel P. Berrangé" <berrange@redhat.com> > Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> > --- > Changes v1 -> v2: > * v1 subject was "tusb6010: Rename TYPE_TUSB6010 to TYPE_TUSB" > * Rename TUSB macro to TUSB6010 instead, to keep it consistent > with the QOM type name ("tusb6010") > --- > Cc: Gerd Hoffmann <kraxel@redhat.com> > Cc: qemu-devel@nongnu.org > --- > hw/usb/tusb6010.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Regards, Daniel