mbox series

[0/2] hw/i386: Cleanups around kvmclock_create()

Message ID 20230620083228.88796-1-philmd@linaro.org
Headers show
Series hw/i386: Cleanups around kvmclock_create() | expand

Message

Philippe Mathieu-Daudé June 20, 2023, 8:32 a.m. UTC
After removing the kvmclock_create() stub we restrict
"hw/kvm/clock.h" to x86, the single arch implementing /
using this.

Philippe Mathieu-Daudé (2):
  hw/i386: Remove unuseful kvmclock_create() stub
  hw/i386: Rename 'hw/kvm/clock.h' -> 'hw/i386/kvm/clock.h'

 {include/hw => hw/i386}/kvm/clock.h | 14 ++------------
 hw/i386/kvm/clock.c                 |  6 ++++--
 hw/i386/microvm.c                   |  6 ++++--
 hw/i386/pc_piix.c                   |  4 ++--
 hw/i386/pc_q35.c                    |  6 ++++--
 5 files changed, 16 insertions(+), 20 deletions(-)
 rename {include/hw => hw/i386}/kvm/clock.h (65%)