IDE PIO oder DMA-Mode

tinux

New Member
Oct 31, 2019
5
0
1
45
Hallo

Kann ich am Host irgendwie feststellen, ob eine Guest IDE Festplatte im PIO oder DMA-Mode läuft? Habe hier einen etwas ungewöhnlichen Gast, der das Auslesen leider nicht unterstützt.

Vielen Dank
tinux
 
Nicht direkt, allerdings kann man das IDE backend von QEMU tracen. In dem Trace sollten dann theoretisch entweder PIO oder DMA Zugriffe vorkommen, je nachdem was gerade in Verwendung ist.

Zum tracen:
Code:
# echo "ide_ioport_read" >> events.txt
# echo "ide_dma_cb" >> events.txt

... weitere tracepoints einfügen, die beiden oben sind nur als Beispiel gedacht

# qm showcmd <vmid> --pretty > start.sh

... start.sh bearbeiten:

"-daemonize" Zeile entfernen
"--trace events=./events.txt" einfügen

# sh start.sh

Siehe auch die QEMU Doku dazu, pve-qemu wird standardmäßig mit dem "log" trace-backend ausgeliefert.
 
  • Like
Reactions: tinux

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!