[PATCH 0/2] rust/hpet: add trace events

Stefan Hajnoczi posted 2 patches 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20251106215606.36598-1-stefanha@redhat.com
hw/timer/trace-events            |  2 --
rust/hw/timer/hpet/Cargo.toml    |  1 +
rust/hw/timer/hpet/meson.build   |  1 +
rust/hw/timer/hpet/src/device.rs | 45 +++++++++++++++++++-------------
4 files changed, 29 insertions(+), 20 deletions(-)
[PATCH 0/2] rust/hpet: add trace events
Posted by Stefan Hajnoczi 1 week ago
The Rust hpet device implementation has todo comments where the trace events
belong. This patch series implements the missing trace events.

Stefan Hajnoczi (2):
  hpet: remove unused trace events
  rust/hpet: add trace events

 hw/timer/trace-events            |  2 --
 rust/hw/timer/hpet/Cargo.toml    |  1 +
 rust/hw/timer/hpet/meson.build   |  1 +
 rust/hw/timer/hpet/src/device.rs | 45 +++++++++++++++++++-------------
 4 files changed, 29 insertions(+), 20 deletions(-)

-- 
2.51.1
Re: [PATCH 0/2] rust/hpet: add trace events
Posted by Paolo Bonzini 3 days, 5 hours ago
Queued, thanks.

Paolo