[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/3] xen: Drop bool_t


  • To: Xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxxx>
  • From: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
  • Date: Mon, 20 Nov 2023 14:56:20 +0000
  • Authentication-results: esa6.hc3370-68.iphmx.com; dkim=none (message not signed) header.i=none
  • Cc: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, George Dunlap <George.Dunlap@xxxxxxxxxx>, Jan Beulich <JBeulich@xxxxxxxx>, "Stefano Stabellini" <sstabellini@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, Julien Grall <julien@xxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>
  • Delivery-date: Mon, 20 Nov 2023 14:56:44 +0000
  • Ironport-data: A9a23:HAzPsq75JQv+ou/bIFaEiAxRtFPHchMFZxGqfqrLsTDasY5as4F+v mEYC2qDa/nZMTGkfdwnaYzl9xhS7J/cmoJkHlFoqytmHi5G8cbLO4+Ufxz6V8+wwm8vb2o8t plDNYOQRCwQZiWBzvt4GuG59RGQ7YnRG/ykTraCY3gtLeNdYH9JoQp5nOIkiZJfj9G8Agec0 fv/uMSaM1K+s9JOGjt8B5mr9lU34JwehBtC5gZlPKkR5AeE/5UoJMl3yZ+ZfiOQrrZ8RoZWd 86bpJml82XQ+QsaC9/Nut4XpWVTH9Y+lSDX4pZnc/DKbipq/0Te4Y5iXBYoUm9Fii3hojxE4 I4lWapc6+seFvakdOw1C3G0GszlVEFM0OevzXOX6aR/w6BaGpdFLjoH4EweZOUlFuhL7W5mx OwXKw0CQyC6meum7Zi8ROJ2vuoeM5y+VG8fkikIITDxCP8nRdbIQrnQ5M8e1zA17ixMNa+AP YxDM2MpNUmRJUIXUrsUIMtWcOOAr3/zaTBH7nmSorI6+TP7xw1tyrn9dtHSf7RmQO0MxBnE/ D2fpTqR7hcyBeedyDHdwCOWrcTLlxn7Wag3Nf6B36s/6LGU7jNKU0BHPbehmtGph0j7V99BJ kg8/is1sbN05EGtVsP6XRCzvDiDpBF0c/h6HvA+6QqN4rHJ+AvfDW8BJhZac8AvvsIyQT0s1 3eKksnvCDgpt6eaIVqC8p+EoDX0PjIaRUcAeCsFQA0t89Tl5oYpgXryos1LSfDvyIevQHepn mHM83BWa6gvYdAj5rW0/m3IrgKVuJHZYyQy6A7NZkyY8VYsDGK6XLBE+WQ3/N4Zc97BEgHQ4 ihU8/Vy+tziGn1kqcBsfAnuNOvwjxp9GGeA6WOD5rF4n9hXx1atfJpL/BZ1L1pzP8APdFfBO RCL4V8ItM4OYifwNsebhr5d7OxwlcDd+SnNDKiIPrKinLAsHON4wM2eTRHJhD28+KTduao+J Y2aYa6R4YUyUMxaIM6Nb75Fi9cDn3lurV4/sLinl3xLJ5LCPi/KIVrEWXPSBt0EAFSs+lSIq Y0HbZDTl32ykoTWO0HqzGLaFnhSRVBTOHw8g5U/mjKrSua+JFwcNg==
  • Ironport-hdrordr: A9a23:6gnUpqliROAcb3JvjCqS5qjUVk/pDfIg3DAbv31ZSRFFG/Fxl6 iV8sjzsiWE7wr5OUtQ/exoV5PhfZqxz/JICOoqTNKftWvdyQiVxehZhOOIqVDd8kXFh4hgPM xbEpSWZueeMbEDt7eZ3DWF
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>

Final cleanup of bool_t.

