qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/1] vmclock queue
@ 2025-01-08 11:10 David Woodhouse
  2025-01-08 11:10 ` [PULL 1/1] hw/acpi: Add vmclock device David Woodhouse
  2025-01-09 12:52 ` [PULL 0/1] vmclock queue Stefan Hajnoczi
  0 siblings, 2 replies; 8+ messages in thread
From: David Woodhouse @ 2025-01-08 11:10 UTC (permalink / raw)
  To: qemu-devel
  Cc: Michael S . Tsirkin, Igor Mammedov, Ani Sinha, Paolo Bonzini,
	Richard Henderson, Eduardo Habkost, Marcel Apfelbaum,
	Peter Hilber, Mohamed Abuelfotoh, Hazem, paul

From: David Woodhouse <dwmw@amazon.co.uk>

The following changes since commit 6528013b5f5ba6bb3934b7f5fe57a3110680530f:

  Merge tag 'qga-pull-2025-01-06' of https://github.com/kostyanf14/qemu into staging (2025-01-06 09:39:02 -0500)

are available in the Git repository at:

  git://git.infradead.org/users/dwmw2/qemu.git tags/pull-vmclock-20250108

for you to fetch changes up to 6502ea82b26dc28c83fbc9c766af7a408a8ca827:

  hw/acpi: Add vmclock device (2025-01-07 16:22:04 +0000)

----------------------------------------------------------------
Add vmclock device

----------------------------------------------------------------
David Woodhouse (1):
      hw/acpi: Add vmclock device

 hw/acpi/Kconfig                              |   5 +
 hw/acpi/meson.build                          |   1 +
 hw/acpi/vmclock.c                            | 179 ++++++++++++++++++++++++++
 hw/i386/Kconfig                              |   1 +
 hw/i386/acpi-build.c                         |  10 +-
 include/hw/acpi/vmclock.h                    |  34 +++++
 include/standard-headers/linux/vmclock-abi.h | 182 +++++++++++++++++++++++++++
 scripts/update-linux-headers.sh              |   1 +
 8 files changed, 412 insertions(+), 1 deletion(-)
 create mode 100644 hw/acpi/vmclock.c
 create mode 100644 include/hw/acpi/vmclock.h
 create mode 100644 include/standard-headers/linux/vmclock-abi.h


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

end of thread, other threads:[~2025-01-09 16:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-08 11:10 [PULL 0/1] vmclock queue David Woodhouse
2025-01-08 11:10 ` [PULL 1/1] hw/acpi: Add vmclock device David Woodhouse
2025-01-09 12:52 ` [PULL 0/1] vmclock queue Stefan Hajnoczi
2025-01-09 13:18   ` David Woodhouse
2025-01-09 14:01     ` Stefan Hajnoczi
2025-01-09 14:14       ` David Woodhouse
2025-01-09 16:03         ` Stefan Hajnoczi
2025-01-09 16:10           ` David Woodhouse

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).