aboutsummaryrefslogtreecommitdiffstats
path: root/hw/ppc/pegasos2.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/isa/vt82c686: Turn "intr" irq into a named gpioBernhard Beschow2024-07-161-2/+2
* target/ppc: Remove id_tlbs flag from CPU envBALATON Zoltan2024-05-241-1/+1
* spapr: avoid overhead of finding vhyp class in critical operationsNicholas Piggin2024-05-241-0/+1
* hw/ppc/pegasos2: Let pegasos2 machine configure SuperI/O functionsBernhard Beschow2024-02-141-0/+12
* system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi2024-01-081-1/+1
* vt82c686 machines: Support machine-default audiodev with fallbackPaolo Bonzini2023-10-031-2/+10
* hw/ppc: Reset timebase facilities on machine resetNicholas Piggin2023-09-061-0/+1
* ppc/pegasos2: Fix reg property of 64 bit BARs in device treeBALATON Zoltan2023-08-041-1/+5
* ppc/pegasos2: Fix naming of device tree nodesBALATON Zoltan2023-08-041-0/+8
* ppc/pegasos2: Fix reg property of ROM BARsBALATON Zoltan2023-08-041-1/+5
* ppc/pegasos2: Fix reset state of USB functionsBALATON Zoltan2023-08-041-0/+4
* hw/pci/pci: Remove multifunction parameter from pci_create_simple_multifunction()Bernhard Beschow2023-07-101-1/+1
* ppc/pegasos2: Add support for -initrd command line optionBALATON Zoltan2023-07-071-1/+31
* ppc/pegasos2: Change default CPU to 7457BALATON Zoltan2023-05-281-1/+1
* hw/ppc/pegasos2: Fix PCI interrupt routingBALATON Zoltan2023-03-081-1/+25
* Do not include hw/hw.h if it is not necessaryThomas Huth2023-02-271-1/+0
* hw/ppc/pegasos2: Fix a typo in a commentBALATON Zoltan2023-02-051-1/+1
* ppc/pegasos2: Improve readability of VIA south bridge creationBALATON Zoltan2023-02-051-7/+7
* hw/isa/vt82c686: Create rtc-time alias in boards insteadBernhard Beschow2022-10-311-0/+4
* hw/isa/vt82c686: Instantiate AC97 and MC97 functions in host deviceBernhard Beschow2022-10-311-5/+0
* hw/isa/vt82c686: Instantiate PM function in host deviceBernhard Beschow2022-10-311-2/+1
* hw/isa/vt82c686: Instantiate USB functions in host deviceBernhard Beschow2022-10-311-4/+0
* hw/isa/vt82c686: Introduce TYPE_VT82C686B_USB_UHCI defineBernhard Beschow2022-10-311-2/+2
* hw/isa/vt82c686: Instantiate IDE function in host deviceBernhard Beschow2022-10-311-5/+4
* hw/isa/vt82c686: Introduce TYPE_VIA_IDE defineBernhard Beschow2022-10-311-1/+1
* reset: allow registering handlers that aren't called by snapshot loadingJason A. Donenfeld2022-10-271-2/+2
* hw/ppc: set machine->fdt in pegasos2_machine_reset()Daniel Henrique Barboza2022-10-171-0/+4
* ppc/6xx: Allocate IRQ lines with qdev_init_gpio_in()Cédric Le Goater2022-07-181-1/+1
* target/ppc: Remove msr_pr macroVíctor Colombo2022-05-051-1/+1
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0
* target/ppc: Introduce a vhyp framework for nested HV supportNicholas Piggin2022-02-181-0/+6
* ppc/pegasos2: Suppress warning when qtest enabledBALATON Zoltan2021-11-091-1/+2
* ppc/pegasos2: Implement power-off RTAS function with VOFBALATON Zoltan2021-10-211-0/+11
* ppc/pegasos2: Add constants for PCI config addressesBALATON Zoltan2021-10-211-2/+4
* ppc/pegasos2: Access MV64361 registers via their memory regionBALATON Zoltan2021-10-211-62/+55
* ppc/pegasos2: Implement get-time-of-day RTAS function with VOFBALATON Zoltan2021-10-211-0/+25
* ppc/pegasos2: Warn when using VOF but no kernel is specifiedBALATON Zoltan2021-10-211-0/+3
* ppc/pegasos2: Restrict memory to 2 gigabytesBALATON Zoltan2021-10-211-0/+4
* ppc/pegasos2: Fix spurious warning with -biosBALATON Zoltan2021-07-291-1/+1
* ppc/pegasos2: Allow setprop in VOFBALATON Zoltan2021-07-131-0/+10
* ppc/pegasos2: Implement some RTAS functions with VOFBALATON Zoltan2021-07-091-0/+137
* ppc/pegasos2: Fix use of && instead of &David Gibson2021-07-091-1/+1
* ppc/pegasos2: Use Virtual Open Firmware as firmware replacementBALATON Zoltan2021-07-091-2/+600
* ppc/pegasos2: Introduce Pegasos2MachineState structureBALATON Zoltan2021-07-091-13/+37
* hw/ppc: Add emulation of Genesi/bPlan Pegasos IIBALATON Zoltan2021-05-041-0/+144