[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH for-9.1 v5 1/3] hw: Add compat machines for 9.1
From: |
Paolo Bonzini |
Subject: |
Re: [PATCH for-9.1 v5 1/3] hw: Add compat machines for 9.1 |
Date: |
Fri, 29 Mar 2024 13:54:28 +0100 |
On Thu, Mar 28, 2024 at 11:07 AM Zhao Liu <zhao1.liu@intel.com> wrote:
>
> Hi Paolo,
>
> Just meet typos when compiling ;-)
Thank you very much! Fixed both.
Paolo
> On Mon, Mar 25, 2024 at 03:14:20PM +0100, Paolo Bonzini wrote:
> > Date: Mon, 25 Mar 2024 15:14:20 +0100
> > From: Paolo Bonzini <pbonzini@redhat.com>
> > Subject: [PATCH for-9.1 v5 1/3] hw: Add compat machines for 9.1
> > X-Mailer: git-send-email 2.44.0
>
> [snip]
>
> > diff --git a/hw/s390x/s390-virtio-ccw.c b/hw/s390x/s390-virtio-ccw.c
> > index b1dcb3857f0..67e8b0b05e8 100644
> > --- a/hw/s390x/s390-virtio-ccw.c
> > +++ b/hw/s390x/s390-virtio-ccw.c
> > @@ -859,14 +859,26 @@ bool css_migration_enabled(void)
> > }
> > \
> > type_init(ccw_machine_register_##suffix)
> >
> > +static void ccw_machine_9_1_instance_options(MachineState *machine)
> > +{
> > +}
> > +
> > +static void ccw_machine_9_1_class_options(MachineClass *mc)
> > +{
> > +}
> > +DEFINE_CCW_MACHINE(9_0, "9.1", true);
>
> Should be:
>
> DEFINE_CCW_MACHINE(9_1, "9.1", true);
>
> > +
> > static void ccw_machine_9_0_instance_options(MachineState *machine)
> > {
> > + ccw_machine_9_1_instance_options(machine);
> > }
> >
> > static void ccw_machine_9_0_class_options(MachineClass *mc)
> > {
> > + ccw_machine_9_1_class_options(machine);
>
> s/machine/mc/
>
> Regards,
> Zhao
>
- [PATCH for-9.1 v5 0/3] kvm: add support for guest physical bits, Paolo Bonzini, 2024/03/25
- [PATCH for-9.1 v5 2/3] target/i386: add guest-phys-bits cpu property, Paolo Bonzini, 2024/03/25
- [PATCH for-9.1 v5 1/3] hw: Add compat machines for 9.1, Paolo Bonzini, 2024/03/25
- Re: [PATCH for-9.1 v5 1/3] hw: Add compat machines for 9.1, Cornelia Huck, 2024/03/25
- Re: [PATCH for-9.1 v5 1/3] hw: Add compat machines for 9.1, Thomas Huth, 2024/03/25
- Re: [PATCH for-9.1 v5 1/3] hw: Add compat machines for 9.1, Harsh Prateek Bora, 2024/03/26
- Re: [PATCH for-9.1 v5 1/3] hw: Add compat machines for 9.1, Zhao Liu, 2024/03/27
- Re: [PATCH for-9.1 v5 1/3] hw: Add compat machines for 9.1, Zhao Liu, 2024/03/28
- Re: [PATCH for-9.1 v5 1/3] hw: Add compat machines for 9.1,
Paolo Bonzini <=
- [PATCH for-9.1 v5 3/3] kvm: add support for guest physical bits, Paolo Bonzini, 2024/03/25