Andrew Cooper (3):
  x86/treewide: Switch bool_t to bool
  xen/treewide: Switch bool_t to bool
  xen: Drop bool_t

 xen/arch/x86/cpu/microcode/core.c        |  4 +--
 xen/arch/x86/cpu/mtrr/generic.c          |  2 +-
 xen/arch/x86/cpu/vpmu.c                  |  2 +-
 xen/arch/x86/cpu/vpmu_amd.c              |  4 +--
 xen/arch/x86/cpu/vpmu_intel.c            |  6 ++--
 xen/arch/x86/hvm/asid.c                  |  4 +--
 xen/arch/x86/hvm/emulate.c               | 28 +++++++--------
 xen/arch/x86/hvm/hvm.c                   | 36 +++++++++----------
 xen/arch/x86/hvm/intercept.c             |  2 +-
 xen/arch/x86/hvm/mtrr.c                  | 12 +++----
 xen/arch/x86/hvm/nestedhvm.c             |  4 +--
 xen/arch/x86/hvm/stdvga.c                |  2 +-
 xen/arch/x86/hvm/svm/nestedsvm.c         | 16 ++++-----
 xen/arch/x86/hvm/svm/svm.c               |  8 ++---
 xen/arch/x86/hvm/vlapic.c                | 31 +++++++++--------
 xen/arch/x86/hvm/vmx/vmcs.c              | 29 ++++++++--------
 xen/arch/x86/hvm/vmx/vmx.c               |  6 ++--
 xen/arch/x86/hvm/vmx/vvmx.c              | 20 +++++------
 xen/arch/x86/include/asm/acpi.h          |  2 +-
 xen/arch/x86/include/asm/apic.h          |  2 +-
 xen/arch/x86/include/asm/domain.h        | 28 +++++++--------
 xen/arch/x86/include/asm/hardirq.h       |  2 +-
 xen/arch/x86/include/asm/hvm/asid.h      |  2 +-
 xen/arch/x86/include/asm/hvm/emulate.h   |  2 +-
 xen/arch/x86/include/asm/hvm/hvm.h       | 24 ++++++-------
 xen/arch/x86/include/asm/hvm/io.h        |  6 ++--
 xen/arch/x86/include/asm/hvm/nestedhvm.h |  4 +--
 xen/arch/x86/include/asm/hvm/vcpu.h      | 16 ++++-----
 xen/arch/x86/include/asm/hvm/vlapic.h    | 12 +++----
 xen/arch/x86/include/asm/hvm/vmx/vmcs.h  | 10 +++---
 xen/arch/x86/include/asm/hvm/vmx/vmx.h   |  2 +-
 xen/arch/x86/include/asm/hvm/vmx/vvmx.h  |  2 +-
 xen/arch/x86/include/asm/mtrr.h          | 16 ++++-----
 xen/arch/x86/include/asm/p2m.h           | 20 +++++------
 xen/arch/x86/include/asm/page.h          |  2 +-
 xen/arch/x86/include/asm/paging.h        |  2 +-
 xen/arch/x86/include/asm/pci.h           |  8 ++---
 xen/arch/x86/include/asm/psr.h           |  2 +-
 xen/arch/x86/include/asm/vpmu.h          | 12 +++----
 xen/arch/x86/mm/hap/nested_ept.c         | 12 +++----
 xen/arch/x86/mm/mem_paging.c             |  2 +-
 xen/arch/x86/mm/p2m-ept.c                | 29 ++++++++--------
 xen/arch/x86/mm/p2m-pod.c                |  2 +-
 xen/arch/x86/mm/p2m-pt.c                 |  6 ++--
 xen/arch/x86/mm/p2m.c                    |  9 ++---
 xen/arch/x86/mm/paging.c                 |  6 ++--
 xen/arch/x86/x86_64/mmconf-fam10h.c      |  2 +-
 xen/arch/x86/x86_64/mmconfig-shared.c    |  8 ++---
 xen/arch/x86/x86_64/mmconfig_64.c        |  6 ++--
 xen/common/device_tree.c                 | 34 +++++++++---------
 xen/common/domain.c                      |  2 +-
 xen/common/domctl.c                      |  4 +--
 xen/common/event_fifo.c                  |  4 +--
 xen/common/grant_table.c                 | 14 ++++----
 xen/common/kernel.c                      |  2 +-
 xen/common/kexec.c                       |  4 +--
 xen/common/keyhandler.c                  |  4 +--
 xen/common/kimage.c                      |  8 ++---
 xen/common/livepatch.c                   | 20 +++++------
 xen/common/memory.c                      |  2 +-
 xen/common/notifier.c                    |  2 +-
 xen/common/preempt.c                     |  2 +-
 xen/common/rangeset.c                    | 12 +++----
 xen/common/shutdown.c                    |  2 +-
 xen/common/symbols.c                     |  2 +-
 xen/common/sysctl.c                      |  4 +--
 xen/common/tasklet.c                     |  4 +--
 xen/common/timer.c                       |  8 ++---
 xen/common/trace.c                       | 12 +++----
 xen/drivers/acpi/apei/apei-base.c        |  2 +-
 xen/drivers/acpi/apei/apei-internal.h    |  2 +-
 xen/drivers/acpi/apei/erst.c             |  2 +-
 xen/drivers/acpi/apei/hest.c             |  2 +-
 xen/drivers/char/console.c               |  8 ++---
 xen/drivers/char/ehci-dbgp.c             | 10 +++---
 xen/drivers/char/ns16550.c               | 14 ++++----
 xen/drivers/char/pl011.c                 |  2 +-
 xen/drivers/char/serial.c                |  2 +-
 xen/drivers/cpufreq/cpufreq.c            |  2 +-
 xen/drivers/video/vesa.c                 |  2 +-
 xen/include/acpi/cpufreq/cpufreq.h       | 10 +++---
 xen/include/xen/device_tree.h            | 44 ++++++++++++------------
 xen/include/xen/domain.h                 |  4 +--
 xen/include/xen/gdbstub.h                |  2 +-
 xen/include/xen/irq.h                    |  2 +-
 xen/include/xen/kernel.h                 |  2 +-
 xen/include/xen/kimage.h                 |  8 ++---
 xen/include/xen/livepatch.h              |  6 ++--
 xen/include/xen/mm-frame.h               |  4 +--
 xen/include/xen/mm.h                     |  6 ++--
 xen/include/xen/preempt.h                |  2 +-
 xen/include/xen/rangeset.h               |  8 ++---
 xen/include/xen/rwlock.h                 |  2 +-
 xen/include/xen/serial.h                 |  2 +-
 xen/include/xen/shutdown.h               |  2 +-
 xen/include/xen/tasklet.h                |  6 ++--
 xen/include/xen/types.h                  |  1 -
 97 files changed, 389 insertions(+), 390 deletions(-)


base-commit: cfb777791d39e025cf625ba1fa080597d4defef6
-- 
2.30.2




 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.