aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/pegasos2.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-03vt82c686 machines: Support machine-default audiodev with fallbackPaolo Bonzini1-2/+10
2023-09-06hw/ppc: Reset timebase facilities on machine resetNicholas Piggin1-0/+1
2023-08-04ppc/pegasos2: Fix reg property of 64 bit BARs in device treeBALATON Zoltan1-1/+5
2023-08-04ppc/pegasos2: Fix naming of device tree nodesBALATON Zoltan1-0/+8
2023-08-04ppc/pegasos2: Fix reg property of ROM BARsBALATON Zoltan1-1/+5
2023-08-04ppc/pegasos2: Fix reset state of USB functionsBALATON Zoltan1-0/+4
2023-07-10hw/pci/pci: Remove multifunction parameter from pci_create_simple_multifuncti...Bernhard Beschow1-1/+1
2023-07-07ppc/pegasos2: Add support for -initrd command line optionBALATON Zoltan1-1/+31
2023-05-28ppc/pegasos2: Change default CPU to 7457BALATON Zoltan1-1/+1
2023-03-08hw/ppc/pegasos2: Fix PCI interrupt routingBALATON Zoltan1-1/+25
2023-02-27Do not include hw/hw.h if it is not necessaryThomas Huth1-1/+0
2023-02-05hw/ppc/pegasos2: Fix a typo in a commentBALATON Zoltan1-1/+1
2023-02-05ppc/pegasos2: Improve readability of VIA south bridge creationBALATON Zoltan1-7/+7
2022-10-31hw/isa/vt82c686: Create rtc-time alias in boards insteadBernhard Beschow1-0/+4
2022-10-31hw/isa/vt82c686: Instantiate AC97 and MC97 functions in host deviceBernhard Beschow1-5/+0
2022-10-31hw/isa/vt82c686: Instantiate PM function in host deviceBernhard Beschow1-2/+1
2022-10-31hw/isa/vt82c686: Instantiate USB functions in host deviceBernhard Beschow1-4/+0
2022-10-31hw/isa/vt82c686: Introduce TYPE_VT82C686B_USB_UHCI defineBernhard Beschow1-2/+2
2022-10-31hw/isa/vt82c686: Instantiate IDE function in host deviceBernhard Beschow1-5/+4
2022-10-31hw/isa/vt82c686: Introduce TYPE_VIA_IDE defineBernhard Beschow1-1/+1
2022-10-27reset: allow registering handlers that aren't called by snapshot loadingJason A. Donenfeld1-2/+2
2022-10-17hw/ppc: set machine->fdt in pegasos2_machine_reset()Daniel Henrique Barboza1-0/+4
2022-07-18ppc/6xx: Allocate IRQ lines with qdev_init_gpio_in()Cédric Le Goater1-1/+1
2022-05-05target/ppc: Remove msr_pr macroVíctor Colombo1-1/+1
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-02-18target/ppc: Introduce a vhyp framework for nested HV supportNicholas Piggin1-0/+6
2021-11-09ppc/pegasos2: Suppress warning when qtest enabledBALATON Zoltan1-1/+2
2021-10-21ppc/pegasos2: Implement power-off RTAS function with VOFBALATON Zoltan1-0/+11
2021-10-21ppc/pegasos2: Add constants for PCI config addressesBALATON Zoltan1-2/+4
2021-10-21ppc/pegasos2: Access MV64361 registers via their memory regionBALATON Zoltan1-62/+55
2021-10-21ppc/pegasos2: Implement get-time-of-day RTAS function with VOFBALATON Zoltan1-0/+25
2021-10-21ppc/pegasos2: Warn when using VOF but no kernel is specifiedBALATON Zoltan1-0/+3
2021-10-21ppc/pegasos2: Restrict memory to 2 gigabytesBALATON Zoltan1-0/+4
2021-07-29ppc/pegasos2: Fix spurious warning with -biosBALATON Zoltan1-1/+1
2021-07-13ppc/pegasos2: Allow setprop in VOFBALATON Zoltan1-0/+10
2021-07-09ppc/pegasos2: Implement some RTAS functions with VOFBALATON Zoltan1-0/+137
2021-07-09ppc/pegasos2: Fix use of && instead of &David Gibson1-1/+1
2021-07-09ppc/pegasos2: Use Virtual Open Firmware as firmware replacementBALATON Zoltan1-2/+600
2021-07-09ppc/pegasos2: Introduce Pegasos2MachineState structureBALATON Zoltan1-13/+37
2021-05-04hw/ppc: Add emulation of Genesi/bPlan Pegasos IIBALATON Zoltan1-0/+144