qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RESEND v1 0/2] i386: Make PIT and PIC the property of common x86 base machine type
@ 2022-03-10 12:28 Xiaoyao Li
  2022-03-10 12:28 ` [PATCH RESEND v1 1/2] hw/i386: Make pit a " Xiaoyao Li
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Xiaoyao Li @ 2022-03-10 12:28 UTC (permalink / raw)
  To: Sergio Lopez, Paolo Bonzini, Michael S. Tsirkin, Marcel Apfelbaum,
	Richard Henderson, Eduardo Habkost
  Cc: xiaoyao.li, qemu-devel

For PIT, it's straightforward to merge microvm::pit and
pc_machine::pit_enabled into x86ms::pit

For PIC, move microvm::pic to x86ms:pic, which gives PC machine the
ability to dis-/en-able PIC and it's the preparation for future TDX
support.

---
Resend:
 - collect Reviewed-by;
 - rebase to 2048c4eba2b4 ("Merge remote-tracking branch 'remotes/philmd/tags/pmbus-20220308' into staging")

Xiaoyao Li (2):
  hw/i386: Make pit a property of common x86 base machine type
  hw/i386: Make pic a property of common x86 base machine type

 hw/i386/microvm.c         | 54 ++-------------------------------------
 hw/i386/pc.c              | 24 +++--------------
 hw/i386/pc_piix.c         |  4 ++-
 hw/i386/pc_q35.c          |  4 ++-
 hw/i386/x86.c             | 50 ++++++++++++++++++++++++++++++++++++
 include/hw/i386/microvm.h |  4 ---
 include/hw/i386/pc.h      |  2 --
 include/hw/i386/x86.h     |  4 +++
 8 files changed, 65 insertions(+), 81 deletions(-)

-- 
2.27.0



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-04-22  8:18 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-10 12:28 [PATCH RESEND v1 0/2] i386: Make PIT and PIC the property of common x86 base machine type Xiaoyao Li
2022-03-10 12:28 ` [PATCH RESEND v1 1/2] hw/i386: Make pit a " Xiaoyao Li
2022-03-10 12:28 ` [PATCH RESEND v1 2/2] hw/i386: Make pic " Xiaoyao Li
2022-03-10 13:07 ` [PATCH RESEND v1 0/2] i386: Make PIT and PIC the " Michael S. Tsirkin
2022-03-10 13:48   ` Xiaoyao Li
2022-03-25  3:45   ` Xiaoyao Li
2022-03-25 18:28     ` Philippe Mathieu-Daudé
2022-04-22  0:50   ` Xiaoyao Li
2022-04-22  8:16     ` Michael S. Tsirkin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).