[PR #40] [CLOSED] Stable 2.5 - boot HP Firmware Images of Router and Switches #66

Open
opened 2026-01-31 21:29:37 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/qemu/qemu/pull/40
Author: @ds2k5
Created: 5/15/2016
Status: Closed

Base: masterHead: stable-2.5


📝 Commits (10+)

  • 0d33580 ehci: make idt processing more robust
  • 42ae4a3 net: vmxnet3: avoid memory leakage in activate_device
  • d4aed70 target-ppc: kvm: fix floating point registers sync on little-endian hosts
  • 52a7b27 configure: Fix shell syntax to placate OpenBSD's pdksh
  • 4d59e78 xen/blkif: Avoid double access to src->nr_segments
  • ff083d3 xenfb: avoid reading twice the same fields from the shared page
  • 4588b0d virtio-9p: use accessor to get thread_pool
  • 16a2875 scsi: initialise info object with appropriate size
  • 3e96d5d ivshmem: no need for opaque argument
  • 702a8d1 ivshmem: remove redundant assignment, fix crash with msi=off

📊 Changes

58 files changed (+741 additions, -209 deletions)

View changed files

📝 VERSION (+1 -1)
📝 block.c (+14 -10)
📝 block/block-backend.c (+9 -1)
📝 block/quorum.c (+7 -5)
📝 block/raw-posix.c (+0 -7)
📝 block/vmdk.c (+12 -2)
📝 blockdev.c (+30 -4)
📝 configure (+5 -1)
📝 cpus.c (+2 -2)
📝 hmp.c (+8 -10)
📝 hw/9pfs/virtio-9p-coth.c (+1 -1)
📝 hw/block/xen_blkif.h (+8 -4)
📝 hw/char/cadence_uart.c (+3 -0)
📝 hw/core/machine.c (+21 -0)
📝 hw/display/vga.c (+78 -44)
📝 hw/display/xenfb.c (+6 -4)
📝 hw/i386/kvmvapic.c (+10 -5)
📝 hw/ide/ahci.c (+9 -0)
📝 hw/misc/ivshmem.c (+2 -5)
📝 hw/net/e1000.c (+4 -2)

...and 38 more files

📄 Description

Hi,
can you make it possible to boot Firmware Images of Router and Switches
from HP with qemu ?
Thanks

for example: 5540HI / 7510 and MSR2004 / HSR6808

http://www.techeia.com/2015/10/networking-hp-switches-firmware.html


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/qemu/qemu/pull/40 **Author:** [@ds2k5](https://github.com/ds2k5) **Created:** 5/15/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `stable-2.5` --- ### 📝 Commits (10+) - [`0d33580`](https://github.com/qemu/qemu/commit/0d335804e31b2d93935c957893f4007678390f98) ehci: make idt processing more robust - [`42ae4a3`](https://github.com/qemu/qemu/commit/42ae4a3c610e05193a220ab4a6c046decb2866be) net: vmxnet3: avoid memory leakage in activate_device - [`d4aed70`](https://github.com/qemu/qemu/commit/d4aed70099429161b2842135217553e822f86988) target-ppc: kvm: fix floating point registers sync on little-endian hosts - [`52a7b27`](https://github.com/qemu/qemu/commit/52a7b27947a909286bf7ea13335e8400f8adb4b3) configure: Fix shell syntax to placate OpenBSD's pdksh - [`4d59e78`](https://github.com/qemu/qemu/commit/4d59e78dfe6c1df181b54ee90f273de7d4cdfe86) xen/blkif: Avoid double access to src->nr_segments - [`ff083d3`](https://github.com/qemu/qemu/commit/ff083d3c3bc3e3e0194a8d1bd0419121edc054fc) xenfb: avoid reading twice the same fields from the shared page - [`4588b0d`](https://github.com/qemu/qemu/commit/4588b0d856bf197034ec25209c40058a023d30e4) virtio-9p: use accessor to get thread_pool - [`16a2875`](https://github.com/qemu/qemu/commit/16a28757355514e49507167c9aaae76964fbc793) scsi: initialise info object with appropriate size - [`3e96d5d`](https://github.com/qemu/qemu/commit/3e96d5dcf2f7a8c35b0e91b2689482bf0436e49d) ivshmem: no need for opaque argument - [`702a8d1`](https://github.com/qemu/qemu/commit/702a8d165c9a4a54bf9b1d6af816aa64c8cf0d7a) ivshmem: remove redundant assignment, fix crash with msi=off ### 📊 Changes **58 files changed** (+741 additions, -209 deletions) <details> <summary>View changed files</summary> 📝 `VERSION` (+1 -1) 📝 `block.c` (+14 -10) 📝 `block/block-backend.c` (+9 -1) 📝 `block/quorum.c` (+7 -5) 📝 `block/raw-posix.c` (+0 -7) 📝 `block/vmdk.c` (+12 -2) 📝 `blockdev.c` (+30 -4) 📝 `configure` (+5 -1) 📝 `cpus.c` (+2 -2) 📝 `hmp.c` (+8 -10) 📝 `hw/9pfs/virtio-9p-coth.c` (+1 -1) 📝 `hw/block/xen_blkif.h` (+8 -4) 📝 `hw/char/cadence_uart.c` (+3 -0) 📝 `hw/core/machine.c` (+21 -0) 📝 `hw/display/vga.c` (+78 -44) 📝 `hw/display/xenfb.c` (+6 -4) 📝 `hw/i386/kvmvapic.c` (+10 -5) 📝 `hw/ide/ahci.c` (+9 -0) 📝 `hw/misc/ivshmem.c` (+2 -5) 📝 `hw/net/e1000.c` (+4 -2) _...and 38 more files_ </details> ### 📄 Description Hi, can you make it possible to boot Firmware Images of Router and Switches from HP with qemu ? Thanks for example: 5540HI / 7510 and MSR2004 / HSR6808 http://www.techeia.com/2015/10/networking-hp-switches-firmware.html --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 21:29:37 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/qemu#66