[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RFC PATCH v2 29/44] target/i386: Add machine option to disable PIC/
|
From: |
Gerd Hoffmann |
|
Subject: |
Re: [RFC PATCH v2 29/44] target/i386: Add machine option to disable PIC/8259 |
|
Date: |
Thu, 26 Aug 2021 13:50:06 +0200 |
Hi,
> + object_class_property_add_bool(oc, PC_MACHINE_PIC,
> + pc_machine_get_pic, pc_machine_set_pic);
microvm already has such an option. We should move it from microvm to
the common x86 base type so pc can use it too.
> #define PC_MACHINE_PIT "pit"
> +#define PC_MACHINE_PIC "pic"
Oh, same for pit. Instead of both pc and microvm having that it
likewise should be a property of the common x86 base machine type.
take care,
Gerd
| [Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [RFC PATCH v2 29/44] target/i386: Add machine option to disable PIC/8259,
Gerd Hoffmann <=